2018-07-23 07:37:07,686 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-179 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-23 07:37:07,689 - 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.21,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=Vj2eJ1yIeU3nj18ydIlquBLEi 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=40d340270b3e485491d6be25a56c453f export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-07-23 07:37:07,689 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-23 07:37:07,690 - 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 api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ 2018-07-23 07:37:07,714 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-07-23 07:37:07,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 07:37:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 07:37:07,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 07:37:07,998 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-23 07:37:07,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-23 07:37:07,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:37:08,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83f41ba9-1369-4fd6-a867-c2cc8d993a20 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.21:5000/v3/", "rel": "self"}]}} 2018-07-23 07:37:08,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-83f41ba9-1369-4fd6-a867-c2cc8d993a20 2018-07-23 07:37:08,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-23 07:37:08,540 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40a5620b1e784c22beda1ae3289f9e23", "name": "reader"}, {"id": "1c63495f601d4fd899158fb6718f568a", "name": "member"}, {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "name": "admin"}], "expires_at": "2018-07-23T08:37:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40d340270b3e485491d6be25a56c453f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce282ecbbba248f28a2a48359ab9852c"}], "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8842ad52263c477d9d091a2eb09c6b07"}], "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fa69a2f6532480893aba172a82bc285"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea54707f422947ba81df4a98cadc2148"}], "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"url": "http://172.30.9.21:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8a76b37dbc7448498e988f67eaef1c8"}], "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb0386e3f04145818be6768d3417f9a4"}], "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8ad852821b04802a57e13245d54444a"}], "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e171355f417f4e65bd290816771872af"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc13e075915a41239400d8d5e5e97f51"}], "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}], "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"url": "http://12.0.0.28:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}], "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baaea9d18794c309e333af015de2a86"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5967cc28be044cb8a864a21b2d1c41c"}], "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ece48747154471e88b0c5aae278adb3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2662bcf19454e78829b8749f9d69308"}], "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"url": "http://172.30.9.21:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49500008eaec4c76916ecb04072b1992"}, {"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}], "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"url": "http://172.30.9.21:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a91452ce052f466488f8f6b679a6ba66"}], "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d2f9b971c394de68c950899a8325cb2"}], "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25756ff75c34032b0c565829f353e82"}, "audit_ids": ["UPrfnLhTSkSpiJ55djarJA"], "issued_at": "2018-07-23T07:37:08.000000Z"}} 2018-07-23 07:37:08,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:08,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-433ad6ef-a378-4a27-99a7-c8816359b1e1 x-compute-request-id: req-433ad6ef-a378-4a27-99a7-c8816359b1e1 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-23 07:37:08,827 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-aggregates used request id req-433ad6ef-a378-4a27-99a7-c8816359b1e1 2018-07-23 07:37:08,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 0.828815937042s 2018-07-23 07:37:08,828 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-aggregates used request id req-433ad6ef-a378-4a27-99a7-c8816359b1e1 2018-07-23 07:37:08,828 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-23 07:37:08,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:37:08,837 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 07:37:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-799999b6-eb65-43d1-9be0-aad758dc7b79 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.21:5000/v3/", "rel": "self"}]}]}} 2018-07-23 07:37:08,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-799999b6-eb65-43d1-9be0-aad758dc7b79 2018-07-23 07:37:08,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 07:37:08,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:09,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e8887d-5b4d-4c92-b66e-25272b60ea08 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/2251db99694d4962850e9aa610271f3b"}, "tags": [], "enabled": true, "id": "2251db99694d4962850e9aa610271f3b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-07-23 07:37:09,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-71e8887d-5b4d-4c92-b66e-25272b60ea08 2018-07-23 07:37:09,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.209823846817s 2018-07-23 07:37:09,048 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-71e8887d-5b4d-4c92-b66e-25272b60ea08 2018-07-23 07:37:09,049 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'2251db99694d4962850e9aa610271f3b', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-23 07:37:09,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-23 07:37:09,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:09,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d14422f-bc98-4053-af05-9aa31f83f38d Content-Encoding: gzip Content-Length: 1965 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/09a894ecd5ec4b59af935caf941a2c40"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fa4f181df11440fc801d43e933f756f8", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0c459035c56a46c39cac36b9085c2ab7"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "82e5e29881d04fc7b744e5c8b8c78a8b", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0c816c6c9bf840e29f1dea07844839be"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0e6122d5903347f7bf50b92a40ffc9b8"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e44b5e6c22e342f2b34a66be63d2ea6b", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1666189c046a40f2a7f5d8f1b0e3eae1"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fa4f181df11440fc801d43e933f756f8", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1b91e6fb79fb42bcbe0a67af6231debc"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3be7313928d74e03a6560982237312c6", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1baaea9d18794c309e333af015de2a86"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c12df794ee74492b88db40bdefeee81f", "id": "1baaea9d18794c309e333af015de2a86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1d2f9b971c394de68c950899a8325cb2"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fa4f181df11440fc801d43e933f756f8", "id": "1d2f9b971c394de68c950899a8325cb2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1ee64865d4ab48cfa6f732d692446390"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9b3e9864524a4838be1a24ef07c530b4", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2a9164deaa9b4050a43ba62cc9654e9d"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bcbc72a1b71145fc9f4f2bf861f36382", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2c3eb23afa234e96bcbb51c8d1017e97"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ca97c7655049497aa0392c4fa7b9bc59", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/392e84f10ba847dca72cf8fda6f509f3"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "db9646f5c84f4352a0eeacd46cc1d7db", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3f2c3da79c1844f59b3e9090507457ab"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b95be225c1e14724af1e6770369cdf38", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/49500008eaec4c76916ecb04072b1992"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "db9646f5c84f4352a0eeacd46cc1d7db", "id": "49500008eaec4c76916ecb04072b1992"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/52048bcf544145e0b98e3217e6005dd9"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3be7313928d74e03a6560982237312c6", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5bdde77609884bdc84f6ff3f99e7ad8a"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "db9646f5c84f4352a0eeacd46cc1d7db", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5cc90a2897ea4fd7b76b84ac36f3e02d"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1c61fbbc07854757b3cf4ea970227aa6", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5ece48747154471e88b0c5aae278adb3"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ca97c7655049497aa0392c4fa7b9bc59", "id": "5ece48747154471e88b0c5aae278adb3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5ee9cb7c10f54626a2b256679aed9d3a"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "84006f519f5f433ca34c59d1eb844a01", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/62e78e72d5b74e6b9b0cb8bf02d6028e"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b95be225c1e14724af1e6770369cdf38", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6832ad68b7dc4b4a9d4b7ddeee5f709d"}, "url": "http://12.0.0.28:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bcbc72a1b71145fc9f4f2bf861f36382", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7f32e2b3c1d94b5aaedd70388ca098c3"}, "url": "http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bcbc72a1b71145fc9f4f2bf861f36382", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8626c1fe0f3d43178509be041357c3f7"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c12df794ee74492b88db40bdefeee81f", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/86d8355fa7d34de5b9215307ff811edc"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9b3e9864524a4838be1a24ef07c530b4", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8842ad52263c477d9d091a2eb09c6b07"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3be7313928d74e03a6560982237312c6", "id": "8842ad52263c477d9d091a2eb09c6b07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8bc1300cd0204b39a3b832f0af6644c5"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e44b5e6c22e342f2b34a66be63d2ea6b", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8fa69a2f6532480893aba172a82bc285"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "id": "8fa69a2f6532480893aba172a82bc285"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9b4cbdf504fb45dca82f2e96bfea5cbf"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b95be225c1e14724af1e6770369cdf38", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a13c73f5ddca4fdfa6f876c52971715a"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "84006f519f5f433ca34c59d1eb844a01", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a4c6ff7bfe0546eab07cacf51abcf095"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b2806597b94a4922af6ad07c98bf718f", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a8ad852821b04802a57e13245d54444a"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9b3e9864524a4838be1a24ef07c530b4", "id": "a8ad852821b04802a57e13245d54444a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a91452ce052f466488f8f6b679a6ba66"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e44b5e6c22e342f2b34a66be63d2ea6b", "id": "a91452ce052f466488f8f6b679a6ba66"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b984fc8a1c884931bd0cc8f81d48df76"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1c61fbbc07854757b3cf4ea970227aa6", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bb0386e3f04145818be6768d3417f9a4"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "84006f519f5f433ca34c59d1eb844a01", "id": "bb0386e3f04145818be6768d3417f9a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c783de42c645411eb84b2e8e19d7631d"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "82e5e29881d04fc7b744e5c8b8c78a8b", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c8a76b37dbc7448498e988f67eaef1c8"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "82e5e29881d04fc7b744e5c8b8c78a8b", "id": "c8a76b37dbc7448498e988f67eaef1c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ce282ecbbba248f28a2a48359ab9852c"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1c61fbbc07854757b3cf4ea970227aa6", "id": "ce282ecbbba248f28a2a48359ab9852c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d2662bcf19454e78829b8749f9d69308"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ca97c7655049497aa0392c4fa7b9bc59", "id": "d2662bcf19454e78829b8749f9d69308"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d5967cc28be044cb8a864a21b2d1c41c"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c12df794ee74492b88db40bdefeee81f", "id": "d5967cc28be044cb8a864a21b2d1c41c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e171355f417f4e65bd290816771872af"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b2806597b94a4922af6ad07c98bf718f", "id": "e171355f417f4e65bd290816771872af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ea54707f422947ba81df4a98cadc2148"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "id": "ea54707f422947ba81df4a98cadc2148"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fc13e075915a41239400d8d5e5e97f51"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b2806597b94a4922af6ad07c98bf718f", "id": "fc13e075915a41239400d8d5e5e97f51"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-23 07:37:09,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-8d14422f-bc98-4053-af05-9aa31f83f38d 2018-07-23 07:37:09,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.197219133377s 2018-07-23 07:37:09,250 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-8d14422f-bc98-4053-af05-9aa31f83f38d 2018-07-23 07:37:09,256 - 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.21:5000/v3/endpoints/09a894ecd5ec4b59af935caf941a2c40'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'fa4f181df11440fc801d43e933f756f8', u'id': u'09a894ecd5ec4b59af935caf941a2c40'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/0c459035c56a46c39cac36b9085c2ab7'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'82e5e29881d04fc7b744e5c8b8c78a8b', u'id': u'0c459035c56a46c39cac36b9085c2ab7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/0c816c6c9bf840e29f1dea07844839be'}, u'url': u'http://172.30.9.21:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7ad45a2e7e7f4ec8a98ac2ceab376472', u'id': u'0c816c6c9bf840e29f1dea07844839be'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/0e6122d5903347f7bf50b92a40ffc9b8'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e44b5e6c22e342f2b34a66be63d2ea6b', u'id': u'0e6122d5903347f7bf50b92a40ffc9b8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1666189c046a40f2a7f5d8f1b0e3eae1'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'fa4f181df11440fc801d43e933f756f8', u'id': u'1666189c046a40f2a7f5d8f1b0e3eae1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1b91e6fb79fb42bcbe0a67af6231debc'}, u'url': u'http://172.30.9.21:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3be7313928d74e03a6560982237312c6', u'id': u'1b91e6fb79fb42bcbe0a67af6231debc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1baaea9d18794c309e333af015de2a86'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c12df794ee74492b88db40bdefeee81f', u'id': u'1baaea9d18794c309e333af015de2a86'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1d2f9b971c394de68c950899a8325cb2'}, u'url': u'http://172.30.9.21:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'fa4f181df11440fc801d43e933f756f8', u'id': u'1d2f9b971c394de68c950899a8325cb2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1ee64865d4ab48cfa6f732d692446390'}, u'url': u'http://172.30.9.21:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9b3e9864524a4838be1a24ef07c530b4', u'id': u'1ee64865d4ab48cfa6f732d692446390'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/2a9164deaa9b4050a43ba62cc9654e9d'}, u'url': u'http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bcbc72a1b71145fc9f4f2bf861f36382', u'id': u'2a9164deaa9b4050a43ba62cc9654e9d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/2c3eb23afa234e96bcbb51c8d1017e97'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ca97c7655049497aa0392c4fa7b9bc59', u'id': u'2c3eb23afa234e96bcbb51c8d1017e97'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/392e84f10ba847dca72cf8fda6f509f3'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'db9646f5c84f4352a0eeacd46cc1d7db', u'id': u'392e84f10ba847dca72cf8fda6f509f3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/3f2c3da79c1844f59b3e9090507457ab'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b95be225c1e14724af1e6770369cdf38', u'id': u'3f2c3da79c1844f59b3e9090507457ab'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/49500008eaec4c76916ecb04072b1992'}, u'url': u'http://172.30.9.21:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'db9646f5c84f4352a0eeacd46cc1d7db', u'id': u'49500008eaec4c76916ecb04072b1992'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/52048bcf544145e0b98e3217e6005dd9'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3be7313928d74e03a6560982237312c6', u'id': u'52048bcf544145e0b98e3217e6005dd9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/5bdde77609884bdc84f6ff3f99e7ad8a'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'db9646f5c84f4352a0eeacd46cc1d7db', u'id': u'5bdde77609884bdc84f6ff3f99e7ad8a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/5cc90a2897ea4fd7b76b84ac36f3e02d'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1c61fbbc07854757b3cf4ea970227aa6', u'id': u'5cc90a2897ea4fd7b76b84ac36f3e02d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/5ece48747154471e88b0c5aae278adb3'}, u'url': u'http://172.30.9.21:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ca97c7655049497aa0392c4fa7b9bc59', u'id': u'5ece48747154471e88b0c5aae278adb3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/5ee9cb7c10f54626a2b256679aed9d3a'}, u'url': u'http://172.30.9.21:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'84006f519f5f433ca34c59d1eb844a01', u'id': u'5ee9cb7c10f54626a2b256679aed9d3a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/62e78e72d5b74e6b9b0cb8bf02d6028e'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b95be225c1e14724af1e6770369cdf38', u'id': u'62e78e72d5b74e6b9b0cb8bf02d6028e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/6832ad68b7dc4b4a9d4b7ddeee5f709d'}, u'url': u'http://12.0.0.28:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bcbc72a1b71145fc9f4f2bf861f36382', u'id': u'6832ad68b7dc4b4a9d4b7ddeee5f709d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/7f32e2b3c1d94b5aaedd70388ca098c3'}, u'url': u'http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bcbc72a1b71145fc9f4f2bf861f36382', u'id': u'7f32e2b3c1d94b5aaedd70388ca098c3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/8626c1fe0f3d43178509be041357c3f7'}, u'url': u'http://172.30.9.21:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c12df794ee74492b88db40bdefeee81f', u'id': u'8626c1fe0f3d43178509be041357c3f7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/86d8355fa7d34de5b9215307ff811edc'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9b3e9864524a4838be1a24ef07c530b4', u'id': u'86d8355fa7d34de5b9215307ff811edc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/8842ad52263c477d9d091a2eb09c6b07'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3be7313928d74e03a6560982237312c6', u'id': u'8842ad52263c477d9d091a2eb09c6b07'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/8bc1300cd0204b39a3b832f0af6644c5'}, u'url': u'http://172.30.9.21:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e44b5e6c22e342f2b34a66be63d2ea6b', u'id': u'8bc1300cd0204b39a3b832f0af6644c5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/8fa69a2f6532480893aba172a82bc285'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7ad45a2e7e7f4ec8a98ac2ceab376472', u'id': u'8fa69a2f6532480893aba172a82bc285'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/9b4cbdf504fb45dca82f2e96bfea5cbf'}, u'url': u'http://172.30.9.21:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b95be225c1e14724af1e6770369cdf38', u'id': u'9b4cbdf504fb45dca82f2e96bfea5cbf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/a13c73f5ddca4fdfa6f876c52971715a'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'84006f519f5f433ca34c59d1eb844a01', u'id': u'a13c73f5ddca4fdfa6f876c52971715a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/a4c6ff7bfe0546eab07cacf51abcf095'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b2806597b94a4922af6ad07c98bf718f', u'id': u'a4c6ff7bfe0546eab07cacf51abcf095'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/a8ad852821b04802a57e13245d54444a'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9b3e9864524a4838be1a24ef07c530b4', u'id': u'a8ad852821b04802a57e13245d54444a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/a91452ce052f466488f8f6b679a6ba66'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e44b5e6c22e342f2b34a66be63d2ea6b', u'id': u'a91452ce052f466488f8f6b679a6ba66'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/b984fc8a1c884931bd0cc8f81d48df76'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1c61fbbc07854757b3cf4ea970227aa6', u'id': u'b984fc8a1c884931bd0cc8f81d48df76'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/bb0386e3f04145818be6768d3417f9a4'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'84006f519f5f433ca34c59d1eb844a01', u'id': u'bb0386e3f04145818be6768d3417f9a4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/c783de42c645411eb84b2e8e19d7631d'}, u'url': u'http://172.30.9.21:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'82e5e29881d04fc7b744e5c8b8c78a8b', u'id': u'c783de42c645411eb84b2e8e19d7631d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/c8a76b37dbc7448498e988f67eaef1c8'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'82e5e29881d04fc7b744e5c8b8c78a8b', u'id': u'c8a76b37dbc7448498e988f67eaef1c8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/ce282ecbbba248f28a2a48359ab9852c'}, u'url': u'http://172.30.9.21:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1c61fbbc07854757b3cf4ea970227aa6', u'id': u'ce282ecbbba248f28a2a48359ab9852c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/d2662bcf19454e78829b8749f9d69308'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ca97c7655049497aa0392c4fa7b9bc59', u'id': u'd2662bcf19454e78829b8749f9d69308'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/d5967cc28be044cb8a864a21b2d1c41c'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c12df794ee74492b88db40bdefeee81f', u'id': u'd5967cc28be044cb8a864a21b2d1c41c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e171355f417f4e65bd290816771872af'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b2806597b94a4922af6ad07c98bf718f', u'id': u'e171355f417f4e65bd290816771872af'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/ea54707f422947ba81df4a98cadc2148'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7ad45a2e7e7f4ec8a98ac2ceab376472', u'id': u'ea54707f422947ba81df4a98cadc2148'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/fc13e075915a41239400d8d5e5e97f51'}, u'url': u'http://172.30.9.21:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b2806597b94a4922af6ad07c98bf718f', u'id': u'fc13e075915a41239400d8d5e5e97f51'})] 2018-07-23 07:37:09,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-23 07:37:09,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:09,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37: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-ddf9526a-fb17-4fd6-ba33-ffa97dc5fede x-compute-request-id: req-ddf9526a-fb17-4fd6-ba33-ffa97dc5fede 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-23 07:37:09,369 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/extensions used request id req-ddf9526a-fb17-4fd6-ba33-ffa97dc5fede 2018-07-23 07:37:09,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.11168384552s 2018-07-23 07:37:09,370 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/extensions used request id req-ddf9526a-fb17-4fd6-ba33-ffa97dc5fede 2018-07-23 07:37:09,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-23 07:37:09,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:11,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37: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-e1b42be5-3531-488a-a1f8-2178ac7dd1bc x-compute-request-id: req-e1b42be5-3531-488a-a1f8-2178ac7dd1bc Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-23 07:37:11,157 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-floating-ip-pools used request id req-e1b42be5-3531-488a-a1f8-2178ac7dd1bc 2018-07-23 07:37:11,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.77404594421s 2018-07-23 07:37:11,158 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-floating-ip-pools used request id req-e1b42be5-3531-488a-a1f8-2178ac7dd1bc 2018-07-23 07:37:11,158 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-23 07:37:11,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 07:37:11,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:11,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-698ea134-92a6-43e9-8d25-069abf416a1c Date: Mon, 23 Jul 2018 07:37:11 GMT RESP BODY: {"floatingips": []} 2018-07-23 07:37:11,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-698ea134-92a6-43e9-8d25-069abf416a1c 2018-07-23 07:37:11,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0566051006317s 2018-07-23 07:37:11,220 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-698ea134-92a6-43e9-8d25-069abf416a1c 2018-07-23 07:37:11,220 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-23 07:37:11,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-23 07:37:11,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:11,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37: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-7d1962fd-5777-491a-8dd3-373d4fb0b845 x-compute-request-id: req-7d1962fd-5777-491a-8dd3-373d4fb0b845 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 179}, "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.10", "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": 182}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 5}]} 2018-07-23 07:37:11,291 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-7d1962fd-5777-491a-8dd3-373d4fb0b845 2018-07-23 07:37:11,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0707759857178s 2018-07-23 07:37:11,292 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-7d1962fd-5777-491a-8dd3-373d4fb0b845 2018-07-23 07:37:11,292 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.10', 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': 179}, 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.8', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 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': 182}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-07-23 07:37:11,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-23 07:37:11,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:11,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37: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 x-openstack-request-id: req-83932bd8-6884-488a-9819-2b51d623fc89 x-compute-request-id: req-83932bd8-6884-488a-9819-2b51d623fc89 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-23 07:37:11,441 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-83932bd8-6884-488a-9819-2b51d623fc89 2018-07-23 07:37:11,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.148257017136s 2018-07-23 07:37:11,442 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-83932bd8-6884-488a-9819-2b51d623fc89 2018-07-23 07:37:11,442 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-23 07:37:11,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:37:11,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:11,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-541b824c-7018-473b-9649-d78edcb967ed Date: Mon, 23 Jul 2018 07:37:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"}]} 2018-07-23 07:37:11,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-541b824c-7018-473b-9649-d78edcb967ed 2018-07-23 07:37:11,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.341212034225s 2018-07-23 07:37:11,784 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-541b824c-7018-473b-9649-d78edcb967ed 2018-07-23 07:37:11,784 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'7f4e00c4-685a-48c3-9dde-2e27fff1d73e'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-23T07:34:26Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'mtu': 1500, u'id': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'external', u'created_at': u'2018-07-23T07:34:18Z', u'provider:network_type': u'flat', u'tenant_id': u'0e18f5d29fa84969a7e290a71d4fd566', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0e18f5d29fa84969a7e290a71d4fd566', u'l2_adjacency': True})] 2018-07-23 07:37:11,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 07:37:11,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:12,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-05666436-afeb-433e-a0fd-f40a1bb1bcc2 Date: Mon, 23 Jul 2018 07:37:12 GMT RESP BODY: {"ports":[]} 2018-07-23 07:37:12,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json used request id req-05666436-afeb-433e-a0fd-f40a1bb1bcc2 2018-07-23 07:37:12,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.17233991623s 2018-07-23 07:37:12,957 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json used request id req-05666436-afeb-433e-a0fd-f40a1bb1bcc2 2018-07-23 07:37:12,958 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-23 07:37:12,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-23 07:37:12,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:13,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-311898f8-d7b3-43f8-8c1f-d017c6df6e81 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "0e18f5d29fa84969a7e290a71d4fd566"}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "1287116150bf4ce0bb02309b90f72dad"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566/users/1287116150bf4ce0bb02309b90f72dad/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}, {"scope": {"project": {"id": "0e18f5d29fa84969a7e290a71d4fd566"}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "21e964dbe82e41fc9ab56342e3a027a6"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566/users/21e964dbe82e41fc9ab56342e3a027a6/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}, {"scope": {"project": {"id": "0e18f5d29fa84969a7e290a71d4fd566"}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "22ca89ed14c94721b5fd2f655167f068"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566/users/22ca89ed14c94721b5fd2f655167f068/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}, {"scope": {"project": {"id": "0e18f5d29fa84969a7e290a71d4fd566"}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "26e8ee3b56ac43b5ad4adb33444e47c5"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566/users/26e8ee3b56ac43b5ad4adb33444e47c5/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}, {"scope": {"project": {"id": "0e18f5d29fa84969a7e290a71d4fd566"}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "544231ec6739441cb54b5539dc4cb037"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566/users/544231ec6739441cb54b5539dc4cb037/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}, {"scope": {"project": {"id": "0e18f5d29fa84969a7e290a71d4fd566"}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "5e82f334d9e14b8d9506539adc7ce92e"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566/users/5e82f334d9e14b8d9506539adc7ce92e/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}, {"scope": {"project": {"id": "0e18f5d29fa84969a7e290a71d4fd566"}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "65c01a9c052649319a58dc4f31d740c5"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566/users/65c01a9c052649319a58dc4f31d740c5/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}, {"scope": {"project": {"id": "0e18f5d29fa84969a7e290a71d4fd566"}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "9501c3a36c404541a1124c0e6bb48ee3"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566/users/9501c3a36c404541a1124c0e6bb48ee3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}, {"scope": {"project": {"id": "0e18f5d29fa84969a7e290a71d4fd566"}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "bb2150505dda410a96da7779cf282b1e"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566/users/bb2150505dda410a96da7779cf282b1e/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}, {"scope": {"project": {"id": "0e18f5d29fa84969a7e290a71d4fd566"}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "bd2639e1449b40f2a53cadeb987e55a9"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566/users/bd2639e1449b40f2a53cadeb987e55a9/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}, {"scope": {"project": {"id": "0e18f5d29fa84969a7e290a71d4fd566"}}, "role": {"id": "8b65047bbf2c4173a2dd8a7ac627e213"}, "user": {"id": "c3b410f589154db5817aab8aac895175"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566/users/c3b410f589154db5817aab8aac895175/roles/8b65047bbf2c4173a2dd8a7ac627e213"}}, {"scope": {"project": {"id": "0e18f5d29fa84969a7e290a71d4fd566"}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "c3b410f589154db5817aab8aac895175"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566/users/c3b410f589154db5817aab8aac895175/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}, {"scope": {"project": {"id": "40d340270b3e485491d6be25a56c453f"}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "d25756ff75c34032b0c565829f353e82"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/40d340270b3e485491d6be25a56c453f/users/d25756ff75c34032b0c565829f353e82/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}, {"scope": {"project": {"id": "0e18f5d29fa84969a7e290a71d4fd566"}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "e2971232255b4d6b82c5aeea243f97c1"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566/users/e2971232255b4d6b82c5aeea243f97c1/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}, {"scope": {"domain": {"id": "2251db99694d4962850e9aa610271f3b"}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "2c51044dca7046e9ac6c8a2b041ab851"}, "links": {"assignment": "http://172.30.9.21:5000/v3/domains/2251db99694d4962850e9aa610271f3b/users/2c51044dca7046e9ac6c8a2b041ab851/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}, {"scope": {"system": {"all": true}}, "role": {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "user": {"id": "d25756ff75c34032b0c565829f353e82"}, "links": {"assignment": "http://172.30.9.21:5000/v3/system/users/d25756ff75c34032b0c565829f353e82/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}}], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-23 07:37:13,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments used request id req-311898f8-d7b3-43f8-8c1f-d017c6df6e81 2018-07-23 07:37:13,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.198379993439s 2018-07-23 07:37:13,160 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments used request id req-311898f8-d7b3-43f8-8c1f-d017c6df6e81 2018-07-23 07:37:13,163 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'0e18f5d29fa84969a7e290a71d4fd566', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'1287116150bf4ce0bb02309b90f72dad'}), Munch({'project': u'0e18f5d29fa84969a7e290a71d4fd566', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'21e964dbe82e41fc9ab56342e3a027a6'}), Munch({'project': u'0e18f5d29fa84969a7e290a71d4fd566', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'22ca89ed14c94721b5fd2f655167f068'}), Munch({'project': u'0e18f5d29fa84969a7e290a71d4fd566', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'26e8ee3b56ac43b5ad4adb33444e47c5'}), Munch({'project': u'0e18f5d29fa84969a7e290a71d4fd566', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'544231ec6739441cb54b5539dc4cb037'}), Munch({'project': u'0e18f5d29fa84969a7e290a71d4fd566', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'5e82f334d9e14b8d9506539adc7ce92e'}), Munch({'project': u'0e18f5d29fa84969a7e290a71d4fd566', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'65c01a9c052649319a58dc4f31d740c5'}), Munch({'project': u'0e18f5d29fa84969a7e290a71d4fd566', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'9501c3a36c404541a1124c0e6bb48ee3'}), Munch({'project': u'0e18f5d29fa84969a7e290a71d4fd566', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'bb2150505dda410a96da7779cf282b1e'}), Munch({'project': u'0e18f5d29fa84969a7e290a71d4fd566', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'bd2639e1449b40f2a53cadeb987e55a9'}), Munch({'project': u'0e18f5d29fa84969a7e290a71d4fd566', 'id': u'8b65047bbf2c4173a2dd8a7ac627e213', 'user': u'c3b410f589154db5817aab8aac895175'}), Munch({'project': u'0e18f5d29fa84969a7e290a71d4fd566', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'c3b410f589154db5817aab8aac895175'}), Munch({'project': u'40d340270b3e485491d6be25a56c453f', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'd25756ff75c34032b0c565829f353e82'}), Munch({'project': u'0e18f5d29fa84969a7e290a71d4fd566', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'e2971232255b4d6b82c5aeea243f97c1'}), Munch({'domain': u'2251db99694d4962850e9aa610271f3b', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'2c51044dca7046e9ac6c8a2b041ab851'}), Munch({'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc', 'user': u'd25756ff75c34032b0c565829f353e82'})] 2018-07-23 07:37:13,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:37:13,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:13,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9def4f4-8f50-4de7-a9dc-3ebdb86caddb Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:37:13,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c9def4f4-8f50-4de7-a9dc-3ebdb86caddb 2018-07-23 07:37:13,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0965940952301s 2018-07-23 07:37:13,264 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c9def4f4-8f50-4de7-a9dc-3ebdb86caddb 2018-07-23 07:37:13,265 - 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'member', 'id': u'1c63495f601d4fd899158fb6718f568a'}), 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'1ec271d677aa40b7a7411bfabab9c970'}), 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'40a5620b1e784c22beda1ae3289f9e23'}), 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'8b65047bbf2c4173a2dd8a7ac627e213'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'admin', 'id': u'e6f8c96b9fda4bcb9f1c75b21480bcbc'}), 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'fbcb1f530dac407ca78ff8f6209d1112'})] 2018-07-23 07:37:13,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 07:37:13,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:14,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-19819857-5c5c-4737-98db-447c3dc86cf5 Date: Mon, 23 Jul 2018 07:37:14 GMT RESP BODY: {"routers": []} 2018-07-23 07:37:14,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-19819857-5c5c-4737-98db-447c3dc86cf5 2018-07-23 07:37:14,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.03568792343s 2018-07-23 07:37:14,302 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-19819857-5c5c-4737-98db-447c3dc86cf5 2018-07-23 07:37:14,302 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-23 07:37:14,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:37:14,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:14,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37: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-fe285085-ac3f-46fb-b507-377c5236ca54 x-compute-request-id: req-fe285085-ac3f-46fb-b507-377c5236ca54 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-23 07:37:14,524 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fe285085-ac3f-46fb-b507-377c5236ca54 2018-07-23 07:37:14,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.221452951431s 2018-07-23 07:37:14,524 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fe285085-ac3f-46fb-b507-377c5236ca54 2018-07-23 07:37:14,524 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-23 07:37:14,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-23 07:37:14,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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-23 07:37:14,537 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 07:37:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ac62537-e629-4a38-a9cb-8bb2435f7d79 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-07-23 07:37:14,537 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-1ac62537-e629-4a38-a9cb-8bb2435f7d79 2018-07-23 07:37:14,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:14,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4300353-aad6-4d97-94a4-b1d350338cc6 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1c61fbbc07854757b3cf4ea970227aa6"}, "enabled": true, "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3be7313928d74e03a6560982237312c6"}, "enabled": true, "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3ff1b4fe53e146f79e31e6ebaf07e943"}, "enabled": true, "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7ad45a2e7e7f4ec8a98ac2ceab376472"}, "enabled": true, "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/82e5e29881d04fc7b744e5c8b8c78a8b"}, "enabled": true, "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/84006f519f5f433ca34c59d1eb844a01"}, "enabled": true, "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9b3e9864524a4838be1a24ef07c530b4"}, "enabled": true, "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b2806597b94a4922af6ad07c98bf718f"}, "enabled": true, "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b95be225c1e14724af1e6770369cdf38"}, "enabled": true, "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bcbc72a1b71145fc9f4f2bf861f36382"}, "enabled": true, "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c12df794ee74492b88db40bdefeee81f"}, "enabled": true, "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ca97c7655049497aa0392c4fa7b9bc59"}, "enabled": true, "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/db9646f5c84f4352a0eeacd46cc1d7db"}, "enabled": true, "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e44b5e6c22e342f2b34a66be63d2ea6b"}, "enabled": true, "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/fa4f181df11440fc801d43e933f756f8"}, "enabled": true, "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-07-23 07:37:14,635 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-e4300353-aad6-4d97-94a4-b1d350338cc6 2018-07-23 07:37:14,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.107974052429s 2018-07-23 07:37:14,636 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-e4300353-aad6-4d97-94a4-b1d350338cc6 2018-07-23 07:37:14,640 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'1c61fbbc07854757b3cf4ea970227aa6', 'name': u'nova'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'3be7313928d74e03a6560982237312c6', 'name': u'heat'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'3ff1b4fe53e146f79e31e6ebaf07e943', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'7ad45a2e7e7f4ec8a98ac2ceab376472', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'82e5e29881d04fc7b744e5c8b8c78a8b', 'name': u'cinderv2'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'84006f519f5f433ca34c59d1eb844a01', 'name': u'neutron'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'9b3e9864524a4838be1a24ef07c530b4', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'b2806597b94a4922af6ad07c98bf718f', 'name': u'placement'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'b95be225c1e14724af1e6770369cdf38', 'name': u'panko'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'bcbc72a1b71145fc9f4f2bf861f36382', 'name': u'swift'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'c12df794ee74492b88db40bdefeee81f', 'name': u'glance'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'ca97c7655049497aa0392c4fa7b9bc59', 'name': u'aodh'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'db9646f5c84f4352a0eeacd46cc1d7db', 'name': u'cinderv3'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'e44b5e6c22e342f2b34a66be63d2ea6b', 'name': u'cinder'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'fa4f181df11440fc801d43e933f756f8', 'name': u'keystone'})] 2018-07-23 07:37:14,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 07:37:14,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e84e3be65357a9b05f31a2e7a80ea23830776db4" 2018-07-23 07:37:15,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-1bb53ea1-9e76-4026-b062-d7d9eb4c1f21 Date: Mon, 23 Jul 2018 07:37:15 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-23T07:34:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7f4e00c4-685a-48c3-9dde-2e27fff1d73e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0e18f5d29fa84969a7e290a71d4fd566","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:26Z","ip_version":4}]} 2018-07-23 07:37:15,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1bb53ea1-9e76-4026-b062-d7d9eb4c1f21 2018-07-23 07:37:15,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.923670768738s 2018-07-23 07:37:15,564 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1bb53ea1-9e76-4026-b062-d7d9eb4c1f21 2018-07-23 07:37:15,565 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:34:26Z', 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'7f4e00c4-685a-48c3-9dde-2e27fff1d73e', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', u'tenant_id': u'0e18f5d29fa84969a7e290a71d4fd566', u'created_at': u'2018-07-23T07:34:26Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'0e18f5d29fa84969a7e290a71d4fd566'})] 2018-07-23 07:37:15,682 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 07:37:15,682 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-23 07:37:15,731 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-07-23 07:37:15,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 07:37:15,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 07:37:15,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 07:37:15,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 07:37:15,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 07:37:15,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 07:37:15,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 07:37:15,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 07:37:15,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:37:15,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74ff1cf7-4a1c-40ab-9474-70fb8378dfd6 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.21:5000/v3/", "rel": "self"}]}} 2018-07-23 07:37:15,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-74ff1cf7-4a1c-40ab-9474-70fb8378dfd6 2018-07-23 07:37:15,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-23 07:37:16,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40a5620b1e784c22beda1ae3289f9e23", "name": "reader"}, {"id": "1c63495f601d4fd899158fb6718f568a", "name": "member"}, {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "name": "admin"}], "expires_at": "2018-07-23T08:37:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40d340270b3e485491d6be25a56c453f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce282ecbbba248f28a2a48359ab9852c"}], "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8842ad52263c477d9d091a2eb09c6b07"}], "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fa69a2f6532480893aba172a82bc285"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea54707f422947ba81df4a98cadc2148"}], "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"url": "http://172.30.9.21:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8a76b37dbc7448498e988f67eaef1c8"}], "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb0386e3f04145818be6768d3417f9a4"}], "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8ad852821b04802a57e13245d54444a"}], "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e171355f417f4e65bd290816771872af"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc13e075915a41239400d8d5e5e97f51"}], "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}], "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"url": "http://12.0.0.28:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}], "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baaea9d18794c309e333af015de2a86"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5967cc28be044cb8a864a21b2d1c41c"}], "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ece48747154471e88b0c5aae278adb3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2662bcf19454e78829b8749f9d69308"}], "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"url": "http://172.30.9.21:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49500008eaec4c76916ecb04072b1992"}, {"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}], "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"url": "http://172.30.9.21:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a91452ce052f466488f8f6b679a6ba66"}], "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d2f9b971c394de68c950899a8325cb2"}], "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25756ff75c34032b0c565829f353e82"}, "audit_ids": ["j8UxKqNORMah_q6dRJJuaQ"], "issued_at": "2018-07-23T07:37:16.000000Z"}} 2018-07-23 07:37:16,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:37:16,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}6bfc60e1b4c1ba733b6550b5aaa21fd148ec3a6b" 2018-07-23 07:37:17,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-b89241aa-9546-4a12-8bd8-e1ac79c0a324 Date: Mon, 23 Jul 2018 07:37:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"}]} 2018-07-23 07:37:17,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b89241aa-9546-4a12-8bd8-e1ac79c0a324 2018-07-23 07:37:17,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.0118329525s 2018-07-23 07:37:17,239 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b89241aa-9546-4a12-8bd8-e1ac79c0a324 2018-07-23 07:37:17,239 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-23 07:37:17,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 07:37:17,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}6bfc60e1b4c1ba733b6550b5aaa21fd148ec3a6b" -d '{"network": {"name": "tenantnetwork1-net_4b98cdce-92b5-4c98-911b-cea4aa3a0116", "admin_state_up": true}}' 2018-07-23 07:37:17,906 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4ed860e0-5b62-4dc8-be60-9432e6814ba5 Date: Mon, 23 Jul 2018 07:37:17 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"78e28d26-79a4-4f49-91eb-bb4870ec86f7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"40d340270b3e485491d6be25a56c453f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:37:17Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_4b98cdce-92b5-4c98-911b-cea4aa3a0116","admin_state_up":true,"tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:37:17Z","mtu":1450}} 2018-07-23 07:37:17,906 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4ed860e0-5b62-4dc8-be60-9432e6814ba5 2018-07-23 07:37:17,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.666267156601s 2018-07-23 07:37:17,907 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4ed860e0-5b62-4dc8-be60-9432e6814ba5 2018-07-23 07:37:17,907 - 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-23T07:37:17Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'78e28d26-79a4-4f49-91eb-bb4870ec86f7', u'provider:segmentation_id': 84, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tenantnetwork1-net_4b98cdce-92b5-4c98-911b-cea4aa3a0116', u'created_at': u'2018-07-23T07:37:17Z', u'mtu': 1450, u'tenant_id': u'40d340270b3e485491d6be25a56c453f', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'40d340270b3e485491d6be25a56c453f', u'l2_adjacency': True}) 2018-07-23 07:37:17,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:37:17,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6bfc60e1b4c1ba733b6550b5aaa21fd148ec3a6b" 2018-07-23 07:37:19,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-25fdcdfb-bf9a-4965-a37f-1245c6e551c6 Date: Mon, 23 Jul 2018 07:37:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"78e28d26-79a4-4f49-91eb-bb4870ec86f7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"40d340270b3e485491d6be25a56c453f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:37:17Z","qos_policy_id":null,"name":"tenantnetwork1-net_4b98cdce-92b5-4c98-911b-cea4aa3a0116","admin_state_up":true,"tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:37:17Z","provider:network_type":"vxlan"}]} 2018-07-23 07:37:19,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-25fdcdfb-bf9a-4965-a37f-1245c6e551c6 2018-07-23 07:37:19,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.12984704971s 2018-07-23 07:37:19,038 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-25fdcdfb-bf9a-4965-a37f-1245c6e551c6 2018-07-23 07:37:19,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 07:37:19,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}6bfc60e1b4c1ba733b6550b5aaa21fd148ec3a6b" -d '{"subnet": {"name": "tenantnetwork1-subnet_4b98cdce-92b5-4c98-911b-cea4aa3a0116", "enable_dhcp": true, "network_id": "78e28d26-79a4-4f49-91eb-bb4870ec86f7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 07:37:20,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-568391d4-af28-460d-a35b-a433294ad74d Date: Mon, 23 Jul 2018 07:37:20 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-23T07:37:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"20425282-6849-45fd-b0fb-444b2ed6f720","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"40d340270b3e485491d6be25a56c453f","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_4b98cdce-92b5-4c98-911b-cea4aa3a0116","enable_dhcp":true,"segment_id":null,"network_id":"78e28d26-79a4-4f49-91eb-bb4870ec86f7","tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:37:20Z","ip_version":4}} 2018-07-23 07:37:20,649 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-568391d4-af28-460d-a35b-a433294ad74d 2018-07-23 07:37:20,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.60875415802s 2018-07-23 07:37:20,650 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-568391d4-af28-460d-a35b-a433294ad74d 2018-07-23 07:37:20,650 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:37:20Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'20425282-6849-45fd-b0fb-444b2ed6f720', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_4b98cdce-92b5-4c98-911b-cea4aa3a0116', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'78e28d26-79a4-4f49-91eb-bb4870ec86f7', u'tenant_id': u'40d340270b3e485491d6be25a56c453f', u'created_at': u'2018-07-23T07:37:20Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'40d340270b3e485491d6be25a56c453f'}) 2018-07-23 07:37:20,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 07:37:20,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}6bfc60e1b4c1ba733b6550b5aaa21fd148ec3a6b" -d '{"router": {"external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2"}, "name": "tenantnetwork1-router_4b98cdce-92b5-4c98-911b-cea4aa3a0116", "admin_state_up": true}}' 2018-07-23 07:37:26,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-c6335c3e-dbc6-4354-ab6f-b590c128358f Date: Mon, 23 Jul 2018 07:37:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:37:21Z", "admin_state_up": true, "updated_at": "2018-07-23T07:37:22Z", "project_id": "40d340270b3e485491d6be25a56c453f", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "27db399d-a932-4155-bedb-12073a2aef3a", "name": "tenantnetwork1-router_4b98cdce-92b5-4c98-911b-cea4aa3a0116"}} 2018-07-23 07:37:26,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c6335c3e-dbc6-4354-ab6f-b590c128358f 2018-07-23 07:37:26,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.03745412827s 2018-07-23 07:37:26,689 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c6335c3e-dbc6-4354-ab6f-b590c128358f 2018-07-23 07:37:26,689 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:37:22Z', u'revision_number': 3, u'ha': True, u'id': u'27db399d-a932-4155-bedb-12073a2aef3a', u'external_gateway_info': {u'network_id': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7f4e00c4-685a-48c3-9dde-2e27fff1d73e', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_4b98cdce-92b5-4c98-911b-cea4aa3a0116', u'admin_state_up': True, u'tenant_id': u'40d340270b3e485491d6be25a56c453f', u'created_at': u'2018-07-23T07:37:21Z', u'flavor_id': None, u'routes': [], u'project_id': u'40d340270b3e485491d6be25a56c453f'}) 2018-07-23 07:37:26,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 07:37:26,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/27db399d-a932-4155-bedb-12073a2aef3a/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}6bfc60e1b4c1ba733b6550b5aaa21fd148ec3a6b" -d '{"subnet_id": "20425282-6849-45fd-b0fb-444b2ed6f720"}' 2018-07-23 07:37:29,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-27d65155-cb7d-4f27-8787-ee06fff4620b Date: Mon, 23 Jul 2018 07:37:29 GMT RESP BODY: {"network_id": "78e28d26-79a4-4f49-91eb-bb4870ec86f7", "tenant_id": "40d340270b3e485491d6be25a56c453f", "subnet_id": "20425282-6849-45fd-b0fb-444b2ed6f720", "subnet_ids": ["20425282-6849-45fd-b0fb-444b2ed6f720"], "port_id": "5eff24b3-98bc-44f9-8c54-4db30bfeac9b", "id": "27db399d-a932-4155-bedb-12073a2aef3a"} 2018-07-23 07:37:29,906 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/27db399d-a932-4155-bedb-12073a2aef3a/add_router_interface.json used request id req-27d65155-cb7d-4f27-8787-ee06fff4620b 2018-07-23 07:37:29,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.21538710594s 2018-07-23 07:37:29,906 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/27db399d-a932-4155-bedb-12073a2aef3a/add_router_interface.json used request id req-27d65155-cb7d-4f27-8787-ee06fff4620b returning object 27db399d-a932-4155-bedb-12073a2aef3a 2018-07-23 07:37:30,019 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 07:37:30,019 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:13 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-23 07:37:30,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 07:37:30,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/27db399d-a932-4155-bedb-12073a2aef3a/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}6bfc60e1b4c1ba733b6550b5aaa21fd148ec3a6b" -d '{"subnet_id": "20425282-6849-45fd-b0fb-444b2ed6f720"}' 2018-07-23 07:37:32,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0c0f2037-39cc-4900-b2d0-d90bab058f51 Date: Mon, 23 Jul 2018 07:37:32 GMT RESP BODY: {"network_id": "78e28d26-79a4-4f49-91eb-bb4870ec86f7", "tenant_id": "40d340270b3e485491d6be25a56c453f", "subnet_id": "20425282-6849-45fd-b0fb-444b2ed6f720", "subnet_ids": ["20425282-6849-45fd-b0fb-444b2ed6f720"], "port_id": "5eff24b3-98bc-44f9-8c54-4db30bfeac9b", "id": "27db399d-a932-4155-bedb-12073a2aef3a"} 2018-07-23 07:37:32,660 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/27db399d-a932-4155-bedb-12073a2aef3a/remove_router_interface.json used request id req-0c0f2037-39cc-4900-b2d0-d90bab058f51 2018-07-23 07:37:32,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.63507294655s 2018-07-23 07:37:32,660 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/27db399d-a932-4155-bedb-12073a2aef3a/remove_router_interface.json used request id req-0c0f2037-39cc-4900-b2d0-d90bab058f51 returning object 27db399d-a932-4155-bedb-12073a2aef3a 2018-07-23 07:37:32,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 07:37:32,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6bfc60e1b4c1ba733b6550b5aaa21fd148ec3a6b" 2018-07-23 07:37:33,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-b020de43-3a16-4510-af5c-35b7a3b854c7 Date: Mon, 23 Jul 2018 07:37:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:37:21Z", "admin_state_up": true, "updated_at": "2018-07-23T07:37:31Z", "project_id": "40d340270b3e485491d6be25a56c453f", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "27db399d-a932-4155-bedb-12073a2aef3a", "name": "tenantnetwork1-router_4b98cdce-92b5-4c98-911b-cea4aa3a0116"}]} 2018-07-23 07:37:33,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b020de43-3a16-4510-af5c-35b7a3b854c7 2018-07-23 07:37:33,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.12619996071s 2018-07-23 07:37:33,787 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b020de43-3a16-4510-af5c-35b7a3b854c7 2018-07-23 07:37:33,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 07:37:33,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/27db399d-a932-4155-bedb-12073a2aef3a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6bfc60e1b4c1ba733b6550b5aaa21fd148ec3a6b" 2018-07-23 07:37:38,357 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9c70e5d0-18bc-4128-bc06-d7f77ae47eee Content-Length: 0 Date: Mon, 23 Jul 2018 07:37:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:37:38,357 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/27db399d-a932-4155-bedb-12073a2aef3a.json used request id req-9c70e5d0-18bc-4128-bc06-d7f77ae47eee 2018-07-23 07:37:38,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.56815195084s 2018-07-23 07:37:38,357 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/27db399d-a932-4155-bedb-12073a2aef3a.json used request id req-9c70e5d0-18bc-4128-bc06-d7f77ae47eee 2018-07-23 07:37:38,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 07:37:38,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6bfc60e1b4c1ba733b6550b5aaa21fd148ec3a6b" 2018-07-23 07:37:38,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1332 X-Openstack-Request-Id: req-06082482-b5a8-4cf9-9923-1dac0ab22bba Date: Mon, 23 Jul 2018 07:37:38 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-23T07:37:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"20425282-6849-45fd-b0fb-444b2ed6f720","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"40d340270b3e485491d6be25a56c453f","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_4b98cdce-92b5-4c98-911b-cea4aa3a0116","enable_dhcp":true,"segment_id":null,"network_id":"78e28d26-79a4-4f49-91eb-bb4870ec86f7","tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:37:20Z","ip_version":4},{"updated_at":"2018-07-23T07:34:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7f4e00c4-685a-48c3-9dde-2e27fff1d73e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0e18f5d29fa84969a7e290a71d4fd566","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:26Z","ip_version":4}]} 2018-07-23 07:37:38,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-06082482-b5a8-4cf9-9923-1dac0ab22bba 2018-07-23 07:37:38,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0696380138397s 2018-07-23 07:37:38,428 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-06082482-b5a8-4cf9-9923-1dac0ab22bba 2018-07-23 07:37:38,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 07:37:38,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/20425282-6849-45fd-b0fb-444b2ed6f720.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6bfc60e1b4c1ba733b6550b5aaa21fd148ec3a6b" 2018-07-23 07:37:41,529 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fee2523f-0bbf-426a-a99a-89e85798a6d6 Date: Mon, 23 Jul 2018 07:37:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:37:41,529 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/20425282-6849-45fd-b0fb-444b2ed6f720.json used request id req-fee2523f-0bbf-426a-a99a-89e85798a6d6 2018-07-23 07:37:41,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.09940195084s 2018-07-23 07:37:41,529 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/20425282-6849-45fd-b0fb-444b2ed6f720.json used request id req-fee2523f-0bbf-426a-a99a-89e85798a6d6 2018-07-23 07:37:41,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:37:41,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6bfc60e1b4c1ba733b6550b5aaa21fd148ec3a6b" 2018-07-23 07:37:41,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1440 X-Openstack-Request-Id: req-ee7fed80-550e-4b50-9481-401041f2bada Date: Mon, 23 Jul 2018 07:37:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78e28d26-79a4-4f49-91eb-bb4870ec86f7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"40d340270b3e485491d6be25a56c453f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:37:41Z","qos_policy_id":null,"name":"tenantnetwork1-net_4b98cdce-92b5-4c98-911b-cea4aa3a0116","admin_state_up":true,"tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:37:17Z","provider:network_type":"vxlan"}]} 2018-07-23 07:37:41,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ee7fed80-550e-4b50-9481-401041f2bada 2018-07-23 07:37:41,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.393670797348s 2018-07-23 07:37:41,924 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ee7fed80-550e-4b50-9481-401041f2bada 2018-07-23 07:37:41,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 07:37:41,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/78e28d26-79a4-4f49-91eb-bb4870ec86f7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6bfc60e1b4c1ba733b6550b5aaa21fd148ec3a6b" 2018-07-23 07:37:43,619 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-baa7f78f-f76b-4c09-80ae-23f1db57669e Date: Mon, 23 Jul 2018 07:37:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:37:43,619 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/78e28d26-79a4-4f49-91eb-bb4870ec86f7.json used request id req-baa7f78f-f76b-4c09-80ae-23f1db57669e 2018-07-23 07:37:43,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.69382596016s 2018-07-23 07:37:43,619 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/78e28d26-79a4-4f49-91eb-bb4870ec86f7.json used request id req-baa7f78f-f76b-4c09-80ae-23f1db57669e 2018-07-23 07:37:43,670 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-07-23 07:37:43,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 07:37:43,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 07:37:43,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 07:37:43,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 07:37:43,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 07:37:43,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 07:37:43,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 07:37:43,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 07:37:43,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 07:37:43,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 07:37:43,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 07:37:43,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 07:37:43,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 07:37:43,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 07:37:43,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 07:37:43,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 07:37:43,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 07:37:43,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 07:37:43,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 07:37:43,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 07:37:43,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 07:37:43,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 07:37:43,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:37:43,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3da6e18e-9ccf-4f9e-9d3e-1e58fa6950f3 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.21:5000/v3/", "rel": "self"}]}} 2018-07-23 07:37:43,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3da6e18e-9ccf-4f9e-9d3e-1e58fa6950f3 2018-07-23 07:37:43,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-23 07:37:44,267 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40a5620b1e784c22beda1ae3289f9e23", "name": "reader"}, {"id": "1c63495f601d4fd899158fb6718f568a", "name": "member"}, {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "name": "admin"}], "expires_at": "2018-07-23T08:37:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40d340270b3e485491d6be25a56c453f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce282ecbbba248f28a2a48359ab9852c"}], "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8842ad52263c477d9d091a2eb09c6b07"}], "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fa69a2f6532480893aba172a82bc285"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea54707f422947ba81df4a98cadc2148"}], "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"url": "http://172.30.9.21:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8a76b37dbc7448498e988f67eaef1c8"}], "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb0386e3f04145818be6768d3417f9a4"}], "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8ad852821b04802a57e13245d54444a"}], "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e171355f417f4e65bd290816771872af"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc13e075915a41239400d8d5e5e97f51"}], "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}], "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"url": "http://12.0.0.28:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}], "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baaea9d18794c309e333af015de2a86"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5967cc28be044cb8a864a21b2d1c41c"}], "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ece48747154471e88b0c5aae278adb3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2662bcf19454e78829b8749f9d69308"}], "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"url": "http://172.30.9.21:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49500008eaec4c76916ecb04072b1992"}, {"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}], "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"url": "http://172.30.9.21:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a91452ce052f466488f8f6b679a6ba66"}], "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d2f9b971c394de68c950899a8325cb2"}], "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25756ff75c34032b0c565829f353e82"}, "audit_ids": ["uNz0hh7PT9GudcnY2A6UlA"], "issued_at": "2018-07-23T07:37:44.000000Z"}} 2018-07-23 07:37:44,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:37:44,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:37:45,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-f54ef222-f175-44d1-8c2d-155b5703fa31 Date: Mon, 23 Jul 2018 07:37:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"}]} 2018-07-23 07:37:45,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f54ef222-f175-44d1-8c2d-155b5703fa31 2018-07-23 07:37:45,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.11346197128s 2018-07-23 07:37:45,383 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f54ef222-f175-44d1-8c2d-155b5703fa31 2018-07-23 07:37:45,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:37:45,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 07:37:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9efb08b8-734d-48ee-bd70-d5862c1d8428 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.21:5000/v3/", "rel": "self"}]}]}} 2018-07-23 07:37:45,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-9efb08b8-734d-48ee-bd70-d5862c1d8428 2018-07-23 07:37:45,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 07:37:45,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:37:45,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afe46ddc-7d9d-490d-b8d7-64ee00e42cc0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/2251db99694d4962850e9aa610271f3b"}, "tags": [], "enabled": true, "id": "2251db99694d4962850e9aa610271f3b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-07-23 07:37:45,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-afe46ddc-7d9d-490d-b8d7-64ee00e42cc0 2018-07-23 07:37:45,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.225450992584s 2018-07-23 07:37:45,619 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-afe46ddc-7d9d-490d-b8d7-64ee00e42cc0 2018-07-23 07:37:45,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-23 07:37:45,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c83c06b98413c9521012eb11918d36d2f551ca92" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_661cde08-d192-4219-9d03-0ebbca3cde97"}}' 2018-07-23 07:37:45,995 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 07:37:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69d95d5f-360f-4bf8-88fa-c0bfee3e9744 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.21:5000/v3/projects/cbf21d4c0117479ab8f854870b098e32"}, "tags": [], "enabled": true, "id": "cbf21d4c0117479ab8f854870b098e32", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_661cde08-d192-4219-9d03-0ebbca3cde97"}} 2018-07-23 07:37:45,995 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-69d95d5f-360f-4bf8-88fa-c0bfee3e9744 2018-07-23 07:37:45,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.369976043701s 2018-07-23 07:37:45,996 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-69d95d5f-360f-4bf8-88fa-c0bfee3e9744 2018-07-23 07:37:45,996 - 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'cbf21d4c0117479ab8f854870b098e32', '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_661cde08-d192-4219-9d03-0ebbca3cde97'}) 2018-07-23 07:37:46,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-23 07:37:46,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c83c06b98413c9521012eb11918d36d2f551ca92" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0077e0b9-a97e-4ea6-86d0-cc00b3983fcb", "email": null, "name": "tenantnetwork2-user_661cde08-d192-4219-9d03-0ebbca3cde97"}}' 2018-07-23 07:37:46,410 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 07:37:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-235b23e4-2a54-44ae-91ea-2a9ba2d038b8 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_661cde08-d192-4219-9d03-0ebbca3cde97", "links": {"self": "http://172.30.9.21:5000/v3/users/f886ee604a8e4e5e82b2488c8ffea252"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f886ee604a8e4e5e82b2488c8ffea252", "domain_id": "default", "password_expires_at": null}} 2018-07-23 07:37:46,410 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-235b23e4-2a54-44ae-91ea-2a9ba2d038b8 2018-07-23 07:37:46,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.407356977463s 2018-07-23 07:37:46,410 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-235b23e4-2a54-44ae-91ea-2a9ba2d038b8 2018-07-23 07:37:46,411 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f886ee604a8e4e5e82b2488c8ffea252', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_661cde08-d192-4219-9d03-0ebbca3cde97'}) 2018-07-23 07:37:46,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:37:46,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:37:46,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-595657d2-238f-4ef2-8d1a-14159eff9b2e Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:37:46,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-595657d2-238f-4ef2-8d1a-14159eff9b2e 2018-07-23 07:37:46,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105136156082s 2018-07-23 07:37:46,520 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-595657d2-238f-4ef2-8d1a-14159eff9b2e 2018-07-23 07:37:46,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:37:46,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:37:46,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45f20b23-7c54-4681-8052-7b97391cc063 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:37:46,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-45f20b23-7c54-4681-8052-7b97391cc063 2018-07-23 07:37:46,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.167011976242s 2018-07-23 07:37:46,693 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-45f20b23-7c54-4681-8052-7b97391cc063 2018-07-23 07:37:46,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:37:46,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:37:46,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c976ddc6-1712-497d-b78a-81e292455d53 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:37:46,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c976ddc6-1712-497d-b78a-81e292455d53 2018-07-23 07:37:46,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.213898897171s 2018-07-23 07:37:46,911 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c976ddc6-1712-497d-b78a-81e292455d53 2018-07-23 07:37:46,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 07:37:46,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:37:47,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bca35549-0375-4d75-8622-d77374786661 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-23 07:37:47,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-bca35549-0375-4d75-8622-d77374786661 2018-07-23 07:37:47,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.103302955627s 2018-07-23 07:37:47,020 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-bca35549-0375-4d75-8622-d77374786661 2018-07-23 07:37:47,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:37:47,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:37:47,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d89295d-255f-42da-89ae-5f8b1e43b786 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1287116150bf4ce0bb02309b90f72dad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1287116150bf4ce0bb02309b90f72dad", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/21e964dbe82e41fc9ab56342e3a027a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e964dbe82e41fc9ab56342e3a027a6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/22ca89ed14c94721b5fd2f655167f068"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22ca89ed14c94721b5fd2f655167f068", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/26e8ee3b56ac43b5ad4adb33444e47c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26e8ee3b56ac43b5ad4adb33444e47c5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2c51044dca7046e9ac6c8a2b041ab851"}, "domain_id": "2251db99694d4962850e9aa610271f3b", "enabled": true, "options": {}, "id": "2c51044dca7046e9ac6c8a2b041ab851", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/544231ec6739441cb54b5539dc4cb037"}, "domain_id": "default", "enabled": true, "options": {}, "id": "544231ec6739441cb54b5539dc4cb037", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/5e82f334d9e14b8d9506539adc7ce92e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e82f334d9e14b8d9506539adc7ce92e", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/65c01a9c052649319a58dc4f31d740c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c01a9c052649319a58dc4f31d740c5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/9501c3a36c404541a1124c0e6bb48ee3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9501c3a36c404541a1124c0e6bb48ee3", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/bb2150505dda410a96da7779cf282b1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb2150505dda410a96da7779cf282b1e", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/bd2639e1449b40f2a53cadeb987e55a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd2639e1449b40f2a53cadeb987e55a9", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c3b410f589154db5817aab8aac895175"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3b410f589154db5817aab8aac895175", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d25756ff75c34032b0c565829f353e82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25756ff75c34032b0c565829f353e82", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/e2971232255b4d6b82c5aeea243f97c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2971232255b4d6b82c5aeea243f97c1", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_661cde08-d192-4219-9d03-0ebbca3cde97", "links": {"self": "http://172.30.9.21:5000/v3/users/f886ee604a8e4e5e82b2488c8ffea252"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f886ee604a8e4e5e82b2488c8ffea252", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-23 07:37:47,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6d89295d-255f-42da-89ae-5f8b1e43b786 2018-07-23 07:37:47,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.127476930618s 2018-07-23 07:37:47,149 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6d89295d-255f-42da-89ae-5f8b1e43b786 2018-07-23 07:37:47,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 07:37:47,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:37:47,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62c758c7-23fa-4361-a347-617e9d2db798 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/40d340270b3e485491d6be25a56c453f"}, "tags": [], "enabled": true, "id": "40d340270b3e485491d6be25a56c453f", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566"}, "tags": [], "enabled": true, "id": "0e18f5d29fa84969a7e290a71d4fd566", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/cbf21d4c0117479ab8f854870b098e32"}, "tags": [], "enabled": true, "id": "cbf21d4c0117479ab8f854870b098e32", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_661cde08-d192-4219-9d03-0ebbca3cde97"}]} 2018-07-23 07:37:47,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-62c758c7-23fa-4361-a347-617e9d2db798 2018-07-23 07:37:47,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195828914642s 2018-07-23 07:37:47,356 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-62c758c7-23fa-4361-a347-617e9d2db798 2018-07-23 07:37:47,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-23 07:37:47,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=f886ee604a8e4e5e82b2488c8ffea252&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=cbf21d4c0117479ab8f854870b098e32" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:37:47,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b6d1fbb-b5c2-4524-b784-9ac095c20956 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=f886ee604a8e4e5e82b2488c8ffea252&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=cbf21d4c0117479ab8f854870b098e32", "previous": null, "next": null}} 2018-07-23 07:37:47,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=f886ee604a8e4e5e82b2488c8ffea252&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=cbf21d4c0117479ab8f854870b098e32 used request id req-3b6d1fbb-b5c2-4524-b784-9ac095c20956 2018-07-23 07:37:47,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.105722904205s 2018-07-23 07:37:47,470 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=f886ee604a8e4e5e82b2488c8ffea252&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=cbf21d4c0117479ab8f854870b098e32 used request id req-3b6d1fbb-b5c2-4524-b784-9ac095c20956 2018-07-23 07:37:47,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-23 07:37:47,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/cbf21d4c0117479ab8f854870b098e32/users/f886ee604a8e4e5e82b2488c8ffea252/roles/1c63495f601d4fd899158fb6718f568a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:37:47,774 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:37:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e6cb052-d9b4-44bd-9453-2dbbf1d2620a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:37:47,774 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/cbf21d4c0117479ab8f854870b098e32/users/f886ee604a8e4e5e82b2488c8ffea252/roles/1c63495f601d4fd899158fb6718f568a used request id req-6e6cb052-d9b4-44bd-9453-2dbbf1d2620a 2018-07-23 07:37:47,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.300395965576s 2018-07-23 07:37:47,774 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/cbf21d4c0117479ab8f854870b098e32/users/f886ee604a8e4e5e82b2488c8ffea252/roles/1c63495f601d4fd899158fb6718f568a used request id req-6e6cb052-d9b4-44bd-9453-2dbbf1d2620a 2018-07-23 07:37:47,775 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_661cde08-d192-4219-9d03-0ebbca3cde97', 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'cbf21d4c0117479ab8f854870b098e32', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '0077e0b9-a97e-4ea6-86d0-cc00b3983fcb', 'username': u'tenantnetwork2-user_661cde08-d192-4219-9d03-0ebbca3cde97', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-23 07:37:47,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 07:37:47,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 07:37:47,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 07:37:47,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 07:37:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 07:37:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 07:37:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 07:37:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 07:37:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 07:37:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 07:37:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 07:37:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 07:37:47,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 07:37:47,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 07:37:47,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 07:37:47,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 07:37:47,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 07:37:47,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 07:37:47,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 07:37:47,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 07:37:47,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 07:37:47,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 07:37:47,780 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_661cde08-d192-4219-9d03-0ebbca3cde97', 'password': '0077e0b9-a97e-4ea6-86d0-cc00b3983fcb', 'project_name': 'tenantnetwork2-project_661cde08-d192-4219-9d03-0ebbca3cde97', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'cbf21d4c0117479ab8f854870b098e32', 'project_domain_name': 'Default'} 2018-07-23 07:37:47,780 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-23 07:37:47,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:37:47,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e76ee5ef-d1e8-4133-b41d-6072b70c65cf 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.21:5000/v3/", "rel": "self"}]}} 2018-07-23 07:37:47,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e76ee5ef-d1e8-4133-b41d-6072b70c65cf 2018-07-23 07:37:47,788 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-23 07:37:48,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40a5620b1e784c22beda1ae3289f9e23", "name": "reader"}, {"id": "1c63495f601d4fd899158fb6718f568a", "name": "member"}], "expires_at": "2018-07-23T08:37:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cbf21d4c0117479ab8f854870b098e32", "name": "tenantnetwork2-project_661cde08-d192-4219-9d03-0ebbca3cde97"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce282ecbbba248f28a2a48359ab9852c"}], "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/cbf21d4c0117479ab8f854870b098e32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"url": "http://192.30.9.4:8004/v1/cbf21d4c0117479ab8f854870b098e32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"url": "http://192.30.9.4:8004/v1/cbf21d4c0117479ab8f854870b098e32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8842ad52263c477d9d091a2eb09c6b07"}], "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fa69a2f6532480893aba172a82bc285"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea54707f422947ba81df4a98cadc2148"}], "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cbf21d4c0117479ab8f854870b098e32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"url": "http://172.30.9.21:8776/v2/cbf21d4c0117479ab8f854870b098e32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"url": "http://192.30.9.4:8776/v2/cbf21d4c0117479ab8f854870b098e32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8a76b37dbc7448498e988f67eaef1c8"}], "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb0386e3f04145818be6768d3417f9a4"}], "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8ad852821b04802a57e13245d54444a"}], "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e171355f417f4e65bd290816771872af"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc13e075915a41239400d8d5e5e97f51"}], "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}], "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_cbf21d4c0117479ab8f854870b098e32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"url": "http://12.0.0.28:8080/v1/AUTH_cbf21d4c0117479ab8f854870b098e32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}], "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baaea9d18794c309e333af015de2a86"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5967cc28be044cb8a864a21b2d1c41c"}], "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ece48747154471e88b0c5aae278adb3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2662bcf19454e78829b8749f9d69308"}], "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cbf21d4c0117479ab8f854870b098e32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"url": "http://172.30.9.21:8776/v3/cbf21d4c0117479ab8f854870b098e32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49500008eaec4c76916ecb04072b1992"}, {"url": "http://192.30.9.4:8776/v3/cbf21d4c0117479ab8f854870b098e32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}], "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cbf21d4c0117479ab8f854870b098e32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"url": "http://172.30.9.21:8776/v1/cbf21d4c0117479ab8f854870b098e32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"url": "http://192.30.9.4:8776/v1/cbf21d4c0117479ab8f854870b098e32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a91452ce052f466488f8f6b679a6ba66"}], "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d2f9b971c394de68c950899a8325cb2"}], "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_661cde08-d192-4219-9d03-0ebbca3cde97", "id": "f886ee604a8e4e5e82b2488c8ffea252"}, "audit_ids": ["MZhu8FF7Re-YH5yQKESvTw"], "issued_at": "2018-07-23T07:37:48.000000Z"}} 2018-07-23 07:37:48,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 07:37:48,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}397d97f7f984d98e6c6b51fd1069ce3e86145e03" -d '{"network": {"name": "tenantnetwork2-net_661cde08-d192-4219-9d03-0ebbca3cde97", "admin_state_up": true}}' 2018-07-23 07:37:49,571 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-6ba120d8-f0ae-485d-973e-976bee550996 Date: Mon, 23 Jul 2018 07:37:49 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"e867346d-4c83-4b02-9743-7cd83c1f761d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cbf21d4c0117479ab8f854870b098e32","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:37:49Z","is_default":false,"name":"tenantnetwork2-net_661cde08-d192-4219-9d03-0ebbca3cde97","qos_policy_id":null,"admin_state_up":true,"tenant_id":"cbf21d4c0117479ab8f854870b098e32","created_at":"2018-07-23T07:37:49Z","mtu":1450}} 2018-07-23 07:37:49,571 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6ba120d8-f0ae-485d-973e-976bee550996 2018-07-23 07:37:49,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.37370800972s 2018-07-23 07:37:49,571 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6ba120d8-f0ae-485d-973e-976bee550996 2018-07-23 07:37:49,572 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-23T07:37:49Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'e867346d-4c83-4b02-9743-7cd83c1f761d', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_661cde08-d192-4219-9d03-0ebbca3cde97', u'admin_state_up': True, u'tenant_id': u'cbf21d4c0117479ab8f854870b098e32', u'created_at': u'2018-07-23T07:37:49Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cbf21d4c0117479ab8f854870b098e32', u'l2_adjacency': True}) 2018-07-23 07:37:49,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:37:49,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}397d97f7f984d98e6c6b51fd1069ce3e86145e03" 2018-07-23 07:37:49,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-e342cfbf-5969-4de2-adfc-e6e43f58e804 Date: Mon, 23 Jul 2018 07:37:49 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"e867346d-4c83-4b02-9743-7cd83c1f761d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cbf21d4c0117479ab8f854870b098e32","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:37:49Z","qos_policy_id":null,"name":"tenantnetwork2-net_661cde08-d192-4219-9d03-0ebbca3cde97","admin_state_up":true,"tenant_id":"cbf21d4c0117479ab8f854870b098e32","created_at":"2018-07-23T07:37:49Z","mtu":1450}]} 2018-07-23 07:37:49,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e342cfbf-5969-4de2-adfc-e6e43f58e804 2018-07-23 07:37:49,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.413145065308s 2018-07-23 07:37:49,986 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e342cfbf-5969-4de2-adfc-e6e43f58e804 2018-07-23 07:37:49,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 07:37:49,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}397d97f7f984d98e6c6b51fd1069ce3e86145e03" -d '{"subnet": {"name": "tenantnetwork2-subnet_661cde08-d192-4219-9d03-0ebbca3cde97", "enable_dhcp": true, "network_id": "e867346d-4c83-4b02-9743-7cd83c1f761d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 07:37:50,837 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-331673cb-7719-4af8-b62a-7e0f695fd758 Date: Mon, 23 Jul 2018 07:37:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e867346d-4c83-4b02-9743-7cd83c1f761d","tenant_id":"cbf21d4c0117479ab8f854870b098e32","created_at":"2018-07-23T07:37:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T07:37:50Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"cbf21d4c0117479ab8f854870b098e32","id":"80db9c63-7b0c-4f12-8e9b-11dc39dc4db5","subnetpool_id":null,"name":"tenantnetwork2-subnet_661cde08-d192-4219-9d03-0ebbca3cde97"}} 2018-07-23 07:37:50,837 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-331673cb-7719-4af8-b62a-7e0f695fd758 2018-07-23 07:37:50,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.849380970001s 2018-07-23 07:37:50,837 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-331673cb-7719-4af8-b62a-7e0f695fd758 2018-07-23 07:37:50,838 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:37:50Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'80db9c63-7b0c-4f12-8e9b-11dc39dc4db5', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_661cde08-d192-4219-9d03-0ebbca3cde97', u'enable_dhcp': True, u'network_id': u'e867346d-4c83-4b02-9743-7cd83c1f761d', u'tenant_id': u'cbf21d4c0117479ab8f854870b098e32', u'created_at': u'2018-07-23T07:37:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'cbf21d4c0117479ab8f854870b098e32'}) 2018-07-23 07:37:50,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 07:37:50,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}397d97f7f984d98e6c6b51fd1069ce3e86145e03" -d '{"router": {"external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2"}, "name": "tenantnetwork2-router_661cde08-d192-4219-9d03-0ebbca3cde97", "admin_state_up": true}}' 2018-07-23 07:37:57,017 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-2abc3b43-b0d2-4b8d-be4a-5ebe868e209e Date: Mon, 23 Jul 2018 07:37:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "created_at": "2018-07-23T07:37:51Z", "admin_state_up": true, "updated_at": "2018-07-23T07:37:52Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "cbf21d4c0117479ab8f854870b098e32", "id": "70a575a8-b351-4f3c-9fb2-e76ed8091ecb", "name": "tenantnetwork2-router_661cde08-d192-4219-9d03-0ebbca3cde97"}} 2018-07-23 07:37:57,018 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2abc3b43-b0d2-4b8d-be4a-5ebe868e209e 2018-07-23 07:37:57,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.17954421043s 2018-07-23 07:37:57,018 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2abc3b43-b0d2-4b8d-be4a-5ebe868e209e 2018-07-23 07:37:57,019 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:37:52Z', u'revision_number': 3, u'id': u'70a575a8-b351-4f3c-9fb2-e76ed8091ecb', u'external_gateway_info': {u'network_id': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7f4e00c4-685a-48c3-9dde-2e27fff1d73e', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-router_661cde08-d192-4219-9d03-0ebbca3cde97', u'admin_state_up': True, u'tenant_id': u'cbf21d4c0117479ab8f854870b098e32', u'created_at': u'2018-07-23T07:37:51Z', u'flavor_id': None, u'routes': [], u'project_id': u'cbf21d4c0117479ab8f854870b098e32'}) 2018-07-23 07:37:57,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 07:37:57,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/70a575a8-b351-4f3c-9fb2-e76ed8091ecb/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}397d97f7f984d98e6c6b51fd1069ce3e86145e03" -d '{"subnet_id": "80db9c63-7b0c-4f12-8e9b-11dc39dc4db5"}' 2018-07-23 07:38:00,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-91abad6c-02b3-4971-8932-198bde0518a7 Date: Mon, 23 Jul 2018 07:38:00 GMT RESP BODY: {"network_id": "e867346d-4c83-4b02-9743-7cd83c1f761d", "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "subnet_id": "80db9c63-7b0c-4f12-8e9b-11dc39dc4db5", "subnet_ids": ["80db9c63-7b0c-4f12-8e9b-11dc39dc4db5"], "port_id": "d835c76f-8237-4fea-be9b-c0b17ed2cf08", "id": "70a575a8-b351-4f3c-9fb2-e76ed8091ecb"} 2018-07-23 07:38:00,908 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/70a575a8-b351-4f3c-9fb2-e76ed8091ecb/add_router_interface.json used request id req-91abad6c-02b3-4971-8932-198bde0518a7 2018-07-23 07:38:00,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.88894891739s 2018-07-23 07:38:00,909 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/70a575a8-b351-4f3c-9fb2-e76ed8091ecb/add_router_interface.json used request id req-91abad6c-02b3-4971-8932-198bde0518a7 returning object 70a575a8-b351-4f3c-9fb2-e76ed8091ecb 2018-07-23 07:38:01,016 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 07:38:01,017 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:13 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-23 07:38:01,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 07:38:01,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/70a575a8-b351-4f3c-9fb2-e76ed8091ecb/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}397d97f7f984d98e6c6b51fd1069ce3e86145e03" -d '{"subnet_id": "80db9c63-7b0c-4f12-8e9b-11dc39dc4db5"}' 2018-07-23 07:38:03,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d0edd119-f873-40c5-b7c8-1b45e11a8113 Date: Mon, 23 Jul 2018 07:38:03 GMT RESP BODY: {"network_id": "e867346d-4c83-4b02-9743-7cd83c1f761d", "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "subnet_id": "80db9c63-7b0c-4f12-8e9b-11dc39dc4db5", "subnet_ids": ["80db9c63-7b0c-4f12-8e9b-11dc39dc4db5"], "port_id": "d835c76f-8237-4fea-be9b-c0b17ed2cf08", "id": "70a575a8-b351-4f3c-9fb2-e76ed8091ecb"} 2018-07-23 07:38:03,417 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/70a575a8-b351-4f3c-9fb2-e76ed8091ecb/remove_router_interface.json used request id req-d0edd119-f873-40c5-b7c8-1b45e11a8113 2018-07-23 07:38:03,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.39541006088s 2018-07-23 07:38:03,417 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/70a575a8-b351-4f3c-9fb2-e76ed8091ecb/remove_router_interface.json used request id req-d0edd119-f873-40c5-b7c8-1b45e11a8113 returning object 70a575a8-b351-4f3c-9fb2-e76ed8091ecb 2018-07-23 07:38:03,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 07:38:03,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}397d97f7f984d98e6c6b51fd1069ce3e86145e03" 2018-07-23 07:38:04,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-c53fc234-af49-4b06-8deb-fc3af8f6d6d0 Date: Mon, 23 Jul 2018 07:38:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "created_at": "2018-07-23T07:37:51Z", "admin_state_up": true, "updated_at": "2018-07-23T07:38:02Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "cbf21d4c0117479ab8f854870b098e32", "id": "70a575a8-b351-4f3c-9fb2-e76ed8091ecb", "name": "tenantnetwork2-router_661cde08-d192-4219-9d03-0ebbca3cde97"}]} 2018-07-23 07:38:04,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c53fc234-af49-4b06-8deb-fc3af8f6d6d0 2018-07-23 07:38:04,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.16168093681s 2018-07-23 07:38:04,580 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c53fc234-af49-4b06-8deb-fc3af8f6d6d0 2018-07-23 07:38:04,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 07:38:04,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/70a575a8-b351-4f3c-9fb2-e76ed8091ecb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}397d97f7f984d98e6c6b51fd1069ce3e86145e03" 2018-07-23 07:38:09,487 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a2b2643b-a054-4420-ad72-e332c4530cdb Content-Length: 0 Date: Mon, 23 Jul 2018 07:38:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:38:09,487 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/70a575a8-b351-4f3c-9fb2-e76ed8091ecb.json used request id req-a2b2643b-a054-4420-ad72-e332c4530cdb 2018-07-23 07:38:09,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.90605401993s 2018-07-23 07:38:09,488 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/70a575a8-b351-4f3c-9fb2-e76ed8091ecb.json used request id req-a2b2643b-a054-4420-ad72-e332c4530cdb 2018-07-23 07:38:09,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 07:38:09,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}397d97f7f984d98e6c6b51fd1069ce3e86145e03" 2018-07-23 07:38:10,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a6c95049-6195-4df1-bca4-f852773d2795 Date: Mon, 23 Jul 2018 07:38:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e867346d-4c83-4b02-9743-7cd83c1f761d","tenant_id":"cbf21d4c0117479ab8f854870b098e32","created_at":"2018-07-23T07:37:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T07:37:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"cbf21d4c0117479ab8f854870b098e32","id":"80db9c63-7b0c-4f12-8e9b-11dc39dc4db5","subnetpool_id":null,"name":"tenantnetwork2-subnet_661cde08-d192-4219-9d03-0ebbca3cde97"}]} 2018-07-23 07:38:10,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a6c95049-6195-4df1-bca4-f852773d2795 2018-07-23 07:38:10,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.19124388695s 2018-07-23 07:38:10,680 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a6c95049-6195-4df1-bca4-f852773d2795 2018-07-23 07:38:10,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 07:38:10,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/80db9c63-7b0c-4f12-8e9b-11dc39dc4db5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}397d97f7f984d98e6c6b51fd1069ce3e86145e03" 2018-07-23 07:38:13,183 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-47657d69-a616-4b34-a891-38e8848fe4ea Date: Mon, 23 Jul 2018 07:38:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:38:13,183 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/80db9c63-7b0c-4f12-8e9b-11dc39dc4db5.json used request id req-47657d69-a616-4b34-a891-38e8848fe4ea 2018-07-23 07:38:13,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.50206518173s 2018-07-23 07:38:13,184 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/80db9c63-7b0c-4f12-8e9b-11dc39dc4db5.json used request id req-47657d69-a616-4b34-a891-38e8848fe4ea 2018-07-23 07:38:13,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:38:13,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}397d97f7f984d98e6c6b51fd1069ce3e86145e03" 2018-07-23 07:38:14,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-85c86fbb-c27b-422b-983c-d47d0d616fb5 Date: Mon, 23 Jul 2018 07:38:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"e867346d-4c83-4b02-9743-7cd83c1f761d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"cbf21d4c0117479ab8f854870b098e32","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:38:13Z","qos_policy_id":null,"name":"tenantnetwork2-net_661cde08-d192-4219-9d03-0ebbca3cde97","admin_state_up":true,"tenant_id":"cbf21d4c0117479ab8f854870b098e32","created_at":"2018-07-23T07:37:49Z","mtu":1450}]} 2018-07-23 07:38:14,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-85c86fbb-c27b-422b-983c-d47d0d616fb5 2018-07-23 07:38:14,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.25594091415s 2018-07-23 07:38:14,440 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-85c86fbb-c27b-422b-983c-d47d0d616fb5 2018-07-23 07:38:14,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 07:38:14,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/e867346d-4c83-4b02-9743-7cd83c1f761d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}397d97f7f984d98e6c6b51fd1069ce3e86145e03" 2018-07-23 07:38:16,428 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-31dbca78-612b-4e82-84b1-919e320049f2 Date: Mon, 23 Jul 2018 07:38:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:38:16,428 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e867346d-4c83-4b02-9743-7cd83c1f761d.json used request id req-31dbca78-612b-4e82-84b1-919e320049f2 2018-07-23 07:38:16,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.98656797409s 2018-07-23 07:38:16,428 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e867346d-4c83-4b02-9743-7cd83c1f761d.json used request id req-31dbca78-612b-4e82-84b1-919e320049f2 2018-07-23 07:38:16,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:38:16,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:38:16,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce328555-fd28-4c13-955f-1d0176be70d1 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1287116150bf4ce0bb02309b90f72dad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1287116150bf4ce0bb02309b90f72dad", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/21e964dbe82e41fc9ab56342e3a027a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e964dbe82e41fc9ab56342e3a027a6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/22ca89ed14c94721b5fd2f655167f068"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22ca89ed14c94721b5fd2f655167f068", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/26e8ee3b56ac43b5ad4adb33444e47c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26e8ee3b56ac43b5ad4adb33444e47c5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2c51044dca7046e9ac6c8a2b041ab851"}, "domain_id": "2251db99694d4962850e9aa610271f3b", "enabled": true, "options": {}, "id": "2c51044dca7046e9ac6c8a2b041ab851", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/544231ec6739441cb54b5539dc4cb037"}, "domain_id": "default", "enabled": true, "options": {}, "id": "544231ec6739441cb54b5539dc4cb037", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/5e82f334d9e14b8d9506539adc7ce92e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e82f334d9e14b8d9506539adc7ce92e", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/65c01a9c052649319a58dc4f31d740c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c01a9c052649319a58dc4f31d740c5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/9501c3a36c404541a1124c0e6bb48ee3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9501c3a36c404541a1124c0e6bb48ee3", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/bb2150505dda410a96da7779cf282b1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb2150505dda410a96da7779cf282b1e", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/bd2639e1449b40f2a53cadeb987e55a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd2639e1449b40f2a53cadeb987e55a9", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c3b410f589154db5817aab8aac895175"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3b410f589154db5817aab8aac895175", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d25756ff75c34032b0c565829f353e82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25756ff75c34032b0c565829f353e82", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/e2971232255b4d6b82c5aeea243f97c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2971232255b4d6b82c5aeea243f97c1", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_661cde08-d192-4219-9d03-0ebbca3cde97", "links": {"self": "http://172.30.9.21:5000/v3/users/f886ee604a8e4e5e82b2488c8ffea252"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f886ee604a8e4e5e82b2488c8ffea252", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-23 07:38:16,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ce328555-fd28-4c13-955f-1d0176be70d1 2018-07-23 07:38:16,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.129117965698s 2018-07-23 07:38:16,559 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ce328555-fd28-4c13-955f-1d0176be70d1 2018-07-23 07:38:16,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:38:16,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/f886ee604a8e4e5e82b2488c8ffea252 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:38:16,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9183a628-5c4d-4cd3-a342-ec4000b7cc4a Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_661cde08-d192-4219-9d03-0ebbca3cde97", "links": {"self": "http://172.30.9.21:5000/v3/users/f886ee604a8e4e5e82b2488c8ffea252"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f886ee604a8e4e5e82b2488c8ffea252", "description": null}} 2018-07-23 07:38:16,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/f886ee604a8e4e5e82b2488c8ffea252 used request id req-9183a628-5c4d-4cd3-a342-ec4000b7cc4a 2018-07-23 07:38:16,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113502025604s 2018-07-23 07:38:16,678 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/f886ee604a8e4e5e82b2488c8ffea252 used request id req-9183a628-5c4d-4cd3-a342-ec4000b7cc4a 2018-07-23 07:38:16,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-23 07:38:16,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/f886ee604a8e4e5e82b2488c8ffea252 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:38:17,012 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:38:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e4b3c85-ad18-4200-bd60-187a2ec19991 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:38:17,012 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f886ee604a8e4e5e82b2488c8ffea252 used request id req-1e4b3c85-ad18-4200-bd60-187a2ec19991 2018-07-23 07:38:17,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.333220005035s 2018-07-23 07:38:17,012 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f886ee604a8e4e5e82b2488c8ffea252 used request id req-1e4b3c85-ad18-4200-bd60-187a2ec19991 2018-07-23 07:38:17,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 07:38:17,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:38:17,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43088408-6669-4408-b2dc-d54df029d776 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566"}, "tags": [], "enabled": true, "id": "0e18f5d29fa84969a7e290a71d4fd566", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/40d340270b3e485491d6be25a56c453f"}, "tags": [], "enabled": true, "id": "40d340270b3e485491d6be25a56c453f", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/cbf21d4c0117479ab8f854870b098e32"}, "tags": [], "enabled": true, "id": "cbf21d4c0117479ab8f854870b098e32", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_661cde08-d192-4219-9d03-0ebbca3cde97"}]} 2018-07-23 07:38:17,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-43088408-6669-4408-b2dc-d54df029d776 2018-07-23 07:38:17,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.108307123184s 2018-07-23 07:38:17,127 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-43088408-6669-4408-b2dc-d54df029d776 2018-07-23 07:38:17,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-23 07:38:17,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/cbf21d4c0117479ab8f854870b098e32 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c83c06b98413c9521012eb11918d36d2f551ca92" 2018-07-23 07:38:17,670 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:38:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d818f746-213b-4a5e-856c-d062283765af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:38:17,671 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/cbf21d4c0117479ab8f854870b098e32 used request id req-d818f746-213b-4a5e-856c-d062283765af 2018-07-23 07:38:17,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.539230823517s 2018-07-23 07:38:17,671 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/cbf21d4c0117479ab8f854870b098e32 used request id req-d818f746-213b-4a5e-856c-d062283765af 2018-07-23 07:38:17,725 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-07-23 07:38:17,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 07:38:17,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 07:38:17,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 07:38:17,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 07:38:17,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 07:38:17,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 07:38:17,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 07:38:17,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 07:38:17,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 07:38:17,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 07:38:17,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 07:38:17,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 07:38:17,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 07:38:17,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 07:38:17,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 07:38:17,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 07:38:17,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 07:38:17,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 07:38:17,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 07:38:17,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 07:38:17,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 07:38:17,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 07:38:17,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:38:17,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eefc3e2a-06a3-4c4d-b536-d64a92e34efe 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.21:5000/v3/", "rel": "self"}]}} 2018-07-23 07:38:17,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-eefc3e2a-06a3-4c4d-b536-d64a92e34efe 2018-07-23 07:38:17,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-23 07:38:18,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40a5620b1e784c22beda1ae3289f9e23", "name": "reader"}, {"id": "1c63495f601d4fd899158fb6718f568a", "name": "member"}, {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "name": "admin"}], "expires_at": "2018-07-23T08:38:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40d340270b3e485491d6be25a56c453f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce282ecbbba248f28a2a48359ab9852c"}], "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8842ad52263c477d9d091a2eb09c6b07"}], "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fa69a2f6532480893aba172a82bc285"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea54707f422947ba81df4a98cadc2148"}], "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"url": "http://172.30.9.21:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8a76b37dbc7448498e988f67eaef1c8"}], "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb0386e3f04145818be6768d3417f9a4"}], "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8ad852821b04802a57e13245d54444a"}], "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e171355f417f4e65bd290816771872af"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc13e075915a41239400d8d5e5e97f51"}], "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}], "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"url": "http://12.0.0.28:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}], "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baaea9d18794c309e333af015de2a86"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5967cc28be044cb8a864a21b2d1c41c"}], "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ece48747154471e88b0c5aae278adb3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2662bcf19454e78829b8749f9d69308"}], "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"url": "http://172.30.9.21:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49500008eaec4c76916ecb04072b1992"}, {"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}], "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"url": "http://172.30.9.21:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a91452ce052f466488f8f6b679a6ba66"}], "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d2f9b971c394de68c950899a8325cb2"}], "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25756ff75c34032b0c565829f353e82"}, "audit_ids": ["iHfRK4glRIKyIaLRBqSORw"], "issued_at": "2018-07-23T07:38:18.000000Z"}} 2018-07-23 07:38:18,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:38:18,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" 2018-07-23 07:38:19,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-61c02cfa-7dc7-4a76-81d4-9f8e84a2dd46 Date: Mon, 23 Jul 2018 07:38:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"}]} 2018-07-23 07:38:19,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-61c02cfa-7dc7-4a76-81d4-9f8e84a2dd46 2018-07-23 07:38:19,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.06067013741s 2018-07-23 07:38:19,269 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-61c02cfa-7dc7-4a76-81d4-9f8e84a2dd46 2018-07-23 07:38:19,270 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-07-23 07:38:19,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 07:38:19,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" -d '{"network": {"name": "vmready1-net_7ebaa832-4137-4de2-86dc-6f64bb6c4c82", "admin_state_up": true}}' 2018-07-23 07:38:19,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-09e5f406-b74f-49a1-8f0d-e244b020a3d1 Date: Mon, 23 Jul 2018 07:38:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"63c9c828-bcd9-4893-beb5-1b273400f850","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"40d340270b3e485491d6be25a56c453f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:38:19Z","is_default":false,"qos_policy_id":null,"name":"vmready1-net_7ebaa832-4137-4de2-86dc-6f64bb6c4c82","admin_state_up":true,"tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:38:19Z","mtu":1450}} 2018-07-23 07:38:19,817 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-09e5f406-b74f-49a1-8f0d-e244b020a3d1 2018-07-23 07:38:19,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.546677827835s 2018-07-23 07:38:19,817 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-09e5f406-b74f-49a1-8f0d-e244b020a3d1 2018-07-23 07:38:19,818 - 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-23T07:38:19Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'63c9c828-bcd9-4893-beb5-1b273400f850', u'provider:segmentation_id': 66, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vmready1-net_7ebaa832-4137-4de2-86dc-6f64bb6c4c82', u'created_at': u'2018-07-23T07:38:19Z', u'mtu': 1450, u'tenant_id': u'40d340270b3e485491d6be25a56c453f', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'40d340270b3e485491d6be25a56c453f', u'l2_adjacency': True}) 2018-07-23 07:38:19,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:38:19,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" 2018-07-23 07:38:20,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1428 X-Openstack-Request-Id: req-b97dba12-4036-418d-9fe0-d9c26b9344c1 Date: Mon, 23 Jul 2018 07:38:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"63c9c828-bcd9-4893-beb5-1b273400f850","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"40d340270b3e485491d6be25a56c453f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:38:19Z","qos_policy_id":null,"name":"vmready1-net_7ebaa832-4137-4de2-86dc-6f64bb6c4c82","admin_state_up":true,"tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:38:19Z","provider:network_type":"vxlan"}]} 2018-07-23 07:38:20,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b97dba12-4036-418d-9fe0-d9c26b9344c1 2018-07-23 07:38:20,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.09514117241s 2018-07-23 07:38:20,914 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b97dba12-4036-418d-9fe0-d9c26b9344c1 2018-07-23 07:38:20,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 07:38:20,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" -d '{"subnet": {"name": "vmready1-subnet_7ebaa832-4137-4de2-86dc-6f64bb6c4c82", "enable_dhcp": true, "network_id": "63c9c828-bcd9-4893-beb5-1b273400f850", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 07:38:21,691 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-8d6afa3f-b7ab-4845-8f0e-32975353b7a1 Date: Mon, 23 Jul 2018 07:38:21 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-23T07:38:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"844fc6af-68de-45b7-ad13-2b716d6192f2","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"40d340270b3e485491d6be25a56c453f","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_7ebaa832-4137-4de2-86dc-6f64bb6c4c82","enable_dhcp":true,"segment_id":null,"network_id":"63c9c828-bcd9-4893-beb5-1b273400f850","tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:38:21Z","ip_version":4}} 2018-07-23 07:38:21,691 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8d6afa3f-b7ab-4845-8f0e-32975353b7a1 2018-07-23 07:38:21,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.775156021118s 2018-07-23 07:38:21,691 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8d6afa3f-b7ab-4845-8f0e-32975353b7a1 2018-07-23 07:38:21,692 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:38:21Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'844fc6af-68de-45b7-ad13-2b716d6192f2', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_7ebaa832-4137-4de2-86dc-6f64bb6c4c82', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'63c9c828-bcd9-4893-beb5-1b273400f850', u'tenant_id': u'40d340270b3e485491d6be25a56c453f', u'created_at': u'2018-07-23T07:38:21Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'40d340270b3e485491d6be25a56c453f'}) 2018-07-23 07:38:21,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 07:38:21,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" -d '{"router": {"external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2"}, "name": "vmready1-router_7ebaa832-4137-4de2-86dc-6f64bb6c4c82", "admin_state_up": true}}' 2018-07-23 07:38:28,946 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-6d5d373f-dc41-4c7e-ab73-86ee300302de Date: Mon, 23 Jul 2018 07:38:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:38:23Z", "admin_state_up": true, "updated_at": "2018-07-23T07:38:24Z", "project_id": "40d340270b3e485491d6be25a56c453f", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "d62c8dc3-0ef9-4d85-81cb-77c448ec7524", "name": "vmready1-router_7ebaa832-4137-4de2-86dc-6f64bb6c4c82"}} 2018-07-23 07:38:28,946 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-6d5d373f-dc41-4c7e-ab73-86ee300302de 2018-07-23 07:38:28,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.25383400917s 2018-07-23 07:38:28,947 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-6d5d373f-dc41-4c7e-ab73-86ee300302de 2018-07-23 07:38:28,947 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:38:24Z', u'revision_number': 3, u'ha': True, u'id': u'd62c8dc3-0ef9-4d85-81cb-77c448ec7524', u'external_gateway_info': {u'network_id': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7f4e00c4-685a-48c3-9dde-2e27fff1d73e', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-router_7ebaa832-4137-4de2-86dc-6f64bb6c4c82', u'admin_state_up': True, u'tenant_id': u'40d340270b3e485491d6be25a56c453f', u'created_at': u'2018-07-23T07:38:23Z', u'flavor_id': None, u'routes': [], u'project_id': u'40d340270b3e485491d6be25a56c453f'}) 2018-07-23 07:38:28,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 07:38:28,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/d62c8dc3-0ef9-4d85-81cb-77c448ec7524/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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" -d '{"subnet_id": "844fc6af-68de-45b7-ad13-2b716d6192f2"}' 2018-07-23 07:38:32,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2f7e0304-24e7-4daf-8194-6e3303457172 Date: Mon, 23 Jul 2018 07:38:32 GMT RESP BODY: {"network_id": "63c9c828-bcd9-4893-beb5-1b273400f850", "tenant_id": "40d340270b3e485491d6be25a56c453f", "subnet_id": "844fc6af-68de-45b7-ad13-2b716d6192f2", "subnet_ids": ["844fc6af-68de-45b7-ad13-2b716d6192f2"], "port_id": "9b038a06-c04f-41da-b55c-72e3517b9ebb", "id": "d62c8dc3-0ef9-4d85-81cb-77c448ec7524"} 2018-07-23 07:38:32,316 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d62c8dc3-0ef9-4d85-81cb-77c448ec7524/add_router_interface.json used request id req-2f7e0304-24e7-4daf-8194-6e3303457172 2018-07-23 07:38:32,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.36871910095s 2018-07-23 07:38:32,317 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d62c8dc3-0ef9-4d85-81cb-77c448ec7524/add_router_interface.json used request id req-2f7e0304-24e7-4daf-8194-6e3303457172 returning object d62c8dc3-0ef9-4d85-81cb-77c448ec7524 2018-07-23 07:38:32,317 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-23 07:38:32,449 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-23 07:38:32,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:38:32,456 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 23 Jul 2018 07:38:32 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-23 07:38:32,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:38:32,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" 2018-07-23 07:38:33,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d231270f-8dc9-4397-acec-47e81ec88a1d Date: Mon, 23 Jul 2018 07:38:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:38:33,139 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d231270f-8dc9-4397-acec-47e81ec88a1d 2018-07-23 07:38:33,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.679183006287s 2018-07-23 07:38:33,140 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d231270f-8dc9-4397-acec-47e81ec88a1d 2018-07-23 07:38:33,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-23 07:38:33,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_7ebaa832-4137-4de2-86dc-6f64bb6c4c82", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_7ebaa832-4137-4de2-86dc-6f64bb6c4c82"}' 2018-07-23 07:38:33,921 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/ec5e6e29-1597-44ec-9799-467eaa143c52 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7b61588e-cc6f-4be1-9624-c54de1f0a5d1 Date: Mon, 23 Jul 2018 07:38:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ec5e6e29-1597-44ec-9799-467eaa143c52/file", "owner": "40d340270b3e485491d6be25a56c453f", "id": "ec5e6e29-1597-44ec-9799-467eaa143c52", "size": null, "self": "/v2/images/ec5e6e29-1597-44ec-9799-467eaa143c52", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:38:33Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_7ebaa832-4137-4de2-86dc-6f64bb6c4c82", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_7ebaa832-4137-4de2-86dc-6f64bb6c4c82", "checksum": null, "created_at": "2018-07-23T07:38:33Z", "protected": false} 2018-07-23 07:38:33,921 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-7b61588e-cc6f-4be1-9624-c54de1f0a5d1 2018-07-23 07:38:33,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.77376294136s 2018-07-23 07:38:33,922 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-7b61588e-cc6f-4be1-9624-c54de1f0a5d1 returning object ec5e6e29-1597-44ec-9799-467eaa143c52 2018-07-23 07:38:33,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-23 07:38:33,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/ec5e6e29-1597-44ec-9799-467eaa143c52/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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" -d '' 2018-07-23 07:38:37,423 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e7dc2c78-0aeb-4c3c-a6d5-0b5983066cf2 Date: Mon, 23 Jul 2018 07:38:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 07:38:37,424 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ec5e6e29-1597-44ec-9799-467eaa143c52/file used request id req-e7dc2c78-0aeb-4c3c-a6d5-0b5983066cf2 2018-07-23 07:38:37,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.50127887726s 2018-07-23 07:38:37,424 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ec5e6e29-1597-44ec-9799-467eaa143c52/file used request id req-e7dc2c78-0aeb-4c3c-a6d5-0b5983066cf2 2018-07-23 07:38:37,424 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_7ebaa832-4137-4de2-86dc-6f64bb6c4c82', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-23T07:38:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/ec5e6e29-1597-44ec-9799-467eaa143c52/file', u'owner': u'40d340270b3e485491d6be25a56c453f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ec5e6e29-1597-44ec-9799-467eaa143c52', u'size': None, u'name': u'vmready1-img_7ebaa832-4137-4de2-86dc-6f64bb6c4c82', u'checksum': None, u'self': u'/v2/images/ec5e6e29-1597-44ec-9799-467eaa143c52', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-23T07:38:33Z', u'schema': u'/v2/schemas/image'}) 2018-07-23 07:38:37,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-23 07:38:37,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_7ebaa832-4137-4de2-86dc-6f64bb6c4c82", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-23 07:38:38,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38: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-b7665a7d-26aa-4d2a-bd39-d614865c8e58 x-compute-request-id: req-b7665a7d-26aa-4d2a-bd39-d614865c8e58 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_7ebaa832-4137-4de2-86dc-6f64bb6c4c82", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2650ed57-0132-442c-89a5-462ffead09ac", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2650ed57-0132-442c-89a5-462ffead09ac", "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": "2650ed57-0132-442c-89a5-462ffead09ac"}} 2018-07-23 07:38:38,323 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b7665a7d-26aa-4d2a-bd39-d614865c8e58 2018-07-23 07:38:38,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.897894859314s 2018-07-23 07:38:38,323 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b7665a7d-26aa-4d2a-bd39-d614865c8e58 2018-07-23 07:38:38,324 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_7ebaa832-4137-4de2-86dc-6f64bb6c4c82', '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'40d340270b3e485491d6be25a56c453f', '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'2650ed57-0132-442c-89a5-462ffead09ac', 'swap': 0}) 2018-07-23 07:38:38,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-23 07:38:38,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/2650ed57-0132-442c-89a5-462ffead09ac/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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" -d '{"extra_specs": {}}' 2018-07-23 07:38:38,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38: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-2b350b63-474e-4585-89c8-bd30faebee3b x-compute-request-id: req-2b350b63-474e-4585-89c8-bd30faebee3b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-23 07:38:38,359 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/2650ed57-0132-442c-89a5-462ffead09ac/os-extra_specs used request id req-2b350b63-474e-4585-89c8-bd30faebee3b 2018-07-23 07:38:38,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0344300270081s 2018-07-23 07:38:38,360 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/2650ed57-0132-442c-89a5-462ffead09ac/os-extra_specs used request id req-2b350b63-474e-4585-89c8-bd30faebee3b 2018-07-23 07:38:38,481 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 07:38:38,481 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-23 07:38:38,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 07:38:38,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/d62c8dc3-0ef9-4d85-81cb-77c448ec7524/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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" -d '{"subnet_id": "844fc6af-68de-45b7-ad13-2b716d6192f2"}' 2018-07-23 07:38:40,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a1e38264-bc0c-447c-9a76-a3e97676f352 Date: Mon, 23 Jul 2018 07:38:40 GMT RESP BODY: {"network_id": "63c9c828-bcd9-4893-beb5-1b273400f850", "tenant_id": "40d340270b3e485491d6be25a56c453f", "subnet_id": "844fc6af-68de-45b7-ad13-2b716d6192f2", "subnet_ids": ["844fc6af-68de-45b7-ad13-2b716d6192f2"], "port_id": "9b038a06-c04f-41da-b55c-72e3517b9ebb", "id": "d62c8dc3-0ef9-4d85-81cb-77c448ec7524"} 2018-07-23 07:38:40,716 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d62c8dc3-0ef9-4d85-81cb-77c448ec7524/remove_router_interface.json used request id req-a1e38264-bc0c-447c-9a76-a3e97676f352 2018-07-23 07:38:40,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.23109984398s 2018-07-23 07:38:40,716 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d62c8dc3-0ef9-4d85-81cb-77c448ec7524/remove_router_interface.json used request id req-a1e38264-bc0c-447c-9a76-a3e97676f352 returning object d62c8dc3-0ef9-4d85-81cb-77c448ec7524 2018-07-23 07:38:40,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 07:38:40,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" 2018-07-23 07:38:41,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-846c655d-0203-43ba-abbe-f735d791c5ee Date: Mon, 23 Jul 2018 07:38:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:38:23Z", "admin_state_up": true, "updated_at": "2018-07-23T07:38:39Z", "project_id": "40d340270b3e485491d6be25a56c453f", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "d62c8dc3-0ef9-4d85-81cb-77c448ec7524", "name": "vmready1-router_7ebaa832-4137-4de2-86dc-6f64bb6c4c82"}]} 2018-07-23 07:38:41,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-846c655d-0203-43ba-abbe-f735d791c5ee 2018-07-23 07:38:41,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.354500055313s 2018-07-23 07:38:41,072 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-846c655d-0203-43ba-abbe-f735d791c5ee 2018-07-23 07:38:41,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 07:38:41,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/d62c8dc3-0ef9-4d85-81cb-77c448ec7524.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e41edee273c1b20db4c6dfe3a77de679cc05ad67" 2018-07-23 07:38:45,090 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d8edc912-226d-415e-9897-23e6d3755666 Content-Length: 0 Date: Mon, 23 Jul 2018 07:38:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:38:45,091 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/d62c8dc3-0ef9-4d85-81cb-77c448ec7524.json used request id req-d8edc912-226d-415e-9897-23e6d3755666 2018-07-23 07:38:45,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.01762890816s 2018-07-23 07:38:45,091 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/d62c8dc3-0ef9-4d85-81cb-77c448ec7524.json used request id req-d8edc912-226d-415e-9897-23e6d3755666 2018-07-23 07:38:45,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 07:38:45,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" 2018-07-23 07:38:45,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1326 X-Openstack-Request-Id: req-fd2ca4e2-dc85-4ac3-a239-21a0833dfe88 Date: Mon, 23 Jul 2018 07:38:45 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-23T07:34:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7f4e00c4-685a-48c3-9dde-2e27fff1d73e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0e18f5d29fa84969a7e290a71d4fd566","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:26Z","ip_version":4},{"updated_at":"2018-07-23T07:38:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"844fc6af-68de-45b7-ad13-2b716d6192f2","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"40d340270b3e485491d6be25a56c453f","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_7ebaa832-4137-4de2-86dc-6f64bb6c4c82","enable_dhcp":true,"segment_id":null,"network_id":"63c9c828-bcd9-4893-beb5-1b273400f850","tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:38:21Z","ip_version":4}]} 2018-07-23 07:38:45,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-fd2ca4e2-dc85-4ac3-a239-21a0833dfe88 2018-07-23 07:38:45,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0470287799835s 2018-07-23 07:38:45,139 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-fd2ca4e2-dc85-4ac3-a239-21a0833dfe88 2018-07-23 07:38:45,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 07:38:45,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/844fc6af-68de-45b7-ad13-2b716d6192f2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e41edee273c1b20db4c6dfe3a77de679cc05ad67" 2018-07-23 07:38:47,798 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f3576aff-07bb-4fb1-887f-f2c150e7edfd Date: Mon, 23 Jul 2018 07:38:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:38:47,799 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/844fc6af-68de-45b7-ad13-2b716d6192f2.json used request id req-f3576aff-07bb-4fb1-887f-f2c150e7edfd 2018-07-23 07:38:47,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.65814685822s 2018-07-23 07:38:47,799 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/844fc6af-68de-45b7-ad13-2b716d6192f2.json used request id req-f3576aff-07bb-4fb1-887f-f2c150e7edfd 2018-07-23 07:38:47,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:38:47,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" 2018-07-23 07:38:47,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-4ce86e4e-3413-4418-b302-017ef526dda6 Date: Mon, 23 Jul 2018 07:38:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"63c9c828-bcd9-4893-beb5-1b273400f850","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"40d340270b3e485491d6be25a56c453f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:38:47Z","qos_policy_id":null,"name":"vmready1-net_7ebaa832-4137-4de2-86dc-6f64bb6c4c82","admin_state_up":true,"tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:38:19Z","provider:network_type":"vxlan"}]} 2018-07-23 07:38:47,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4ce86e4e-3413-4418-b302-017ef526dda6 2018-07-23 07:38:47,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0866889953613s 2018-07-23 07:38:47,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4ce86e4e-3413-4418-b302-017ef526dda6 2018-07-23 07:38:47,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 07:38:47,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/63c9c828-bcd9-4893-beb5-1b273400f850.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e41edee273c1b20db4c6dfe3a77de679cc05ad67" 2018-07-23 07:38:49,737 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9aff27f9-3efa-4802-9159-486db41160c4 Date: Mon, 23 Jul 2018 07:38:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:38:49,737 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/63c9c828-bcd9-4893-beb5-1b273400f850.json used request id req-9aff27f9-3efa-4802-9159-486db41160c4 2018-07-23 07:38:49,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.8497710228s 2018-07-23 07:38:49,738 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/63c9c828-bcd9-4893-beb5-1b273400f850.json used request id req-9aff27f9-3efa-4802-9159-486db41160c4 2018-07-23 07:38:49,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:38:49,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" 2018-07-23 07:38:50,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-b212975c-0a5f-4ac0-8f92-b83eea30cd05 Date: Mon, 23 Jul 2018 07:38:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/ec5e6e29-1597-44ec-9799-467eaa143c52/snap", "metadata": {}}], "file": "/v2/images/ec5e6e29-1597-44ec-9799-467eaa143c52/file", "owner": "40d340270b3e485491d6be25a56c453f", "id": "ec5e6e29-1597-44ec-9799-467eaa143c52", "size": 12716032, "self": "/v2/images/ec5e6e29-1597-44ec-9799-467eaa143c52", "disk_format": "qcow2", "direct_url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/ec5e6e29-1597-44ec-9799-467eaa143c52/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:38:37Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_7ebaa832-4137-4de2-86dc-6f64bb6c4c82", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_7ebaa832-4137-4de2-86dc-6f64bb6c4c82", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T07:38:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:38:50,412 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b212975c-0a5f-4ac0-8f92-b83eea30cd05 2018-07-23 07:38:50,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.670539855957s 2018-07-23 07:38:50,413 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b212975c-0a5f-4ac0-8f92-b83eea30cd05 2018-07-23 07:38:50,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-23 07:38:50,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/ec5e6e29-1597-44ec-9799-467eaa143c52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e41edee273c1b20db4c6dfe3a77de679cc05ad67" 2018-07-23 07:38:51,500 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b3f0e170-0ada-4b84-85a0-96c05a5a5a0a Date: Mon, 23 Jul 2018 07:38:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 07:38:51,500 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ec5e6e29-1597-44ec-9799-467eaa143c52 used request id req-b3f0e170-0ada-4b84-85a0-96c05a5a5a0a 2018-07-23 07:38:51,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.08567214012s 2018-07-23 07:38:51,500 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ec5e6e29-1597-44ec-9799-467eaa143c52 used request id req-b3f0e170-0ada-4b84-85a0-96c05a5a5a0a 2018-07-23 07:38:51,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 07:38:51,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e41edee273c1b20db4c6dfe3a77de679cc05ad67" 2018-07-23 07:38:51,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38: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-8bd185d0-c433-47ee-a225-f31497b66abd x-compute-request-id: req-8bd185d0-c433-47ee-a225-f31497b66abd Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_7ebaa832-4137-4de2-86dc-6f64bb6c4c82", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2650ed57-0132-442c-89a5-462ffead09ac", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2650ed57-0132-442c-89a5-462ffead09ac", "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": "2650ed57-0132-442c-89a5-462ffead09ac"}]} 2018-07-23 07:38:51,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8bd185d0-c433-47ee-a225-f31497b66abd 2018-07-23 07:38:51,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.141332864761s 2018-07-23 07:38:51,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8bd185d0-c433-47ee-a225-f31497b66abd 2018-07-23 07:38:51,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-23 07:38:51,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/2650ed57-0132-442c-89a5-462ffead09ac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e41edee273c1b20db4c6dfe3a77de679cc05ad67" 2018-07-23 07:38:51,787 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:38: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-6789a3d8-107d-4f74-8d1f-d499961ebaad x-compute-request-id: req-6789a3d8-107d-4f74-8d1f-d499961ebaad Content-Length: 0 Content-Type: application/json 2018-07-23 07:38:51,787 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/2650ed57-0132-442c-89a5-462ffead09ac used request id req-6789a3d8-107d-4f74-8d1f-d499961ebaad 2018-07-23 07:38:51,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.142549991608s 2018-07-23 07:38:51,787 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/2650ed57-0132-442c-89a5-462ffead09ac used request id req-6789a3d8-107d-4f74-8d1f-d499961ebaad 2018-07-23 07:38:51,836 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-07-23 07:38:51,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 07:38:51,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 07:38:51,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 07:38:51,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 07:38:51,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 07:38:51,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 07:38:51,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 07:38:51,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 07:38:51,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 07:38:51,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 07:38:51,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 07:38:51,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 07:38:51,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 07:38:51,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 07:38:51,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 07:38:51,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 07:38:51,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 07:38:51,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 07:38:51,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 07:38:51,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 07:38:51,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 07:38:51,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 07:38:51,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:38:51,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c4d1b25-3cef-4819-82de-52e10ca6e8ae 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.21:5000/v3/", "rel": "self"}]}} 2018-07-23 07:38:51,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0c4d1b25-3cef-4819-82de-52e10ca6e8ae 2018-07-23 07:38:51,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-23 07:38:52,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40a5620b1e784c22beda1ae3289f9e23", "name": "reader"}, {"id": "1c63495f601d4fd899158fb6718f568a", "name": "member"}, {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "name": "admin"}], "expires_at": "2018-07-23T08:38:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40d340270b3e485491d6be25a56c453f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce282ecbbba248f28a2a48359ab9852c"}], "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8842ad52263c477d9d091a2eb09c6b07"}], "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fa69a2f6532480893aba172a82bc285"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea54707f422947ba81df4a98cadc2148"}], "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"url": "http://172.30.9.21:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8a76b37dbc7448498e988f67eaef1c8"}], "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb0386e3f04145818be6768d3417f9a4"}], "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8ad852821b04802a57e13245d54444a"}], "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e171355f417f4e65bd290816771872af"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc13e075915a41239400d8d5e5e97f51"}], "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}], "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"url": "http://12.0.0.28:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}], "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baaea9d18794c309e333af015de2a86"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5967cc28be044cb8a864a21b2d1c41c"}], "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ece48747154471e88b0c5aae278adb3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2662bcf19454e78829b8749f9d69308"}], "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"url": "http://172.30.9.21:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49500008eaec4c76916ecb04072b1992"}, {"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}], "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"url": "http://172.30.9.21:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a91452ce052f466488f8f6b679a6ba66"}], "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d2f9b971c394de68c950899a8325cb2"}], "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25756ff75c34032b0c565829f353e82"}, "audit_ids": ["8FGEOoLnSJqCfLi4bgUWIQ"], "issued_at": "2018-07-23T07:38:52.000000Z"}} 2018-07-23 07:38:52,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:38:52,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:38:53,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-baba394e-64a3-4c26-8cb5-26c0859effe8 Date: Mon, 23 Jul 2018 07:38:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"}]} 2018-07-23 07:38:53,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-baba394e-64a3-4c26-8cb5-26c0859effe8 2018-07-23 07:38:53,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.982311010361s 2018-07-23 07:38:53,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-baba394e-64a3-4c26-8cb5-26c0859effe8 2018-07-23 07:38:53,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:38:53,361 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 07:38:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ae2e1dd-3270-4172-9d64-7996dba564fb 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.21:5000/v3/", "rel": "self"}]}]}} 2018-07-23 07:38:53,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-4ae2e1dd-3270-4172-9d64-7996dba564fb 2018-07-23 07:38:53,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 07:38:53,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:38:53,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-130b7b7c-c2ec-45ee-90e5-5b3713257c29 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/2251db99694d4962850e9aa610271f3b"}, "tags": [], "enabled": true, "id": "2251db99694d4962850e9aa610271f3b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-07-23 07:38:53,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-130b7b7c-c2ec-45ee-90e5-5b3713257c29 2018-07-23 07:38:53,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.165481805801s 2018-07-23 07:38:53,528 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-130b7b7c-c2ec-45ee-90e5-5b3713257c29 2018-07-23 07:38:53,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-23 07:38:53,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_9c95a138-5c49-473d-9d08-b22b64890cc3"}}' 2018-07-23 07:38:53,708 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 07:38:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcb24012-9f58-4ee6-b191-af3ce821cb65 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.21:5000/v3/projects/1de705bbb704410e928abe556d1cf76f"}, "tags": [], "enabled": true, "id": "1de705bbb704410e928abe556d1cf76f", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_9c95a138-5c49-473d-9d08-b22b64890cc3"}} 2018-07-23 07:38:53,708 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-fcb24012-9f58-4ee6-b191-af3ce821cb65 2018-07-23 07:38:53,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.174253940582s 2018-07-23 07:38:53,709 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-fcb24012-9f58-4ee6-b191-af3ce821cb65 2018-07-23 07:38:53,709 - 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'1de705bbb704410e928abe556d1cf76f', '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_9c95a138-5c49-473d-9d08-b22b64890cc3'}) 2018-07-23 07:38:53,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-23 07:38:53,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "148e86d5-1ef1-445f-8d37-cef9ad9b0cfe", "email": null, "name": "vmready2-user_9c95a138-5c49-473d-9d08-b22b64890cc3"}}' 2018-07-23 07:38:54,251 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 07:38:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ef24c33-e80c-4ddf-b39a-d43589279ae5 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_9c95a138-5c49-473d-9d08-b22b64890cc3", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1f06ca837f46a29107a63b1a826c16"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8b1f06ca837f46a29107a63b1a826c16", "domain_id": "default", "password_expires_at": null}} 2018-07-23 07:38:54,252 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-7ef24c33-e80c-4ddf-b39a-d43589279ae5 2018-07-23 07:38:54,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.536506891251s 2018-07-23 07:38:54,252 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-7ef24c33-e80c-4ddf-b39a-d43589279ae5 2018-07-23 07:38:54,253 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8b1f06ca837f46a29107a63b1a826c16', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_9c95a138-5c49-473d-9d08-b22b64890cc3'}) 2018-07-23 07:38:54,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:38:54,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:38:54,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d84a7152-11d6-46ca-8c76-1be1509c5c12 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:38:54,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d84a7152-11d6-46ca-8c76-1be1509c5c12 2018-07-23 07:38:54,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176175117493s 2018-07-23 07:38:54,433 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d84a7152-11d6-46ca-8c76-1be1509c5c12 2018-07-23 07:38:54,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:38:54,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:38:54,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d0b8be8-4925-4aa1-9aec-774eb54d7b96 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:38:54,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9d0b8be8-4925-4aa1-9aec-774eb54d7b96 2018-07-23 07:38:54,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100902080536s 2018-07-23 07:38:54,539 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9d0b8be8-4925-4aa1-9aec-774eb54d7b96 2018-07-23 07:38:54,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:38:54,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:38:54,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aecef5c-5acd-4151-b2aa-239039934e9a Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:38:54,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3aecef5c-5acd-4151-b2aa-239039934e9a 2018-07-23 07:38:54,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104656934738s 2018-07-23 07:38:54,648 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3aecef5c-5acd-4151-b2aa-239039934e9a 2018-07-23 07:38:54,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 07:38:54,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:38:54,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0777d4ca-ed65-4958-b308-3b9c3edbb058 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-23 07:38:54,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-0777d4ca-ed65-4958-b308-3b9c3edbb058 2018-07-23 07:38:54,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102863073349s 2018-07-23 07:38:54,756 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-0777d4ca-ed65-4958-b308-3b9c3edbb058 2018-07-23 07:38:54,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:38:54,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:38:54,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee3dd88c-3cbb-4207-8de3-edfcf3c92527 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1287116150bf4ce0bb02309b90f72dad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1287116150bf4ce0bb02309b90f72dad", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/21e964dbe82e41fc9ab56342e3a027a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e964dbe82e41fc9ab56342e3a027a6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/22ca89ed14c94721b5fd2f655167f068"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22ca89ed14c94721b5fd2f655167f068", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/26e8ee3b56ac43b5ad4adb33444e47c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26e8ee3b56ac43b5ad4adb33444e47c5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2c51044dca7046e9ac6c8a2b041ab851"}, "domain_id": "2251db99694d4962850e9aa610271f3b", "enabled": true, "options": {}, "id": "2c51044dca7046e9ac6c8a2b041ab851", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/544231ec6739441cb54b5539dc4cb037"}, "domain_id": "default", "enabled": true, "options": {}, "id": "544231ec6739441cb54b5539dc4cb037", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/5e82f334d9e14b8d9506539adc7ce92e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e82f334d9e14b8d9506539adc7ce92e", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/65c01a9c052649319a58dc4f31d740c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c01a9c052649319a58dc4f31d740c5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "vmready2-user_9c95a138-5c49-473d-9d08-b22b64890cc3", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1f06ca837f46a29107a63b1a826c16"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8b1f06ca837f46a29107a63b1a826c16", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/9501c3a36c404541a1124c0e6bb48ee3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9501c3a36c404541a1124c0e6bb48ee3", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/bb2150505dda410a96da7779cf282b1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb2150505dda410a96da7779cf282b1e", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/bd2639e1449b40f2a53cadeb987e55a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd2639e1449b40f2a53cadeb987e55a9", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c3b410f589154db5817aab8aac895175"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3b410f589154db5817aab8aac895175", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d25756ff75c34032b0c565829f353e82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25756ff75c34032b0c565829f353e82", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/e2971232255b4d6b82c5aeea243f97c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2971232255b4d6b82c5aeea243f97c1", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-23 07:38:54,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ee3dd88c-3cbb-4207-8de3-edfcf3c92527 2018-07-23 07:38:54,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126792907715s 2018-07-23 07:38:54,885 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ee3dd88c-3cbb-4207-8de3-edfcf3c92527 2018-07-23 07:38:54,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 07:38:54,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:38:55,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a30d96f-223d-447e-bd35-dc8d8f47a7c0 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/40d340270b3e485491d6be25a56c453f"}, "tags": [], "enabled": true, "id": "40d340270b3e485491d6be25a56c453f", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566"}, "tags": [], "enabled": true, "id": "0e18f5d29fa84969a7e290a71d4fd566", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.21:5000/v3/projects/1de705bbb704410e928abe556d1cf76f"}, "tags": [], "enabled": true, "id": "1de705bbb704410e928abe556d1cf76f", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_9c95a138-5c49-473d-9d08-b22b64890cc3"}]} 2018-07-23 07:38:55,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-4a30d96f-223d-447e-bd35-dc8d8f47a7c0 2018-07-23 07:38:55,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106972932816s 2018-07-23 07:38:55,003 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-4a30d96f-223d-447e-bd35-dc8d8f47a7c0 2018-07-23 07:38:55,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-23 07:38:55,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=8b1f06ca837f46a29107a63b1a826c16&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=1de705bbb704410e928abe556d1cf76f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:38:55,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66778510-ebdb-4165-b651-74f86c466260 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=8b1f06ca837f46a29107a63b1a826c16&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=1de705bbb704410e928abe556d1cf76f", "previous": null, "next": null}} 2018-07-23 07:38:55,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=8b1f06ca837f46a29107a63b1a826c16&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=1de705bbb704410e928abe556d1cf76f used request id req-66778510-ebdb-4165-b651-74f86c466260 2018-07-23 07:38:55,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.178653001785s 2018-07-23 07:38:55,190 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=8b1f06ca837f46a29107a63b1a826c16&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=1de705bbb704410e928abe556d1cf76f used request id req-66778510-ebdb-4165-b651-74f86c466260 2018-07-23 07:38:55,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-23 07:38:55,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/1de705bbb704410e928abe556d1cf76f/users/8b1f06ca837f46a29107a63b1a826c16/roles/1c63495f601d4fd899158fb6718f568a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:38:55,390 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:38:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-892c34a2-4dfa-45a5-8100-9da84938564e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:38:55,390 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/1de705bbb704410e928abe556d1cf76f/users/8b1f06ca837f46a29107a63b1a826c16/roles/1c63495f601d4fd899158fb6718f568a used request id req-892c34a2-4dfa-45a5-8100-9da84938564e 2018-07-23 07:38:55,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.196863889694s 2018-07-23 07:38:55,390 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/1de705bbb704410e928abe556d1cf76f/users/8b1f06ca837f46a29107a63b1a826c16/roles/1c63495f601d4fd899158fb6718f568a used request id req-892c34a2-4dfa-45a5-8100-9da84938564e 2018-07-23 07:38:55,391 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_9c95a138-5c49-473d-9d08-b22b64890cc3', 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'1de705bbb704410e928abe556d1cf76f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '148e86d5-1ef1-445f-8d37-cef9ad9b0cfe', 'username': u'vmready2-user_9c95a138-5c49-473d-9d08-b22b64890cc3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-23 07:38:55,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 07:38:55,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 07:38:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 07:38:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 07:38:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 07:38:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 07:38:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 07:38:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 07:38:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 07:38:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 07:38:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 07:38:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 07:38:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 07:38:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 07:38:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 07:38:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 07:38:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 07:38:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 07:38:55,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 07:38:55,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 07:38:55,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 07:38:55,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 07:38:55,396 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_9c95a138-5c49-473d-9d08-b22b64890cc3', 'password': '148e86d5-1ef1-445f-8d37-cef9ad9b0cfe', 'project_name': 'vmready2-project_9c95a138-5c49-473d-9d08-b22b64890cc3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '1de705bbb704410e928abe556d1cf76f', 'project_domain_name': 'Default'} 2018-07-23 07:38:55,397 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-07-23 07:38:55,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:38:55,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:38:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7011eca6-9a17-4b1f-8686-b44a893cec7e 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.21:5000/v3/", "rel": "self"}]}} 2018-07-23 07:38:55,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7011eca6-9a17-4b1f-8686-b44a893cec7e 2018-07-23 07:38:55,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-23 07:38:55,875 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40a5620b1e784c22beda1ae3289f9e23", "name": "reader"}, {"id": "1c63495f601d4fd899158fb6718f568a", "name": "member"}], "expires_at": "2018-07-23T08:38:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1de705bbb704410e928abe556d1cf76f", "name": "vmready2-project_9c95a138-5c49-473d-9d08-b22b64890cc3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce282ecbbba248f28a2a48359ab9852c"}], "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/1de705bbb704410e928abe556d1cf76f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"url": "http://192.30.9.4:8004/v1/1de705bbb704410e928abe556d1cf76f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"url": "http://192.30.9.4:8004/v1/1de705bbb704410e928abe556d1cf76f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8842ad52263c477d9d091a2eb09c6b07"}], "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fa69a2f6532480893aba172a82bc285"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea54707f422947ba81df4a98cadc2148"}], "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1de705bbb704410e928abe556d1cf76f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"url": "http://172.30.9.21:8776/v2/1de705bbb704410e928abe556d1cf76f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"url": "http://192.30.9.4:8776/v2/1de705bbb704410e928abe556d1cf76f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8a76b37dbc7448498e988f67eaef1c8"}], "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb0386e3f04145818be6768d3417f9a4"}], "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8ad852821b04802a57e13245d54444a"}], "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e171355f417f4e65bd290816771872af"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc13e075915a41239400d8d5e5e97f51"}], "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}], "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_1de705bbb704410e928abe556d1cf76f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"url": "http://12.0.0.28:8080/v1/AUTH_1de705bbb704410e928abe556d1cf76f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}], "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baaea9d18794c309e333af015de2a86"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5967cc28be044cb8a864a21b2d1c41c"}], "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ece48747154471e88b0c5aae278adb3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2662bcf19454e78829b8749f9d69308"}], "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/1de705bbb704410e928abe556d1cf76f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"url": "http://172.30.9.21:8776/v3/1de705bbb704410e928abe556d1cf76f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49500008eaec4c76916ecb04072b1992"}, {"url": "http://192.30.9.4:8776/v3/1de705bbb704410e928abe556d1cf76f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}], "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/1de705bbb704410e928abe556d1cf76f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"url": "http://172.30.9.21:8776/v1/1de705bbb704410e928abe556d1cf76f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"url": "http://192.30.9.4:8776/v1/1de705bbb704410e928abe556d1cf76f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a91452ce052f466488f8f6b679a6ba66"}], "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d2f9b971c394de68c950899a8325cb2"}], "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_9c95a138-5c49-473d-9d08-b22b64890cc3", "id": "8b1f06ca837f46a29107a63b1a826c16"}, "audit_ids": ["py3x-sKYS6eGRLqDliyEIA"], "issued_at": "2018-07-23T07:38:55.000000Z"}} 2018-07-23 07:38:55,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 07:38:55,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}6f65065fe3b362daffb029ea8dee0baa9b3df288" -d '{"network": {"name": "vmready2-net_9c95a138-5c49-473d-9d08-b22b64890cc3", "admin_state_up": true}}' 2018-07-23 07:38:56,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-fcdafd41-591e-421a-8d9e-f79a8e85a4b6 Date: Mon, 23 Jul 2018 07:38:56 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"af14044b-9b86-4301-8c89-ec29e32fad12","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1de705bbb704410e928abe556d1cf76f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:38:56Z","is_default":false,"name":"vmready2-net_9c95a138-5c49-473d-9d08-b22b64890cc3","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1de705bbb704410e928abe556d1cf76f","created_at":"2018-07-23T07:38:56Z","mtu":1450}} 2018-07-23 07:38:56,397 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-fcdafd41-591e-421a-8d9e-f79a8e85a4b6 2018-07-23 07:38:56,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.51944899559s 2018-07-23 07:38:56,398 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-fcdafd41-591e-421a-8d9e-f79a8e85a4b6 2018-07-23 07:38:56,398 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-23T07:38:56Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'af14044b-9b86-4301-8c89-ec29e32fad12', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_9c95a138-5c49-473d-9d08-b22b64890cc3', u'admin_state_up': True, u'tenant_id': u'1de705bbb704410e928abe556d1cf76f', u'created_at': u'2018-07-23T07:38:56Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1de705bbb704410e928abe556d1cf76f', u'l2_adjacency': True}) 2018-07-23 07:38:56,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:38:56,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6f65065fe3b362daffb029ea8dee0baa9b3df288" 2018-07-23 07:38:56,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1229 X-Openstack-Request-Id: req-9a9d93e9-275f-4072-81fc-1329ed2d6dda Date: Mon, 23 Jul 2018 07:38:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"af14044b-9b86-4301-8c89-ec29e32fad12","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1de705bbb704410e928abe556d1cf76f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:38:56Z","qos_policy_id":null,"name":"vmready2-net_9c95a138-5c49-473d-9d08-b22b64890cc3","admin_state_up":true,"tenant_id":"1de705bbb704410e928abe556d1cf76f","created_at":"2018-07-23T07:38:56Z","mtu":1450}]} 2018-07-23 07:38:56,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9a9d93e9-275f-4072-81fc-1329ed2d6dda 2018-07-23 07:38:56,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.304374933243s 2018-07-23 07:38:56,703 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9a9d93e9-275f-4072-81fc-1329ed2d6dda 2018-07-23 07:38:56,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 07:38:56,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}6f65065fe3b362daffb029ea8dee0baa9b3df288" -d '{"subnet": {"name": "vmready2-subnet_9c95a138-5c49-473d-9d08-b22b64890cc3", "enable_dhcp": true, "network_id": "af14044b-9b86-4301-8c89-ec29e32fad12", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 07:38:57,679 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0c536e0c-0a3d-43cb-93e1-99e24e418f53 Date: Mon, 23 Jul 2018 07:38:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af14044b-9b86-4301-8c89-ec29e32fad12","tenant_id":"1de705bbb704410e928abe556d1cf76f","created_at":"2018-07-23T07:38:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T07:38:57Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"1de705bbb704410e928abe556d1cf76f","id":"94b3df83-defc-4dcc-972e-f83b3bad730d","subnetpool_id":null,"name":"vmready2-subnet_9c95a138-5c49-473d-9d08-b22b64890cc3"}} 2018-07-23 07:38:57,679 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-0c536e0c-0a3d-43cb-93e1-99e24e418f53 2018-07-23 07:38:57,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.974216938019s 2018-07-23 07:38:57,679 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-0c536e0c-0a3d-43cb-93e1-99e24e418f53 2018-07-23 07:38:57,680 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:38:57Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'94b3df83-defc-4dcc-972e-f83b3bad730d', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_9c95a138-5c49-473d-9d08-b22b64890cc3', u'enable_dhcp': True, u'network_id': u'af14044b-9b86-4301-8c89-ec29e32fad12', u'tenant_id': u'1de705bbb704410e928abe556d1cf76f', u'created_at': u'2018-07-23T07:38:57Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1de705bbb704410e928abe556d1cf76f'}) 2018-07-23 07:38:57,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 07:38:57,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}6f65065fe3b362daffb029ea8dee0baa9b3df288" -d '{"router": {"external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2"}, "name": "vmready2-router_9c95a138-5c49-473d-9d08-b22b64890cc3", "admin_state_up": true}}' 2018-07-23 07:39:04,718 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f3be787b-863a-4126-9c4f-6f9cea8bacc1 Date: Mon, 23 Jul 2018 07:39:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1de705bbb704410e928abe556d1cf76f", "created_at": "2018-07-23T07:38:59Z", "admin_state_up": true, "updated_at": "2018-07-23T07:39:00Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "1de705bbb704410e928abe556d1cf76f", "id": "180fbe67-993e-4e95-9450-e526b3e3dc23", "name": "vmready2-router_9c95a138-5c49-473d-9d08-b22b64890cc3"}} 2018-07-23 07:39:04,718 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f3be787b-863a-4126-9c4f-6f9cea8bacc1 2018-07-23 07:39:04,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.03773021698s 2018-07-23 07:39:04,719 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f3be787b-863a-4126-9c4f-6f9cea8bacc1 2018-07-23 07:39:04,719 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:39:00Z', u'revision_number': 3, u'id': u'180fbe67-993e-4e95-9450-e526b3e3dc23', u'external_gateway_info': {u'network_id': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7f4e00c4-685a-48c3-9dde-2e27fff1d73e', u'ip_address': u'172.30.9.206'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-router_9c95a138-5c49-473d-9d08-b22b64890cc3', u'admin_state_up': True, u'tenant_id': u'1de705bbb704410e928abe556d1cf76f', u'created_at': u'2018-07-23T07:38:59Z', u'flavor_id': None, u'routes': [], u'project_id': u'1de705bbb704410e928abe556d1cf76f'}) 2018-07-23 07:39:04,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 07:39:04,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/180fbe67-993e-4e95-9450-e526b3e3dc23/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}6f65065fe3b362daffb029ea8dee0baa9b3df288" -d '{"subnet_id": "94b3df83-defc-4dcc-972e-f83b3bad730d"}' 2018-07-23 07:39:07,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-737bc62a-7882-41e3-b664-648ec5ddf30f Date: Mon, 23 Jul 2018 07:39:07 GMT RESP BODY: {"network_id": "af14044b-9b86-4301-8c89-ec29e32fad12", "tenant_id": "1de705bbb704410e928abe556d1cf76f", "subnet_id": "94b3df83-defc-4dcc-972e-f83b3bad730d", "subnet_ids": ["94b3df83-defc-4dcc-972e-f83b3bad730d"], "port_id": "e576caa2-135d-4d30-bf35-a6de3d3e76ca", "id": "180fbe67-993e-4e95-9450-e526b3e3dc23"} 2018-07-23 07:39:07,452 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/180fbe67-993e-4e95-9450-e526b3e3dc23/add_router_interface.json used request id req-737bc62a-7882-41e3-b664-648ec5ddf30f 2018-07-23 07:39:07,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.732681036s 2018-07-23 07:39:07,453 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/180fbe67-993e-4e95-9450-e526b3e3dc23/add_router_interface.json used request id req-737bc62a-7882-41e3-b664-648ec5ddf30f returning object 180fbe67-993e-4e95-9450-e526b3e3dc23 2018-07-23 07:39:07,453 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-23 07:39:07,585 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-23 07:39:07,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:39:07,592 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 23 Jul 2018 07:39:07 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-23 07:39:07,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:39:07,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6f65065fe3b362daffb029ea8dee0baa9b3df288" 2018-07-23 07:39:08,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fc37cf52-258c-4323-8c56-2443220fcb58 Date: Mon, 23 Jul 2018 07:39:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:39:08,304 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fc37cf52-258c-4323-8c56-2443220fcb58 2018-07-23 07:39:08,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.70881485939s 2018-07-23 07:39:08,304 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fc37cf52-258c-4323-8c56-2443220fcb58 2018-07-23 07:39:08,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-23 07:39:08,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}6f65065fe3b362daffb029ea8dee0baa9b3df288" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_9c95a138-5c49-473d-9d08-b22b64890cc3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_9c95a138-5c49-473d-9d08-b22b64890cc3"}' 2018-07-23 07:39:09,039 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/94614d67-03d4-4958-af28-5e224bca0791 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-dda14f1c-8337-4b08-a5ae-91a54404785b Date: Mon, 23 Jul 2018 07:39:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/94614d67-03d4-4958-af28-5e224bca0791/file", "owner": "1de705bbb704410e928abe556d1cf76f", "id": "94614d67-03d4-4958-af28-5e224bca0791", "size": null, "self": "/v2/images/94614d67-03d4-4958-af28-5e224bca0791", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:39:08Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_9c95a138-5c49-473d-9d08-b22b64890cc3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_9c95a138-5c49-473d-9d08-b22b64890cc3", "checksum": null, "created_at": "2018-07-23T07:39:08Z", "protected": false} 2018-07-23 07:39:09,039 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-dda14f1c-8337-4b08-a5ae-91a54404785b 2018-07-23 07:39:09,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.727007865906s 2018-07-23 07:39:09,040 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-dda14f1c-8337-4b08-a5ae-91a54404785b returning object 94614d67-03d4-4958-af28-5e224bca0791 2018-07-23 07:39:09,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-23 07:39:09,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/94614d67-03d4-4958-af28-5e224bca0791/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}6f65065fe3b362daffb029ea8dee0baa9b3df288" -d '' 2018-07-23 07:39:10,490 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f76a6db8-964d-4337-be86-8fce2c1cbaf4 Date: Mon, 23 Jul 2018 07:39:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 07:39:10,490 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/94614d67-03d4-4958-af28-5e224bca0791/file used request id req-f76a6db8-964d-4337-be86-8fce2c1cbaf4 2018-07-23 07:39:10,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.44968295097s 2018-07-23 07:39:10,491 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/94614d67-03d4-4958-af28-5e224bca0791/file used request id req-f76a6db8-964d-4337-be86-8fce2c1cbaf4 2018-07-23 07:39:10,491 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_9c95a138-5c49-473d-9d08-b22b64890cc3', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-23T07:39:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/94614d67-03d4-4958-af28-5e224bca0791/file', u'owner': u'1de705bbb704410e928abe556d1cf76f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'94614d67-03d4-4958-af28-5e224bca0791', u'size': None, u'name': u'vmready2-img_9c95a138-5c49-473d-9d08-b22b64890cc3', u'checksum': None, u'self': u'/v2/images/94614d67-03d4-4958-af28-5e224bca0791', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-23T07:39:08Z', u'schema': u'/v2/schemas/image'}) 2018-07-23 07:39:10,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-23 07:39:10,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_9c95a138-5c49-473d-9d08-b22b64890cc3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-23 07:39:11,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aae13fce-3566-4a8c-aa2d-631c79c3edc3 x-compute-request-id: req-aae13fce-3566-4a8c-aa2d-631c79c3edc3 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_9c95a138-5c49-473d-9d08-b22b64890cc3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c8c62ec7-0099-44ce-91bd-41a0ea3e256f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c8c62ec7-0099-44ce-91bd-41a0ea3e256f", "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": "c8c62ec7-0099-44ce-91bd-41a0ea3e256f"}} 2018-07-23 07:39:11,315 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-aae13fce-3566-4a8c-aa2d-631c79c3edc3 2018-07-23 07:39:11,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.823209047318s 2018-07-23 07:39:11,315 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-aae13fce-3566-4a8c-aa2d-631c79c3edc3 2018-07-23 07:39:11,316 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_9c95a138-5c49-473d-9d08-b22b64890cc3', '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'40d340270b3e485491d6be25a56c453f', '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'c8c62ec7-0099-44ce-91bd-41a0ea3e256f', 'swap': 0}) 2018-07-23 07:39:11,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-23 07:39:11,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/c8c62ec7-0099-44ce-91bd-41a0ea3e256f/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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" -d '{"extra_specs": {}}' 2018-07-23 07:39:11,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39: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 x-openstack-request-id: req-3e655030-4a38-4546-977e-b775d232753c x-compute-request-id: req-3e655030-4a38-4546-977e-b775d232753c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-23 07:39:11,343 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/c8c62ec7-0099-44ce-91bd-41a0ea3e256f/os-extra_specs used request id req-3e655030-4a38-4546-977e-b775d232753c 2018-07-23 07:39:11,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0263938903809s 2018-07-23 07:39:11,344 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/c8c62ec7-0099-44ce-91bd-41a0ea3e256f/os-extra_specs used request id req-3e655030-4a38-4546-977e-b775d232753c 2018-07-23 07:39:11,457 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 07:39:11,457 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:16 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-23 07:39:11,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 07:39:11,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/180fbe67-993e-4e95-9450-e526b3e3dc23/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}6f65065fe3b362daffb029ea8dee0baa9b3df288" -d '{"subnet_id": "94b3df83-defc-4dcc-972e-f83b3bad730d"}' 2018-07-23 07:39:14,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-47f75704-c960-4643-8cb7-9117c1fb77b7 Date: Mon, 23 Jul 2018 07:39:14 GMT RESP BODY: {"network_id": "af14044b-9b86-4301-8c89-ec29e32fad12", "tenant_id": "1de705bbb704410e928abe556d1cf76f", "subnet_id": "94b3df83-defc-4dcc-972e-f83b3bad730d", "subnet_ids": ["94b3df83-defc-4dcc-972e-f83b3bad730d"], "port_id": "e576caa2-135d-4d30-bf35-a6de3d3e76ca", "id": "180fbe67-993e-4e95-9450-e526b3e3dc23"} 2018-07-23 07:39:14,074 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/180fbe67-993e-4e95-9450-e526b3e3dc23/remove_router_interface.json used request id req-47f75704-c960-4643-8cb7-9117c1fb77b7 2018-07-23 07:39:14,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.61339688301s 2018-07-23 07:39:14,074 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/180fbe67-993e-4e95-9450-e526b3e3dc23/remove_router_interface.json used request id req-47f75704-c960-4643-8cb7-9117c1fb77b7 returning object 180fbe67-993e-4e95-9450-e526b3e3dc23 2018-07-23 07:39:14,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 07:39:14,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6f65065fe3b362daffb029ea8dee0baa9b3df288" 2018-07-23 07:39:14,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-5b400fac-f233-49ae-8b72-3f4fd3582eac Date: Mon, 23 Jul 2018 07:39:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1de705bbb704410e928abe556d1cf76f", "created_at": "2018-07-23T07:38:59Z", "admin_state_up": true, "updated_at": "2018-07-23T07:39:12Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "1de705bbb704410e928abe556d1cf76f", "id": "180fbe67-993e-4e95-9450-e526b3e3dc23", "name": "vmready2-router_9c95a138-5c49-473d-9d08-b22b64890cc3"}]} 2018-07-23 07:39:14,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-5b400fac-f233-49ae-8b72-3f4fd3582eac 2018-07-23 07:39:14,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.440223932266s 2018-07-23 07:39:14,515 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-5b400fac-f233-49ae-8b72-3f4fd3582eac 2018-07-23 07:39:14,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 07:39:14,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/180fbe67-993e-4e95-9450-e526b3e3dc23.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f65065fe3b362daffb029ea8dee0baa9b3df288" 2018-07-23 07:39:18,424 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-118902a2-327e-4e91-9a44-1a058c1ec104 Content-Length: 0 Date: Mon, 23 Jul 2018 07:39:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:39:18,424 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/180fbe67-993e-4e95-9450-e526b3e3dc23.json used request id req-118902a2-327e-4e91-9a44-1a058c1ec104 2018-07-23 07:39:18,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.90648007393s 2018-07-23 07:39:18,425 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/180fbe67-993e-4e95-9450-e526b3e3dc23.json used request id req-118902a2-327e-4e91-9a44-1a058c1ec104 2018-07-23 07:39:18,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 07:39:18,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6f65065fe3b362daffb029ea8dee0baa9b3df288" 2018-07-23 07:39:19,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-11c10fa3-e6ba-46eb-8b5e-9d6a787dc940 Date: Mon, 23 Jul 2018 07:39:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af14044b-9b86-4301-8c89-ec29e32fad12","tenant_id":"1de705bbb704410e928abe556d1cf76f","created_at":"2018-07-23T07:38:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T07:38:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"1de705bbb704410e928abe556d1cf76f","id":"94b3df83-defc-4dcc-972e-f83b3bad730d","subnetpool_id":null,"name":"vmready2-subnet_9c95a138-5c49-473d-9d08-b22b64890cc3"}]} 2018-07-23 07:39:19,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-11c10fa3-e6ba-46eb-8b5e-9d6a787dc940 2018-07-23 07:39:19,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.948494911194s 2018-07-23 07:39:19,374 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-11c10fa3-e6ba-46eb-8b5e-9d6a787dc940 2018-07-23 07:39:19,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 07:39:19,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/94b3df83-defc-4dcc-972e-f83b3bad730d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f65065fe3b362daffb029ea8dee0baa9b3df288" 2018-07-23 07:39:21,926 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6e8b661a-0fe9-4c67-af05-8e529d56f047 Date: Mon, 23 Jul 2018 07:39:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:39:21,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/94b3df83-defc-4dcc-972e-f83b3bad730d.json used request id req-6e8b661a-0fe9-4c67-af05-8e529d56f047 2018-07-23 07:39:21,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.55026292801s 2018-07-23 07:39:21,926 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/94b3df83-defc-4dcc-972e-f83b3bad730d.json used request id req-6e8b661a-0fe9-4c67-af05-8e529d56f047 2018-07-23 07:39:21,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:39:21,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6f65065fe3b362daffb029ea8dee0baa9b3df288" 2018-07-23 07:39:22,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-6fc04fd8-ff26-4fda-ada0-71d010e869f6 Date: Mon, 23 Jul 2018 07:39:22 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"af14044b-9b86-4301-8c89-ec29e32fad12","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1de705bbb704410e928abe556d1cf76f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:39:21Z","qos_policy_id":null,"name":"vmready2-net_9c95a138-5c49-473d-9d08-b22b64890cc3","admin_state_up":true,"tenant_id":"1de705bbb704410e928abe556d1cf76f","created_at":"2018-07-23T07:38:56Z","mtu":1450}]} 2018-07-23 07:39:22,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6fc04fd8-ff26-4fda-ada0-71d010e869f6 2018-07-23 07:39:22,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.311370849609s 2018-07-23 07:39:22,239 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6fc04fd8-ff26-4fda-ada0-71d010e869f6 2018-07-23 07:39:22,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 07:39:22,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/af14044b-9b86-4301-8c89-ec29e32fad12.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f65065fe3b362daffb029ea8dee0baa9b3df288" 2018-07-23 07:39:23,830 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc5eda8f-9b2e-4c35-a694-3e3c4a4c334c Date: Mon, 23 Jul 2018 07:39:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:39:23,830 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/af14044b-9b86-4301-8c89-ec29e32fad12.json used request id req-cc5eda8f-9b2e-4c35-a694-3e3c4a4c334c 2018-07-23 07:39:23,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.59064602852s 2018-07-23 07:39:23,831 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/af14044b-9b86-4301-8c89-ec29e32fad12.json used request id req-cc5eda8f-9b2e-4c35-a694-3e3c4a4c334c 2018-07-23 07:39:23,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:39:23,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6f65065fe3b362daffb029ea8dee0baa9b3df288" 2018-07-23 07:39:24,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-1017a173-b724-4934-ab72-6d8641aae6ac Date: Mon, 23 Jul 2018 07:39:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/94614d67-03d4-4958-af28-5e224bca0791/snap", "metadata": {}}], "file": "/v2/images/94614d67-03d4-4958-af28-5e224bca0791/file", "owner": "1de705bbb704410e928abe556d1cf76f", "id": "94614d67-03d4-4958-af28-5e224bca0791", "size": 12716032, "self": "/v2/images/94614d67-03d4-4958-af28-5e224bca0791", "disk_format": "qcow2", "direct_url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/94614d67-03d4-4958-af28-5e224bca0791/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:39:10Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_9c95a138-5c49-473d-9d08-b22b64890cc3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_9c95a138-5c49-473d-9d08-b22b64890cc3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T07:39:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:39:24,602 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1017a173-b724-4934-ab72-6d8641aae6ac 2018-07-23 07:39:24,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.766955137253s 2018-07-23 07:39:24,602 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1017a173-b724-4934-ab72-6d8641aae6ac 2018-07-23 07:39:24,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-23 07:39:24,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/94614d67-03d4-4958-af28-5e224bca0791 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f65065fe3b362daffb029ea8dee0baa9b3df288" 2018-07-23 07:39:26,570 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5daa8d6c-7ec3-41c4-b904-9c8990effe04 Date: Mon, 23 Jul 2018 07:39: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-23 07:39:26,570 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/94614d67-03d4-4958-af28-5e224bca0791 used request id req-5daa8d6c-7ec3-41c4-b904-9c8990effe04 2018-07-23 07:39:26,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.96631813049s 2018-07-23 07:39:26,571 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/94614d67-03d4-4958-af28-5e224bca0791 used request id req-5daa8d6c-7ec3-41c4-b904-9c8990effe04 2018-07-23 07:39:26,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 07:39:26,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:39:26,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39: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-023b73b6-eeff-4c4c-b93c-4597587cdba6 x-compute-request-id: req-023b73b6-eeff-4c4c-b93c-4597587cdba6 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_9c95a138-5c49-473d-9d08-b22b64890cc3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c8c62ec7-0099-44ce-91bd-41a0ea3e256f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c8c62ec7-0099-44ce-91bd-41a0ea3e256f", "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": "c8c62ec7-0099-44ce-91bd-41a0ea3e256f"}]} 2018-07-23 07:39:26,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-023b73b6-eeff-4c4c-b93c-4597587cdba6 2018-07-23 07:39:26,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0303008556366s 2018-07-23 07:39:26,602 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-023b73b6-eeff-4c4c-b93c-4597587cdba6 2018-07-23 07:39:26,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-23 07:39:26,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/c8c62ec7-0099-44ce-91bd-41a0ea3e256f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:39:26,655 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:39:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-335f823f-530b-410e-a11e-517c2f5bc102 x-compute-request-id: req-335f823f-530b-410e-a11e-517c2f5bc102 Content-Length: 0 Content-Type: application/json 2018-07-23 07:39:26,655 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/c8c62ec7-0099-44ce-91bd-41a0ea3e256f used request id req-335f823f-530b-410e-a11e-517c2f5bc102 2018-07-23 07:39:26,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0521049499512s 2018-07-23 07:39:26,656 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/c8c62ec7-0099-44ce-91bd-41a0ea3e256f used request id req-335f823f-530b-410e-a11e-517c2f5bc102 2018-07-23 07:39:26,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:39:26,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:39:26,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e2f5546-c71a-4dd2-b765-24ebdd46cb51 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1287116150bf4ce0bb02309b90f72dad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1287116150bf4ce0bb02309b90f72dad", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/21e964dbe82e41fc9ab56342e3a027a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e964dbe82e41fc9ab56342e3a027a6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/22ca89ed14c94721b5fd2f655167f068"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22ca89ed14c94721b5fd2f655167f068", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/26e8ee3b56ac43b5ad4adb33444e47c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26e8ee3b56ac43b5ad4adb33444e47c5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2c51044dca7046e9ac6c8a2b041ab851"}, "domain_id": "2251db99694d4962850e9aa610271f3b", "enabled": true, "options": {}, "id": "2c51044dca7046e9ac6c8a2b041ab851", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/544231ec6739441cb54b5539dc4cb037"}, "domain_id": "default", "enabled": true, "options": {}, "id": "544231ec6739441cb54b5539dc4cb037", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/5e82f334d9e14b8d9506539adc7ce92e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e82f334d9e14b8d9506539adc7ce92e", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/65c01a9c052649319a58dc4f31d740c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c01a9c052649319a58dc4f31d740c5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "vmready2-user_9c95a138-5c49-473d-9d08-b22b64890cc3", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1f06ca837f46a29107a63b1a826c16"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8b1f06ca837f46a29107a63b1a826c16", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/9501c3a36c404541a1124c0e6bb48ee3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9501c3a36c404541a1124c0e6bb48ee3", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/bb2150505dda410a96da7779cf282b1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb2150505dda410a96da7779cf282b1e", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/bd2639e1449b40f2a53cadeb987e55a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd2639e1449b40f2a53cadeb987e55a9", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c3b410f589154db5817aab8aac895175"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3b410f589154db5817aab8aac895175", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d25756ff75c34032b0c565829f353e82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25756ff75c34032b0c565829f353e82", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/e2971232255b4d6b82c5aeea243f97c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2971232255b4d6b82c5aeea243f97c1", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-23 07:39:26,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4e2f5546-c71a-4dd2-b765-24ebdd46cb51 2018-07-23 07:39:26,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126477003098s 2018-07-23 07:39:26,783 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4e2f5546-c71a-4dd2-b765-24ebdd46cb51 2018-07-23 07:39:26,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:39:26,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/8b1f06ca837f46a29107a63b1a826c16 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:39:26,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e131351-caee-405f-9784-ea87d511fb7f Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_9c95a138-5c49-473d-9d08-b22b64890cc3", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1f06ca837f46a29107a63b1a826c16"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "8b1f06ca837f46a29107a63b1a826c16", "description": null}} 2018-07-23 07:39:26,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/8b1f06ca837f46a29107a63b1a826c16 used request id req-4e131351-caee-405f-9784-ea87d511fb7f 2018-07-23 07:39:26,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.123204946518s 2018-07-23 07:39:26,912 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/8b1f06ca837f46a29107a63b1a826c16 used request id req-4e131351-caee-405f-9784-ea87d511fb7f 2018-07-23 07:39:26,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-23 07:39:26,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/8b1f06ca837f46a29107a63b1a826c16 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:39:27,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:39:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7dba7e4e-083d-409e-9496-01a9d07159a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:39:27,163 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8b1f06ca837f46a29107a63b1a826c16 used request id req-7dba7e4e-083d-409e-9496-01a9d07159a8 2018-07-23 07:39:27,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.250579833984s 2018-07-23 07:39:27,164 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8b1f06ca837f46a29107a63b1a826c16 used request id req-7dba7e4e-083d-409e-9496-01a9d07159a8 2018-07-23 07:39:27,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 07:39:27,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:39:27,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd162d86-f754-42b1-95cb-8c131888b3b3 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566"}, "tags": [], "enabled": true, "id": "0e18f5d29fa84969a7e290a71d4fd566", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.21:5000/v3/projects/1de705bbb704410e928abe556d1cf76f"}, "tags": [], "enabled": true, "id": "1de705bbb704410e928abe556d1cf76f", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_9c95a138-5c49-473d-9d08-b22b64890cc3"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/40d340270b3e485491d6be25a56c453f"}, "tags": [], "enabled": true, "id": "40d340270b3e485491d6be25a56c453f", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-23 07:39:27,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-dd162d86-f754-42b1-95cb-8c131888b3b3 2018-07-23 07:39:27,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102901935577s 2018-07-23 07:39:27,273 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-dd162d86-f754-42b1-95cb-8c131888b3b3 2018-07-23 07:39:27,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-23 07:39:27,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/1de705bbb704410e928abe556d1cf76f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}259c3ec01f5c54b10e29aae2d195b0fb105ae923" 2018-07-23 07:39:27,523 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:39:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25c68306-5974-45ca-9c32-e6937d1191f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:39:27,523 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/1de705bbb704410e928abe556d1cf76f used request id req-25c68306-5974-45ca-9c32-e6937d1191f1 2018-07-23 07:39:27,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.245968103409s 2018-07-23 07:39:27,524 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/1de705bbb704410e928abe556d1cf76f used request id req-25c68306-5974-45ca-9c32-e6937d1191f1 2018-07-23 07:39:27,578 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-07-23 07:39:27,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 07:39:27,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 07:39:27,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 07:39:27,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 07:39:27,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 07:39:27,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 07:39:27,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 07:39:27,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 07:39:27,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 07:39:27,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 07:39:27,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 07:39:27,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 07:39:27,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 07:39:27,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 07:39:27,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 07:39:27,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 07:39:27,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 07:39:27,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 07:39:27,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 07:39:27,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 07:39:27,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 07:39:27,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 07:39:27,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:39:27,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73bbf9fc-b1a4-48c2-88bf-7f9726070029 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.21:5000/v3/", "rel": "self"}]}} 2018-07-23 07:39:27,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-73bbf9fc-b1a4-48c2-88bf-7f9726070029 2018-07-23 07:39:27,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-23 07:39:28,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40a5620b1e784c22beda1ae3289f9e23", "name": "reader"}, {"id": "1c63495f601d4fd899158fb6718f568a", "name": "member"}, {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "name": "admin"}], "expires_at": "2018-07-23T08:39:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40d340270b3e485491d6be25a56c453f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce282ecbbba248f28a2a48359ab9852c"}], "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8842ad52263c477d9d091a2eb09c6b07"}], "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fa69a2f6532480893aba172a82bc285"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea54707f422947ba81df4a98cadc2148"}], "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"url": "http://172.30.9.21:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8a76b37dbc7448498e988f67eaef1c8"}], "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb0386e3f04145818be6768d3417f9a4"}], "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8ad852821b04802a57e13245d54444a"}], "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e171355f417f4e65bd290816771872af"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc13e075915a41239400d8d5e5e97f51"}], "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}], "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"url": "http://12.0.0.28:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}], "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baaea9d18794c309e333af015de2a86"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5967cc28be044cb8a864a21b2d1c41c"}], "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ece48747154471e88b0c5aae278adb3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2662bcf19454e78829b8749f9d69308"}], "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"url": "http://172.30.9.21:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49500008eaec4c76916ecb04072b1992"}, {"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}], "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"url": "http://172.30.9.21:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a91452ce052f466488f8f6b679a6ba66"}], "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d2f9b971c394de68c950899a8325cb2"}], "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25756ff75c34032b0c565829f353e82"}, "audit_ids": ["7Y7NA0RvRaK4D0aOBbvtjA"], "issued_at": "2018-07-23T07:39:28.000000Z"}} 2018-07-23 07:39:28,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:39:28,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:39:28,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-3a79fa23-898d-433f-9ccb-6108012e411d Date: Mon, 23 Jul 2018 07:39:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"}]} 2018-07-23 07:39:28,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3a79fa23-898d-433f-9ccb-6108012e411d 2018-07-23 07:39:28,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.277801036835s 2018-07-23 07:39:28,300 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3a79fa23-898d-433f-9ccb-6108012e411d 2018-07-23 07:39:28,306 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-07-23 07:39:28,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 07:39:28,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -d '{"network": {"name": "singlevm1-net_1e42988a-20b8-44f3-87aa-0c14e81a4289", "admin_state_up": true}}' 2018-07-23 07:39:28,894 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-0957857b-0e9a-4314-9188-b6fdae7a1363 Date: Mon, 23 Jul 2018 07:39:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"eccb5244-76c0-47f6-91c4-18e55ae0df1e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"40d340270b3e485491d6be25a56c453f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:39:28Z","is_default":false,"qos_policy_id":null,"name":"singlevm1-net_1e42988a-20b8-44f3-87aa-0c14e81a4289","admin_state_up":true,"tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:39:28Z","mtu":1450}} 2018-07-23 07:39:28,894 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0957857b-0e9a-4314-9188-b6fdae7a1363 2018-07-23 07:39:28,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.588242053986s 2018-07-23 07:39:28,895 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0957857b-0e9a-4314-9188-b6fdae7a1363 2018-07-23 07:39:28,895 - 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-23T07:39:28Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'eccb5244-76c0-47f6-91c4-18e55ae0df1e', u'provider:segmentation_id': 54, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'singlevm1-net_1e42988a-20b8-44f3-87aa-0c14e81a4289', u'created_at': u'2018-07-23T07:39:28Z', u'mtu': 1450, u'tenant_id': u'40d340270b3e485491d6be25a56c453f', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'40d340270b3e485491d6be25a56c453f', u'l2_adjacency': True}) 2018-07-23 07:39:28,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:39:28,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:39:29,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1429 X-Openstack-Request-Id: req-2b80f549-a6ee-4411-87c9-c76c8227efb6 Date: Mon, 23 Jul 2018 07:39:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"eccb5244-76c0-47f6-91c4-18e55ae0df1e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"40d340270b3e485491d6be25a56c453f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:39:28Z","qos_policy_id":null,"name":"singlevm1-net_1e42988a-20b8-44f3-87aa-0c14e81a4289","admin_state_up":true,"tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:39:28Z","provider:network_type":"vxlan"}]} 2018-07-23 07:39:29,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2b80f549-a6ee-4411-87c9-c76c8227efb6 2018-07-23 07:39:29,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.272222995758s 2018-07-23 07:39:29,169 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2b80f549-a6ee-4411-87c9-c76c8227efb6 2018-07-23 07:39:29,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 07:39:29,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -d '{"subnet": {"name": "singlevm1-subnet_1e42988a-20b8-44f3-87aa-0c14e81a4289", "enable_dhcp": true, "network_id": "eccb5244-76c0-47f6-91c4-18e55ae0df1e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 07:39:30,583 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9c1a5521-59f8-45bd-84ea-19e258819f0f Date: Mon, 23 Jul 2018 07:39:30 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-23T07:39:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"b05d0010-f6fa-49f7-970d-c3960b6f63bd","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"40d340270b3e485491d6be25a56c453f","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_1e42988a-20b8-44f3-87aa-0c14e81a4289","enable_dhcp":true,"segment_id":null,"network_id":"eccb5244-76c0-47f6-91c4-18e55ae0df1e","tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:39:30Z","ip_version":4}} 2018-07-23 07:39:30,583 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-9c1a5521-59f8-45bd-84ea-19e258819f0f 2018-07-23 07:39:30,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.41319704056s 2018-07-23 07:39:30,584 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-9c1a5521-59f8-45bd-84ea-19e258819f0f 2018-07-23 07:39:30,584 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:39:30Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b05d0010-f6fa-49f7-970d-c3960b6f63bd', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_1e42988a-20b8-44f3-87aa-0c14e81a4289', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'eccb5244-76c0-47f6-91c4-18e55ae0df1e', u'tenant_id': u'40d340270b3e485491d6be25a56c453f', u'created_at': u'2018-07-23T07:39:30Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'40d340270b3e485491d6be25a56c453f'}) 2018-07-23 07:39:30,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 07:39:30,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -d '{"router": {"external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2"}, "name": "singlevm1-router_1e42988a-20b8-44f3-87aa-0c14e81a4289", "admin_state_up": true}}' 2018-07-23 07:39:37,371 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-cd6e17cf-34a0-41fb-9ff3-2228cab6c88a Date: Mon, 23 Jul 2018 07:39:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:39:32Z", "admin_state_up": true, "updated_at": "2018-07-23T07:39:33Z", "project_id": "40d340270b3e485491d6be25a56c453f", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "0c350a83-ef2b-4361-87d2-6ab417a8e14c", "name": "singlevm1-router_1e42988a-20b8-44f3-87aa-0c14e81a4289"}} 2018-07-23 07:39:37,371 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-cd6e17cf-34a0-41fb-9ff3-2228cab6c88a 2018-07-23 07:39:37,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.7865049839s 2018-07-23 07:39:37,371 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-cd6e17cf-34a0-41fb-9ff3-2228cab6c88a 2018-07-23 07:39:37,372 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:39:33Z', u'revision_number': 3, u'ha': True, u'id': u'0c350a83-ef2b-4361-87d2-6ab417a8e14c', u'external_gateway_info': {u'network_id': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7f4e00c4-685a-48c3-9dde-2e27fff1d73e', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-router_1e42988a-20b8-44f3-87aa-0c14e81a4289', u'admin_state_up': True, u'tenant_id': u'40d340270b3e485491d6be25a56c453f', u'created_at': u'2018-07-23T07:39:32Z', u'flavor_id': None, u'routes': [], u'project_id': u'40d340270b3e485491d6be25a56c453f'}) 2018-07-23 07:39:37,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 07:39:37,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/0c350a83-ef2b-4361-87d2-6ab417a8e14c/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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -d '{"subnet_id": "b05d0010-f6fa-49f7-970d-c3960b6f63bd"}' 2018-07-23 07:39:40,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f20b55ee-0816-4c7b-aaae-0e1fdbb7036d Date: Mon, 23 Jul 2018 07:39:40 GMT RESP BODY: {"network_id": "eccb5244-76c0-47f6-91c4-18e55ae0df1e", "tenant_id": "40d340270b3e485491d6be25a56c453f", "subnet_id": "b05d0010-f6fa-49f7-970d-c3960b6f63bd", "subnet_ids": ["b05d0010-f6fa-49f7-970d-c3960b6f63bd"], "port_id": "ce1df250-6f0a-493e-886b-daad97a6e885", "id": "0c350a83-ef2b-4361-87d2-6ab417a8e14c"} 2018-07-23 07:39:40,047 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0c350a83-ef2b-4361-87d2-6ab417a8e14c/add_router_interface.json used request id req-f20b55ee-0816-4c7b-aaae-0e1fdbb7036d 2018-07-23 07:39:40,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.67411780357s 2018-07-23 07:39:40,047 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0c350a83-ef2b-4361-87d2-6ab417a8e14c/add_router_interface.json used request id req-f20b55ee-0816-4c7b-aaae-0e1fdbb7036d returning object 0c350a83-ef2b-4361-87d2-6ab417a8e14c 2018-07-23 07:39:40,047 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-23 07:39:40,174 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-23 07:39:40,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:39:40,182 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 23 Jul 2018 07:39:40 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-23 07:39:40,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:39:40,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:39:40,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-febf67f8-834f-41ee-bb4a-8adebbea84cb Date: Mon, 23 Jul 2018 07:39:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:39:40,997 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-febf67f8-834f-41ee-bb4a-8adebbea84cb 2018-07-23 07:39:40,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.809336900711s 2018-07-23 07:39:40,997 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-febf67f8-834f-41ee-bb4a-8adebbea84cb 2018-07-23 07:39:41,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-23 07:39:41,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_1e42988a-20b8-44f3-87aa-0c14e81a4289", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_1e42988a-20b8-44f3-87aa-0c14e81a4289"}' 2018-07-23 07:39:41,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-fa8709bf-f379-4c20-93df-4eef33a0d06a Date: Mon, 23 Jul 2018 07:39:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd/file", "owner": "40d340270b3e485491d6be25a56c453f", "id": "ace5e1aa-83c3-4049-a525-bfc7460675dd", "size": null, "self": "/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:39:41Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_1e42988a-20b8-44f3-87aa-0c14e81a4289", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_1e42988a-20b8-44f3-87aa-0c14e81a4289", "checksum": null, "created_at": "2018-07-23T07:39:41Z", "protected": false} 2018-07-23 07:39:41,272 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-fa8709bf-f379-4c20-93df-4eef33a0d06a 2018-07-23 07:39:41,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.266587972641s 2018-07-23 07:39:41,272 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-fa8709bf-f379-4c20-93df-4eef33a0d06a returning object ace5e1aa-83c3-4049-a525-bfc7460675dd 2018-07-23 07:39:41,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-23 07:39:41,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd/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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -d '' 2018-07-23 07:39:42,511 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2e00d16a-75f6-402a-8f01-f57511135d6f Date: Mon, 23 Jul 2018 07:39: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-23 07:39:42,511 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd/file used request id req-2e00d16a-75f6-402a-8f01-f57511135d6f 2018-07-23 07:39:42,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.23782706261s 2018-07-23 07:39:42,511 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd/file used request id req-2e00d16a-75f6-402a-8f01-f57511135d6f 2018-07-23 07:39:42,512 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_1e42988a-20b8-44f3-87aa-0c14e81a4289', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-23T07:39:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd/file', u'owner': u'40d340270b3e485491d6be25a56c453f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ace5e1aa-83c3-4049-a525-bfc7460675dd', u'size': None, u'name': u'singlevm1-img_1e42988a-20b8-44f3-87aa-0c14e81a4289', u'checksum': None, u'self': u'/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-23T07:39:41Z', u'schema': u'/v2/schemas/image'}) 2018-07-23 07:39:42,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-23 07:39:42,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_1e42988a-20b8-44f3-87aa-0c14e81a4289", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-23 07:39:43,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39: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-6f1b63d4-dd3f-416f-8bd5-56145af0216e x-compute-request-id: req-6f1b63d4-dd3f-416f-8bd5-56145af0216e Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_1e42988a-20b8-44f3-87aa-0c14e81a4289", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/81e6e527-b057-4d82-8233-6b391894bd3b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/81e6e527-b057-4d82-8233-6b391894bd3b", "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": "81e6e527-b057-4d82-8233-6b391894bd3b"}} 2018-07-23 07:39:43,297 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6f1b63d4-dd3f-416f-8bd5-56145af0216e 2018-07-23 07:39:43,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.784259080887s 2018-07-23 07:39:43,297 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6f1b63d4-dd3f-416f-8bd5-56145af0216e 2018-07-23 07:39:43,298 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_1e42988a-20b8-44f3-87aa-0c14e81a4289', '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'40d340270b3e485491d6be25a56c453f', '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'81e6e527-b057-4d82-8233-6b391894bd3b', 'swap': 0}) 2018-07-23 07:39:43,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-23 07:39:43,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/81e6e527-b057-4d82-8233-6b391894bd3b/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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -d '{"extra_specs": {}}' 2018-07-23 07:39:43,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98c1fd61-529d-4c68-8b48-bc93445b8040 x-compute-request-id: req-98c1fd61-529d-4c68-8b48-bc93445b8040 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-23 07:39:43,322 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/81e6e527-b057-4d82-8233-6b391894bd3b/os-extra_specs used request id req-98c1fd61-529d-4c68-8b48-bc93445b8040 2018-07-23 07:39:43,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0230779647827s 2018-07-23 07:39:43,322 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/81e6e527-b057-4d82-8233-6b391894bd3b/os-extra_specs used request id req-98c1fd61-529d-4c68-8b48-bc93445b8040 2018-07-23 07:39:43,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-23 07:39:43,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -d '{"keypair": {"name": "singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289"}}' 2018-07-23 07:39:43,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7422dcfb-0505-44ce-8a80-dd3998dd6915 x-compute-request-id: req-7422dcfb-0505-44ce-8a80-dd3998dd6915 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+8CLTfgQ3X8gOI2L1YUBjJFA57r75v6qHHzpGpTQ9WLUHau7dgtT3f+3Fuo6oSD24/LQlrwmD107qqOSQsLLAgx8CHd7RkkhIffht8M8Glg/HqBDQ1fSu9itPcfZ2QTA4xZOlV2AV7YllG0Elbj5n5n+yLwxyLrQ6Md1iDvKCYHXYgXrgO4xFXDv+donA+y8of/crWyRGHFeqNJHEvz8en9F1H5FPE8RkcLZUE9s1QlXSihBhZDNSW+s4PLTHn8TzEun0/k2SnJUApEKbMFqppdRH+9M/k8ZfAUxUhSmZNgLLeZRCp4196YDgt3mduMX+4PYiGACoFwo1NlNp2l+7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvvAi034EN1/IDiNi9WFAYyRQOe6++b+qhx86RqU0PVi1B2ru\n3YLU93/txbqOqEg9uPy0Ja8Jg9dO6qjkkLCywIMfAh3e0ZJISH34bfDPBpYPx6gQ\n0NX0rvYrT3H2dkEwOMWTpVdgFe2JZRtBJW4+Z+Z/si8Mci60OjHdYg7ygmB12IF6\n4DuMRVw7/naJwPsvKH/3K1skRhxXqjSRxL8/Hp/RdR+RTxPEZHC2VBPbNUJV0ooQ\nYWQzUlvrODy0x5/E8xLp9P5NkpyVAKRCmzBaqaXUR/vTP5PGXwFMVIUpmTYCy3mU\nQqeNfemA4Ld5nbjF/uD2IhgAqBcKNTZTadpfuwIDAQABAoIBAG8c24dr3BRFXuwr\nV5koQQnwxecQsn4wNZJwb79QwDe6+Y4ZgmvRiRGGlt3sFLyFXbXbCRKs68KXd0tD\ngc9ZpIw3QcI/k70tfXcCJ6IC8tcIWKJ9gVumRr/SbZ3L2fszMFa5U5RyZm4cT0pR\nM/YOU66vCjys+HcyCpubDRPVUvbfHUl7K+I4IbD7GzOlDOqj4phZGvsOzwoTjCJ2\n5omiuEZhaJklYTwn0xoUuyLM+++9k8IPMT5ioE1jqT2pBkSfYD/riq/uAW+M/1hn\n+KbfQq6jyzJh4w5hXShK6mXUmd3sDq4uhV73Eo4aQxqRNzZVDZwoWGYlj/S8wsEs\n5H2i/IECgYEA7849pQca+xAFBMaXm7E6omMQizK6rNYGfs8XM1eWkagtZhJueI6j\nJBAN17F0GS61wvdNSS9qRCYcR1DRSPIUmhlXY6/0tluiRhDHXkPdGry3Ovc/gqVH\nU45lvEANB3XuM/1iHOe9syG14YWE/A+kblFfMcbBKGIjS54GqMselFsCgYEAy9US\nhDOqM0DTuw8364a7X3zEomGf5u0KaFrcAnLXtmIELkjxYtjW4COTBEgqg1b3vB0X\n/5wPnGUF2ukVIFJADI4f7OuVHshd6lI0fva7wJqpLf7LxU3JgTxNTePZ1B89d3KJ\n++BGFeDf79HYOQKld2SK7rj6d5krIDCz4J//wCECgYBjHgu8ukMconJwluTzJT3n\nAKtF3aHq7kug/lfIkNtbOPgKyHOAwPQNY9VU4bPq9LOL8kuvhDmYEWh+0ZivXd/G\nEdNdEM1E0nswGp9NBx/MfVP+u1M03LuufZzvQkogW04pjwGOkPqHn9ddb6KXzJ9a\nOafvGwebeXS9PIPkIJBzIQKBgEyF5bm0G8W6JMMpZ3kIz/d9Q+UieYGcpDehRM+2\nhb129tLZl6XgemsTb/I/lZZRZBg/Y+8Wi9XPJ2+T6daEin8sLFgp6YXw+zEpQ4QW\n5U3dwn3+FkowdeIK3YrMa87zG4Rof90LycQU9H14bpCYqb41BOOylnWoD0S6hA1k\nhAOBAoGBALR0mVRUo35SlbT3px5Q5PgaO5N35GzJVzNNITr8XIZUoAFrpNGc++B9\naCEFVq1nqZc3bOEmxkhkGkQm6BlJ0hr2WB5i0BfS7eDyq4K2NcQxgmaWPAg7UGx4\n8DORF/ziTQzgwH54nQMvgzNB9mMpXC7cs0dXyMdEHQ1knn953j2X\n-----END RSA PRIVATE KEY-----\n", "user_id": "d25756ff75c34032b0c565829f353e82", "name": "singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289", "fingerprint": "82:e4:ef:b1:01:c3:e5:70:73:b4:34:6b:a4:1f:db:d8"}} 2018-07-23 07:39:43,601 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-7422dcfb-0505-44ce-8a80-dd3998dd6915 2018-07-23 07:39:43,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.278182983398s 2018-07-23 07:39:43,602 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-7422dcfb-0505-44ce-8a80-dd3998dd6915 2018-07-23 07:39:43,602 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+8CLTfgQ3X8gOI2L1YUBjJFA57r75v6qHHzpGpTQ9WLUHau7dgtT3f+3Fuo6oSD24/LQlrwmD107qqOSQsLLAgx8CHd7RkkhIffht8M8Glg/HqBDQ1fSu9itPcfZ2QTA4xZOlV2AV7YllG0Elbj5n5n+yLwxyLrQ6Md1iDvKCYHXYgXrgO4xFXDv+donA+y8of/crWyRGHFeqNJHEvz8en9F1H5FPE8RkcLZUE9s1QlXSihBhZDNSW+s4PLTHn8TzEun0/k2SnJUApEKbMFqppdRH+9M/k8ZfAUxUhSmZNgLLeZRCp4196YDgt3mduMX+4PYiGACoFwo1NlNp2l+7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvvAi034EN1/IDiNi9WFAYyRQOe6++b+qhx86RqU0PVi1B2ru\n3YLU93/txbqOqEg9uPy0Ja8Jg9dO6qjkkLCywIMfAh3e0ZJISH34bfDPBpYPx6gQ\n0NX0rvYrT3H2dkEwOMWTpVdgFe2JZRtBJW4+Z+Z/si8Mci60OjHdYg7ygmB12IF6\n4DuMRVw7/naJwPsvKH/3K1skRhxXqjSRxL8/Hp/RdR+RTxPEZHC2VBPbNUJV0ooQ\nYWQzUlvrODy0x5/E8xLp9P5NkpyVAKRCmzBaqaXUR/vTP5PGXwFMVIUpmTYCy3mU\nQqeNfemA4Ld5nbjF/uD2IhgAqBcKNTZTadpfuwIDAQABAoIBAG8c24dr3BRFXuwr\nV5koQQnwxecQsn4wNZJwb79QwDe6+Y4ZgmvRiRGGlt3sFLyFXbXbCRKs68KXd0tD\ngc9ZpIw3QcI/k70tfXcCJ6IC8tcIWKJ9gVumRr/SbZ3L2fszMFa5U5RyZm4cT0pR\nM/YOU66vCjys+HcyCpubDRPVUvbfHUl7K+I4IbD7GzOlDOqj4phZGvsOzwoTjCJ2\n5omiuEZhaJklYTwn0xoUuyLM+++9k8IPMT5ioE1jqT2pBkSfYD/riq/uAW+M/1hn\n+KbfQq6jyzJh4w5hXShK6mXUmd3sDq4uhV73Eo4aQxqRNzZVDZwoWGYlj/S8wsEs\n5H2i/IECgYEA7849pQca+xAFBMaXm7E6omMQizK6rNYGfs8XM1eWkagtZhJueI6j\nJBAN17F0GS61wvdNSS9qRCYcR1DRSPIUmhlXY6/0tluiRhDHXkPdGry3Ovc/gqVH\nU45lvEANB3XuM/1iHOe9syG14YWE/A+kblFfMcbBKGIjS54GqMselFsCgYEAy9US\nhDOqM0DTuw8364a7X3zEomGf5u0KaFrcAnLXtmIELkjxYtjW4COTBEgqg1b3vB0X\n/5wPnGUF2ukVIFJADI4f7OuVHshd6lI0fva7wJqpLf7LxU3JgTxNTePZ1B89d3KJ\n++BGFeDf79HYOQKld2SK7rj6d5krIDCz4J//wCECgYBjHgu8ukMconJwluTzJT3n\nAKtF3aHq7kug/lfIkNtbOPgKyHOAwPQNY9VU4bPq9LOL8kuvhDmYEWh+0ZivXd/G\nEdNdEM1E0nswGp9NBx/MfVP+u1M03LuufZzvQkogW04pjwGOkPqHn9ddb6KXzJ9a\nOafvGwebeXS9PIPkIJBzIQKBgEyF5bm0G8W6JMMpZ3kIz/d9Q+UieYGcpDehRM+2\nhb129tLZl6XgemsTb/I/lZZRZBg/Y+8Wi9XPJ2+T6daEin8sLFgp6YXw+zEpQ4QW\n5U3dwn3+FkowdeIK3YrMa87zG4Rof90LycQU9H14bpCYqb41BOOylnWoD0S6hA1k\nhAOBAoGBALR0mVRUo35SlbT3px5Q5PgaO5N35GzJVzNNITr8XIZUoAFrpNGc++B9\naCEFVq1nqZc3bOEmxkhkGkQm6BlJ0hr2WB5i0BfS7eDyq4K2NcQxgmaWPAg7UGx4\n8DORF/ziTQzgwH54nQMvgzNB9mMpXC7cs0dXyMdEHQ1knn953j2X\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd25756ff75c34032b0c565829f353e82', 'name': u'singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289', 'created_at': '2018-07-23T07:39:43.602708', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40d340270b3e485491d6be25a56c453f', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'82:e4:ef:b1:01:c3:e5:70:73:b4:34:6b:a4:1f:db:d8', 'type': 'ssh', 'id': u'singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289'}) 2018-07-23 07:39:43,603 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAvvAi034EN1/IDiNi9WFAYyRQOe6++b+qhx86RqU0PVi1B2ru 3YLU93/txbqOqEg9uPy0Ja8Jg9dO6qjkkLCywIMfAh3e0ZJISH34bfDPBpYPx6gQ 0NX0rvYrT3H2dkEwOMWTpVdgFe2JZRtBJW4+Z+Z/si8Mci60OjHdYg7ygmB12IF6 4DuMRVw7/naJwPsvKH/3K1skRhxXqjSRxL8/Hp/RdR+RTxPEZHC2VBPbNUJV0ooQ YWQzUlvrODy0x5/E8xLp9P5NkpyVAKRCmzBaqaXUR/vTP5PGXwFMVIUpmTYCy3mU QqeNfemA4Ld5nbjF/uD2IhgAqBcKNTZTadpfuwIDAQABAoIBAG8c24dr3BRFXuwr V5koQQnwxecQsn4wNZJwb79QwDe6+Y4ZgmvRiRGGlt3sFLyFXbXbCRKs68KXd0tD gc9ZpIw3QcI/k70tfXcCJ6IC8tcIWKJ9gVumRr/SbZ3L2fszMFa5U5RyZm4cT0pR M/YOU66vCjys+HcyCpubDRPVUvbfHUl7K+I4IbD7GzOlDOqj4phZGvsOzwoTjCJ2 5omiuEZhaJklYTwn0xoUuyLM+++9k8IPMT5ioE1jqT2pBkSfYD/riq/uAW+M/1hn +KbfQq6jyzJh4w5hXShK6mXUmd3sDq4uhV73Eo4aQxqRNzZVDZwoWGYlj/S8wsEs 5H2i/IECgYEA7849pQca+xAFBMaXm7E6omMQizK6rNYGfs8XM1eWkagtZhJueI6j JBAN17F0GS61wvdNSS9qRCYcR1DRSPIUmhlXY6/0tluiRhDHXkPdGry3Ovc/gqVH U45lvEANB3XuM/1iHOe9syG14YWE/A+kblFfMcbBKGIjS54GqMselFsCgYEAy9US hDOqM0DTuw8364a7X3zEomGf5u0KaFrcAnLXtmIELkjxYtjW4COTBEgqg1b3vB0X /5wPnGUF2ukVIFJADI4f7OuVHshd6lI0fva7wJqpLf7LxU3JgTxNTePZ1B89d3KJ ++BGFeDf79HYOQKld2SK7rj6d5krIDCz4J//wCECgYBjHgu8ukMconJwluTzJT3n AKtF3aHq7kug/lfIkNtbOPgKyHOAwPQNY9VU4bPq9LOL8kuvhDmYEWh+0ZivXd/G EdNdEM1E0nswGp9NBx/MfVP+u1M03LuufZzvQkogW04pjwGOkPqHn9ddb6KXzJ9a OafvGwebeXS9PIPkIJBzIQKBgEyF5bm0G8W6JMMpZ3kIz/d9Q+UieYGcpDehRM+2 hb129tLZl6XgemsTb/I/lZZRZBg/Y+8Wi9XPJ2+T6daEin8sLFgp6YXw+zEpQ4QW 5U3dwn3+FkowdeIK3YrMa87zG4Rof90LycQU9H14bpCYqb41BOOylnWoD0S6hA1k hAOBAoGBALR0mVRUo35SlbT3px5Q5PgaO5N35GzJVzNNITr8XIZUoAFrpNGc++B9 aCEFVq1nqZc3bOEmxkhkGkQm6BlJ0hr2WB5i0BfS7eDyq4K2NcQxgmaWPAg7UGx4 8DORF/ziTQzgwH54nQMvgzNB9mMpXC7cs0dXyMdEHQ1knn953j2X -----END RSA PRIVATE KEY----- 2018-07-23 07:39:43,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-23 07:39:43,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -d '{"security_group": {"name": "singlevm1-sg_1e42988a-20b8-44f3-87aa-0c14e81a4289", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-07-23 07:39:44,053 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-75676541-fd9f-458a-9c0f-8175b3c5ef80 Date: Mon, 23 Jul 2018 07:39:44 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:39:43Z", "updated_at": "2018-07-23T07:39:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:39:43Z", "revision_number": 0, "id": "02bb8cfb-458d-4d17-a2c5-e90e156649fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:39:43Z", "security_group_id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:39:43Z", "revision_number": 0, "id": "82f7fd46-fd8a-4b5f-adc5-51a774ceae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:39:43Z", "security_group_id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d340270b3e485491d6be25a56c453f"}], "revision_number": 1, "project_id": "40d340270b3e485491d6be25a56c453f", "id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "name": "singlevm1-sg_1e42988a-20b8-44f3-87aa-0c14e81a4289"}} 2018-07-23 07:39:44,054 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-75676541-fd9f-458a-9c0f-8175b3c5ef80 2018-07-23 07:39:44,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.448153018951s 2018-07-23 07:39:44,054 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-75676541-fd9f-458a-9c0f-8175b3c5ef80 2018-07-23 07:39:44,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 07:39:44,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:39:44,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-d6746886-f3ad-434d-90ca-d9bf19a889a9 Date: Mon, 23 Jul 2018 07:39:44 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:39:43Z", "updated_at": "2018-07-23T07:39:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:39:43Z", "revision_number": 0, "id": "02bb8cfb-458d-4d17-a2c5-e90e156649fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:39:43Z", "security_group_id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:39:43Z", "revision_number": 0, "id": "82f7fd46-fd8a-4b5f-adc5-51a774ceae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:39:43Z", "security_group_id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d340270b3e485491d6be25a56c453f"}], "revision_number": 1, "project_id": "40d340270b3e485491d6be25a56c453f", "id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "name": "singlevm1-sg_1e42988a-20b8-44f3-87aa-0c14e81a4289"}, {"description": "Default security group", "tags": [], "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "created_at": "2018-07-23T07:34:18Z", "updated_at": "2018-07-23T07:34:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:34:18Z", "revision_number": 0, "id": "50d6b549-907a-4f59-b7ac-18daaa5b385f", "remote_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "remote_ip_prefix": null, "created_at": "2018-07-23T07:34:18Z", "security_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e18f5d29fa84969a7e290a71d4fd566"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:34:18Z", "revision_number": 0, "id": "94820f88-7b2c-4b96-be26-7db8479ca445", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:34:18Z", "security_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e18f5d29fa84969a7e290a71d4fd566"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:34:18Z", "revision_number": 0, "id": "9e6af8cd-2d44-4e5c-9a3e-07ede2b8cb73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:34:18Z", "security_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e18f5d29fa84969a7e290a71d4fd566"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:34:18Z", "revision_number": 0, "id": "f4800b16-0933-467f-8504-d3ad8a9a4f06", "remote_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "remote_ip_prefix": null, "created_at": "2018-07-23T07:34:18Z", "security_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e18f5d29fa84969a7e290a71d4fd566"}], "revision_number": 1, "project_id": "0e18f5d29fa84969a7e290a71d4fd566", "id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "created_at": "2018-07-23T07:37:49Z", "updated_at": "2018-07-23T07:37:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:49Z", "revision_number": 0, "id": "298eb91d-b20a-41c6-8b7d-0fd3dce93a23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:49Z", "security_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "port_range_min": null, "ethertype": "IPv4", "project_id": "cbf21d4c0117479ab8f854870b098e32"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:49Z", "revision_number": 0, "id": "40062ab7-21ef-4e63-bc3f-ce8cac5b2ab8", "remote_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:49Z", "security_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "port_range_min": null, "ethertype": "IPv4", "project_id": "cbf21d4c0117479ab8f854870b098e32"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:49Z", "revision_number": 0, "id": "54a20333-4eb4-4868-951e-503749f68e1f", "remote_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:49Z", "security_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "port_range_min": null, "ethertype": "IPv6", "project_id": "cbf21d4c0117479ab8f854870b098e32"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:49Z", "revision_number": 0, "id": "8a66e5da-2153-4d33-aca4-06c25b22fa52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:49Z", "security_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "port_range_min": null, "ethertype": "IPv6", "project_id": "cbf21d4c0117479ab8f854870b098e32"}], "revision_number": 1, "project_id": "cbf21d4c0117479ab8f854870b098e32", "id": "806f90e7-8377-4e71-9be7-271378460c6e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1de705bbb704410e928abe556d1cf76f", "created_at": "2018-07-23T07:38:56Z", "updated_at": "2018-07-23T07:38:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:38:56Z", "revision_number": 0, "id": "89020ebf-579f-46c8-8ea1-60e6b5e598b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:38:56Z", "security_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "tenant_id": "1de705bbb704410e928abe556d1cf76f", "port_range_min": null, "ethertype": "IPv6", "project_id": "1de705bbb704410e928abe556d1cf76f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:38:56Z", "revision_number": 0, "id": "8f9f802a-a2fa-4989-a7d2-944ca3fa1083", "remote_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "remote_ip_prefix": null, "created_at": "2018-07-23T07:38:56Z", "security_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "tenant_id": "1de705bbb704410e928abe556d1cf76f", "port_range_min": null, "ethertype": "IPv4", "project_id": "1de705bbb704410e928abe556d1cf76f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:38:56Z", "revision_number": 0, "id": "a34f2551-946e-44ce-9686-a5fdbfe10542", "remote_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "remote_ip_prefix": null, "created_at": "2018-07-23T07:38:56Z", "security_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "tenant_id": "1de705bbb704410e928abe556d1cf76f", "port_range_min": null, "ethertype": "IPv6", "project_id": "1de705bbb704410e928abe556d1cf76f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:38:56Z", "revision_number": 0, "id": "f1bdc4ff-e907-4a50-849b-890173c722e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:38:56Z", "security_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "tenant_id": "1de705bbb704410e928abe556d1cf76f", "port_range_min": null, "ethertype": "IPv4", "project_id": "1de705bbb704410e928abe556d1cf76f"}], "revision_number": 1, "project_id": "1de705bbb704410e928abe556d1cf76f", "id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:37:17Z", "updated_at": "2018-07-23T07:37:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:17Z", "revision_number": 0, "id": "2ec51b52-948d-4770-89c7-4fb48960e67a", "remote_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:17Z", "security_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:17Z", "revision_number": 0, "id": "424d3efe-914d-4814-a6b8-71abc32e1836", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:17Z", "security_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:17Z", "revision_number": 0, "id": "8febb776-8991-4104-bef2-ba8f668edebe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:17Z", "security_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:17Z", "revision_number": 0, "id": "d1a57d2e-f196-4a5e-9530-26d83eb92772", "remote_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:17Z", "security_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d340270b3e485491d6be25a56c453f"}], "revision_number": 1, "project_id": "40d340270b3e485491d6be25a56c453f", "id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-23T07:37:20Z", "updated_at": "2018-07-23T07:37:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:20Z", "revision_number": 0, "id": "152ce08a-c4b4-429e-984f-4fe8e27f8495", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:20Z", "security_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "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-23T07:37:20Z", "revision_number": 0, "id": "3a8172bc-5dfe-4214-80f8-0e24160fa06c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:20Z", "security_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "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-23T07:37:20Z", "revision_number": 0, "id": "a0f6fe03-a10c-4e0f-80f4-4ea9fd35f2f3", "remote_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:20Z", "security_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "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-23T07:37:20Z", "revision_number": 0, "id": "a895c9b7-8b30-4fc6-870c-42d829aff0ea", "remote_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:20Z", "security_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "name": "default"}]} 2018-07-23 07:39:44,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d6746886-f3ad-434d-90ca-d9bf19a889a9 2018-07-23 07:39:44,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.246991872787s 2018-07-23 07:39:44,306 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d6746886-f3ad-434d-90ca-d9bf19a889a9 2018-07-23 07:39:44,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-23 07:39:44,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -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": "1e5b77c7-f2af-4356-bd1f-c76cca88c106"}}' 2018-07-23 07:39:44,717 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-52846ab2-bdd0-4a38-ada9-f0edd1ea754e Date: Mon, 23 Jul 2018 07:39:44 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-23T07:39:44Z", "security_group_id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "port_range_min": 22, "revision_number": 0, "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:39:44Z", "project_id": "40d340270b3e485491d6be25a56c453f", "id": "923fa95c-68a0-40ab-8501-ea45a24cf364"}} 2018-07-23 07:39:44,717 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-52846ab2-bdd0-4a38-ada9-f0edd1ea754e 2018-07-23 07:39:44,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.406042098999s 2018-07-23 07:39:44,718 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-52846ab2-bdd0-4a38-ada9-f0edd1ea754e 2018-07-23 07:39:44,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 07:39:44,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:39:44,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-db38471a-0bf1-4210-a715-d16a4898231c Date: Mon, 23 Jul 2018 07:39:44 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:39:43Z", "updated_at": "2018-07-23T07:39:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:39:43Z", "revision_number": 0, "id": "02bb8cfb-458d-4d17-a2c5-e90e156649fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:39:43Z", "security_group_id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:39:43Z", "revision_number": 0, "id": "82f7fd46-fd8a-4b5f-adc5-51a774ceae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:39:43Z", "security_group_id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-23T07:39:44Z", "revision_number": 0, "id": "923fa95c-68a0-40ab-8501-ea45a24cf364", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:39:44Z", "security_group_id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40d340270b3e485491d6be25a56c453f"}], "revision_number": 2, "project_id": "40d340270b3e485491d6be25a56c453f", "id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "name": "singlevm1-sg_1e42988a-20b8-44f3-87aa-0c14e81a4289"}, {"description": "Default security group", "tags": [], "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "created_at": "2018-07-23T07:34:18Z", "updated_at": "2018-07-23T07:34:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:34:18Z", "revision_number": 0, "id": "50d6b549-907a-4f59-b7ac-18daaa5b385f", "remote_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "remote_ip_prefix": null, "created_at": "2018-07-23T07:34:18Z", "security_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e18f5d29fa84969a7e290a71d4fd566"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:34:18Z", "revision_number": 0, "id": "94820f88-7b2c-4b96-be26-7db8479ca445", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:34:18Z", "security_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e18f5d29fa84969a7e290a71d4fd566"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:34:18Z", "revision_number": 0, "id": "9e6af8cd-2d44-4e5c-9a3e-07ede2b8cb73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:34:18Z", "security_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e18f5d29fa84969a7e290a71d4fd566"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:34:18Z", "revision_number": 0, "id": "f4800b16-0933-467f-8504-d3ad8a9a4f06", "remote_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "remote_ip_prefix": null, "created_at": "2018-07-23T07:34:18Z", "security_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e18f5d29fa84969a7e290a71d4fd566"}], "revision_number": 1, "project_id": "0e18f5d29fa84969a7e290a71d4fd566", "id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "created_at": "2018-07-23T07:37:49Z", "updated_at": "2018-07-23T07:37:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:49Z", "revision_number": 0, "id": "298eb91d-b20a-41c6-8b7d-0fd3dce93a23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:49Z", "security_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "port_range_min": null, "ethertype": "IPv4", "project_id": "cbf21d4c0117479ab8f854870b098e32"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:49Z", "revision_number": 0, "id": "40062ab7-21ef-4e63-bc3f-ce8cac5b2ab8", "remote_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:49Z", "security_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "port_range_min": null, "ethertype": "IPv4", "project_id": "cbf21d4c0117479ab8f854870b098e32"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:49Z", "revision_number": 0, "id": "54a20333-4eb4-4868-951e-503749f68e1f", "remote_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:49Z", "security_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "port_range_min": null, "ethertype": "IPv6", "project_id": "cbf21d4c0117479ab8f854870b098e32"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:49Z", "revision_number": 0, "id": "8a66e5da-2153-4d33-aca4-06c25b22fa52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:49Z", "security_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "port_range_min": null, "ethertype": "IPv6", "project_id": "cbf21d4c0117479ab8f854870b098e32"}], "revision_number": 1, "project_id": "cbf21d4c0117479ab8f854870b098e32", "id": "806f90e7-8377-4e71-9be7-271378460c6e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1de705bbb704410e928abe556d1cf76f", "created_at": "2018-07-23T07:38:56Z", "updated_at": "2018-07-23T07:38:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:38:56Z", "revision_number": 0, "id": "89020ebf-579f-46c8-8ea1-60e6b5e598b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:38:56Z", "security_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "tenant_id": "1de705bbb704410e928abe556d1cf76f", "port_range_min": null, "ethertype": "IPv6", "project_id": "1de705bbb704410e928abe556d1cf76f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:38:56Z", "revision_number": 0, "id": "8f9f802a-a2fa-4989-a7d2-944ca3fa1083", "remote_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "remote_ip_prefix": null, "created_at": "2018-07-23T07:38:56Z", "security_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "tenant_id": "1de705bbb704410e928abe556d1cf76f", "port_range_min": null, "ethertype": "IPv4", "project_id": "1de705bbb704410e928abe556d1cf76f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:38:56Z", "revision_number": 0, "id": "a34f2551-946e-44ce-9686-a5fdbfe10542", "remote_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "remote_ip_prefix": null, "created_at": "2018-07-23T07:38:56Z", "security_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "tenant_id": "1de705bbb704410e928abe556d1cf76f", "port_range_min": null, "ethertype": "IPv6", "project_id": "1de705bbb704410e928abe556d1cf76f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:38:56Z", "revision_number": 0, "id": "f1bdc4ff-e907-4a50-849b-890173c722e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:38:56Z", "security_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "tenant_id": "1de705bbb704410e928abe556d1cf76f", "port_range_min": null, "ethertype": "IPv4", "project_id": "1de705bbb704410e928abe556d1cf76f"}], "revision_number": 1, "project_id": "1de705bbb704410e928abe556d1cf76f", "id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:37:17Z", "updated_at": "2018-07-23T07:37:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:17Z", "revision_number": 0, "id": "2ec51b52-948d-4770-89c7-4fb48960e67a", "remote_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:17Z", "security_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:17Z", "revision_number": 0, "id": "424d3efe-914d-4814-a6b8-71abc32e1836", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:17Z", "security_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:17Z", "revision_number": 0, "id": "8febb776-8991-4104-bef2-ba8f668edebe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:17Z", "security_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:17Z", "revision_number": 0, "id": "d1a57d2e-f196-4a5e-9530-26d83eb92772", "remote_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:17Z", "security_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d340270b3e485491d6be25a56c453f"}], "revision_number": 1, "project_id": "40d340270b3e485491d6be25a56c453f", "id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-23T07:37:20Z", "updated_at": "2018-07-23T07:37:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:20Z", "revision_number": 0, "id": "152ce08a-c4b4-429e-984f-4fe8e27f8495", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:20Z", "security_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "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-23T07:37:20Z", "revision_number": 0, "id": "3a8172bc-5dfe-4214-80f8-0e24160fa06c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:20Z", "security_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "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-23T07:37:20Z", "revision_number": 0, "id": "a0f6fe03-a10c-4e0f-80f4-4ea9fd35f2f3", "remote_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:20Z", "security_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "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-23T07:37:20Z", "revision_number": 0, "id": "a895c9b7-8b30-4fc6-870c-42d829aff0ea", "remote_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:20Z", "security_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "name": "default"}]} 2018-07-23 07:39:44,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-db38471a-0bf1-4210-a715-d16a4898231c 2018-07-23 07:39:44,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.255674123764s 2018-07-23 07:39:44,977 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-db38471a-0bf1-4210-a715-d16a4898231c 2018-07-23 07:39:44,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-23 07:39:44,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -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": "1e5b77c7-f2af-4356-bd1f-c76cca88c106"}}' 2018-07-23 07:39:46,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-2a29cb80-bcf6-4ff6-a6bd-7b3ac7621d6e Date: Mon, 23 Jul 2018 07:39:46 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-23T07:39:45Z", "security_group_id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "port_range_min": null, "revision_number": 0, "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:39:45Z", "project_id": "40d340270b3e485491d6be25a56c453f", "id": "dfd1d5df-a3e7-4fad-87f8-7847e254d3b5"}} 2018-07-23 07:39:46,024 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-2a29cb80-bcf6-4ff6-a6bd-7b3ac7621d6e 2018-07-23 07:39:46,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 1.04239583015s 2018-07-23 07:39:46,024 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-2a29cb80-bcf6-4ff6-a6bd-7b3ac7621d6e 2018-07-23 07:39:46,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:39:46,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:39:46,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2146 X-Openstack-Request-Id: req-4c6779f7-20d0-4876-ba73-bf35d2833356 Date: Mon, 23 Jul 2018 07:39:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a1eaa71a-3d93-4dee-87ad-61646bfa60fd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["49dca128-30b6-4f8b-a6d5-619ba7d8a269"],"description":"","tags":[],"updated_at":"2018-07-23T07:39:31Z","qos_policy_id":null,"name":"HA network tenant 40d340270b3e485491d6be25a56c453f","admin_state_up":true,"tenant_id":"","created_at":"2018-07-23T07:39:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eccb5244-76c0-47f6-91c4-18e55ae0df1e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"40d340270b3e485491d6be25a56c453f","l2_adjacency":true,"status":"ACTIVE","subnets":["b05d0010-f6fa-49f7-970d-c3960b6f63bd"],"description":"","tags":[],"updated_at":"2018-07-23T07:39:30Z","qos_policy_id":null,"name":"singlevm1-net_1e42988a-20b8-44f3-87aa-0c14e81a4289","admin_state_up":true,"tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:39:28Z","provider:network_type":"vxlan"}]} 2018-07-23 07:39:46,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4c6779f7-20d0-4876-ba73-bf35d2833356 2018-07-23 07:39:46,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0913429260254s 2018-07-23 07:39:46,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4c6779f7-20d0-4876-ba73-bf35d2833356 2018-07-23 07:39:46,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:39:46,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:39:46,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-cf10ee5a-14a4-44b8-b8f0-411fe055dcbe Date: Mon, 23 Jul 2018 07:39:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/ace5e1aa-83c3-4049-a525-bfc7460675dd/snap", "metadata": {}}], "file": "/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd/file", "owner": "40d340270b3e485491d6be25a56c453f", "id": "ace5e1aa-83c3-4049-a525-bfc7460675dd", "size": 12716032, "self": "/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd", "disk_format": "qcow2", "direct_url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/ace5e1aa-83c3-4049-a525-bfc7460675dd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:39:42Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_1e42988a-20b8-44f3-87aa-0c14e81a4289", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_1e42988a-20b8-44f3-87aa-0c14e81a4289", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T07:39:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:39:46,823 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-cf10ee5a-14a4-44b8-b8f0-411fe055dcbe 2018-07-23 07:39:46,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.701111078262s 2018-07-23 07:39:46,823 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-cf10ee5a-14a4-44b8-b8f0-411fe055dcbe 2018-07-23 07:39:46,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 07:39:46,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:39:46,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa16f102-191a-42fe-9161-3a9bc9740dc7 x-compute-request-id: req-fa16f102-191a-42fe-9161-3a9bc9740dc7 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_1e42988a-20b8-44f3-87aa-0c14e81a4289", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/81e6e527-b057-4d82-8233-6b391894bd3b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/81e6e527-b057-4d82-8233-6b391894bd3b", "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": "81e6e527-b057-4d82-8233-6b391894bd3b"}]} 2018-07-23 07:39:46,852 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-fa16f102-191a-42fe-9161-3a9bc9740dc7 2018-07-23 07:39:46,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.027223110199s 2018-07-23 07:39:46,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-fa16f102-191a-42fe-9161-3a9bc9740dc7 2018-07-23 07:39:46,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-23 07:39:46,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -d '{"server": {"name": "singlevm1-vm_1e42988a-20b8-44f3-87aa-0c14e81a4289", "imageRef": "ace5e1aa-83c3-4049-a525-bfc7460675dd", "key_name": "singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289", "flavorRef": "81e6e527-b057-4d82-8233-6b391894bd3b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "eccb5244-76c0-47f6-91c4-18e55ae0df1e"}], "security_groups": [{"name": "1e5b77c7-f2af-4356-bd1f-c76cca88c106"}]}}' 2018-07-23 07:39:49,852 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:39:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-25f408b9-f21c-4d06-80e8-8dd18beda34e x-compute-request-id: req-25f408b9-f21c-4d06-80e8-8dd18beda34e Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "1e5b77c7-f2af-4356-bd1f-c76cca88c106"}], "OS-DCF:diskConfig": "MANUAL", "id": "b7898048-7704-4567-9261-e162b4904bc2", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "bookmark"}], "adminPass": "k3yP4QBt7yEu"}} 2018-07-23 07:39:49,852 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-25f408b9-f21c-4d06-80e8-8dd18beda34e 2018-07-23 07:39:49,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.99802398682s 2018-07-23 07:39:49,853 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-25f408b9-f21c-4d06-80e8-8dd18beda34e 2018-07-23 07:39:49,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:39:49,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:39:50,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39: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-167005ce-b364-4c20-a2ef-e3dcd275d0b1 x-compute-request-id: req-167005ce-b364-4c20-a2ef-e3dcd275d0b1 Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "bookmark"}], "image": {"id": "ace5e1aa-83c3-4049-a525-bfc7460675dd", "links": [{"href": "http://172.30.9.21:8774/images/ace5e1aa-83c3-4049-a525-bfc7460675dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81e6e527-b057-4d82-8233-6b391894bd3b", "links": [{"href": "http://172.30.9.21:8774/flavors/81e6e527-b057-4d82-8233-6b391894bd3b", "rel": "bookmark"}]}, "id": "b7898048-7704-4567-9261-e162b4904bc2", "user_id": "d25756ff75c34032b0c565829f353e82", "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-23T07:39:49Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_1e42988a-20b8-44f3-87aa-0c14e81a4289", "created": "2018-07-23T07:39:49Z", "tenant_id": "40d340270b3e485491d6be25a56c453f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:39:50,611 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-167005ce-b364-4c20-a2ef-e3dcd275d0b1 2018-07-23 07:39:50,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.757042169571s 2018-07-23 07:39:50,611 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-167005ce-b364-4c20-a2ef-e3dcd275d0b1 2018-07-23 07:39:50,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:39:50,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:39:50,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2146 X-Openstack-Request-Id: req-c3dec272-d707-4916-a5d5-a32dba7e02ea Date: Mon, 23 Jul 2018 07:39:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a1eaa71a-3d93-4dee-87ad-61646bfa60fd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["49dca128-30b6-4f8b-a6d5-619ba7d8a269"],"description":"","tags":[],"updated_at":"2018-07-23T07:39:31Z","qos_policy_id":null,"name":"HA network tenant 40d340270b3e485491d6be25a56c453f","admin_state_up":true,"tenant_id":"","created_at":"2018-07-23T07:39:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eccb5244-76c0-47f6-91c4-18e55ae0df1e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"40d340270b3e485491d6be25a56c453f","l2_adjacency":true,"status":"ACTIVE","subnets":["b05d0010-f6fa-49f7-970d-c3960b6f63bd"],"description":"","tags":[],"updated_at":"2018-07-23T07:39:30Z","qos_policy_id":null,"name":"singlevm1-net_1e42988a-20b8-44f3-87aa-0c14e81a4289","admin_state_up":true,"tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:39:28Z","provider:network_type":"vxlan"}]} 2018-07-23 07:39:50,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c3dec272-d707-4916-a5d5-a32dba7e02ea 2018-07-23 07:39:50,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0860230922699s 2018-07-23 07:39:50,705 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c3dec272-d707-4916-a5d5-a32dba7e02ea 2018-07-23 07:39:50,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 07:39:50,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:39:50,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1925 X-Openstack-Request-Id: req-d05465b8-d5a3-400f-a4d0-3031492f4ff5 Date: Mon, 23 Jul 2018 07:39:50 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-23T07:39:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"49dca128-30b6-4f8b-a6d5-619ba7d8a269","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 40d340270b3e485491d6be25a56c453f","enable_dhcp":false,"segment_id":null,"network_id":"a1eaa71a-3d93-4dee-87ad-61646bfa60fd","tenant_id":"","created_at":"2018-07-23T07:39:31Z","ip_version":4},{"updated_at":"2018-07-23T07:34:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7f4e00c4-685a-48c3-9dde-2e27fff1d73e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0e18f5d29fa84969a7e290a71d4fd566","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:26Z","ip_version":4},{"updated_at":"2018-07-23T07:39:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"b05d0010-f6fa-49f7-970d-c3960b6f63bd","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"40d340270b3e485491d6be25a56c453f","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_1e42988a-20b8-44f3-87aa-0c14e81a4289","enable_dhcp":true,"segment_id":null,"network_id":"eccb5244-76c0-47f6-91c4-18e55ae0df1e","tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:39:30Z","ip_version":4}]} 2018-07-23 07:39:50,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d05465b8-d5a3-400f-a4d0-3031492f4ff5 2018-07-23 07:39:50,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.221691846848s 2018-07-23 07:39:50,928 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d05465b8-d5a3-400f-a4d0-3031492f4ff5 2018-07-23 07:39:50,929 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:39:52,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:39:52,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:39:53,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39:52 GMT 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-12b4a42f-9da4-4dce-bc01-b393814af5c5 x-compute-request-id: req-12b4a42f-9da4-4dce-bc01-b393814af5c5 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "bookmark"}], "image": {"id": "ace5e1aa-83c3-4049-a525-bfc7460675dd", "links": [{"href": "http://172.30.9.21:8774/images/ace5e1aa-83c3-4049-a525-bfc7460675dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81e6e527-b057-4d82-8233-6b391894bd3b", "links": [{"href": "http://172.30.9.21:8774/flavors/81e6e527-b057-4d82-8233-6b391894bd3b", "rel": "bookmark"}]}, "id": "b7898048-7704-4567-9261-e162b4904bc2", "user_id": "d25756ff75c34032b0c565829f353e82", "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-23T07:39:52Z", "hostId": "fb67c7183656f42c2a6c32b9df11d9168044dcfd3effaab7bf7b7517", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_1e42988a-20b8-44f3-87aa-0c14e81a4289", "created": "2018-07-23T07:39:49Z", "tenant_id": "40d340270b3e485491d6be25a56c453f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:39:53,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-12b4a42f-9da4-4dce-bc01-b393814af5c5 2018-07-23 07:39:53,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533900976181s 2018-07-23 07:39:53,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-12b4a42f-9da4-4dce-bc01-b393814af5c5 2018-07-23 07:39:53,470 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:39:55,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:39:55,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:39:56,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39: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-0f0eaa88-e542-45c2-b8ce-f54985ce4fbb x-compute-request-id: req-0f0eaa88-e542-45c2-b8ce-f54985ce4fbb Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "bookmark"}], "image": {"id": "ace5e1aa-83c3-4049-a525-bfc7460675dd", "links": [{"href": "http://172.30.9.21:8774/images/ace5e1aa-83c3-4049-a525-bfc7460675dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81e6e527-b057-4d82-8233-6b391894bd3b", "links": [{"href": "http://172.30.9.21:8774/flavors/81e6e527-b057-4d82-8233-6b391894bd3b", "rel": "bookmark"}]}, "id": "b7898048-7704-4567-9261-e162b4904bc2", "security_groups": [{"name": "singlevm1-sg_1e42988a-20b8-44f3-87aa-0c14e81a4289"}], "user_id": "d25756ff75c34032b0c565829f353e82", "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-23T07:39:54Z", "hostId": "fb67c7183656f42c2a6c32b9df11d9168044dcfd3effaab7bf7b7517", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_1e42988a-20b8-44f3-87aa-0c14e81a4289", "created": "2018-07-23T07:39:49Z", "tenant_id": "40d340270b3e485491d6be25a56c453f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:39:56,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0f0eaa88-e542-45c2-b8ce-f54985ce4fbb 2018-07-23 07:39:56,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.80598115921s 2018-07-23 07:39:56,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0f0eaa88-e542-45c2-b8ce-f54985ce4fbb 2018-07-23 07:39:56,283 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:39:58,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:39:58,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:39:59,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:39: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-c9d7eef9-37c6-4b27-8e5a-fc2a65a44885 x-compute-request-id: req-c9d7eef9-37c6-4b27-8e5a-fc2a65a44885 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_1e42988a-20b8-44f3-87aa-0c14e81a4289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:ea:f4", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "bookmark"}], "image": {"id": "ace5e1aa-83c3-4049-a525-bfc7460675dd", "links": [{"href": "http://172.30.9.21:8774/images/ace5e1aa-83c3-4049-a525-bfc7460675dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81e6e527-b057-4d82-8233-6b391894bd3b", "links": [{"href": "http://172.30.9.21:8774/flavors/81e6e527-b057-4d82-8233-6b391894bd3b", "rel": "bookmark"}]}, "id": "b7898048-7704-4567-9261-e162b4904bc2", "security_groups": [{"name": "singlevm1-sg_1e42988a-20b8-44f3-87aa-0c14e81a4289"}], "user_id": "d25756ff75c34032b0c565829f353e82", "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-23T07:39:54Z", "hostId": "fb67c7183656f42c2a6c32b9df11d9168044dcfd3effaab7bf7b7517", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_1e42988a-20b8-44f3-87aa-0c14e81a4289", "created": "2018-07-23T07:39:49Z", "tenant_id": "40d340270b3e485491d6be25a56c453f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:39:59,249 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c9d7eef9-37c6-4b27-8e5a-fc2a65a44885 2018-07-23 07:39:59,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.9639980793s 2018-07-23 07:39:59,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c9d7eef9-37c6-4b27-8e5a-fc2a65a44885 2018-07-23 07:39:59,255 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:40:01,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:40:01,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:02,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e65a5a8-897f-4917-ad49-4111ac04e973 x-compute-request-id: req-9e65a5a8-897f-4917-ad49-4111ac04e973 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_1e42988a-20b8-44f3-87aa-0c14e81a4289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:ea:f4", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "bookmark"}], "image": {"id": "ace5e1aa-83c3-4049-a525-bfc7460675dd", "links": [{"href": "http://172.30.9.21:8774/images/ace5e1aa-83c3-4049-a525-bfc7460675dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81e6e527-b057-4d82-8233-6b391894bd3b", "links": [{"href": "http://172.30.9.21:8774/flavors/81e6e527-b057-4d82-8233-6b391894bd3b", "rel": "bookmark"}]}, "id": "b7898048-7704-4567-9261-e162b4904bc2", "security_groups": [{"name": "singlevm1-sg_1e42988a-20b8-44f3-87aa-0c14e81a4289"}], "user_id": "d25756ff75c34032b0c565829f353e82", "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-23T07:39:54Z", "hostId": "fb67c7183656f42c2a6c32b9df11d9168044dcfd3effaab7bf7b7517", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_1e42988a-20b8-44f3-87aa-0c14e81a4289", "created": "2018-07-23T07:39:49Z", "tenant_id": "40d340270b3e485491d6be25a56c453f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:40:02,437 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9e65a5a8-897f-4917-ad49-4111ac04e973 2018-07-23 07:40:02,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18011188507s 2018-07-23 07:40:02,438 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9e65a5a8-897f-4917-ad49-4111ac04e973 2018-07-23 07:40:02,442 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:40:04,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:40:04,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:05,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f73b0aef-a9cd-4f69-b500-4886748967c2 x-compute-request-id: req-f73b0aef-a9cd-4f69-b500-4886748967c2 Content-Encoding: gzip Content-Length: 814 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_1e42988a-20b8-44f3-87aa-0c14e81a4289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:ea:f4", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "bookmark"}], "image": {"id": "ace5e1aa-83c3-4049-a525-bfc7460675dd", "links": [{"href": "http://172.30.9.21:8774/images/ace5e1aa-83c3-4049-a525-bfc7460675dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-23T07:40:02.000000", "flavor": {"id": "81e6e527-b057-4d82-8233-6b391894bd3b", "links": [{"href": "http://172.30.9.21:8774/flavors/81e6e527-b057-4d82-8233-6b391894bd3b", "rel": "bookmark"}]}, "id": "b7898048-7704-4567-9261-e162b4904bc2", "security_groups": [{"name": "singlevm1-sg_1e42988a-20b8-44f3-87aa-0c14e81a4289"}], "user_id": "d25756ff75c34032b0c565829f353e82", "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-23T07:40:02Z", "hostId": "fb67c7183656f42c2a6c32b9df11d9168044dcfd3effaab7bf7b7517", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_1e42988a-20b8-44f3-87aa-0c14e81a4289", "created": "2018-07-23T07:39:49Z", "tenant_id": "40d340270b3e485491d6be25a56c453f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:40:05,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f73b0aef-a9cd-4f69-b500-4886748967c2 2018-07-23 07:40:05,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.40566897392s 2018-07-23 07:40:05,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f73b0aef-a9cd-4f69-b500-4886748967c2 2018-07-23 07:40:05,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 07:40:05,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=b7898048-7704-4567-9261-e162b4904bc2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:05,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 991 X-Openstack-Request-Id: req-afbdaf98-cfad-4ad6-abfe-a7f36195cfc5 Date: Mon, 23 Jul 2018 07:40:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T07:40:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b05d0010-f6fa-49f7-970d-c3960b6f63bd","ip_address":"192.168.120.9"}],"id":"7908d6ee-6aed-43fe-be72-9bf2f125d59a","security_groups":["1e5b77c7-f2af-4356-bd1f-c76cca88c106"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:ea:f4","project_id":"40d340270b3e485491d6be25a56c453f","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eccb5244-76c0-47f6-91c4-18e55ae0df1e","tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:39:53Z","binding:vnic_type":"normal","device_id":"b7898048-7704-4567-9261-e162b4904bc2","ip_allocation":"immediate"}]} 2018-07-23 07:40:05,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b7898048-7704-4567-9261-e162b4904bc2 used request id req-afbdaf98-cfad-4ad6-abfe-a7f36195cfc5 2018-07-23 07:40:05,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0808410644531s 2018-07-23 07:40:05,937 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b7898048-7704-4567-9261-e162b4904bc2 used request id req-afbdaf98-cfad-4ad6-abfe-a7f36195cfc5 2018-07-23 07:40:05,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 07:40:05,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=7908d6ee-6aed-43fe-be72-9bf2f125d59a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:06,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-41a43a31-f2ff-4fe9-bfa6-d08322cf9ecc Date: Mon, 23 Jul 2018 07:40:06 GMT RESP BODY: {"floatingips": []} 2018-07-23 07:40:06,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=7908d6ee-6aed-43fe-be72-9bf2f125d59a used request id req-41a43a31-f2ff-4fe9-bfa6-d08322cf9ecc 2018-07-23 07:40:06,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.236935138702s 2018-07-23 07:40:06,179 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=7908d6ee-6aed-43fe-be72-9bf2f125d59a used request id req-41a43a31-f2ff-4fe9-bfa6-d08322cf9ecc 2018-07-23 07:40:06,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:40:06,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:07,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40: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-64df3eb3-815e-4ca0-aee5-523b5db9e0c6 x-compute-request-id: req-64df3eb3-815e-4ca0-aee5-523b5db9e0c6 Content-Encoding: gzip Content-Length: 814 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_1e42988a-20b8-44f3-87aa-0c14e81a4289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:ea:f4", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "bookmark"}], "image": {"id": "ace5e1aa-83c3-4049-a525-bfc7460675dd", "links": [{"href": "http://172.30.9.21:8774/images/ace5e1aa-83c3-4049-a525-bfc7460675dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-23T07:40:02.000000", "flavor": {"id": "81e6e527-b057-4d82-8233-6b391894bd3b", "links": [{"href": "http://172.30.9.21:8774/flavors/81e6e527-b057-4d82-8233-6b391894bd3b", "rel": "bookmark"}]}, "id": "b7898048-7704-4567-9261-e162b4904bc2", "security_groups": [{"name": "singlevm1-sg_1e42988a-20b8-44f3-87aa-0c14e81a4289"}], "user_id": "d25756ff75c34032b0c565829f353e82", "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-23T07:40:02Z", "hostId": "fb67c7183656f42c2a6c32b9df11d9168044dcfd3effaab7bf7b7517", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_1e42988a-20b8-44f3-87aa-0c14e81a4289", "created": "2018-07-23T07:39:49Z", "tenant_id": "40d340270b3e485491d6be25a56c453f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:40:07,356 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-64df3eb3-815e-4ca0-aee5-523b5db9e0c6 2018-07-23 07:40:07,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17629718781s 2018-07-23 07:40:07,356 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-64df3eb3-815e-4ca0-aee5-523b5db9e0c6 2018-07-23 07:40:07,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 07:40:07,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=b7898048-7704-4567-9261-e162b4904bc2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:07,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 991 X-Openstack-Request-Id: req-7424edc9-6844-4f2d-9c76-865bf431463b Date: Mon, 23 Jul 2018 07:40:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T07:40:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b05d0010-f6fa-49f7-970d-c3960b6f63bd","ip_address":"192.168.120.9"}],"id":"7908d6ee-6aed-43fe-be72-9bf2f125d59a","security_groups":["1e5b77c7-f2af-4356-bd1f-c76cca88c106"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:ea:f4","project_id":"40d340270b3e485491d6be25a56c453f","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eccb5244-76c0-47f6-91c4-18e55ae0df1e","tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:39:53Z","binding:vnic_type":"normal","device_id":"b7898048-7704-4567-9261-e162b4904bc2","ip_allocation":"immediate"}]} 2018-07-23 07:40:07,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b7898048-7704-4567-9261-e162b4904bc2 used request id req-7424edc9-6844-4f2d-9c76-865bf431463b 2018-07-23 07:40:07,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0460848808289s 2018-07-23 07:40:07,407 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b7898048-7704-4567-9261-e162b4904bc2 used request id req-7424edc9-6844-4f2d-9c76-865bf431463b 2018-07-23 07:40:07,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 07:40:07,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=7908d6ee-6aed-43fe-be72-9bf2f125d59a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:07,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5b85e610-c6a8-49a5-a164-4db13142ac14 Date: Mon, 23 Jul 2018 07:40:07 GMT RESP BODY: {"floatingips": []} 2018-07-23 07:40:07,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=7908d6ee-6aed-43fe-be72-9bf2f125d59a used request id req-5b85e610-c6a8-49a5-a164-4db13142ac14 2018-07-23 07:40:07,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.231960058212s 2018-07-23 07:40:07,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=7908d6ee-6aed-43fe-be72-9bf2f125d59a used request id req-5b85e610-c6a8-49a5-a164-4db13142ac14 2018-07-23 07:40:07,645 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_1e42988a-20b8-44f3-87aa-0c14e81a4289': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:85:ea:f4', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'ace5e1aa-83c3-4049-a525-bfc7460675dd'}), 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-23T07:40:02.000000', 'flavor': Munch({u'id': u'81e6e527-b057-4d82-8233-6b391894bd3b'}), 'az': u'nova', 'id': u'b7898048-7704-4567-9261-e162b4904bc2', 'security_groups': [Munch({u'name': u'singlevm1-sg_1e42988a-20b8-44f3-87aa-0c14e81a4289'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd25756ff75c34032b0c565829f353e82', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40d340270b3e485491d6be25a56c453f', '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-23T07:40:02.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-23T07:40:02Z', 'hostId': u'fb67c7183656f42c2a6c32b9df11d9168044dcfd3effaab7bf7b7517', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'fb67c7183656f42c2a6c32b9df11d9168044dcfd3effaab7bf7b7517', '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-23T07:40:02.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'40d340270b3e485491d6be25a56c453f', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_1e42988a-20b8-44f3-87aa-0c14e81a4289', 'adminPass': None, 'tenant_id': u'40d340270b3e485491d6be25a56c453f', 'created_at': u'2018-07-23T07:39:49Z', 'created': u'2018-07-23T07:39:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-23 07:40:07,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:40:07,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:07,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2146 X-Openstack-Request-Id: req-bd14eb6a-c545-4a7b-b584-c6da921d8d32 Date: Mon, 23 Jul 2018 07:40:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a1eaa71a-3d93-4dee-87ad-61646bfa60fd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["49dca128-30b6-4f8b-a6d5-619ba7d8a269"],"description":"","tags":[],"updated_at":"2018-07-23T07:39:31Z","qos_policy_id":null,"name":"HA network tenant 40d340270b3e485491d6be25a56c453f","admin_state_up":true,"tenant_id":"","created_at":"2018-07-23T07:39:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eccb5244-76c0-47f6-91c4-18e55ae0df1e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"40d340270b3e485491d6be25a56c453f","l2_adjacency":true,"status":"ACTIVE","subnets":["b05d0010-f6fa-49f7-970d-c3960b6f63bd"],"description":"","tags":[],"updated_at":"2018-07-23T07:39:30Z","qos_policy_id":null,"name":"singlevm1-net_1e42988a-20b8-44f3-87aa-0c14e81a4289","admin_state_up":true,"tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:39:28Z","provider:network_type":"vxlan"}]} 2018-07-23 07:40:07,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bd14eb6a-c545-4a7b-b584-c6da921d8d32 2018-07-23 07:40:07,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0886409282684s 2018-07-23 07:40:07,737 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bd14eb6a-c545-4a7b-b584-c6da921d8d32 2018-07-23 07:40:07,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 07:40:07,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=b7898048-7704-4567-9261-e162b4904bc2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:07,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 991 X-Openstack-Request-Id: req-58de474d-f4a2-4f64-807c-82289f3723c3 Date: Mon, 23 Jul 2018 07:40:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T07:40:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b05d0010-f6fa-49f7-970d-c3960b6f63bd","ip_address":"192.168.120.9"}],"id":"7908d6ee-6aed-43fe-be72-9bf2f125d59a","security_groups":["1e5b77c7-f2af-4356-bd1f-c76cca88c106"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:ea:f4","project_id":"40d340270b3e485491d6be25a56c453f","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eccb5244-76c0-47f6-91c4-18e55ae0df1e","tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:39:53Z","binding:vnic_type":"normal","device_id":"b7898048-7704-4567-9261-e162b4904bc2","ip_allocation":"immediate"}]} 2018-07-23 07:40:07,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b7898048-7704-4567-9261-e162b4904bc2 used request id req-58de474d-f4a2-4f64-807c-82289f3723c3 2018-07-23 07:40:07,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.062970161438s 2018-07-23 07:40:07,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b7898048-7704-4567-9261-e162b4904bc2 used request id req-58de474d-f4a2-4f64-807c-82289f3723c3 2018-07-23 07:40:07,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-23 07:40:07,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -d '{"floatingip": {"floating_network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "fixed_ip_address": "192.168.120.9", "port_id": "7908d6ee-6aed-43fe-be72-9bf2f125d59a"}}' 2018-07-23 07:40:10,606 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-9b65be51-3649-42ec-9c6a-fdc5cbcc8f4f Date: Mon, 23 Jul 2018 07:40:10 GMT RESP BODY: {"floatingip": {"router_id": "0c350a83-ef2b-4361-87d2-6ab417a8e14c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:40:08Z", "updated_at": "2018-07-23T07:40:08Z", "floating_network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "eccb5244-76c0-47f6-91c4-18e55ae0df1e", "device_owner": "compute:nova", "mac_address": "fa:16:3e:85:ea:f4", "device_id": "b7898048-7704-4567-9261-e162b4904bc2"}, "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "40d340270b3e485491d6be25a56c453f", "port_id": "7908d6ee-6aed-43fe-be72-9bf2f125d59a", "id": "a9810822-b74d-42aa-b506-69c16555ed55", "qos_policy_id": null}} 2018-07-23 07:40:10,606 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-9b65be51-3649-42ec-9c6a-fdc5cbcc8f4f 2018-07-23 07:40:10,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.80313706398s 2018-07-23 07:40:10,606 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-9b65be51-3649-42ec-9c6a-fdc5cbcc8f4f 2018-07-23 07:40:10,610 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'0c350a83-ef2b-4361-87d2-6ab417a8e14c', 'updated_at': u'2018-07-23T07:40:08Z', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.200', 'revision_number': 0, 'port_id': u'7908d6ee-6aed-43fe-be72-9bf2f125d59a', 'id': u'a9810822-b74d-42aa-b506-69c16555ed55', 'network': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', 'port': u'7908d6ee-6aed-43fe-be72-9bf2f125d59a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40d340270b3e485491d6be25a56c453f', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'40d340270b3e485491d6be25a56c453f', 'status': u'DOWN', 'description': u'', u'tags': [], 'floating_network_id': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'eccb5244-76c0-47f6-91c4-18e55ae0df1e', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:85:ea:f4', u'device_id': u'b7898048-7704-4567-9261-e162b4904bc2'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'40d340270b3e485491d6be25a56c453f', 'created_at': u'2018-07-23T07:40:08Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'eccb5244-76c0-47f6-91c4-18e55ae0df1e', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:85:ea:f4', u'device_id': u'b7898048-7704-4567-9261-e162b4904bc2'}), 'router': u'0c350a83-ef2b-4361-87d2-6ab417a8e14c'}) 2018-07-23 07:40:10,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-23 07:40:10,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2/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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-23 07:40:11,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af794c48-aac7-4616-be6e-8af260864df6 x-compute-request-id: req-af794c48-aac7-4616-be6e-8af260864df6 Content-Encoding: gzip Content-Length: 9577 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 490297466 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.156828] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.158796] pid_max: default: 32768 minimum: 301\n[ 0.159875] ACPI: Core revision 20150930\n[ 0.161397] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162943] Security Framework initialized\n[ 0.163924] Yama: becoming mindful.\n[ 0.164786] AppArmor: AppArmor initialized\n[ 0.165795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167381] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.168912] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170358] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172050] Initializing cgroup subsys io\n[ 0.173014] Initializing cgroup subsys memory\n[ 0.174032] Initializing cgroup subsys devices\n[ 0.175040] Initializing cgroup subsys freezer\n[ 0.176084] Initializing cgroup subsys net_cls\n[ 0.177121] Initializing cgroup subsys perf_event\n[ 0.178175] Initializing cgroup subsys net_prio\n[ 0.179211] Initializing cgroup subsys hugetlb\n[ 0.180246] Initializing cgroup subsys pids\n[ 0.181282] CPU: Physical Processor ID: 0\n[ 0.182946] mce: CPU supports 10 MCE banks\n[ 0.183954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185165] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201661] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.208082] ftrace: allocating 31920 entries in 125 pages\n[ 0.233806] smpboot: Max logical packages: 1\n[ 0.234846] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236436] x2apic enabled\n[ 0.237357] Switched APIC routing to physical x2apic.\n[ 0.239226] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.240575] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.242979] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245043] KVM setup paravirtual spinlock\n[ 0.246514] x86: Booted up 1 node, 1 CPUs\n[ 0.247448] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249061] devtmpfs: initialized\n[ 0.250853] evm: security.selinux\n[ 0.251656] evm: security.SMACK64\n[ 0.252444] evm: security.SMACK64EXEC\n[ 0.253311] evm: security.SMACK64TRANSMUTE\n[ 0.254241] evm: security.SMACK64MMAP\n[ 0.255097] evm: security.ima\n[ 0.255822] evm: security.capability\n[ 0.256734] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.258891] pinctrl core: initialized pinctrl subsystem\n[ 0.260153] RTC time: 7:40:02, date: 07/23/18\n[ 0.261255] NET: Registered protocol family 16\n[ 0.262387] cpuidle: using governor ladder\n[ 0.263342] cpuidle: using governor menu\n[ 0.264252] PCCT header not found.\n[ 0.265110] ACPI: bus type PCI registered\n[ 0.266028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.267473] PCI: Using configuration type 1 for base access\n[ 0.269403] ACPI: Added _OSI(Module Device)\n[ 0.270373] ACPI: Added _OSI(Processor Device)\n[ 0.271368] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.272412] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274319] ACPI: Interpreter enabled\n[ 0.275198] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.281627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283758] ACPI: (supports S0 S5)\n[ 0.284609] ACPI: Using IOAPIC for interrupt routing\n[ 0.285722] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.289094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.290450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.293424] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.296080] acpiphp: Slot [3] registered\n[ 0.297030] acpiphp: Slot [4] registered\n[ 0.297973] acpiphp: Slot [5] registered\n[ 0.298916] acpiphp: Slot [6] registered\n[ 0.299855] acpiphp: Slot [7] registered\n[ 0.300801] acpiphp: Slot [8] registered\n[ 0.301743] acpiphp: Slot [9] registered\n[ 0.302684] acpiphp: Slot [10] registered\n[ 0.303643] acpiphp: Slot [11] registered\n[ 0.304603] acpiphp: Slot [12] registered\n[ 0.305564] acpiphp: Slot [13] registered\n[ 0.306517] acpiphp: Slot [14] registered\n[ 0.307477] acpiphp: Slot [15] registered\n[ 0.318462] acpiphp: Slot [16] registered\n[ 0.319423] acpiphp: Slot [17] registered\n[ 0.320380] acpiphp: Slot [18] registered\n[ 0.321334] acpiphp: Slot [19] registered\n[ 0.322290] acpiphp: Slot [20] registered\n[ 0.323250] acpiphp: Slot [21] registered\n[ 0.324210] acpiphp: Slot [22] registered\n[ 0.325226] acpiphp: Slot [23] registered\n[ 0.326189] acpiphp: Slot [24] registered\n[ 0.327145] acpiphp: Slot [25] registered\n[ 0.328103] acpiphp: Slot [26] registered\n[ 0.329071] acpiphp: Slot [27] registered\n[ 0.330026] acpiphp: Slot [28] registered\n[ 0.330984] acpiphp: Slot [29] registered\n[ 0.331947] acpiphp: Slot [30] registered\n[ 0.332907] acpiphp: Slot [31] registered\n[ 0.333862] PCI host bridge to bus 0000:00\n[ 0.334827] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336285] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337752] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.339470] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.341190] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346396] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347933] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349339] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.354647] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.356640] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377248] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378939] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380578] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382201] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383755] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385201] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386649] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389751] vgaarb: loaded\n[ 0.390449] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391875] SCSI subsystem initialized\n[ 0.392930] ACPI: bus type USB registered\n[ 0.393909] usbcore: registered new interface driver usbfs\n[ 0.395142] usbcore: registered new interface driver hub\n[ 0.396341] usbcore: registered new device driver usb\n[ 0.397641] PCI: Using ACPI for IRQ routing\n[ 0.398919] NetLabel: Initializing\n[ 0.399767] NetLabel: domain hash size = 128\n[ 0.400774] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401919] NetLabel: unlabeled traffic allowed by default\n[ 0.403279] clocksource: Switched to clocksource kvm-clock\n[ 0.411773] AppArmor: AppArmor Filesystem Enabled\n[ 0.412914] pnp: PnP ACPI init\n[ 0.413976] pnp: PnP ACPI: found 5 devices\n[ 0.420560] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422611] NET: Registered protocol family 2\n[ 0.423824] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425372] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426814] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428265] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429566] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430975] NET: Registered protocol family 1\n[ 0.432018] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433332] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448917] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463302] Trying to unpack rootfs image as initramfs...\n[ 0.521742] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.523693] Scanning for low memory corruption every 60 seconds\n[ 0.525280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.526663] audit: initializing netlink subsys (disabled)\n[ 0.527939] audit: type=2000 audit(1532331602.946:1): initialized\n[ 0.529526] Initialise system trusted keyring\n[ 0.530642] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534407] zbud: loaded\n[ 0.535236] VFS: Disk quotas dquot_6.6.0\n[ 0.536208] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538068] fuse init (API version 7.23)\n[ 0.539128] Key type big_key registered\n[ 0.540095] Allocating IMA MOK and blacklist keyrings.\n[ 0.541533] Key type asymmetric registered\n[ 0.542511] Asymmetric key parser 'x509' registered\n[ 0.543672] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545451] io scheduler noop registered\n[ 0.546396] io scheduler deadline registered (default)\n[ 0.547602] io scheduler cfq registered\n[ 0.548602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549869] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551410] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553136] ACPI: Power Button [PWRF]\n[ 0.554128] GHES: HEST is not enabled!\n[ 0.568061] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626653] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629584] Linux agpgart interface v0.103\n[ 0.633038] brd: module loaded\n[ 0.635002] loop: module loaded\n[ 0.639666] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641152] GPT:90111 != 2097151\n[ 0.641837] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642941] GPT:90111 != 2097151\n[ 0.643631] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644621] vda: vda1 vda15\n[ 0.646024] scsi host0: ata_piix\n[ 0.646873] scsi host1: ata_piix\n[ 0.647625] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.648863] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.650379] libphy: Fixed MDIO Bus: probed\n[ 0.651219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.652186] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654551] PPP generic driver version 2.4.2\n[ 0.655494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656711] ehci-pci: EHCI PCI platform driver\n[ 0.657605] ehci-platform: EHCI generic platform driver\n[ 0.658612] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659769] ohci-pci: OHCI PCI platform driver\n[ 0.660657] ohci-platform: OHCI generic platform driver\n[ 0.661677] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675836] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676903] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678387] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679410] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.680592] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681843] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683288] usb usb1: Product: UHCI Host Controller\n[ 0.684243] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685401] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686414] hub 1-0:1.0: USB hub found\n[ 0.687227] hub 1-0:1.0: 2 ports detected\n[ 0.688221] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690439] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691434] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692496] mousedev: PS/2 mouse device common for all mice\n[ 0.693797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.695731] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697144] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698367] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699600] i2c /dev entries driver\n[ 0.700416] device-mapper: uevent: version 1.0.3\n[ 0.701413] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703098] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704708] NET: Registered protocol family 10\n[ 0.705887] NET: Registered protocol family 17\n[ 0.706826] Key type dns_resolver registered\n[ 0.707904] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709037] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710927] registered taskstats version 1\n[ 0.711822] Loading compiled-in X.509 certificates\n[ 0.713395] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715361] zswap: loaded using pool lzo/zbud\n[ 0.717345] Key type trusted registered\n[ 0.719194] Key type encrypted registered\n[ 0.720083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721159] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722239] evm: HMAC attrs: 0x1\n[ 0.723251] Magic number: 10:607:673\n[ 0.724160] rtc_cmos 00:00: setting system clock to 2018-07-23 07:40:02 UTC (1532331602)\n[ 0.725844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726969] EDD information not available.\n[ 0.809669] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821764] Write protecting the kernel read-only data: 14336k\n[ 0.823977] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825874] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.871500] 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.96\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.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.09. 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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCLOuK3YcluQ7MmDEQpOWTzrqrlIcLzqhc6WbLROaGdaQrtCy54jr5IKXyDMzIgvnYm6N0ZLLaNvh4+UmYdoOZHJRHS5K6FPirEewv0idf7cf+Ke088a8TYvaL3+NMtKiI3wuA+Dt+TvxBfNGHc0zVWBlF4tCPcIZ7PdYvlj2F+nKzJ0WXx4HKXdpUor4cBecyIpp9O6Rc/yKK/m81NMJ/rlJFgNiPJHaKhqr8OtUV9ix/GnrtnL0kRJ523FEW5+snBNOMp2WDwjJvglXfyl0Oavc8CdPDnko+qiv/gOD5BwWZM4XteHOkgl7DCTVLgupnGfU2C8FW1qs+XFF/ZgZZp root@singlevm1-vm-1e42988a-20b8-44f3-87aa-0c14e81a4289\nssh-dss AAAAB3NzaC1kc3MAAACBALBG7ftTqgkbqwa/3c1m4CeAF55sPKdtTk23mJ+NmRG1SchtEoxhRSlU9zFGoOTtzor3EzIR7AFaSH8rLJH8l18LmKdRsdMuZhDKPYSoDc4krhY+S63mvXKZyNyeTb+edGv0F2mkIk6kYm7jsjukuX6JXvPXJWEC3ZVzl+r9uMpjAAAAFQDvpE/GYc3ypzKy2a9tjllceFLSnwAAAIBj/9SW5wxxkKZB4sqrTGohC30/DIk5LsBntG+tuzGeyKvuVbd3qLnOnK0+2jG0SsP1V8Qj8oaY5x29nFk2f2XlazcROxrosWFoV16JdGH8bYsRy+bqHbHqDSyFVrIjf0ehElW/lJOFqNu/dl+aQo/s4swWNodOY4oAU0+lXRNESAAAAIEAq3YG6P0g7R1TY8O7vPJ0/rC/KvmTYNkkdvcpo31h3J25VC64Y+Slr0MHR+uNb/1s5mkoShP8nOyWItADdOtckx2MxEmahQ7OlX/Xy4ldcqZr/Kz60Ocbal7NWtc8C4lv1UmYn1cWVOFQOMZWhsPmF8FKbZ/J80UPRpOsduACHpY= root@singlevm1-vm-1e42988a-20b8-44f3-87aa-0c14e81a4289\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe85:eaf4/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \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-1e42988a-20b8-44f3-87aa-0c14e81a4289\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=5.02 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-1e42988a-20b8-44f3-87aa-0c14e81a4289 login: "} 2018-07-23 07:40:11,371 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2/action used request id req-af794c48-aac7-4616-be6e-8af260864df6 2018-07-23 07:40:11,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.760783910751s 2018-07-23 07:40:11,373 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2/action used request id req-af794c48-aac7-4616-be6e-8af260864df6 2018-07-23 07:40:11,373 - 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 490297466 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.156828] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.158796] pid_max: default: 32768 minimum: 301 [ 0.159875] ACPI: Core revision 20150930 [ 0.161397] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.162943] Security Framework initialized [ 0.163924] Yama: becoming mindful. [ 0.164786] AppArmor: AppArmor initialized [ 0.165795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.167381] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.168912] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170358] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172050] Initializing cgroup subsys io [ 0.173014] Initializing cgroup subsys memory [ 0.174032] Initializing cgroup subsys devices [ 0.175040] Initializing cgroup subsys freezer [ 0.176084] Initializing cgroup subsys net_cls [ 0.177121] Initializing cgroup subsys perf_event [ 0.178175] Initializing cgroup subsys net_prio [ 0.179211] Initializing cgroup subsys hugetlb [ 0.180246] Initializing cgroup subsys pids [ 0.181282] CPU: Physical Processor ID: 0 [ 0.182946] mce: CPU supports 10 MCE banks [ 0.183954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.185165] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.201661] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.208082] ftrace: allocating 31920 entries in 125 pages [ 0.233806] smpboot: Max logical packages: 1 [ 0.234846] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236436] x2apic enabled [ 0.237357] Switched APIC routing to physical x2apic. [ 0.239226] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.240575] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.242979] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.245043] KVM setup paravirtual spinlock [ 0.246514] x86: Booted up 1 node, 1 CPUs [ 0.247448] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.249061] devtmpfs: initialized [ 0.250853] evm: security.selinux [ 0.251656] evm: security.SMACK64 [ 0.252444] evm: security.SMACK64EXEC [ 0.253311] evm: security.SMACK64TRANSMUTE [ 0.254241] evm: security.SMACK64MMAP [ 0.255097] evm: security.ima [ 0.255822] evm: security.capability [ 0.256734] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.258891] pinctrl core: initialized pinctrl subsystem [ 0.260153] RTC time: 7:40:02, date: 07/23/18 [ 0.261255] NET: Registered protocol family 16 [ 0.262387] cpuidle: using governor ladder [ 0.263342] cpuidle: using governor menu [ 0.264252] PCCT header not found. [ 0.265110] ACPI: bus type PCI registered [ 0.266028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.267473] PCI: Using configuration type 1 for base access [ 0.269403] ACPI: Added _OSI(Module Device) [ 0.270373] ACPI: Added _OSI(Processor Device) [ 0.271368] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.272412] ACPI: Added _OSI(Processor Aggregator Device) [ 0.274319] ACPI: Interpreter enabled [ 0.275198] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.277328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.279455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.281627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.283758] ACPI: (supports S0 S5) [ 0.284609] ACPI: Using IOAPIC for interrupt routing [ 0.285722] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.289094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.290450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.291986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.293424] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.296080] acpiphp: Slot [3] registered [ 0.297030] acpiphp: Slot [4] registered [ 0.297973] acpiphp: Slot [5] registered [ 0.298916] acpiphp: Slot [6] registered [ 0.299855] acpiphp: Slot [7] registered [ 0.300801] acpiphp: Slot [8] registered [ 0.301743] acpiphp: Slot [9] registered [ 0.302684] acpiphp: Slot [10] registered [ 0.303643] acpiphp: Slot [11] registered [ 0.304603] acpiphp: Slot [12] registered [ 0.305564] acpiphp: Slot [13] registered [ 0.306517] acpiphp: Slot [14] registered [ 0.307477] acpiphp: Slot [15] registered [ 0.318462] acpiphp: Slot [16] registered [ 0.319423] acpiphp: Slot [17] registered [ 0.320380] acpiphp: Slot [18] registered [ 0.321334] acpiphp: Slot [19] registered [ 0.322290] acpiphp: Slot [20] registered [ 0.323250] acpiphp: Slot [21] registered [ 0.324210] acpiphp: Slot [22] registered [ 0.325226] acpiphp: Slot [23] registered [ 0.326189] acpiphp: Slot [24] registered [ 0.327145] acpiphp: Slot [25] registered [ 0.328103] acpiphp: Slot [26] registered [ 0.329071] acpiphp: Slot [27] registered [ 0.330026] acpiphp: Slot [28] registered [ 0.330984] acpiphp: Slot [29] registered [ 0.331947] acpiphp: Slot [30] registered [ 0.332907] acpiphp: Slot [31] registered [ 0.333862] PCI host bridge to bus 0000:00 [ 0.334827] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.336285] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.337752] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.339470] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.341190] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.342941] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.346396] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.347933] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.349339] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.350858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.354647] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.356640] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.377248] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.378939] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.380578] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.382201] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.383755] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.385201] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.386649] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.387915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.389751] vgaarb: loaded [ 0.390449] vgaarb: bridge control possible 0000:00:02.0 [ 0.391875] SCSI subsystem initialized [ 0.392930] ACPI: bus type USB registered [ 0.393909] usbcore: registered new interface driver usbfs [ 0.395142] usbcore: registered new interface driver hub [ 0.396341] usbcore: registered new device driver usb [ 0.397641] PCI: Using ACPI for IRQ routing [ 0.398919] NetLabel: Initializing [ 0.399767] NetLabel: domain hash size = 128 [ 0.400774] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.401919] NetLabel: unlabeled traffic allowed by default [ 0.403279] clocksource: Switched to clocksource kvm-clock [ 0.411773] AppArmor: AppArmor Filesystem Enabled [ 0.412914] pnp: PnP ACPI init [ 0.413976] pnp: PnP ACPI: found 5 devices [ 0.420560] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.422611] NET: Registered protocol family 2 [ 0.423824] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.425372] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.426814] TCP: Hash tables configured (established 4096 bind 4096) [ 0.428265] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.429566] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.430975] NET: Registered protocol family 1 [ 0.432018] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.433332] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.434610] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.448917] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.463302] Trying to unpack rootfs image as initramfs... [ 0.521742] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.523693] Scanning for low memory corruption every 60 seconds [ 0.525280] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.526663] audit: initializing netlink subsys (disabled) [ 0.527939] audit: type=2000 audit(1532331602.946:1): initialized [ 0.529526] Initialise system trusted keyring [ 0.530642] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.532039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.534407] zbud: loaded [ 0.535236] VFS: Disk quotas dquot_6.6.0 [ 0.536208] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.538068] fuse init (API version 7.23) [ 0.539128] Key type big_key registered [ 0.540095] Allocating IMA MOK and blacklist keyrings. [ 0.541533] Key type asymmetric registered [ 0.542511] Asymmetric key parser 'x509' registered [ 0.543672] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.545451] io scheduler noop registered [ 0.546396] io scheduler deadline registered (default) [ 0.547602] io scheduler cfq registered [ 0.548602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549869] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551410] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553136] ACPI: Power Button [PWRF] [ 0.554128] GHES: HEST is not enabled! [ 0.568061] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.599561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.602728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.626653] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.629584] Linux agpgart interface v0.103 [ 0.633038] brd: module loaded [ 0.635002] loop: module loaded [ 0.639666] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.641152] GPT:90111 != 2097151 [ 0.641837] GPT:Alternate GPT header not at the end of the disk. [ 0.642941] GPT:90111 != 2097151 [ 0.643631] GPT: Use GNU Parted to correct GPT errors. [ 0.644621] vda: vda1 vda15 [ 0.646024] scsi host0: ata_piix [ 0.646873] scsi host1: ata_piix [ 0.647625] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.648863] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.650379] libphy: Fixed MDIO Bus: probed [ 0.651219] tun: Universal TUN/TAP device driver, 1.6 [ 0.652186] tun: (C) 1999-2004 Max Krasnyansky [ 0.654551] PPP generic driver version 2.4.2 [ 0.655494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.656711] ehci-pci: EHCI PCI platform driver [ 0.657605] ehci-platform: EHCI generic platform driver [ 0.658612] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.659769] ohci-pci: OHCI PCI platform driver [ 0.660657] ohci-platform: OHCI generic platform driver [ 0.661677] uhci_hcd: USB Universal Host Controller Interface driver [ 0.675836] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.676903] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.678387] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.679410] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.680592] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.681843] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.683288] usb usb1: Product: UHCI Host Controller [ 0.684243] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.685401] usb usb1: SerialNumber: 0000:00:01.2 [ 0.686414] hub 1-0:1.0: USB hub found [ 0.687227] hub 1-0:1.0: 2 ports detected [ 0.688221] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.690439] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.691434] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.692496] mousedev: PS/2 mouse device common for all mice [ 0.693797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.695731] rtc_cmos 00:00: RTC can wake from S4 [ 0.697144] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.698367] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.699600] i2c /dev entries driver [ 0.700416] device-mapper: uevent: version 1.0.3 [ 0.701413] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.703098] ledtrig-cpu: registered to indicate activity on CPUs [ 0.704708] NET: Registered protocol family 10 [ 0.705887] NET: Registered protocol family 17 [ 0.706826] Key type dns_resolver registered [ 0.707904] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.709037] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.710927] registered taskstats version 1 [ 0.711822] Loading compiled-in X.509 certificates [ 0.713395] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.715361] zswap: loaded using pool lzo/zbud [ 0.717345] Key type trusted registered [ 0.719194] Key type encrypted registered [ 0.720083] AppArmor: AppArmor sha1 policy hashing enabled [ 0.721159] ima: No TPM chip found, activating TPM-bypass! [ 0.722239] evm: HMAC attrs: 0x1 [ 0.723251] Magic number: 10:607:673 [ 0.724160] rtc_cmos 00:00: setting system clock to 2018-07-23 07:40:02 UTC (1532331602) [ 0.725844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.726969] EDD information not available. [ 0.809669] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.821764] Write protecting the kernel read-only data: 14336k [ 0.823977] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.825874] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.871500] 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.96 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.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.09. 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.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCLOuK3YcluQ7MmDEQpOWTzrqrlIcLzqhc6WbLROaGdaQrtCy54jr5IKXyDMzIgvnYm6N0ZLLaNvh4+UmYdoOZHJRHS5K6FPirEewv0idf7cf+Ke088a8TYvaL3+NMtKiI3wuA+Dt+TvxBfNGHc0zVWBlF4tCPcIZ7PdYvlj2F+nKzJ0WXx4HKXdpUor4cBecyIpp9O6Rc/yKK/m81NMJ/rlJFgNiPJHaKhqr8OtUV9ix/GnrtnL0kRJ523FEW5+snBNOMp2WDwjJvglXfyl0Oavc8CdPDnko+qiv/gOD5BwWZM4XteHOkgl7DCTVLgupnGfU2C8FW1qs+XFF/ZgZZp root@singlevm1-vm-1e42988a-20b8-44f3-87aa-0c14e81a4289 ssh-dss AAAAB3NzaC1kc3MAAACBALBG7ftTqgkbqwa/3c1m4CeAF55sPKdtTk23mJ+NmRG1SchtEoxhRSlU9zFGoOTtzor3EzIR7AFaSH8rLJH8l18LmKdRsdMuZhDKPYSoDc4krhY+S63mvXKZyNyeTb+edGv0F2mkIk6kYm7jsjukuX6JXvPXJWEC3ZVzl+r9uMpjAAAAFQDvpE/GYc3ypzKy2a9tjllceFLSnwAAAIBj/9SW5wxxkKZB4sqrTGohC30/DIk5LsBntG+tuzGeyKvuVbd3qLnOnK0+2jG0SsP1V8Qj8oaY5x29nFk2f2XlazcROxrosWFoV16JdGH8bYsRy+bqHbHqDSyFVrIjf0ehElW/lJOFqNu/dl+aQo/s4swWNodOY4oAU0+lXRNESAAAAIEAq3YG6P0g7R1TY8O7vPJ0/rC/KvmTYNkkdvcpo31h3J25VC64Y+Slr0MHR+uNb/1s5mkoShP8nOyWItADdOtckx2MxEmahQ7OlX/Xy4ldcqZr/Kz60Ocbal7NWtc8C4lv1UmYn1cWVOFQOMZWhsPmF8FKbZ/J80UPRpOsduACHpY= root@singlevm1-vm-1e42988a-20b8-44f3-87aa-0c14e81a4289 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe85:eaf4/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 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-1e42988a-20b8-44f3-87aa-0c14e81a4289 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=5.02 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-1e42988a-20b8-44f3-87aa-0c14e81a4289 login: 2018-07-23 07:40:11,950 - paramiko.transport - DEBUG - starting thread (client mode): 0x248ed950L 2018-07-23 07:40:11,951 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-23 07:40:11,969 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-23 07:40:11,970 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-23 07:40:11,971 - 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-23 07:40:11,971 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-23 07:40:11,971 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-23 07:40:11,971 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-23 07:40:11,972 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-23 07:40:11,972 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-23 07:40:12,027 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-23 07:40:12,028 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-23 07:40:12,051 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 16dbadda2dd215dc7513d300c361bfad 2018-07-23 07:40:12,053 - paramiko.transport - DEBUG - Trying discovered key 82e4efb101c3e57073b4346ba41fdbd8 in /tmp/tmp1CyY0h 2018-07-23 07:40:12,065 - paramiko.transport - DEBUG - userauth is OK 2018-07-23 07:40:12,072 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-23 07:40:12,086 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-23 07:40:12,087 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-23 07:40:12,087 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-23 07:40:12,088 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-23 07:40:12,090 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-23 07:40:12,090 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-23 07:40:12,094 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-23 07:40:12,208 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 07:40:12,208 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:44 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-23 07:40:12,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-23 07:40:12,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/a9810822-b74d-42aa-b506-69c16555ed55.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:13,776 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9083c1a1-b289-4b6b-a70a-811eb7df72a4 Content-Length: 0 Date: Mon, 23 Jul 2018 07:40:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:40:13,776 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/a9810822-b74d-42aa-b506-69c16555ed55.json used request id req-9083c1a1-b289-4b6b-a70a-811eb7df72a4 2018-07-23 07:40:13,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.5616838932s 2018-07-23 07:40:13,777 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/a9810822-b74d-42aa-b506-69c16555ed55.json used request id req-9083c1a1-b289-4b6b-a70a-811eb7df72a4 2018-07-23 07:40:13,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 07:40:13,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:13,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ea6c7258-1565-40db-a25f-56f46797afdf Date: Mon, 23 Jul 2018 07:40:13 GMT RESP BODY: {"floatingips": []} 2018-07-23 07:40:13,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-ea6c7258-1565-40db-a25f-56f46797afdf 2018-07-23 07:40:13,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0451362133026s 2018-07-23 07:40:13,827 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-ea6c7258-1565-40db-a25f-56f46797afdf 2018-07-23 07:40:13,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-23 07:40:13,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:14,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:40:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dac69a7e-621f-4007-af90-af6067799fe0 x-compute-request-id: req-dac69a7e-621f-4007-af90-af6067799fe0 Content-Type: application/json 2018-07-23 07:40:14,016 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2 used request id req-dac69a7e-621f-4007-af90-af6067799fe0 2018-07-23 07:40:14,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.187947034836s 2018-07-23 07:40:14,017 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2 used request id req-dac69a7e-621f-4007-af90-af6067799fe0 2018-07-23 07:40:14,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:40:14,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:14,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40: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-d020358b-0296-494a-b830-242030e2e9dd x-compute-request-id: req-d020358b-0296-494a-b830-242030e2e9dd Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_1e42988a-20b8-44f3-87aa-0c14e81a4289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:ea:f4", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:ea:f4", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b7898048-7704-4567-9261-e162b4904bc2", "rel": "bookmark"}], "image": {"id": "ace5e1aa-83c3-4049-a525-bfc7460675dd", "links": [{"href": "http://172.30.9.21:8774/images/ace5e1aa-83c3-4049-a525-bfc7460675dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-23T07:40:02.000000", "flavor": {"id": "81e6e527-b057-4d82-8233-6b391894bd3b", "links": [{"href": "http://172.30.9.21:8774/flavors/81e6e527-b057-4d82-8233-6b391894bd3b", "rel": "bookmark"}]}, "id": "b7898048-7704-4567-9261-e162b4904bc2", "security_groups": [{"name": "singlevm1-sg_1e42988a-20b8-44f3-87aa-0c14e81a4289"}], "user_id": "d25756ff75c34032b0c565829f353e82", "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-23T07:40:13Z", "hostId": "fb67c7183656f42c2a6c32b9df11d9168044dcfd3effaab7bf7b7517", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_1e42988a-20b8-44f3-87aa-0c14e81a4289", "created": "2018-07-23T07:39:49Z", "tenant_id": "40d340270b3e485491d6be25a56c453f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:40:14,597 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d020358b-0296-494a-b830-242030e2e9dd 2018-07-23 07:40:14,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.580364942551s 2018-07-23 07:40:14,598 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d020358b-0296-494a-b830-242030e2e9dd 2018-07-23 07:40:14,600 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:40:16,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:40:16,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:16,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40: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-ff8aca7c-97cd-46d5-bb58-6dd522eec416 x-compute-request-id: req-ff8aca7c-97cd-46d5-bb58-6dd522eec416 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-23 07:40:16,719 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ff8aca7c-97cd-46d5-bb58-6dd522eec416 2018-07-23 07:40:16,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.116733074188s 2018-07-23 07:40:16,720 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ff8aca7c-97cd-46d5-bb58-6dd522eec416 2018-07-23 07:40:16,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 07:40:16,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:16,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-3eb4ae0b-a832-4a64-a9da-5885b200a923 Date: Mon, 23 Jul 2018 07:40:16 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:39:43Z", "updated_at": "2018-07-23T07:39:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:39:43Z", "revision_number": 0, "id": "02bb8cfb-458d-4d17-a2c5-e90e156649fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:39:43Z", "security_group_id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:39:43Z", "revision_number": 0, "id": "82f7fd46-fd8a-4b5f-adc5-51a774ceae90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:39:43Z", "security_group_id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-23T07:39:44Z", "revision_number": 0, "id": "923fa95c-68a0-40ab-8501-ea45a24cf364", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:39:44Z", "security_group_id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:39:45Z", "revision_number": 0, "id": "dfd1d5df-a3e7-4fad-87f8-7847e254d3b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:39:45Z", "security_group_id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d340270b3e485491d6be25a56c453f"}], "revision_number": 3, "project_id": "40d340270b3e485491d6be25a56c453f", "id": "1e5b77c7-f2af-4356-bd1f-c76cca88c106", "name": "singlevm1-sg_1e42988a-20b8-44f3-87aa-0c14e81a4289"}, {"description": "Default security group", "tags": [], "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "created_at": "2018-07-23T07:34:18Z", "updated_at": "2018-07-23T07:34:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:34:18Z", "revision_number": 0, "id": "50d6b549-907a-4f59-b7ac-18daaa5b385f", "remote_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "remote_ip_prefix": null, "created_at": "2018-07-23T07:34:18Z", "security_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e18f5d29fa84969a7e290a71d4fd566"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:34:18Z", "revision_number": 0, "id": "94820f88-7b2c-4b96-be26-7db8479ca445", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:34:18Z", "security_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e18f5d29fa84969a7e290a71d4fd566"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:34:18Z", "revision_number": 0, "id": "9e6af8cd-2d44-4e5c-9a3e-07ede2b8cb73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:34:18Z", "security_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e18f5d29fa84969a7e290a71d4fd566"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:34:18Z", "revision_number": 0, "id": "f4800b16-0933-467f-8504-d3ad8a9a4f06", "remote_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "remote_ip_prefix": null, "created_at": "2018-07-23T07:34:18Z", "security_group_id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "tenant_id": "0e18f5d29fa84969a7e290a71d4fd566", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e18f5d29fa84969a7e290a71d4fd566"}], "revision_number": 1, "project_id": "0e18f5d29fa84969a7e290a71d4fd566", "id": "535f935c-ef14-47eb-a3df-ce5041a1ed5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "created_at": "2018-07-23T07:37:49Z", "updated_at": "2018-07-23T07:37:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:49Z", "revision_number": 0, "id": "298eb91d-b20a-41c6-8b7d-0fd3dce93a23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:49Z", "security_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "port_range_min": null, "ethertype": "IPv4", "project_id": "cbf21d4c0117479ab8f854870b098e32"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:49Z", "revision_number": 0, "id": "40062ab7-21ef-4e63-bc3f-ce8cac5b2ab8", "remote_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:49Z", "security_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "port_range_min": null, "ethertype": "IPv4", "project_id": "cbf21d4c0117479ab8f854870b098e32"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:49Z", "revision_number": 0, "id": "54a20333-4eb4-4868-951e-503749f68e1f", "remote_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:49Z", "security_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "port_range_min": null, "ethertype": "IPv6", "project_id": "cbf21d4c0117479ab8f854870b098e32"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:49Z", "revision_number": 0, "id": "8a66e5da-2153-4d33-aca4-06c25b22fa52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:49Z", "security_group_id": "806f90e7-8377-4e71-9be7-271378460c6e", "tenant_id": "cbf21d4c0117479ab8f854870b098e32", "port_range_min": null, "ethertype": "IPv6", "project_id": "cbf21d4c0117479ab8f854870b098e32"}], "revision_number": 1, "project_id": "cbf21d4c0117479ab8f854870b098e32", "id": "806f90e7-8377-4e71-9be7-271378460c6e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1de705bbb704410e928abe556d1cf76f", "created_at": "2018-07-23T07:38:56Z", "updated_at": "2018-07-23T07:38:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:38:56Z", "revision_number": 0, "id": "89020ebf-579f-46c8-8ea1-60e6b5e598b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:38:56Z", "security_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "tenant_id": "1de705bbb704410e928abe556d1cf76f", "port_range_min": null, "ethertype": "IPv6", "project_id": "1de705bbb704410e928abe556d1cf76f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:38:56Z", "revision_number": 0, "id": "8f9f802a-a2fa-4989-a7d2-944ca3fa1083", "remote_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "remote_ip_prefix": null, "created_at": "2018-07-23T07:38:56Z", "security_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "tenant_id": "1de705bbb704410e928abe556d1cf76f", "port_range_min": null, "ethertype": "IPv4", "project_id": "1de705bbb704410e928abe556d1cf76f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:38:56Z", "revision_number": 0, "id": "a34f2551-946e-44ce-9686-a5fdbfe10542", "remote_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "remote_ip_prefix": null, "created_at": "2018-07-23T07:38:56Z", "security_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "tenant_id": "1de705bbb704410e928abe556d1cf76f", "port_range_min": null, "ethertype": "IPv6", "project_id": "1de705bbb704410e928abe556d1cf76f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:38:56Z", "revision_number": 0, "id": "f1bdc4ff-e907-4a50-849b-890173c722e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:38:56Z", "security_group_id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "tenant_id": "1de705bbb704410e928abe556d1cf76f", "port_range_min": null, "ethertype": "IPv4", "project_id": "1de705bbb704410e928abe556d1cf76f"}], "revision_number": 1, "project_id": "1de705bbb704410e928abe556d1cf76f", "id": "a30b3c8a-dfca-452d-89f1-2a5fc593f52c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:37:17Z", "updated_at": "2018-07-23T07:37:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:17Z", "revision_number": 0, "id": "2ec51b52-948d-4770-89c7-4fb48960e67a", "remote_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:17Z", "security_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:17Z", "revision_number": 0, "id": "424d3efe-914d-4814-a6b8-71abc32e1836", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:17Z", "security_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:17Z", "revision_number": 0, "id": "8febb776-8991-4104-bef2-ba8f668edebe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:17Z", "security_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d340270b3e485491d6be25a56c453f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:17Z", "revision_number": 0, "id": "d1a57d2e-f196-4a5e-9530-26d83eb92772", "remote_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:17Z", "security_group_id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "tenant_id": "40d340270b3e485491d6be25a56c453f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d340270b3e485491d6be25a56c453f"}], "revision_number": 1, "project_id": "40d340270b3e485491d6be25a56c453f", "id": "ad8760e1-c86c-4619-adf2-59b3155e1528", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-23T07:37:20Z", "updated_at": "2018-07-23T07:37:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:37:20Z", "revision_number": 0, "id": "152ce08a-c4b4-429e-984f-4fe8e27f8495", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:20Z", "security_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "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-23T07:37:20Z", "revision_number": 0, "id": "3a8172bc-5dfe-4214-80f8-0e24160fa06c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:20Z", "security_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "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-23T07:37:20Z", "revision_number": 0, "id": "a0f6fe03-a10c-4e0f-80f4-4ea9fd35f2f3", "remote_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:20Z", "security_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "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-23T07:37:20Z", "revision_number": 0, "id": "a895c9b7-8b30-4fc6-870c-42d829aff0ea", "remote_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "remote_ip_prefix": null, "created_at": "2018-07-23T07:37:20Z", "security_group_id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d872e15e-9b35-4afc-bb1c-3e4cad8e070b", "name": "default"}]} 2018-07-23 07:40:16,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3eb4ae0b-a832-4a64-a9da-5885b200a923 2018-07-23 07:40:16,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.258103847504s 2018-07-23 07:40:16,982 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3eb4ae0b-a832-4a64-a9da-5885b200a923 2018-07-23 07:40:16,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-23 07:40:16,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1e5b77c7-f2af-4356-bd1f-c76cca88c106.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:17,144 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3cc1cc22-acc4-4c79-b0b2-63ecbd663aa8 Content-Length: 0 Date: Mon, 23 Jul 2018 07:40:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:40:17,144 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1e5b77c7-f2af-4356-bd1f-c76cca88c106.json used request id req-3cc1cc22-acc4-4c79-b0b2-63ecbd663aa8 2018-07-23 07:40:17,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.159034013748s 2018-07-23 07:40:17,145 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1e5b77c7-f2af-4356-bd1f-c76cca88c106.json used request id req-3cc1cc22-acc4-4c79-b0b2-63ecbd663aa8 2018-07-23 07:40:17,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-23 07:40:17,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:17,339 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:40:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1f2d6949-04ca-4a3b-a90f-923c3c9c8e20 x-compute-request-id: req-1f2d6949-04ca-4a3b-a90f-923c3c9c8e20 Content-Length: 0 Content-Type: application/json 2018-07-23 07:40:17,340 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289 used request id req-1f2d6949-04ca-4a3b-a90f-923c3c9c8e20 2018-07-23 07:40:17,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.19440984726s 2018-07-23 07:40:17,340 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_1e42988a-20b8-44f3-87aa-0c14e81a4289 used request id req-1f2d6949-04ca-4a3b-a90f-923c3c9c8e20 2018-07-23 07:40:17,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 07:40:17,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/0c350a83-ef2b-4361-87d2-6ab417a8e14c/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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" -d '{"subnet_id": "b05d0010-f6fa-49f7-970d-c3960b6f63bd"}' 2018-07-23 07:40:19,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a46b80af-571b-4b53-afb3-f2cb6a8e2d30 Date: Mon, 23 Jul 2018 07:40:19 GMT RESP BODY: {"network_id": "eccb5244-76c0-47f6-91c4-18e55ae0df1e", "tenant_id": "40d340270b3e485491d6be25a56c453f", "subnet_id": "b05d0010-f6fa-49f7-970d-c3960b6f63bd", "subnet_ids": ["b05d0010-f6fa-49f7-970d-c3960b6f63bd"], "port_id": "ce1df250-6f0a-493e-886b-daad97a6e885", "id": "0c350a83-ef2b-4361-87d2-6ab417a8e14c"} 2018-07-23 07:40:19,696 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0c350a83-ef2b-4361-87d2-6ab417a8e14c/remove_router_interface.json used request id req-a46b80af-571b-4b53-afb3-f2cb6a8e2d30 2018-07-23 07:40:19,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.3554751873s 2018-07-23 07:40:19,696 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0c350a83-ef2b-4361-87d2-6ab417a8e14c/remove_router_interface.json used request id req-a46b80af-571b-4b53-afb3-f2cb6a8e2d30 returning object 0c350a83-ef2b-4361-87d2-6ab417a8e14c 2018-07-23 07:40:19,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 07:40:19,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:20,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 717 X-Openstack-Request-Id: req-f756e277-6273-4c36-96d4-f53c7ad68843 Date: Mon, 23 Jul 2018 07:40:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "40d340270b3e485491d6be25a56c453f", "created_at": "2018-07-23T07:39:32Z", "admin_state_up": true, "updated_at": "2018-07-23T07:40:18Z", "project_id": "40d340270b3e485491d6be25a56c453f", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "0c350a83-ef2b-4361-87d2-6ab417a8e14c", "name": "singlevm1-router_1e42988a-20b8-44f3-87aa-0c14e81a4289"}]} 2018-07-23 07:40:20,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f756e277-6273-4c36-96d4-f53c7ad68843 2018-07-23 07:40:20,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.370952129364s 2018-07-23 07:40:20,068 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f756e277-6273-4c36-96d4-f53c7ad68843 2018-07-23 07:40:20,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 07:40:20,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/0c350a83-ef2b-4361-87d2-6ab417a8e14c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:23,722 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b52974f1-f4d2-43cb-b768-1b3f40c5a31d Content-Length: 0 Date: Mon, 23 Jul 2018 07:40:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:40:23,722 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/0c350a83-ef2b-4361-87d2-6ab417a8e14c.json used request id req-b52974f1-f4d2-43cb-b768-1b3f40c5a31d 2018-07-23 07:40:23,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.65249109268s 2018-07-23 07:40:23,722 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/0c350a83-ef2b-4361-87d2-6ab417a8e14c.json used request id req-b52974f1-f4d2-43cb-b768-1b3f40c5a31d 2018-07-23 07:40:23,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 07:40:23,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:23,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1327 X-Openstack-Request-Id: req-2e9e8ec9-efd0-4bd1-aeee-4c37d75041f4 Date: Mon, 23 Jul 2018 07:40:23 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-23T07:34:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7f4e00c4-685a-48c3-9dde-2e27fff1d73e","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0e18f5d29fa84969a7e290a71d4fd566","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:26Z","ip_version":4},{"updated_at":"2018-07-23T07:39:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"b05d0010-f6fa-49f7-970d-c3960b6f63bd","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"40d340270b3e485491d6be25a56c453f","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_1e42988a-20b8-44f3-87aa-0c14e81a4289","enable_dhcp":true,"segment_id":null,"network_id":"eccb5244-76c0-47f6-91c4-18e55ae0df1e","tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:39:30Z","ip_version":4}]} 2018-07-23 07:40:23,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2e9e8ec9-efd0-4bd1-aeee-4c37d75041f4 2018-07-23 07:40:23,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0426728725433s 2018-07-23 07:40:23,766 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2e9e8ec9-efd0-4bd1-aeee-4c37d75041f4 2018-07-23 07:40:23,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 07:40:23,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/b05d0010-f6fa-49f7-970d-c3960b6f63bd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:25,795 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fb61a655-7190-46d7-84e9-a4e3f4fd4285 Date: Mon, 23 Jul 2018 07:40:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:40:25,795 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b05d0010-f6fa-49f7-970d-c3960b6f63bd.json used request id req-fb61a655-7190-46d7-84e9-a4e3f4fd4285 2018-07-23 07:40:25,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.02792406082s 2018-07-23 07:40:25,796 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b05d0010-f6fa-49f7-970d-c3960b6f63bd.json used request id req-fb61a655-7190-46d7-84e9-a4e3f4fd4285 2018-07-23 07:40:25,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:40:25,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:26,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-439d4d14-cd9a-46ba-a8bc-fe3074718b55 Date: Mon, 23 Jul 2018 07:40:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"eccb5244-76c0-47f6-91c4-18e55ae0df1e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"40d340270b3e485491d6be25a56c453f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:40:25Z","qos_policy_id":null,"name":"singlevm1-net_1e42988a-20b8-44f3-87aa-0c14e81a4289","admin_state_up":true,"tenant_id":"40d340270b3e485491d6be25a56c453f","created_at":"2018-07-23T07:39:28Z","provider:network_type":"vxlan"}]} 2018-07-23 07:40:26,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-439d4d14-cd9a-46ba-a8bc-fe3074718b55 2018-07-23 07:40:26,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.268360137939s 2018-07-23 07:40:26,065 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-439d4d14-cd9a-46ba-a8bc-fe3074718b55 2018-07-23 07:40:26,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 07:40:26,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/eccb5244-76c0-47f6-91c4-18e55ae0df1e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:26,983 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-92c22a56-836f-4d0f-9858-c2180521af7a Date: Mon, 23 Jul 2018 07:40:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:40:26,983 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/eccb5244-76c0-47f6-91c4-18e55ae0df1e.json used request id req-92c22a56-836f-4d0f-9858-c2180521af7a 2018-07-23 07:40:26,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.917333126068s 2018-07-23 07:40:26,984 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/eccb5244-76c0-47f6-91c4-18e55ae0df1e.json used request id req-92c22a56-836f-4d0f-9858-c2180521af7a 2018-07-23 07:40:26,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:40:26,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:27,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-d0ff3050-702e-49af-a207-77ce60763ae9 Date: Mon, 23 Jul 2018 07:40:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/ace5e1aa-83c3-4049-a525-bfc7460675dd/snap", "metadata": {}}], "file": "/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd/file", "owner": "40d340270b3e485491d6be25a56c453f", "id": "ace5e1aa-83c3-4049-a525-bfc7460675dd", "size": 12716032, "self": "/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd", "disk_format": "qcow2", "direct_url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/ace5e1aa-83c3-4049-a525-bfc7460675dd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:39:42Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_1e42988a-20b8-44f3-87aa-0c14e81a4289", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_1e42988a-20b8-44f3-87aa-0c14e81a4289", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T07:39:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:40:27,189 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d0ff3050-702e-49af-a207-77ce60763ae9 2018-07-23 07:40:27,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.201472043991s 2018-07-23 07:40:27,190 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d0ff3050-702e-49af-a207-77ce60763ae9 2018-07-23 07:40:27,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-23 07:40:27,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:27,601 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6585034d-93da-47cd-af32-7039f6b1434c Date: Mon, 23 Jul 2018 07:40:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 07:40:27,601 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd used request id req-6585034d-93da-47cd-af32-7039f6b1434c 2018-07-23 07:40:27,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.407897949219s 2018-07-23 07:40:27,601 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ace5e1aa-83c3-4049-a525-bfc7460675dd used request id req-6585034d-93da-47cd-af32-7039f6b1434c 2018-07-23 07:40:27,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 07:40:27,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:27,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40: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-0404ec72-d72f-4f10-9fb1-20982970f576 x-compute-request-id: req-0404ec72-d72f-4f10-9fb1-20982970f576 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_1e42988a-20b8-44f3-87aa-0c14e81a4289", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/81e6e527-b057-4d82-8233-6b391894bd3b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/81e6e527-b057-4d82-8233-6b391894bd3b", "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": "81e6e527-b057-4d82-8233-6b391894bd3b"}]} 2018-07-23 07:40:27,759 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0404ec72-d72f-4f10-9fb1-20982970f576 2018-07-23 07:40:27,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.157819986343s 2018-07-23 07:40:27,760 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0404ec72-d72f-4f10-9fb1-20982970f576 2018-07-23 07:40:27,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-23 07:40:27,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/81e6e527-b057-4d82-8233-6b391894bd3b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d80871ba3fc890c80b40d00247ee69ac52ed5b9a" 2018-07-23 07:40:27,907 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:40: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-044b4ae7-250c-49c8-a3bf-0ec1abed3317 x-compute-request-id: req-044b4ae7-250c-49c8-a3bf-0ec1abed3317 Content-Length: 0 Content-Type: application/json 2018-07-23 07:40:27,907 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/81e6e527-b057-4d82-8233-6b391894bd3b used request id req-044b4ae7-250c-49c8-a3bf-0ec1abed3317 2018-07-23 07:40:27,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.145755052567s 2018-07-23 07:40:27,907 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/81e6e527-b057-4d82-8233-6b391894bd3b used request id req-044b4ae7-250c-49c8-a3bf-0ec1abed3317 2018-07-23 07:40:27,962 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-07-23 07:40:28,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 07:40:28,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 07:40:28,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 07:40:28,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 07:40:28,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 07:40:28,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 07:40:28,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 07:40:28,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 07:40:28,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 07:40:28,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 07:40:28,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 07:40:28,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 07:40:28,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 07:40:28,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 07:40:28,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 07:40:28,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 07:40:28,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 07:40:28,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 07:40:28,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 07:40:28,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 07:40:28,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 07:40:28,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 07:40:28,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:40:28,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb299ed9-2229-4210-8915-88dbeb69401b 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.21:5000/v3/", "rel": "self"}]}} 2018-07-23 07:40:28,010 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fb299ed9-2229-4210-8915-88dbeb69401b 2018-07-23 07:40:28,011 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-23 07:40:28,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40a5620b1e784c22beda1ae3289f9e23", "name": "reader"}, {"id": "1c63495f601d4fd899158fb6718f568a", "name": "member"}, {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "name": "admin"}], "expires_at": "2018-07-23T08:40:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40d340270b3e485491d6be25a56c453f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce282ecbbba248f28a2a48359ab9852c"}], "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8842ad52263c477d9d091a2eb09c6b07"}], "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fa69a2f6532480893aba172a82bc285"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea54707f422947ba81df4a98cadc2148"}], "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"url": "http://172.30.9.21:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8a76b37dbc7448498e988f67eaef1c8"}], "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb0386e3f04145818be6768d3417f9a4"}], "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8ad852821b04802a57e13245d54444a"}], "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e171355f417f4e65bd290816771872af"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc13e075915a41239400d8d5e5e97f51"}], "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}], "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"url": "http://12.0.0.28:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}], "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baaea9d18794c309e333af015de2a86"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5967cc28be044cb8a864a21b2d1c41c"}], "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ece48747154471e88b0c5aae278adb3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2662bcf19454e78829b8749f9d69308"}], "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"url": "http://172.30.9.21:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49500008eaec4c76916ecb04072b1992"}, {"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}], "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"url": "http://172.30.9.21:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a91452ce052f466488f8f6b679a6ba66"}], "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d2f9b971c394de68c950899a8325cb2"}], "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25756ff75c34032b0c565829f353e82"}, "audit_ids": ["jWVLTULXShOcim4H5Ap8eg"], "issued_at": "2018-07-23T07:40:28.000000Z"}} 2018-07-23 07:40:28,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:40:28,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:40:28,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-46e5e33a-bdd9-4eb7-b176-a602458c2cba Date: Mon, 23 Jul 2018 07:40:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"}]} 2018-07-23 07:40:28,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-46e5e33a-bdd9-4eb7-b176-a602458c2cba 2018-07-23 07:40:28,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.286372900009s 2018-07-23 07:40:28,687 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-46e5e33a-bdd9-4eb7-b176-a602458c2cba 2018-07-23 07:40:28,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:40:28,697 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 07:40:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18bc47c1-7fe1-483a-a608-b2630b34f8ba 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.21:5000/v3/", "rel": "self"}]}]}} 2018-07-23 07:40:28,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-18bc47c1-7fe1-483a-a608-b2630b34f8ba 2018-07-23 07:40:28,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 07:40:28,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:40:28,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27e47963-cb8b-47d1-89c4-cf411cffd0cf Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/2251db99694d4962850e9aa610271f3b"}, "tags": [], "enabled": true, "id": "2251db99694d4962850e9aa610271f3b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-07-23 07:40:28,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-27e47963-cb8b-47d1-89c4-cf411cffd0cf 2018-07-23 07:40:28,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.112986087799s 2018-07-23 07:40:28,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-27e47963-cb8b-47d1-89c4-cf411cffd0cf 2018-07-23 07:40:28,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-23 07:40:28,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}442464aa52fde23b411fb6f7624cd11a855ef994" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_32bb3e95-0c88-49b9-9233-60b786147747"}}' 2018-07-23 07:40:28,987 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 07:40:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-526b0209-1ff6-482d-ba5b-82bb6d28fa3a 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.21:5000/v3/projects/f8f6ea2f20434515b58795d3f40ec50e"}, "tags": [], "enabled": true, "id": "f8f6ea2f20434515b58795d3f40ec50e", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_32bb3e95-0c88-49b9-9233-60b786147747"}} 2018-07-23 07:40:28,987 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-526b0209-1ff6-482d-ba5b-82bb6d28fa3a 2018-07-23 07:40:28,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.169774055481s 2018-07-23 07:40:28,988 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-526b0209-1ff6-482d-ba5b-82bb6d28fa3a 2018-07-23 07:40:28,988 - 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'f8f6ea2f20434515b58795d3f40ec50e', '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_32bb3e95-0c88-49b9-9233-60b786147747'}) 2018-07-23 07:40:28,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-23 07:40:28,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}442464aa52fde23b411fb6f7624cd11a855ef994" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "fe973a1a-f49f-4c4f-bb8b-9d0ed3966843", "email": null, "name": "singlevm2-user_32bb3e95-0c88-49b9-9233-60b786147747"}}' 2018-07-23 07:40:29,423 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 07:40:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1cfd3e3-dbde-47cc-83bf-779f00e3e253 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_32bb3e95-0c88-49b9-9233-60b786147747", "links": {"self": "http://172.30.9.21:5000/v3/users/09dbe0b4ae6c487691b386d006b046db"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "09dbe0b4ae6c487691b386d006b046db", "domain_id": "default", "password_expires_at": null}} 2018-07-23 07:40:29,423 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-f1cfd3e3-dbde-47cc-83bf-779f00e3e253 2018-07-23 07:40:29,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.428112030029s 2018-07-23 07:40:29,423 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-f1cfd3e3-dbde-47cc-83bf-779f00e3e253 2018-07-23 07:40:29,424 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'09dbe0b4ae6c487691b386d006b046db', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_32bb3e95-0c88-49b9-9233-60b786147747'}) 2018-07-23 07:40:29,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:40:29,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:40:29,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f031cc49-12f4-4d94-a599-b3f8dc228b78 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:40:29,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f031cc49-12f4-4d94-a599-b3f8dc228b78 2018-07-23 07:40:29,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105731964111s 2018-07-23 07:40:29,533 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f031cc49-12f4-4d94-a599-b3f8dc228b78 2018-07-23 07:40:29,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:40:29,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:40:29,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-385c8a82-944a-4c89-a3ac-ea3ba7a54ef2 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:40:29,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-385c8a82-944a-4c89-a3ac-ea3ba7a54ef2 2018-07-23 07:40:29,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0988030433655s 2018-07-23 07:40:29,637 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-385c8a82-944a-4c89-a3ac-ea3ba7a54ef2 2018-07-23 07:40:29,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:40:29,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:40:29,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfe253f6-fe27-41ee-a49d-fd7cdf4f9d92 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:40:29,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bfe253f6-fe27-41ee-a49d-fd7cdf4f9d92 2018-07-23 07:40:29,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104562044144s 2018-07-23 07:40:29,747 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bfe253f6-fe27-41ee-a49d-fd7cdf4f9d92 2018-07-23 07:40:29,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 07:40:29,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:40:29,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c070cb66-b061-4e41-ac94-f72b78039314 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-23 07:40:29,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-c070cb66-b061-4e41-ac94-f72b78039314 2018-07-23 07:40:29,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.108741998672s 2018-07-23 07:40:29,861 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-c070cb66-b061-4e41-ac94-f72b78039314 2018-07-23 07:40:29,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:40:29,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:40:29,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1b6b5a9-ac0c-4913-aead-fc6137821d69 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "singlevm2-user_32bb3e95-0c88-49b9-9233-60b786147747", "links": {"self": "http://172.30.9.21:5000/v3/users/09dbe0b4ae6c487691b386d006b046db"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "09dbe0b4ae6c487691b386d006b046db", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1287116150bf4ce0bb02309b90f72dad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1287116150bf4ce0bb02309b90f72dad", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/21e964dbe82e41fc9ab56342e3a027a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e964dbe82e41fc9ab56342e3a027a6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/22ca89ed14c94721b5fd2f655167f068"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22ca89ed14c94721b5fd2f655167f068", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/26e8ee3b56ac43b5ad4adb33444e47c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26e8ee3b56ac43b5ad4adb33444e47c5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2c51044dca7046e9ac6c8a2b041ab851"}, "domain_id": "2251db99694d4962850e9aa610271f3b", "enabled": true, "options": {}, "id": "2c51044dca7046e9ac6c8a2b041ab851", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/544231ec6739441cb54b5539dc4cb037"}, "domain_id": "default", "enabled": true, "options": {}, "id": "544231ec6739441cb54b5539dc4cb037", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/5e82f334d9e14b8d9506539adc7ce92e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e82f334d9e14b8d9506539adc7ce92e", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/65c01a9c052649319a58dc4f31d740c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c01a9c052649319a58dc4f31d740c5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/9501c3a36c404541a1124c0e6bb48ee3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9501c3a36c404541a1124c0e6bb48ee3", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/bb2150505dda410a96da7779cf282b1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb2150505dda410a96da7779cf282b1e", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/bd2639e1449b40f2a53cadeb987e55a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd2639e1449b40f2a53cadeb987e55a9", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c3b410f589154db5817aab8aac895175"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3b410f589154db5817aab8aac895175", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d25756ff75c34032b0c565829f353e82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25756ff75c34032b0c565829f353e82", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/e2971232255b4d6b82c5aeea243f97c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2971232255b4d6b82c5aeea243f97c1", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-23 07:40:29,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f1b6b5a9-ac0c-4913-aead-fc6137821d69 2018-07-23 07:40:29,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118340015411s 2018-07-23 07:40:29,980 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f1b6b5a9-ac0c-4913-aead-fc6137821d69 2018-07-23 07:40:29,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 07:40:29,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:40:30,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f9b77ff-d9a8-4dd5-aca8-c986a3d94a67 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/40d340270b3e485491d6be25a56c453f"}, "tags": [], "enabled": true, "id": "40d340270b3e485491d6be25a56c453f", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566"}, "tags": [], "enabled": true, "id": "0e18f5d29fa84969a7e290a71d4fd566", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.21:5000/v3/projects/f8f6ea2f20434515b58795d3f40ec50e"}, "tags": [], "enabled": true, "id": "f8f6ea2f20434515b58795d3f40ec50e", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_32bb3e95-0c88-49b9-9233-60b786147747"}]} 2018-07-23 07:40:30,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-0f9b77ff-d9a8-4dd5-aca8-c986a3d94a67 2018-07-23 07:40:30,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10284614563s 2018-07-23 07:40:30,092 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-0f9b77ff-d9a8-4dd5-aca8-c986a3d94a67 2018-07-23 07:40:30,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-23 07:40:30,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=09dbe0b4ae6c487691b386d006b046db&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=f8f6ea2f20434515b58795d3f40ec50e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:40:30,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7ad138a-49c5-4d8d-af66-5d469929389b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=09dbe0b4ae6c487691b386d006b046db&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=f8f6ea2f20434515b58795d3f40ec50e", "previous": null, "next": null}} 2018-07-23 07:40:30,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=09dbe0b4ae6c487691b386d006b046db&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=f8f6ea2f20434515b58795d3f40ec50e used request id req-e7ad138a-49c5-4d8d-af66-5d469929389b 2018-07-23 07:40:30,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103798866272s 2018-07-23 07:40:30,202 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=09dbe0b4ae6c487691b386d006b046db&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=f8f6ea2f20434515b58795d3f40ec50e used request id req-e7ad138a-49c5-4d8d-af66-5d469929389b 2018-07-23 07:40:30,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-23 07:40:30,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/f8f6ea2f20434515b58795d3f40ec50e/users/09dbe0b4ae6c487691b386d006b046db/roles/1c63495f601d4fd899158fb6718f568a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:40:30,380 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:40:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5e2074f-650e-4f62-b3a5-301c91a8c374 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:40:30,381 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f8f6ea2f20434515b58795d3f40ec50e/users/09dbe0b4ae6c487691b386d006b046db/roles/1c63495f601d4fd899158fb6718f568a used request id req-b5e2074f-650e-4f62-b3a5-301c91a8c374 2018-07-23 07:40:30,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.176504135132s 2018-07-23 07:40:30,381 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f8f6ea2f20434515b58795d3f40ec50e/users/09dbe0b4ae6c487691b386d006b046db/roles/1c63495f601d4fd899158fb6718f568a used request id req-b5e2074f-650e-4f62-b3a5-301c91a8c374 2018-07-23 07:40:30,382 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_32bb3e95-0c88-49b9-9233-60b786147747', 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'f8f6ea2f20434515b58795d3f40ec50e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'fe973a1a-f49f-4c4f-bb8b-9d0ed3966843', 'username': u'singlevm2-user_32bb3e95-0c88-49b9-9233-60b786147747', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-23 07:40:30,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 07:40:30,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 07:40:30,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 07:40:30,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 07:40:30,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 07:40:30,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 07:40:30,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 07:40:30,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 07:40:30,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 07:40:30,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 07:40:30,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 07:40:30,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 07:40:30,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 07:40:30,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 07:40:30,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 07:40:30,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 07:40:30,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 07:40:30,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 07:40:30,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 07:40:30,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 07:40:30,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 07:40:30,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 07:40:30,387 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_32bb3e95-0c88-49b9-9233-60b786147747', 'password': 'fe973a1a-f49f-4c4f-bb8b-9d0ed3966843', 'project_name': 'singlevm2-project_32bb3e95-0c88-49b9-9233-60b786147747', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'f8f6ea2f20434515b58795d3f40ec50e', 'project_domain_name': 'Default'} 2018-07-23 07:40:30,387 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-07-23 07:40:30,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:40:30,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ab9dd16-afde-4316-9d36-e43539d848b3 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.21:5000/v3/", "rel": "self"}]}} 2018-07-23 07:40:30,395 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5ab9dd16-afde-4316-9d36-e43539d848b3 2018-07-23 07:40:30,396 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-23 07:40:30,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40a5620b1e784c22beda1ae3289f9e23", "name": "reader"}, {"id": "1c63495f601d4fd899158fb6718f568a", "name": "member"}], "expires_at": "2018-07-23T08:40:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f8f6ea2f20434515b58795d3f40ec50e", "name": "singlevm2-project_32bb3e95-0c88-49b9-9233-60b786147747"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce282ecbbba248f28a2a48359ab9852c"}], "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/f8f6ea2f20434515b58795d3f40ec50e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"url": "http://192.30.9.4:8004/v1/f8f6ea2f20434515b58795d3f40ec50e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"url": "http://192.30.9.4:8004/v1/f8f6ea2f20434515b58795d3f40ec50e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8842ad52263c477d9d091a2eb09c6b07"}], "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fa69a2f6532480893aba172a82bc285"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea54707f422947ba81df4a98cadc2148"}], "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f8f6ea2f20434515b58795d3f40ec50e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"url": "http://172.30.9.21:8776/v2/f8f6ea2f20434515b58795d3f40ec50e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"url": "http://192.30.9.4:8776/v2/f8f6ea2f20434515b58795d3f40ec50e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8a76b37dbc7448498e988f67eaef1c8"}], "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb0386e3f04145818be6768d3417f9a4"}], "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8ad852821b04802a57e13245d54444a"}], "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e171355f417f4e65bd290816771872af"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc13e075915a41239400d8d5e5e97f51"}], "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}], "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_f8f6ea2f20434515b58795d3f40ec50e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"url": "http://12.0.0.28:8080/v1/AUTH_f8f6ea2f20434515b58795d3f40ec50e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}], "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baaea9d18794c309e333af015de2a86"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5967cc28be044cb8a864a21b2d1c41c"}], "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ece48747154471e88b0c5aae278adb3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2662bcf19454e78829b8749f9d69308"}], "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f8f6ea2f20434515b58795d3f40ec50e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"url": "http://172.30.9.21:8776/v3/f8f6ea2f20434515b58795d3f40ec50e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49500008eaec4c76916ecb04072b1992"}, {"url": "http://192.30.9.4:8776/v3/f8f6ea2f20434515b58795d3f40ec50e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}], "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f8f6ea2f20434515b58795d3f40ec50e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"url": "http://172.30.9.21:8776/v1/f8f6ea2f20434515b58795d3f40ec50e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"url": "http://192.30.9.4:8776/v1/f8f6ea2f20434515b58795d3f40ec50e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a91452ce052f466488f8f6b679a6ba66"}], "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d2f9b971c394de68c950899a8325cb2"}], "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_32bb3e95-0c88-49b9-9233-60b786147747", "id": "09dbe0b4ae6c487691b386d006b046db"}, "audit_ids": ["rApVnzQIRT2KBrJfokvr6w"], "issued_at": "2018-07-23T07:40:30.000000Z"}} 2018-07-23 07:40:30,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 07:40:30,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" -d '{"network": {"name": "singlevm2-net_32bb3e95-0c88-49b9-9233-60b786147747", "admin_state_up": true}}' 2018-07-23 07:40:31,391 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-62c3e071-64d8-4f0e-9af7-23b5965ea0b9 Date: Mon, 23 Jul 2018 07:40:31 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"892990c7-a8a0-49da-9b92-71c894c8b811","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f8f6ea2f20434515b58795d3f40ec50e","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:40:31Z","is_default":false,"name":"singlevm2-net_32bb3e95-0c88-49b9-9233-60b786147747","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f8f6ea2f20434515b58795d3f40ec50e","created_at":"2018-07-23T07:40:31Z","mtu":1450}} 2018-07-23 07:40:31,391 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-62c3e071-64d8-4f0e-9af7-23b5965ea0b9 2018-07-23 07:40:31,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.595042943954s 2018-07-23 07:40:31,392 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-62c3e071-64d8-4f0e-9af7-23b5965ea0b9 2018-07-23 07:40:31,392 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-23T07:40:31Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'892990c7-a8a0-49da-9b92-71c894c8b811', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_32bb3e95-0c88-49b9-9233-60b786147747', u'admin_state_up': True, u'tenant_id': u'f8f6ea2f20434515b58795d3f40ec50e', u'created_at': u'2018-07-23T07:40:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f8f6ea2f20434515b58795d3f40ec50e', u'l2_adjacency': True}) 2018-07-23 07:40:31,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:40:31,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:40:31,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-69833d16-e616-4838-8937-8a69f17e5267 Date: Mon, 23 Jul 2018 07:40:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"892990c7-a8a0-49da-9b92-71c894c8b811","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f8f6ea2f20434515b58795d3f40ec50e","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:40:31Z","qos_policy_id":null,"name":"singlevm2-net_32bb3e95-0c88-49b9-9233-60b786147747","admin_state_up":true,"tenant_id":"f8f6ea2f20434515b58795d3f40ec50e","created_at":"2018-07-23T07:40:31Z","mtu":1450}]} 2018-07-23 07:40:31,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-69833d16-e616-4838-8937-8a69f17e5267 2018-07-23 07:40:31,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.44560790062s 2018-07-23 07:40:31,839 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-69833d16-e616-4838-8937-8a69f17e5267 2018-07-23 07:40:31,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 07:40:31,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" -d '{"subnet": {"name": "singlevm2-subnet_32bb3e95-0c88-49b9-9233-60b786147747", "enable_dhcp": true, "network_id": "892990c7-a8a0-49da-9b92-71c894c8b811", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 07:40:32,774 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-f6c737fb-b5c5-451b-b446-e387c22925be Date: Mon, 23 Jul 2018 07:40:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"892990c7-a8a0-49da-9b92-71c894c8b811","tenant_id":"f8f6ea2f20434515b58795d3f40ec50e","created_at":"2018-07-23T07:40:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T07:40:32Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"f8f6ea2f20434515b58795d3f40ec50e","id":"441d45eb-4078-4271-b948-bb35cce51bea","subnetpool_id":null,"name":"singlevm2-subnet_32bb3e95-0c88-49b9-9233-60b786147747"}} 2018-07-23 07:40:32,774 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f6c737fb-b5c5-451b-b446-e387c22925be 2018-07-23 07:40:32,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.933907032013s 2018-07-23 07:40:32,775 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f6c737fb-b5c5-451b-b446-e387c22925be 2018-07-23 07:40:32,775 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:40:32Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'441d45eb-4078-4271-b948-bb35cce51bea', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_32bb3e95-0c88-49b9-9233-60b786147747', u'enable_dhcp': True, u'network_id': u'892990c7-a8a0-49da-9b92-71c894c8b811', u'tenant_id': u'f8f6ea2f20434515b58795d3f40ec50e', u'created_at': u'2018-07-23T07:40:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f8f6ea2f20434515b58795d3f40ec50e'}) 2018-07-23 07:40:32,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 07:40:32,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" -d '{"router": {"external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2"}, "name": "singlevm2-router_32bb3e95-0c88-49b9-9233-60b786147747", "admin_state_up": true}}' 2018-07-23 07:40:39,157 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-3a6d8ee1-1695-45ac-87d6-6f823acdddfa Date: Mon, 23 Jul 2018 07:40:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "created_at": "2018-07-23T07:40:33Z", "admin_state_up": true, "updated_at": "2018-07-23T07:40:34Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "f8f6ea2f20434515b58795d3f40ec50e", "id": "897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e", "name": "singlevm2-router_32bb3e95-0c88-49b9-9233-60b786147747"}} 2018-07-23 07:40:39,157 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-3a6d8ee1-1695-45ac-87d6-6f823acdddfa 2018-07-23 07:40:39,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.38180613518s 2018-07-23 07:40:39,158 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-3a6d8ee1-1695-45ac-87d6-6f823acdddfa 2018-07-23 07:40:39,158 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:40:34Z', u'revision_number': 3, u'id': u'897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e', u'external_gateway_info': {u'network_id': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7f4e00c4-685a-48c3-9dde-2e27fff1d73e', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-router_32bb3e95-0c88-49b9-9233-60b786147747', u'admin_state_up': True, u'tenant_id': u'f8f6ea2f20434515b58795d3f40ec50e', u'created_at': u'2018-07-23T07:40:33Z', u'flavor_id': None, u'routes': [], u'project_id': u'f8f6ea2f20434515b58795d3f40ec50e'}) 2018-07-23 07:40:39,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 07:40:39,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e/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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" -d '{"subnet_id": "441d45eb-4078-4271-b948-bb35cce51bea"}' 2018-07-23 07:40:42,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e9e5d9bc-15d4-440f-adb2-d01ada345ba3 Date: Mon, 23 Jul 2018 07:40:42 GMT RESP BODY: {"network_id": "892990c7-a8a0-49da-9b92-71c894c8b811", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "subnet_id": "441d45eb-4078-4271-b948-bb35cce51bea", "subnet_ids": ["441d45eb-4078-4271-b948-bb35cce51bea"], "port_id": "d24496fa-ecbc-47ab-a274-99da7ce07e94", "id": "897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e"} 2018-07-23 07:40:42,137 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e/add_router_interface.json used request id req-e9e5d9bc-15d4-440f-adb2-d01ada345ba3 2018-07-23 07:40:42,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.97792291641s 2018-07-23 07:40:42,137 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e/add_router_interface.json used request id req-e9e5d9bc-15d4-440f-adb2-d01ada345ba3 returning object 897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e 2018-07-23 07:40:42,138 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-23 07:40:42,252 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-23 07:40:42,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:40:42,258 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 23 Jul 2018 07:40:42 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-23 07:40:42,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:40:42,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:40:42,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8fe73de7-681e-46b2-9557-1af205900161 Date: Mon, 23 Jul 2018 07:40:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:40:42,479 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8fe73de7-681e-46b2-9557-1af205900161 2018-07-23 07:40:42,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.219968080521s 2018-07-23 07:40:42,480 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8fe73de7-681e-46b2-9557-1af205900161 2018-07-23 07:40:42,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-23 07:40:42,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_32bb3e95-0c88-49b9-9233-60b786147747", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_32bb3e95-0c88-49b9-9233-60b786147747"}' 2018-07-23 07:40:42,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bb42fbff-d369-414f-8a98-6e4258880412 Date: Mon, 23 Jul 2018 07:40:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7/file", "owner": "f8f6ea2f20434515b58795d3f40ec50e", "id": "ca7a6683-e4d9-4934-bfaf-43ee898878d7", "size": null, "self": "/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:40:42Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_32bb3e95-0c88-49b9-9233-60b786147747", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_32bb3e95-0c88-49b9-9233-60b786147747", "checksum": null, "created_at": "2018-07-23T07:40:42Z", "protected": false} 2018-07-23 07:40:42,738 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-bb42fbff-d369-414f-8a98-6e4258880412 2018-07-23 07:40:42,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.250542879105s 2018-07-23 07:40:42,739 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-bb42fbff-d369-414f-8a98-6e4258880412 returning object ca7a6683-e4d9-4934-bfaf-43ee898878d7 2018-07-23 07:40:42,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-23 07:40:42,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7/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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" -d '' 2018-07-23 07:40:43,497 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ff46f9e2-983b-4454-b2bc-1b0b2e993535 Date: Mon, 23 Jul 2018 07:40:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 07:40:43,497 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7/file used request id req-ff46f9e2-983b-4454-b2bc-1b0b2e993535 2018-07-23 07:40:43,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.757486104965s 2018-07-23 07:40:43,497 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7/file used request id req-ff46f9e2-983b-4454-b2bc-1b0b2e993535 2018-07-23 07:40:43,498 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_32bb3e95-0c88-49b9-9233-60b786147747', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-23T07:40:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7/file', u'owner': u'f8f6ea2f20434515b58795d3f40ec50e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ca7a6683-e4d9-4934-bfaf-43ee898878d7', u'size': None, u'name': u'singlevm2-img_32bb3e95-0c88-49b9-9233-60b786147747', u'checksum': None, u'self': u'/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-23T07:40:42Z', u'schema': u'/v2/schemas/image'}) 2018-07-23 07:40:43,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-23 07:40:43,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}442464aa52fde23b411fb6f7624cd11a855ef994" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_32bb3e95-0c88-49b9-9233-60b786147747", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-23 07:40:44,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48d46bc9-8744-4221-948e-ec7de973ead3 x-compute-request-id: req-48d46bc9-8744-4221-948e-ec7de973ead3 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_32bb3e95-0c88-49b9-9233-60b786147747", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "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": "4b9d55fd-559c-4bdb-80c5-abeca0f587c4"}} 2018-07-23 07:40:44,321 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-48d46bc9-8744-4221-948e-ec7de973ead3 2018-07-23 07:40:44,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.82232093811s 2018-07-23 07:40:44,321 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-48d46bc9-8744-4221-948e-ec7de973ead3 2018-07-23 07:40:44,322 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_32bb3e95-0c88-49b9-9233-60b786147747', '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'40d340270b3e485491d6be25a56c453f', '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'4b9d55fd-559c-4bdb-80c5-abeca0f587c4', 'swap': 0}) 2018-07-23 07:40:44,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-23 07:40:44,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4/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}442464aa52fde23b411fb6f7624cd11a855ef994" -d '{"extra_specs": {}}' 2018-07-23 07:40:44,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fd58a332-56e3-4b78-ad8f-9a9fef454374 x-compute-request-id: req-fd58a332-56e3-4b78-ad8f-9a9fef454374 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-23 07:40:44,349 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4/os-extra_specs used request id req-fd58a332-56e3-4b78-ad8f-9a9fef454374 2018-07-23 07:40:44,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0258839130402s 2018-07-23 07:40:44,349 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4/os-extra_specs used request id req-fd58a332-56e3-4b78-ad8f-9a9fef454374 2018-07-23 07:40:44,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-23 07:40:44,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" -d '{"keypair": {"name": "singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747"}}' 2018-07-23 07:40:45,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e7c164a-d4ae-4906-a10e-2a6abb8e167f x-compute-request-id: req-4e7c164a-d4ae-4906-a10e-2a6abb8e167f Content-Encoding: gzip Content-Length: 1812 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8/SSBswcrq6DEnuQMxk1a1LcdXuHSHqNhyto9N7Hq2ohL5vSavIwBsHPDkBjI5zju8+DxiAN5SQ6V5sGQO/RVchuBHKZD6MbZBfvne0l5qOMDWbnbohgHc8q+Jq4X0PDFqZWqH687rpFdZkunitSiyJ0/lMHNRn6sPtAMyc9kTgOhdt7de7zZMYjmBz0FvqVUAOr6vTUv8powoTnHyXQekOUZrbW7Xi1ch/j/gmZVLR7yPV87RTrT/lXOeGmbtd2bzkXmQxktquEqwfVIVQfbZyUzeAl1xlSNMhWwzG1zmONk9qM9fYB2JLR4ihKH7zIwslnSC90XGYc4+95k8IRX Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvP0kgbMHK6ugxJ7kDMZNWtS3HV7h0h6jYcraPTex6tqIS+b0\nmryMAbBzw5AYyOc47vPg8YgDeUkOlebBkDv0VXIbgRymQ+jG2QX753tJeajjA1m5\n26IYB3PKviauF9DwxamVqh+vO66RXWZLp4rUosidP5TBzUZ+rD7QDMnPZE4DoXbe\n3Xu82TGI5gc9Bb6lVADq+r01L/KaMKE5x8l0HpDlGa21u14tXIf4/4JmVS0e8j1f\nO0U60/5Vznhpm7Xdm85F5kMZLarhKsH1SFUH22clM3gJdcZUjTIVsMxtc5jjZPaj\nPX2AdiS0eIoSh+8yMLJZ0gvdFxmHOPveZPCEVwIDAQABAoIBAQC7p1gCePObxzVB\nRswGazkQAbs5LKdp7gYo6jU9J/o/ynIfe9pRcvpKCx1Hh+M0SXNcwUgQTA+29HXJ\nHnIAd6eq2Dy7POlS8OXRRIHWXbKdXLbc8tD7Zr4ZWD5uBRZEi7Enc7YqUH+88R9h\n8Fsap11vrWeGZHzzCRZqjYwjxpdpbdzyXUO43Y8cZ6dnCNuMABpv51+UhHOXZnEv\n+UKfNS1Y06DlhQr+G3jZPzfK50hGKkN88zG0OVYrChN51R1Ay+96U0Vt8akRooIw\nloc3Rwalalpw44BCRvxKBPsQaPuan1IWPmO2Kov5y0cUWH/O6czkuC1CIK1KW7og\ni00OMfGBAoGBAPpKrY+4ChT23tz8N4kVirYIIIzOPCQasAIMA74Ucl+hUkeUayLD\ngSFHKf2ZoJ3QImaoZFTTT9MdtSH6tV4I6/hA3b5RkKYAtH0fG0VDv7RMN4LIorhR\n6tKXFK8M1Ymc5RKBbuUt3m6kQZHMQtSgZySGh/bBd9EsM7SqDfHeUJwhAoGBAMFM\njJ+KZpHmr8gkEJJs3UJv6ZdVxYJ+E7j3b4Ae2UzxHsJOf872/QDMSAS4lfaCl8Ms\nRv4ueqHAp6vMXRqD17wOJTDc+9CQM+k+8Id5nEgwOUHtdRxe2LhdSlSkFxHmOOZa\ntFaWU+oLxFY3rTvQWJo5T6ZVrM8wQ/4FF75l4dF3AoGAJrjE7zYewS2MPw36HYgq\npIzPVFlXrpI+ZqKrNY3+P9M6Yn6QsJkkchyLX4OT+LZJjC5DD2h9sgCnlDEwO/MP\nZqHKbHY79aKoSa81Tdr0XpVoBSC7I97wgFIFTiujIZ4XRmyl1mjpP57D0iWStUh3\njIwPntpBiifXe/zPGXs2Z2ECgYAWcISCoNZ3aYhOe6FQ3kJxS/yaDOL42xn/Bvpy\nrSIcxIEFnYdIx3NnfE9//M2r6E0l4yX6q/qgfHT6hKbqRRPuSNYYbg7tj0/3a88Q\naxWxa6e594741CnkfS/703C6Kze/xhfZVWo4aVVJjP0XTIB8ptqQPLHq+3dpLb4r\n5Dfq0QKBgQC8hrLh2KU5ineFPUSlB/DV3wFgC3wnLCl4BZymJjibSozejfK2tHff\nQQGkBfdpIfidtOdDHqr8NalYeXKKydg+Tm94z3DMwtBEKmMBHffT0FjtFIyNCoUA\nf8aKeGvmn2mwZgmcjeo1W71DINVfQvVH6uJEK7LO93ZS7pXceXlNvA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "09dbe0b4ae6c487691b386d006b046db", "name": "singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747", "fingerprint": "e1:40:23:63:e5:e0:6a:98:c4:f6:3f:64:1b:41:c5:27"}} 2018-07-23 07:40:45,323 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-4e7c164a-d4ae-4906-a10e-2a6abb8e167f 2018-07-23 07:40:45,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.973977804184s 2018-07-23 07:40:45,324 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-4e7c164a-d4ae-4906-a10e-2a6abb8e167f 2018-07-23 07:40:45,325 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8/SSBswcrq6DEnuQMxk1a1LcdXuHSHqNhyto9N7Hq2ohL5vSavIwBsHPDkBjI5zju8+DxiAN5SQ6V5sGQO/RVchuBHKZD6MbZBfvne0l5qOMDWbnbohgHc8q+Jq4X0PDFqZWqH687rpFdZkunitSiyJ0/lMHNRn6sPtAMyc9kTgOhdt7de7zZMYjmBz0FvqVUAOr6vTUv8powoTnHyXQekOUZrbW7Xi1ch/j/gmZVLR7yPV87RTrT/lXOeGmbtd2bzkXmQxktquEqwfVIVQfbZyUzeAl1xlSNMhWwzG1zmONk9qM9fYB2JLR4ihKH7zIwslnSC90XGYc4+95k8IRX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvP0kgbMHK6ugxJ7kDMZNWtS3HV7h0h6jYcraPTex6tqIS+b0\nmryMAbBzw5AYyOc47vPg8YgDeUkOlebBkDv0VXIbgRymQ+jG2QX753tJeajjA1m5\n26IYB3PKviauF9DwxamVqh+vO66RXWZLp4rUosidP5TBzUZ+rD7QDMnPZE4DoXbe\n3Xu82TGI5gc9Bb6lVADq+r01L/KaMKE5x8l0HpDlGa21u14tXIf4/4JmVS0e8j1f\nO0U60/5Vznhpm7Xdm85F5kMZLarhKsH1SFUH22clM3gJdcZUjTIVsMxtc5jjZPaj\nPX2AdiS0eIoSh+8yMLJZ0gvdFxmHOPveZPCEVwIDAQABAoIBAQC7p1gCePObxzVB\nRswGazkQAbs5LKdp7gYo6jU9J/o/ynIfe9pRcvpKCx1Hh+M0SXNcwUgQTA+29HXJ\nHnIAd6eq2Dy7POlS8OXRRIHWXbKdXLbc8tD7Zr4ZWD5uBRZEi7Enc7YqUH+88R9h\n8Fsap11vrWeGZHzzCRZqjYwjxpdpbdzyXUO43Y8cZ6dnCNuMABpv51+UhHOXZnEv\n+UKfNS1Y06DlhQr+G3jZPzfK50hGKkN88zG0OVYrChN51R1Ay+96U0Vt8akRooIw\nloc3Rwalalpw44BCRvxKBPsQaPuan1IWPmO2Kov5y0cUWH/O6czkuC1CIK1KW7og\ni00OMfGBAoGBAPpKrY+4ChT23tz8N4kVirYIIIzOPCQasAIMA74Ucl+hUkeUayLD\ngSFHKf2ZoJ3QImaoZFTTT9MdtSH6tV4I6/hA3b5RkKYAtH0fG0VDv7RMN4LIorhR\n6tKXFK8M1Ymc5RKBbuUt3m6kQZHMQtSgZySGh/bBd9EsM7SqDfHeUJwhAoGBAMFM\njJ+KZpHmr8gkEJJs3UJv6ZdVxYJ+E7j3b4Ae2UzxHsJOf872/QDMSAS4lfaCl8Ms\nRv4ueqHAp6vMXRqD17wOJTDc+9CQM+k+8Id5nEgwOUHtdRxe2LhdSlSkFxHmOOZa\ntFaWU+oLxFY3rTvQWJo5T6ZVrM8wQ/4FF75l4dF3AoGAJrjE7zYewS2MPw36HYgq\npIzPVFlXrpI+ZqKrNY3+P9M6Yn6QsJkkchyLX4OT+LZJjC5DD2h9sgCnlDEwO/MP\nZqHKbHY79aKoSa81Tdr0XpVoBSC7I97wgFIFTiujIZ4XRmyl1mjpP57D0iWStUh3\njIwPntpBiifXe/zPGXs2Z2ECgYAWcISCoNZ3aYhOe6FQ3kJxS/yaDOL42xn/Bvpy\nrSIcxIEFnYdIx3NnfE9//M2r6E0l4yX6q/qgfHT6hKbqRRPuSNYYbg7tj0/3a88Q\naxWxa6e594741CnkfS/703C6Kze/xhfZVWo4aVVJjP0XTIB8ptqQPLHq+3dpLb4r\n5Dfq0QKBgQC8hrLh2KU5ineFPUSlB/DV3wFgC3wnLCl4BZymJjibSozejfK2tHff\nQQGkBfdpIfidtOdDHqr8NalYeXKKydg+Tm94z3DMwtBEKmMBHffT0FjtFIyNCoUA\nf8aKeGvmn2mwZgmcjeo1W71DINVfQvVH6uJEK7LO93ZS7pXceXlNvA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'09dbe0b4ae6c487691b386d006b046db', 'name': u'singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747', 'created_at': '2018-07-23T07:40:45.325092', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f8f6ea2f20434515b58795d3f40ec50e', 'name': 'singlevm2-project_32bb3e95-0c88-49b9-9233-60b786147747', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'e1:40:23:63:e5:e0:6a:98:c4:f6:3f:64:1b:41:c5:27', 'type': 'ssh', 'id': u'singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747'}) 2018-07-23 07:40:45,325 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAvP0kgbMHK6ugxJ7kDMZNWtS3HV7h0h6jYcraPTex6tqIS+b0 mryMAbBzw5AYyOc47vPg8YgDeUkOlebBkDv0VXIbgRymQ+jG2QX753tJeajjA1m5 26IYB3PKviauF9DwxamVqh+vO66RXWZLp4rUosidP5TBzUZ+rD7QDMnPZE4DoXbe 3Xu82TGI5gc9Bb6lVADq+r01L/KaMKE5x8l0HpDlGa21u14tXIf4/4JmVS0e8j1f O0U60/5Vznhpm7Xdm85F5kMZLarhKsH1SFUH22clM3gJdcZUjTIVsMxtc5jjZPaj PX2AdiS0eIoSh+8yMLJZ0gvdFxmHOPveZPCEVwIDAQABAoIBAQC7p1gCePObxzVB RswGazkQAbs5LKdp7gYo6jU9J/o/ynIfe9pRcvpKCx1Hh+M0SXNcwUgQTA+29HXJ HnIAd6eq2Dy7POlS8OXRRIHWXbKdXLbc8tD7Zr4ZWD5uBRZEi7Enc7YqUH+88R9h 8Fsap11vrWeGZHzzCRZqjYwjxpdpbdzyXUO43Y8cZ6dnCNuMABpv51+UhHOXZnEv +UKfNS1Y06DlhQr+G3jZPzfK50hGKkN88zG0OVYrChN51R1Ay+96U0Vt8akRooIw loc3Rwalalpw44BCRvxKBPsQaPuan1IWPmO2Kov5y0cUWH/O6czkuC1CIK1KW7og i00OMfGBAoGBAPpKrY+4ChT23tz8N4kVirYIIIzOPCQasAIMA74Ucl+hUkeUayLD gSFHKf2ZoJ3QImaoZFTTT9MdtSH6tV4I6/hA3b5RkKYAtH0fG0VDv7RMN4LIorhR 6tKXFK8M1Ymc5RKBbuUt3m6kQZHMQtSgZySGh/bBd9EsM7SqDfHeUJwhAoGBAMFM jJ+KZpHmr8gkEJJs3UJv6ZdVxYJ+E7j3b4Ae2UzxHsJOf872/QDMSAS4lfaCl8Ms Rv4ueqHAp6vMXRqD17wOJTDc+9CQM+k+8Id5nEgwOUHtdRxe2LhdSlSkFxHmOOZa tFaWU+oLxFY3rTvQWJo5T6ZVrM8wQ/4FF75l4dF3AoGAJrjE7zYewS2MPw36HYgq pIzPVFlXrpI+ZqKrNY3+P9M6Yn6QsJkkchyLX4OT+LZJjC5DD2h9sgCnlDEwO/MP ZqHKbHY79aKoSa81Tdr0XpVoBSC7I97wgFIFTiujIZ4XRmyl1mjpP57D0iWStUh3 jIwPntpBiifXe/zPGXs2Z2ECgYAWcISCoNZ3aYhOe6FQ3kJxS/yaDOL42xn/Bvpy rSIcxIEFnYdIx3NnfE9//M2r6E0l4yX6q/qgfHT6hKbqRRPuSNYYbg7tj0/3a88Q axWxa6e594741CnkfS/703C6Kze/xhfZVWo4aVVJjP0XTIB8ptqQPLHq+3dpLb4r 5Dfq0QKBgQC8hrLh2KU5ineFPUSlB/DV3wFgC3wnLCl4BZymJjibSozejfK2tHff QQGkBfdpIfidtOdDHqr8NalYeXKKydg+Tm94z3DMwtBEKmMBHffT0FjtFIyNCoUA f8aKeGvmn2mwZgmcjeo1W71DINVfQvVH6uJEK7LO93ZS7pXceXlNvA== -----END RSA PRIVATE KEY----- 2018-07-23 07:40:45,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-23 07:40:45,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" -d '{"security_group": {"name": "singlevm2-sg_32bb3e95-0c88-49b9-9233-60b786147747", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-07-23 07:40:45,892 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-d406cd66-ae15-47cf-aa4c-cda831ae166f Date: Mon, 23 Jul 2018 07:40:45 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "created_at": "2018-07-23T07:40:45Z", "updated_at": "2018-07-23T07:40:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:45Z", "revision_number": 0, "id": "1e5dbe87-daf4-408b-8245-9a19942bb042", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:45Z", "security_group_id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv6", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:45Z", "revision_number": 0, "id": "a7ba497e-1c4a-4fd1-9455-6ee75727a5e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:45Z", "security_group_id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}], "revision_number": 1, "project_id": "f8f6ea2f20434515b58795d3f40ec50e", "id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "name": "singlevm2-sg_32bb3e95-0c88-49b9-9233-60b786147747"}} 2018-07-23 07:40:45,893 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d406cd66-ae15-47cf-aa4c-cda831ae166f 2018-07-23 07:40:45,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.56449007988s 2018-07-23 07:40:45,893 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d406cd66-ae15-47cf-aa4c-cda831ae166f 2018-07-23 07:40:45,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 07:40:45,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:40:46,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-cc176451-6b6a-4801-b162-265238002c20 Date: Mon, 23 Jul 2018 07:40:46 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "created_at": "2018-07-23T07:40:45Z", "updated_at": "2018-07-23T07:40:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:45Z", "revision_number": 0, "id": "1e5dbe87-daf4-408b-8245-9a19942bb042", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:45Z", "security_group_id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv6", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:45Z", "revision_number": 0, "id": "a7ba497e-1c4a-4fd1-9455-6ee75727a5e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:45Z", "security_group_id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}], "revision_number": 1, "project_id": "f8f6ea2f20434515b58795d3f40ec50e", "id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "name": "singlevm2-sg_32bb3e95-0c88-49b9-9233-60b786147747"}, {"description": "Default security group", "tags": [], "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "created_at": "2018-07-23T07:40:31Z", "updated_at": "2018-07-23T07:40:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:31Z", "revision_number": 0, "id": "3b70e653-f981-4c09-a2dc-5896a64a6fd1", "remote_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:31Z", "security_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv6", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:31Z", "revision_number": 0, "id": "47b8f1fa-e4f7-4f3c-9a81-0280f849e5ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:31Z", "security_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv6", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:31Z", "revision_number": 0, "id": "4b39c5e2-e636-4804-9ecd-9ce1483997ea", "remote_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:31Z", "security_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:31Z", "revision_number": 0, "id": "9511ee07-3934-4269-ae54-555629132619", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:31Z", "security_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}], "revision_number": 1, "project_id": "f8f6ea2f20434515b58795d3f40ec50e", "id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "name": "default"}]} 2018-07-23 07:40:46,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-cc176451-6b6a-4801-b162-265238002c20 2018-07-23 07:40:46,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.2330930233s 2018-07-23 07:40:46,131 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-cc176451-6b6a-4801-b162-265238002c20 2018-07-23 07:40:46,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-23 07:40:46,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" -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": "0a8d76b5-cee3-4d06-ab08-43cb82421606"}}' 2018-07-23 07:40:46,651 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7299c767-c8d2-403d-be73-b98dbef37096 Date: Mon, 23 Jul 2018 07:40:46 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-23T07:40:46Z", "security_group_id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "port_range_min": 22, "revision_number": 0, "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "created_at": "2018-07-23T07:40:46Z", "project_id": "f8f6ea2f20434515b58795d3f40ec50e", "id": "fe1ee38d-1a93-4b4e-aea5-90cda60de429"}} 2018-07-23 07:40:46,651 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-7299c767-c8d2-403d-be73-b98dbef37096 2018-07-23 07:40:46,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.516463041306s 2018-07-23 07:40:46,652 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-7299c767-c8d2-403d-be73-b98dbef37096 2018-07-23 07:40:46,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 07:40:46,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:40:46,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-123cd128-b5c3-4376-aad7-bef336ae4172 Date: Mon, 23 Jul 2018 07:40:46 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "created_at": "2018-07-23T07:40:45Z", "updated_at": "2018-07-23T07:40:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:45Z", "revision_number": 0, "id": "1e5dbe87-daf4-408b-8245-9a19942bb042", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:45Z", "security_group_id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv6", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:45Z", "revision_number": 0, "id": "a7ba497e-1c4a-4fd1-9455-6ee75727a5e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:45Z", "security_group_id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-23T07:40:46Z", "revision_number": 0, "id": "fe1ee38d-1a93-4b4e-aea5-90cda60de429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:46Z", "security_group_id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}], "revision_number": 2, "project_id": "f8f6ea2f20434515b58795d3f40ec50e", "id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "name": "singlevm2-sg_32bb3e95-0c88-49b9-9233-60b786147747"}, {"description": "Default security group", "tags": [], "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "created_at": "2018-07-23T07:40:31Z", "updated_at": "2018-07-23T07:40:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:31Z", "revision_number": 0, "id": "3b70e653-f981-4c09-a2dc-5896a64a6fd1", "remote_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:31Z", "security_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv6", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:31Z", "revision_number": 0, "id": "47b8f1fa-e4f7-4f3c-9a81-0280f849e5ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:31Z", "security_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv6", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:31Z", "revision_number": 0, "id": "4b39c5e2-e636-4804-9ecd-9ce1483997ea", "remote_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:31Z", "security_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:31Z", "revision_number": 0, "id": "9511ee07-3934-4269-ae54-555629132619", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:31Z", "security_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}], "revision_number": 1, "project_id": "f8f6ea2f20434515b58795d3f40ec50e", "id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "name": "default"}]} 2018-07-23 07:40:46,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-123cd128-b5c3-4376-aad7-bef336ae4172 2018-07-23 07:40:46,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.210199832916s 2018-07-23 07:40:46,866 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-123cd128-b5c3-4376-aad7-bef336ae4172 2018-07-23 07:40:46,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-23 07:40:46,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" -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": "0a8d76b5-cee3-4d06-ab08-43cb82421606"}}' 2018-07-23 07:40:47,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-e1ae9459-729b-440e-a128-b588d20f6e8b Date: Mon, 23 Jul 2018 07:40:47 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-23T07:40:46Z", "security_group_id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "port_range_min": null, "revision_number": 0, "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "created_at": "2018-07-23T07:40:46Z", "project_id": "f8f6ea2f20434515b58795d3f40ec50e", "id": "e14b1051-ec4c-4c43-886f-e05aeb6cb273"}} 2018-07-23 07:40:47,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-e1ae9459-729b-440e-a128-b588d20f6e8b 2018-07-23 07:40:47,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.170715808868s 2018-07-23 07:40:47,041 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-e1ae9459-729b-440e-a128-b588d20f6e8b 2018-07-23 07:40:47,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:40:47,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:40:47,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-6995fdda-bec0-4570-94e0-9263c9356d18 Date: Mon, 23 Jul 2018 07:40:47 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"892990c7-a8a0-49da-9b92-71c894c8b811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f8f6ea2f20434515b58795d3f40ec50e","l2_adjacency":true,"status":"ACTIVE","subnets":["441d45eb-4078-4271-b948-bb35cce51bea"],"description":"","tags":[],"updated_at":"2018-07-23T07:40:32Z","qos_policy_id":null,"name":"singlevm2-net_32bb3e95-0c88-49b9-9233-60b786147747","admin_state_up":true,"tenant_id":"f8f6ea2f20434515b58795d3f40ec50e","created_at":"2018-07-23T07:40:31Z","mtu":1450}]} 2018-07-23 07:40:47,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6995fdda-bec0-4570-94e0-9263c9356d18 2018-07-23 07:40:47,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.293909072876s 2018-07-23 07:40:47,336 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6995fdda-bec0-4570-94e0-9263c9356d18 2018-07-23 07:40:47,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:40:47,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:40:47,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-1cb654af-a636-4b78-a284-8895c6c3b55c Date: Mon, 23 Jul 2018 07:40:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7/snap", "metadata": {}}], "file": "/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7/file", "owner": "f8f6ea2f20434515b58795d3f40ec50e", "id": "ca7a6683-e4d9-4934-bfaf-43ee898878d7", "size": 12716032, "self": "/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7", "disk_format": "qcow2", "direct_url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:40:43Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_32bb3e95-0c88-49b9-9233-60b786147747", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_32bb3e95-0c88-49b9-9233-60b786147747", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T07:40:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:40:47,375 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1cb654af-a636-4b78-a284-8895c6c3b55c 2018-07-23 07:40:47,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0345730781555s 2018-07-23 07:40:47,375 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1cb654af-a636-4b78-a284-8895c6c3b55c 2018-07-23 07:40:47,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 07:40:47,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:40:47,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-308d5485-2f87-419d-8211-3a227d30189a x-compute-request-id: req-308d5485-2f87-419d-8211-3a227d30189a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_32bb3e95-0c88-49b9-9233-60b786147747", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "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": "4b9d55fd-559c-4bdb-80c5-abeca0f587c4"}]} 2018-07-23 07:40:47,508 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-308d5485-2f87-419d-8211-3a227d30189a 2018-07-23 07:40:47,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.131275177002s 2018-07-23 07:40:47,509 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-308d5485-2f87-419d-8211-3a227d30189a 2018-07-23 07:40:47,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-23 07:40:47,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" -d '{"server": {"name": "singlevm2-vm_32bb3e95-0c88-49b9-9233-60b786147747", "imageRef": "ca7a6683-e4d9-4934-bfaf-43ee898878d7", "key_name": "singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747", "flavorRef": "4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "892990c7-a8a0-49da-9b92-71c894c8b811"}], "security_groups": [{"name": "0a8d76b5-cee3-4d06-ab08-43cb82421606"}]}}' 2018-07-23 07:40:50,503 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:40:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1ae75606-ff4f-4ccb-b33e-2c881ab95cbd x-compute-request-id: req-1ae75606-ff4f-4ccb-b33e-2c881ab95cbd Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/4809ad45-cd82-43b5-823d-3f21f756548f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0a8d76b5-cee3-4d06-ab08-43cb82421606"}], "OS-DCF:diskConfig": "MANUAL", "id": "4809ad45-cd82-43b5-823d-3f21f756548f", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4809ad45-cd82-43b5-823d-3f21f756548f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4809ad45-cd82-43b5-823d-3f21f756548f", "rel": "bookmark"}], "adminPass": "o6dVDoGb4rVM"}} 2018-07-23 07:40:50,504 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-1ae75606-ff4f-4ccb-b33e-2c881ab95cbd 2018-07-23 07:40:50,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.99326014519s 2018-07-23 07:40:50,504 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-1ae75606-ff4f-4ccb-b33e-2c881ab95cbd 2018-07-23 07:40:50,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:40:50,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:40:51,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40: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-193340d6-183a-4fce-b411-aff666d9d360 x-compute-request-id: req-193340d6-183a-4fce-b411-aff666d9d360 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.21:8774/v2.1/servers/4809ad45-cd82-43b5-823d-3f21f756548f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4809ad45-cd82-43b5-823d-3f21f756548f", "rel": "bookmark"}], "image": {"id": "ca7a6683-e4d9-4934-bfaf-43ee898878d7", "links": [{"href": "http://172.30.9.21:8774/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "links": [{"href": "http://172.30.9.21:8774/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "rel": "bookmark"}]}, "id": "4809ad45-cd82-43b5-823d-3f21f756548f", "user_id": "09dbe0b4ae6c487691b386d006b046db", "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-23T07:40:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747", "name": "singlevm2-vm_32bb3e95-0c88-49b9-9233-60b786147747", "created": "2018-07-23T07:40:50Z", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:40:51,556 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-193340d6-183a-4fce-b411-aff666d9d360 2018-07-23 07:40:51,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05076098442s 2018-07-23 07:40:51,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-193340d6-183a-4fce-b411-aff666d9d360 2018-07-23 07:40:51,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:40:51,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:40:51,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-53abd378-b994-4cc1-b010-d55c2ea2c2f7 Date: Mon, 23 Jul 2018 07:40:51 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"892990c7-a8a0-49da-9b92-71c894c8b811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f8f6ea2f20434515b58795d3f40ec50e","l2_adjacency":true,"status":"ACTIVE","subnets":["441d45eb-4078-4271-b948-bb35cce51bea"],"description":"","tags":[],"updated_at":"2018-07-23T07:40:32Z","qos_policy_id":null,"name":"singlevm2-net_32bb3e95-0c88-49b9-9233-60b786147747","admin_state_up":true,"tenant_id":"f8f6ea2f20434515b58795d3f40ec50e","created_at":"2018-07-23T07:40:31Z","mtu":1450}]} 2018-07-23 07:40:51,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-53abd378-b994-4cc1-b010-d55c2ea2c2f7 2018-07-23 07:40:51,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.121157884598s 2018-07-23 07:40:51,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-53abd378-b994-4cc1-b010-d55c2ea2c2f7 2018-07-23 07:40:51,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 07:40:51,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:40:51,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-989ba85a-4b10-4c91-af48-585b0ee3db0f Date: Mon, 23 Jul 2018 07:40:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"892990c7-a8a0-49da-9b92-71c894c8b811","tenant_id":"f8f6ea2f20434515b58795d3f40ec50e","created_at":"2018-07-23T07:40:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T07:40:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"f8f6ea2f20434515b58795d3f40ec50e","id":"441d45eb-4078-4271-b948-bb35cce51bea","subnetpool_id":null,"name":"singlevm2-subnet_32bb3e95-0c88-49b9-9233-60b786147747"}]} 2018-07-23 07:40:51,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-989ba85a-4b10-4c91-af48-585b0ee3db0f 2018-07-23 07:40:51,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.22340297699s 2018-07-23 07:40:51,910 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-989ba85a-4b10-4c91-af48-585b0ee3db0f 2018-07-23 07:40:51,910 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:40:53,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:40:53,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:40:55,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40: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-359803a4-cf7f-465a-8108-9903548f7344 x-compute-request-id: req-359803a4-cf7f-465a-8108-9903548f7344 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4809ad45-cd82-43b5-823d-3f21f756548f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4809ad45-cd82-43b5-823d-3f21f756548f", "rel": "bookmark"}], "image": {"id": "ca7a6683-e4d9-4934-bfaf-43ee898878d7", "links": [{"href": "http://172.30.9.21:8774/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "links": [{"href": "http://172.30.9.21:8774/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "rel": "bookmark"}]}, "id": "4809ad45-cd82-43b5-823d-3f21f756548f", "security_groups": [{"name": "singlevm2-sg_32bb3e95-0c88-49b9-9233-60b786147747"}], "user_id": "09dbe0b4ae6c487691b386d006b046db", "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-23T07:40:53Z", "hostId": "4978fa72d5e5435ff75c2da3b68af4af35afdd6930a584205845623b", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747", "name": "singlevm2-vm_32bb3e95-0c88-49b9-9233-60b786147747", "created": "2018-07-23T07:40:50Z", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:40:55,259 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-359803a4-cf7f-465a-8108-9903548f7344 2018-07-23 07:40:55,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.34609603882s 2018-07-23 07:40:55,259 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-359803a4-cf7f-465a-8108-9903548f7344 2018-07-23 07:40:55,263 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:40:57,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:40:57,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:40:58,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:40: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-af86f639-65d2-4d71-bd6c-0f72dc3e2fd2 x-compute-request-id: req-af86f639-65d2-4d71-bd6c-0f72dc3e2fd2 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4809ad45-cd82-43b5-823d-3f21f756548f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4809ad45-cd82-43b5-823d-3f21f756548f", "rel": "bookmark"}], "image": {"id": "ca7a6683-e4d9-4934-bfaf-43ee898878d7", "links": [{"href": "http://172.30.9.21:8774/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "links": [{"href": "http://172.30.9.21:8774/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "rel": "bookmark"}]}, "id": "4809ad45-cd82-43b5-823d-3f21f756548f", "security_groups": [{"name": "singlevm2-sg_32bb3e95-0c88-49b9-9233-60b786147747"}], "user_id": "09dbe0b4ae6c487691b386d006b046db", "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-23T07:40:53Z", "hostId": "4978fa72d5e5435ff75c2da3b68af4af35afdd6930a584205845623b", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747", "name": "singlevm2-vm_32bb3e95-0c88-49b9-9233-60b786147747", "created": "2018-07-23T07:40:50Z", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:40:58,589 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-af86f639-65d2-4d71-bd6c-0f72dc3e2fd2 2018-07-23 07:40:58,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32350897789s 2018-07-23 07:40:58,590 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-af86f639-65d2-4d71-bd6c-0f72dc3e2fd2 2018-07-23 07:40:58,594 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:41:00,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:41:00,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:01,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41: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-0a5422cc-6656-4708-894f-79e1c3402f08 x-compute-request-id: req-0a5422cc-6656-4708-894f-79e1c3402f08 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_32bb3e95-0c88-49b9-9233-60b786147747": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:37:e9", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4809ad45-cd82-43b5-823d-3f21f756548f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4809ad45-cd82-43b5-823d-3f21f756548f", "rel": "bookmark"}], "image": {"id": "ca7a6683-e4d9-4934-bfaf-43ee898878d7", "links": [{"href": "http://172.30.9.21:8774/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:40:59.000000", "flavor": {"id": "4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "links": [{"href": "http://172.30.9.21:8774/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "rel": "bookmark"}]}, "id": "4809ad45-cd82-43b5-823d-3f21f756548f", "security_groups": [{"name": "singlevm2-sg_32bb3e95-0c88-49b9-9233-60b786147747"}], "user_id": "09dbe0b4ae6c487691b386d006b046db", "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-23T07:40:59Z", "hostId": "4978fa72d5e5435ff75c2da3b68af4af35afdd6930a584205845623b", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747", "name": "singlevm2-vm_32bb3e95-0c88-49b9-9233-60b786147747", "created": "2018-07-23T07:40:50Z", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:41:01,934 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0a5422cc-6656-4708-894f-79e1c3402f08 2018-07-23 07:41:01,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.33765602112s 2018-07-23 07:41:01,935 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0a5422cc-6656-4708-894f-79e1c3402f08 2018-07-23 07:41:01,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 07:41:01,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=4809ad45-cd82-43b5-823d-3f21f756548f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:02,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-f60f7519-6162-4f7a-abfd-9afc8aa7d3ba Date: Mon, 23 Jul 2018 07:41:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T07:40:59Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"441d45eb-4078-4271-b948-bb35cce51bea","ip_address":"192.168.120.5"}],"id":"8bca217c-9781-4d6a-a1d3-dc4345293724","security_groups":["0a8d76b5-cee3-4d06-ab08-43cb82421606"],"mac_address":"fa:16:3e:5a:37:e9","project_id":"f8f6ea2f20434515b58795d3f40ec50e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"892990c7-a8a0-49da-9b92-71c894c8b811","tenant_id":"f8f6ea2f20434515b58795d3f40ec50e","created_at":"2018-07-23T07:40:54Z","binding:vnic_type":"normal","device_id":"4809ad45-cd82-43b5-823d-3f21f756548f","ip_allocation":"immediate"}]} 2018-07-23 07:41:02,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=4809ad45-cd82-43b5-823d-3f21f756548f used request id req-f60f7519-6162-4f7a-abfd-9afc8aa7d3ba 2018-07-23 07:41:02,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0636041164398s 2018-07-23 07:41:02,001 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=4809ad45-cd82-43b5-823d-3f21f756548f used request id req-f60f7519-6162-4f7a-abfd-9afc8aa7d3ba 2018-07-23 07:41:02,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 07:41:02,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=8bca217c-9781-4d6a-a1d3-dc4345293724" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:02,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-67044141-8f5c-4da6-aa77-322dcffa71a1 Date: Mon, 23 Jul 2018 07:41:02 GMT RESP BODY: {"floatingips": []} 2018-07-23 07:41:02,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=8bca217c-9781-4d6a-a1d3-dc4345293724 used request id req-67044141-8f5c-4da6-aa77-322dcffa71a1 2018-07-23 07:41:02,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.249299049377s 2018-07-23 07:41:02,252 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=8bca217c-9781-4d6a-a1d3-dc4345293724 used request id req-67044141-8f5c-4da6-aa77-322dcffa71a1 2018-07-23 07:41:02,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:41:02,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:03,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41: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-9f2f122f-87ae-441b-879e-3785892082f9 x-compute-request-id: req-9f2f122f-87ae-441b-879e-3785892082f9 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_32bb3e95-0c88-49b9-9233-60b786147747": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:37:e9", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4809ad45-cd82-43b5-823d-3f21f756548f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4809ad45-cd82-43b5-823d-3f21f756548f", "rel": "bookmark"}], "image": {"id": "ca7a6683-e4d9-4934-bfaf-43ee898878d7", "links": [{"href": "http://172.30.9.21:8774/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:40:59.000000", "flavor": {"id": "4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "links": [{"href": "http://172.30.9.21:8774/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "rel": "bookmark"}]}, "id": "4809ad45-cd82-43b5-823d-3f21f756548f", "security_groups": [{"name": "singlevm2-sg_32bb3e95-0c88-49b9-9233-60b786147747"}], "user_id": "09dbe0b4ae6c487691b386d006b046db", "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-23T07:40:59Z", "hostId": "4978fa72d5e5435ff75c2da3b68af4af35afdd6930a584205845623b", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747", "name": "singlevm2-vm_32bb3e95-0c88-49b9-9233-60b786147747", "created": "2018-07-23T07:40:50Z", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:41:03,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9f2f122f-87ae-441b-879e-3785892082f9 2018-07-23 07:41:03,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.789124011993s 2018-07-23 07:41:03,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9f2f122f-87ae-441b-879e-3785892082f9 2018-07-23 07:41:03,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 07:41:03,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=4809ad45-cd82-43b5-823d-3f21f756548f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:03,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-d2a6e965-d011-4f88-93dc-ce6ecd74d60c Date: Mon, 23 Jul 2018 07:41:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T07:40:59Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"441d45eb-4078-4271-b948-bb35cce51bea","ip_address":"192.168.120.5"}],"id":"8bca217c-9781-4d6a-a1d3-dc4345293724","security_groups":["0a8d76b5-cee3-4d06-ab08-43cb82421606"],"mac_address":"fa:16:3e:5a:37:e9","project_id":"f8f6ea2f20434515b58795d3f40ec50e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"892990c7-a8a0-49da-9b92-71c894c8b811","tenant_id":"f8f6ea2f20434515b58795d3f40ec50e","created_at":"2018-07-23T07:40:54Z","binding:vnic_type":"normal","device_id":"4809ad45-cd82-43b5-823d-3f21f756548f","ip_allocation":"immediate"}]} 2018-07-23 07:41:03,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=4809ad45-cd82-43b5-823d-3f21f756548f used request id req-d2a6e965-d011-4f88-93dc-ce6ecd74d60c 2018-07-23 07:41:03,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0533611774445s 2018-07-23 07:41:03,100 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=4809ad45-cd82-43b5-823d-3f21f756548f used request id req-d2a6e965-d011-4f88-93dc-ce6ecd74d60c 2018-07-23 07:41:03,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 07:41:03,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=8bca217c-9781-4d6a-a1d3-dc4345293724" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:03,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-13ee09dc-30fd-44ab-83e6-6b52cf54ff1a Date: Mon, 23 Jul 2018 07:41:03 GMT RESP BODY: {"floatingips": []} 2018-07-23 07:41:03,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=8bca217c-9781-4d6a-a1d3-dc4345293724 used request id req-13ee09dc-30fd-44ab-83e6-6b52cf54ff1a 2018-07-23 07:41:03,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0482099056244s 2018-07-23 07:41:03,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=8bca217c-9781-4d6a-a1d3-dc4345293724 used request id req-13ee09dc-30fd-44ab-83e6-6b52cf54ff1a 2018-07-23 07:41:03,153 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_32bb3e95-0c88-49b9-9233-60b786147747': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5a:37:e9', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'ca7a6683-e4d9-4934-bfaf-43ee898878d7'}), 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-23T07:40:59.000000', 'flavor': Munch({u'id': u'4b9d55fd-559c-4bdb-80c5-abeca0f587c4'}), 'az': u'nova', 'id': u'4809ad45-cd82-43b5-823d-3f21f756548f', 'security_groups': [Munch({u'name': u'singlevm2-sg_32bb3e95-0c88-49b9-9233-60b786147747'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'09dbe0b4ae6c487691b386d006b046db', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f8f6ea2f20434515b58795d3f40ec50e', 'name': 'singlevm2-project_32bb3e95-0c88-49b9-9233-60b786147747', '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-23T07:40:59.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-23T07:40:59Z', 'hostId': u'4978fa72d5e5435ff75c2da3b68af4af35afdd6930a584205845623b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'4978fa72d5e5435ff75c2da3b68af4af35afdd6930a584205845623b', '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-23T07:40:59.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f8f6ea2f20434515b58795d3f40ec50e', 'name': u'singlevm2-vm_32bb3e95-0c88-49b9-9233-60b786147747', 'adminPass': None, 'tenant_id': u'f8f6ea2f20434515b58795d3f40ec50e', 'created_at': u'2018-07-23T07:40:50Z', 'created': u'2018-07-23T07:40:50Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-23 07:41:03,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:41:03,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:03,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-c331c742-f5a2-486f-a547-dec05ae93898 Date: Mon, 23 Jul 2018 07:41:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"892990c7-a8a0-49da-9b92-71c894c8b811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f8f6ea2f20434515b58795d3f40ec50e","l2_adjacency":true,"status":"ACTIVE","subnets":["441d45eb-4078-4271-b948-bb35cce51bea"],"description":"","tags":[],"updated_at":"2018-07-23T07:40:32Z","qos_policy_id":null,"name":"singlevm2-net_32bb3e95-0c88-49b9-9233-60b786147747","admin_state_up":true,"tenant_id":"f8f6ea2f20434515b58795d3f40ec50e","created_at":"2018-07-23T07:40:31Z","mtu":1450}]} 2018-07-23 07:41:03,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c331c742-f5a2-486f-a547-dec05ae93898 2018-07-23 07:41:03,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.452014923096s 2018-07-23 07:41:03,609 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c331c742-f5a2-486f-a547-dec05ae93898 2018-07-23 07:41:03,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 07:41:03,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=4809ad45-cd82-43b5-823d-3f21f756548f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:03,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-baf43645-d6d9-440c-8a71-c67656e46a6a Date: Mon, 23 Jul 2018 07:41:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T07:40:59Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"441d45eb-4078-4271-b948-bb35cce51bea","ip_address":"192.168.120.5"}],"id":"8bca217c-9781-4d6a-a1d3-dc4345293724","security_groups":["0a8d76b5-cee3-4d06-ab08-43cb82421606"],"mac_address":"fa:16:3e:5a:37:e9","project_id":"f8f6ea2f20434515b58795d3f40ec50e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"892990c7-a8a0-49da-9b92-71c894c8b811","tenant_id":"f8f6ea2f20434515b58795d3f40ec50e","created_at":"2018-07-23T07:40:54Z","binding:vnic_type":"normal","device_id":"4809ad45-cd82-43b5-823d-3f21f756548f","ip_allocation":"immediate"}]} 2018-07-23 07:41:03,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=4809ad45-cd82-43b5-823d-3f21f756548f used request id req-baf43645-d6d9-440c-8a71-c67656e46a6a 2018-07-23 07:41:03,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.386572122574s 2018-07-23 07:41:03,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=4809ad45-cd82-43b5-823d-3f21f756548f used request id req-baf43645-d6d9-440c-8a71-c67656e46a6a 2018-07-23 07:41:03,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-23 07:41:03,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" -d '{"floatingip": {"floating_network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "fixed_ip_address": "192.168.120.5", "port_id": "8bca217c-9781-4d6a-a1d3-dc4345293724"}}' 2018-07-23 07:41:06,683 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-37920f8a-7ad6-4b52-91aa-a0497717aa69 Date: Mon, 23 Jul 2018 07:41:06 GMT RESP BODY: {"floatingip": {"router_id": "897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e", "status": "DOWN", "description": "", "tags": [], "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "created_at": "2018-07-23T07:41:05Z", "updated_at": "2018-07-23T07:41:05Z", "floating_network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "892990c7-a8a0-49da-9b92-71c894c8b811", "device_owner": "compute:nova", "mac_address": "fa:16:3e:5a:37:e9", "device_id": "4809ad45-cd82-43b5-823d-3f21f756548f"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_id": "8bca217c-9781-4d6a-a1d3-dc4345293724", "id": "fb48d1be-07b7-4ce3-b951-63a6428ded81", "qos_policy_id": null}} 2018-07-23 07:41:06,684 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-37920f8a-7ad6-4b52-91aa-a0497717aa69 2018-07-23 07:41:06,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.68662595749s 2018-07-23 07:41:06,684 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-37920f8a-7ad6-4b52-91aa-a0497717aa69 2018-07-23 07:41:06,688 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e', 'updated_at': u'2018-07-23T07:41:05Z', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.208', 'revision_number': 0, 'port_id': u'8bca217c-9781-4d6a-a1d3-dc4345293724', 'id': u'fb48d1be-07b7-4ce3-b951-63a6428ded81', 'network': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', 'port': u'8bca217c-9781-4d6a-a1d3-dc4345293724', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f8f6ea2f20434515b58795d3f40ec50e', 'name': 'singlevm2-project_32bb3e95-0c88-49b9-9233-60b786147747', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f8f6ea2f20434515b58795d3f40ec50e', 'status': u'DOWN', 'description': u'', u'tags': [], 'floating_network_id': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'892990c7-a8a0-49da-9b92-71c894c8b811', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:5a:37:e9', u'device_id': u'4809ad45-cd82-43b5-823d-3f21f756548f'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'f8f6ea2f20434515b58795d3f40ec50e', 'created_at': u'2018-07-23T07:41:05Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'892990c7-a8a0-49da-9b92-71c894c8b811', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:5a:37:e9', u'device_id': u'4809ad45-cd82-43b5-823d-3f21f756548f'}), 'router': u'897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e'}) 2018-07-23 07:41:06,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-23 07:41:06,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/4809ad45-cd82-43b5-823d-3f21f756548f/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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-23 07:41:06,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41: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-46a05f04-3612-4015-8117-b88e1e76c1e4 x-compute-request-id: req-46a05f04-3612-4015-8117-b88e1e76c1e4 Content-Encoding: gzip Content-Length: 9575 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 462217043 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138621] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140302] pid_max: default: 32768 minimum: 301\n[ 0.141212] ACPI: Core revision 20150930\n[ 0.142623] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143954] Security Framework initialized\n[ 0.144785] Yama: becoming mindful.\n[ 0.145526] AppArmor: AppArmor initialized\n[ 0.146400] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147746] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150277] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151709] Initializing cgroup subsys io\n[ 0.152537] Initializing cgroup subsys memory\n[ 0.153402] Initializing cgroup subsys devices\n[ 0.154309] Initializing cgroup subsys freezer\n[ 0.155191] Initializing cgroup subsys net_cls\n[ 0.156065] Initializing cgroup subsys perf_event\n[ 0.156984] Initializing cgroup subsys net_prio\n[ 0.157887] Initializing cgroup subsys hugetlb\n[ 0.158768] Initializing cgroup subsys pids\n[ 0.159643] CPU: Physical Processor ID: 0\n[ 0.161146] mce: CPU supports 10 MCE banks\n[ 0.162017] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163027] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177452] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183522] ftrace: allocating 31920 entries in 125 pages\n[ 0.208502] smpboot: Max logical packages: 1\n[ 0.209361] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210724] x2apic enabled\n[ 0.211538] Switched APIC routing to physical x2apic.\n[ 0.213276] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214415] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218302] KVM setup paravirtual spinlock\n[ 0.219622] x86: Booted up 1 node, 1 CPUs\n[ 0.220436] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221840] devtmpfs: initialized\n[ 0.223560] evm: security.selinux\n[ 0.224264] evm: security.SMACK64\n[ 0.224967] evm: security.SMACK64EXEC\n[ 0.225719] evm: security.SMACK64TRANSMUTE\n[ 0.226531] evm: security.SMACK64MMAP\n[ 0.227280] evm: security.ima\n[ 0.227930] evm: security.capability\n[ 0.228738] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230604] pinctrl core: initialized pinctrl subsystem\n[ 0.231718] RTC time: 7:40:59, date: 07/23/18\n[ 0.232692] NET: Registered protocol family 16\n[ 0.233691] cpuidle: using governor ladder\n[ 0.234522] cpuidle: using governor menu\n[ 0.235314] PCCT header not found.\n[ 0.236082] ACPI: bus type PCI registered\n[ 0.236902] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238162] PCI: Using configuration type 1 for base access\n[ 0.239943] ACPI: Added _OSI(Module Device)\n[ 0.240802] ACPI: Added _OSI(Processor Device)\n[ 0.241673] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242581] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244348] ACPI: Interpreter enabled\n[ 0.245138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252592] ACPI: (supports S0 S5)\n[ 0.253300] ACPI: Using IOAPIC for interrupt routing\n[ 0.254258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257389] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259786] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260988] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.263214] acpiphp: Slot [3] registered\n[ 0.264024] acpiphp: Slot [4] registered\n[ 0.264827] acpiphp: Slot [5] registered\n[ 0.265629] acpiphp: Slot [6] registered\n[ 0.266425] acpiphp: Slot [7] registered\n[ 0.267237] acpiphp: Slot [8] registered\n[ 0.268045] acpiphp: Slot [9] registered\n[ 0.268847] acpiphp: Slot [10] registered\n[ 0.269675] acpiphp: Slot [11] registered\n[ 0.270495] acpiphp: Slot [12] registered\n[ 0.271312] acpiphp: Slot [13] registered\n[ 0.272138] acpiphp: Slot [14] registered\n[ 0.272956] acpiphp: Slot [15] registered\n[ 0.284044] acpiphp: Slot [16] registered\n[ 0.284866] acpiphp: Slot [17] registered\n[ 0.285681] acpiphp: Slot [18] registered\n[ 0.286497] acpiphp: Slot [19] registered\n[ 0.287307] acpiphp: Slot [20] registered\n[ 0.288129] acpiphp: Slot [21] registered\n[ 0.288954] acpiphp: Slot [22] registered\n[ 0.289770] acpiphp: Slot [23] registered\n[ 0.290586] acpiphp: Slot [24] registered\n[ 0.291398] acpiphp: Slot [25] registered\n[ 0.292221] acpiphp: Slot [26] registered\n[ 0.293044] acpiphp: Slot [27] registered\n[ 0.293863] acpiphp: Slot [28] registered\n[ 0.294676] acpiphp: Slot [29] registered\n[ 0.295490] acpiphp: Slot [30] registered\n[ 0.296305] acpiphp: Slot [31] registered\n[ 0.297125] PCI host bridge to bus 0000:00\n[ 0.297938] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299158] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300380] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301843] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303306] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304799] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309355] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310543] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311813] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315410] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316918] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335369] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.336879] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340105] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341506] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.342773] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344106] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346731] vgaarb: loaded\n[ 0.347331] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348581] SCSI subsystem initialized\n[ 0.349500] ACPI: bus type USB registered\n[ 0.350330] usbcore: registered new interface driver usbfs\n[ 0.351369] usbcore: registered new interface driver hub\n[ 0.352387] usbcore: registered new device driver usb\n[ 0.353506] PCI: Using ACPI for IRQ routing\n[ 0.354630] NetLabel: Initializing\n[ 0.355352] NetLabel: domain hash size = 128\n[ 0.356216] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357182] NetLabel: unlabeled traffic allowed by default\n[ 0.358344] clocksource: Switched to clocksource kvm-clock\n[ 0.366400] AppArmor: AppArmor Filesystem Enabled\n[ 0.367388] pnp: PnP ACPI init\n[ 0.368328] pnp: PnP ACPI: found 5 devices\n[ 0.374657] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376384] NET: Registered protocol family 2\n[ 0.377439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.378746] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.379968] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381172] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382259] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383451] NET: Registered protocol family 1\n[ 0.384332] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.385440] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.386530] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.400569] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.414489] Trying to unpack rootfs image as initramfs...\n[ 0.470090] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.471783] Scanning for low memory corruption every 60 seconds\n[ 0.473131] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.474306] audit: initializing netlink subsys (disabled)\n[ 0.475372] audit: type=2000 audit(1532331660.251:1): initialized\n[ 0.476730] Initialise system trusted keyring\n[ 0.477679] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.478855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481000] zbud: loaded\n[ 0.481738] VFS: Disk quotas dquot_6.6.0\n[ 0.482582] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.484208] fuse init (API version 7.23)\n[ 0.485126] Key type big_key registered\n[ 0.485936] Allocating IMA MOK and blacklist keyrings.\n[ 0.487156] Key type asymmetric registered\n[ 0.487994] Asymmetric key parser 'x509' registered\n[ 0.488965] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.490477] io scheduler noop registered\n[ 0.491274] io scheduler deadline registered (default)\n[ 0.492282] io scheduler cfq registered\n[ 0.493143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.494198] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.495491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.496949] ACPI: Power Button [PWRF]\n[ 0.497825] GHES: HEST is not enabled!\n[ 0.511505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.538842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.540975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.564988] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.567302] Linux agpgart interface v0.103\n[ 0.569910] brd: module loaded\n[ 0.571584] loop: module loaded\n[ 0.575237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.576717] GPT:90111 != 2097151\n[ 0.577400] GPT:Alternate GPT header not at the end of the disk.\n[ 0.578520] GPT:90111 != 2097151\n[ 0.579210] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580204] vda: vda1 vda15\n[ 0.581424] scsi host0: ata_piix\n[ 0.582210] scsi host1: ata_piix\n[ 0.582951] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.584183] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.585667] libphy: Fixed MDIO Bus: probed\n[ 0.586506] tun: Universal TUN/TAP device driver, 1.6\n[ 0.587487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.589669] PPP generic driver version 2.4.2\n[ 0.590614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.591854] ehci-pci: EHCI PCI platform driver\n[ 0.592750] ehci-platform: EHCI generic platform driver\n[ 0.593781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.594988] ohci-pci: OHCI PCI platform driver\n[ 0.595887] ohci-platform: OHCI generic platform driver\n[ 0.596904] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.613289] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.614626] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616162] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.617248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.618508] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621241] usb usb1: Product: UHCI Host Controller\n[ 0.622203] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.623370] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624508] hub 1-0:1.0: USB hub found\n[ 0.625302] hub 1-0:1.0: 2 ports detected\n[ 0.626340] 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.629612] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630699] mousedev: PS/2 mouse device common for all mice\n[ 0.632216] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.634123] rtc_cmos 00:00: RTC can wake from S4\n[ 0.635286] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.636523] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637745] i2c /dev entries driver\n[ 0.638569] device-mapper: uevent: version 1.0.3\n[ 0.639575] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.641280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.642840] NET: Registered protocol family 10\n[ 0.644047] NET: Registered protocol family 17\n[ 0.644977] Key type dns_resolver registered\n[ 0.646025] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.647162] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.649022] registered taskstats version 1\n[ 0.649891] Loading compiled-in X.509 certificates\n[ 0.651402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.653327] zswap: loaded using pool lzo/zbud\n[ 0.655044] Key type trusted registered\n[ 0.656829] Key type encrypted registered\n[ 0.657684] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.658773] ima: No TPM chip found, activating TPM-bypass!\n[ 0.659865] evm: HMAC attrs: 0x1\n[ 0.660923] Magic number: 10:607:673\n[ 0.661825] rtc_cmos 00:00: setting system clock to 2018-07-23 07:40:59 UTC (1532331659)\n[ 0.663509] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.664654] EDD information not available.\n[ 0.743711] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.755649] Write protecting the kernel read-only data: 14336k\n[ 0.757827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.759706] 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.806085] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.85. 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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\n/dev/root resized successfully [took 0.17s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0vGN5BYEbZKZ80qxoFP9W+uHk/hiXz6o7s5eAz0rY9EGcfbmlRQMKdzn1XZdqBM7m68LQHWl1WifYNY/ZyHvXoTLhzj62xsprTQyIVDDDW8WLeELN5WFwmKka1KfJY84PO6yXj6vJAR8uJOkf/TqpptBGr6w2+asrx+MynNHBCXisiy59uSIhv/D3a0XQqYGwpMPE/nK/SzF976JwZeYOHlGa8B6DuPU3mSCXVR9lAUMOK2XQ7D8XSJWuDkj7gmKTPNHm5gLBO0x0WiDk0wcbpOWoP1xvOpZBNo1gYifRtpEH+9dgIqLpVSznVcf02KJ9f99LJHOnaHfroLLI4GEB root@singlevm2-vm-32bb3e95-0c88-49b9-9233-60b786147747\nssh-dss AAAAB3NzaC1kc3MAAACBAMnuw/d2d6cWpDyQntar5IeuTB3WczRrVQTgo263du9xVN1810N8U+4hL2TteODitxBVJU4+KBXUFPO/LWLJQCo9AenbcIKB81i8+IuF3yF2ZB3zou0m4GscLqPeZo/GjR4ReUxjPVkkJA/OPRzm0kpW3WmE6l6mI/GO1Q3hRxA7AAAAFQC7ncnJydM+vliiUjOIGdtGS058ywAAAIAWH2jeUWG2guJn65cDTtUBJoMQ5MM3gsCPuGiB3LRJjtlq5XyW0On+Q4rxTCJOmNF8bj6Ub1E4ddW1ULB1pGiqHictJ/uq356LFZRvWbBSU8aV0Gl54fo8Rb6Yvoi2OxH+srZgryGRWiHAFj2Mkwb+kQITci2bNRpo0/NjEwCw+QAAAIEAt6h58gTDzsCRSEwdq+bMqLNxuthgF9bv5mW7+DwKQo7skw4sWhBzq00G0WVYTtVwtnc1orm541RJcNbaRbuprrJFQ9ufOC2JKJGsL7m3Fngu13pOF6hMFMjfAmMrzzKfx1oyufWpUYm8HgIKdGpnI5ggvVpRGuPhLzDNQMYQmlU= root@singlevm2-vm-32bb3e95-0c88-49b9-9233-60b786147747\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe5a:37e9/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-32bb3e95-0c88-49b9-9233-60b786147747\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.20 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-32bb3e95-0c88-49b9-9233-60b786147747 login: "} 2018-07-23 07:41:06,940 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/4809ad45-cd82-43b5-823d-3f21f756548f/action used request id req-46a05f04-3612-4015-8117-b88e1e76c1e4 2018-07-23 07:41:06,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.252011060715s 2018-07-23 07:41:06,941 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/4809ad45-cd82-43b5-823d-3f21f756548f/action used request id req-46a05f04-3612-4015-8117-b88e1e76c1e4 2018-07-23 07:41:06,942 - 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 462217043 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.138621] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.140302] pid_max: default: 32768 minimum: 301 [ 0.141212] ACPI: Core revision 20150930 [ 0.142623] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.143954] Security Framework initialized [ 0.144785] Yama: becoming mindful. [ 0.145526] AppArmor: AppArmor initialized [ 0.146400] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.147746] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149037] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150277] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151709] Initializing cgroup subsys io [ 0.152537] Initializing cgroup subsys memory [ 0.153402] Initializing cgroup subsys devices [ 0.154309] Initializing cgroup subsys freezer [ 0.155191] Initializing cgroup subsys net_cls [ 0.156065] Initializing cgroup subsys perf_event [ 0.156984] Initializing cgroup subsys net_prio [ 0.157887] Initializing cgroup subsys hugetlb [ 0.158768] Initializing cgroup subsys pids [ 0.159643] CPU: Physical Processor ID: 0 [ 0.161146] mce: CPU supports 10 MCE banks [ 0.162017] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163027] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177452] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.183522] ftrace: allocating 31920 entries in 125 pages [ 0.208502] smpboot: Max logical packages: 1 [ 0.209361] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.210724] x2apic enabled [ 0.211538] Switched APIC routing to physical x2apic. [ 0.213276] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.214415] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.216506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.218302] KVM setup paravirtual spinlock [ 0.219622] x86: Booted up 1 node, 1 CPUs [ 0.220436] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.221840] devtmpfs: initialized [ 0.223560] evm: security.selinux [ 0.224264] evm: security.SMACK64 [ 0.224967] evm: security.SMACK64EXEC [ 0.225719] evm: security.SMACK64TRANSMUTE [ 0.226531] evm: security.SMACK64MMAP [ 0.227280] evm: security.ima [ 0.227930] evm: security.capability [ 0.228738] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.230604] pinctrl core: initialized pinctrl subsystem [ 0.231718] RTC time: 7:40:59, date: 07/23/18 [ 0.232692] NET: Registered protocol family 16 [ 0.233691] cpuidle: using governor ladder [ 0.234522] cpuidle: using governor menu [ 0.235314] PCCT header not found. [ 0.236082] ACPI: bus type PCI registered [ 0.236902] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.238162] PCI: Using configuration type 1 for base access [ 0.239943] ACPI: Added _OSI(Module Device) [ 0.240802] ACPI: Added _OSI(Processor Device) [ 0.241673] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.242581] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244348] ACPI: Interpreter enabled [ 0.245138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.248866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.250730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.252592] ACPI: (supports S0 S5) [ 0.253300] ACPI: Using IOAPIC for interrupt routing [ 0.254258] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.257389] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.258544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259786] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260988] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.263214] acpiphp: Slot [3] registered [ 0.264024] acpiphp: Slot [4] registered [ 0.264827] acpiphp: Slot [5] registered [ 0.265629] acpiphp: Slot [6] registered [ 0.266425] acpiphp: Slot [7] registered [ 0.267237] acpiphp: Slot [8] registered [ 0.268045] acpiphp: Slot [9] registered [ 0.268847] acpiphp: Slot [10] registered [ 0.269675] acpiphp: Slot [11] registered [ 0.270495] acpiphp: Slot [12] registered [ 0.271312] acpiphp: Slot [13] registered [ 0.272138] acpiphp: Slot [14] registered [ 0.272956] acpiphp: Slot [15] registered [ 0.284044] acpiphp: Slot [16] registered [ 0.284866] acpiphp: Slot [17] registered [ 0.285681] acpiphp: Slot [18] registered [ 0.286497] acpiphp: Slot [19] registered [ 0.287307] acpiphp: Slot [20] registered [ 0.288129] acpiphp: Slot [21] registered [ 0.288954] acpiphp: Slot [22] registered [ 0.289770] acpiphp: Slot [23] registered [ 0.290586] acpiphp: Slot [24] registered [ 0.291398] acpiphp: Slot [25] registered [ 0.292221] acpiphp: Slot [26] registered [ 0.293044] acpiphp: Slot [27] registered [ 0.293863] acpiphp: Slot [28] registered [ 0.294676] acpiphp: Slot [29] registered [ 0.295490] acpiphp: Slot [30] registered [ 0.296305] acpiphp: Slot [31] registered [ 0.297125] PCI host bridge to bus 0000:00 [ 0.297938] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.299158] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300380] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301843] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303306] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.304799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309355] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310543] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.311813] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.315410] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.316918] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.335369] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.336879] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.338665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.340105] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.341506] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.342773] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.344106] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.345175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.346731] vgaarb: loaded [ 0.347331] vgaarb: bridge control possible 0000:00:02.0 [ 0.348581] SCSI subsystem initialized [ 0.349500] ACPI: bus type USB registered [ 0.350330] usbcore: registered new interface driver usbfs [ 0.351369] usbcore: registered new interface driver hub [ 0.352387] usbcore: registered new device driver usb [ 0.353506] PCI: Using ACPI for IRQ routing [ 0.354630] NetLabel: Initializing [ 0.355352] NetLabel: domain hash size = 128 [ 0.356216] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.357182] NetLabel: unlabeled traffic allowed by default [ 0.358344] clocksource: Switched to clocksource kvm-clock [ 0.366400] AppArmor: AppArmor Filesystem Enabled [ 0.367388] pnp: PnP ACPI init [ 0.368328] pnp: PnP ACPI: found 5 devices [ 0.374657] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.376384] NET: Registered protocol family 2 [ 0.377439] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.378746] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.379968] TCP: Hash tables configured (established 4096 bind 4096) [ 0.381172] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.382259] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.383451] NET: Registered protocol family 1 [ 0.384332] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.385440] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.386530] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.400569] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.414489] Trying to unpack rootfs image as initramfs... [ 0.470090] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.471783] Scanning for low memory corruption every 60 seconds [ 0.473131] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.474306] audit: initializing netlink subsys (disabled) [ 0.475372] audit: type=2000 audit(1532331660.251:1): initialized [ 0.476730] Initialise system trusted keyring [ 0.477679] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.478855] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.481000] zbud: loaded [ 0.481738] VFS: Disk quotas dquot_6.6.0 [ 0.482582] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.484208] fuse init (API version 7.23) [ 0.485126] Key type big_key registered [ 0.485936] Allocating IMA MOK and blacklist keyrings. [ 0.487156] Key type asymmetric registered [ 0.487994] Asymmetric key parser 'x509' registered [ 0.488965] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.490477] io scheduler noop registered [ 0.491274] io scheduler deadline registered (default) [ 0.492282] io scheduler cfq registered [ 0.493143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.494198] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.495491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.496949] ACPI: Power Button [PWRF] [ 0.497825] GHES: HEST is not enabled! [ 0.511505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.538842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.540975] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.564988] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.567302] Linux agpgart interface v0.103 [ 0.569910] brd: module loaded [ 0.571584] loop: module loaded [ 0.575237] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.576717] GPT:90111 != 2097151 [ 0.577400] GPT:Alternate GPT header not at the end of the disk. [ 0.578520] GPT:90111 != 2097151 [ 0.579210] GPT: Use GNU Parted to correct GPT errors. [ 0.580204] vda: vda1 vda15 [ 0.581424] scsi host0: ata_piix [ 0.582210] scsi host1: ata_piix [ 0.582951] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.584183] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.585667] libphy: Fixed MDIO Bus: probed [ 0.586506] tun: Universal TUN/TAP device driver, 1.6 [ 0.587487] tun: (C) 1999-2004 Max Krasnyansky [ 0.589669] PPP generic driver version 2.4.2 [ 0.590614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.591854] ehci-pci: EHCI PCI platform driver [ 0.592750] ehci-platform: EHCI generic platform driver [ 0.593781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.594988] ohci-pci: OHCI PCI platform driver [ 0.595887] ohci-platform: OHCI generic platform driver [ 0.596904] uhci_hcd: USB Universal Host Controller Interface driver [ 0.613289] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.614626] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616162] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.617248] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.618508] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621241] usb usb1: Product: UHCI Host Controller [ 0.622203] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.623370] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624508] hub 1-0:1.0: USB hub found [ 0.625302] hub 1-0:1.0: 2 ports detected [ 0.626340] 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.629612] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630699] mousedev: PS/2 mouse device common for all mice [ 0.632216] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.634123] rtc_cmos 00:00: RTC can wake from S4 [ 0.635286] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.636523] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637745] i2c /dev entries driver [ 0.638569] device-mapper: uevent: version 1.0.3 [ 0.639575] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.641280] ledtrig-cpu: registered to indicate activity on CPUs [ 0.642840] NET: Registered protocol family 10 [ 0.644047] NET: Registered protocol family 17 [ 0.644977] Key type dns_resolver registered [ 0.646025] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.647162] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.649022] registered taskstats version 1 [ 0.649891] Loading compiled-in X.509 certificates [ 0.651402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.653327] zswap: loaded using pool lzo/zbud [ 0.655044] Key type trusted registered [ 0.656829] Key type encrypted registered [ 0.657684] AppArmor: AppArmor sha1 policy hashing enabled [ 0.658773] ima: No TPM chip found, activating TPM-bypass! [ 0.659865] evm: HMAC attrs: 0x1 [ 0.660923] Magic number: 10:607:673 [ 0.661825] rtc_cmos 00:00: setting system clock to 2018-07-23 07:40:59 UTC (1532331659) [ 0.663509] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.664654] EDD information not available. [ 0.743711] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.755649] Write protecting the kernel read-only data: 14336k [ 0.757827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.759706] 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.806085] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.71 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.85. 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.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- /dev/root resized successfully [took 0.17s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0vGN5BYEbZKZ80qxoFP9W+uHk/hiXz6o7s5eAz0rY9EGcfbmlRQMKdzn1XZdqBM7m68LQHWl1WifYNY/ZyHvXoTLhzj62xsprTQyIVDDDW8WLeELN5WFwmKka1KfJY84PO6yXj6vJAR8uJOkf/TqpptBGr6w2+asrx+MynNHBCXisiy59uSIhv/D3a0XQqYGwpMPE/nK/SzF976JwZeYOHlGa8B6DuPU3mSCXVR9lAUMOK2XQ7D8XSJWuDkj7gmKTPNHm5gLBO0x0WiDk0wcbpOWoP1xvOpZBNo1gYifRtpEH+9dgIqLpVSznVcf02KJ9f99LJHOnaHfroLLI4GEB root@singlevm2-vm-32bb3e95-0c88-49b9-9233-60b786147747 ssh-dss AAAAB3NzaC1kc3MAAACBAMnuw/d2d6cWpDyQntar5IeuTB3WczRrVQTgo263du9xVN1810N8U+4hL2TteODitxBVJU4+KBXUFPO/LWLJQCo9AenbcIKB81i8+IuF3yF2ZB3zou0m4GscLqPeZo/GjR4ReUxjPVkkJA/OPRzm0kpW3WmE6l6mI/GO1Q3hRxA7AAAAFQC7ncnJydM+vliiUjOIGdtGS058ywAAAIAWH2jeUWG2guJn65cDTtUBJoMQ5MM3gsCPuGiB3LRJjtlq5XyW0On+Q4rxTCJOmNF8bj6Ub1E4ddW1ULB1pGiqHictJ/uq356LFZRvWbBSU8aV0Gl54fo8Rb6Yvoi2OxH+srZgryGRWiHAFj2Mkwb+kQITci2bNRpo0/NjEwCw+QAAAIEAt6h58gTDzsCRSEwdq+bMqLNxuthgF9bv5mW7+DwKQo7skw4sWhBzq00G0WVYTtVwtnc1orm541RJcNbaRbuprrJFQ9ufOC2JKJGsL7m3Fngu13pOF6hMFMjfAmMrzzKfx1oyufWpUYm8HgIKdGpnI5ggvVpRGuPhLzDNQMYQmlU= root@singlevm2-vm-32bb3e95-0c88-49b9-9233-60b786147747 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe5a:37e9/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-32bb3e95-0c88-49b9-9233-60b786147747 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.20 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-32bb3e95-0c88-49b9-9233-60b786147747 login: 2018-07-23 07:41:08,062 - paramiko.transport - DEBUG - starting thread (client mode): 0x247985d0L 2018-07-23 07:41:08,063 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-23 07:41:08,101 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-23 07:41:08,102 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-23 07:41:08,103 - 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-23 07:41:08,103 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-23 07:41:08,103 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-23 07:41:08,103 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-23 07:41:08,103 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-23 07:41:08,103 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-23 07:41:08,156 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-23 07:41:08,156 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-23 07:41:08,163 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: 955b48b30904f16ed7867c832e0e468f 2018-07-23 07:41:08,164 - paramiko.transport - DEBUG - Trying discovered key e1402363e5e06a98c4f63f641b41c527 in /tmp/tmpRKfML3 2018-07-23 07:41:08,193 - paramiko.transport - DEBUG - userauth is OK 2018-07-23 07:41:08,199 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-23 07:41:08,229 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-23 07:41:08,230 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-23 07:41:08,230 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-23 07:41:08,231 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-23 07:41:08,232 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-23 07:41:08,232 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-23 07:41:08,237 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-23 07:41:08,343 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 07:41:08,343 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:38 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-23 07:41:08,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-23 07:41:08,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/fb48d1be-07b7-4ce3-b951-63a6428ded81.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:10,323 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bac1fa57-5892-4a13-90cb-833cd8444b5b Content-Length: 0 Date: Mon, 23 Jul 2018 07:41:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:41:10,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/fb48d1be-07b7-4ce3-b951-63a6428ded81.json used request id req-bac1fa57-5892-4a13-90cb-833cd8444b5b 2018-07-23 07:41:10,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.97148704529s 2018-07-23 07:41:10,324 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/fb48d1be-07b7-4ce3-b951-63a6428ded81.json used request id req-bac1fa57-5892-4a13-90cb-833cd8444b5b 2018-07-23 07:41:10,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 07:41:10,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:10,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2f0850f8-99a1-4215-b269-60077d4dd190 Date: Mon, 23 Jul 2018 07:41:10 GMT RESP BODY: {"floatingips": []} 2018-07-23 07:41:10,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2f0850f8-99a1-4215-b269-60077d4dd190 2018-07-23 07:41:10,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0521001815796s 2018-07-23 07:41:10,381 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2f0850f8-99a1-4215-b269-60077d4dd190 2018-07-23 07:41:10,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-23 07:41:10,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/4809ad45-cd82-43b5-823d-3f21f756548f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:10,772 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:41:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1411f9bd-dd2a-4c05-b24a-c61411f16c13 x-compute-request-id: req-1411f9bd-dd2a-4c05-b24a-c61411f16c13 Content-Type: application/json 2018-07-23 07:41:10,772 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/4809ad45-cd82-43b5-823d-3f21f756548f used request id req-1411f9bd-dd2a-4c05-b24a-c61411f16c13 2018-07-23 07:41:10,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.389952898026s 2018-07-23 07:41:10,772 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/4809ad45-cd82-43b5-823d-3f21f756548f used request id req-1411f9bd-dd2a-4c05-b24a-c61411f16c13 2018-07-23 07:41:10,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:41:10,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:11,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-846c71b2-24a6-4c6f-9f93-d2b63fc67b40 x-compute-request-id: req-846c71b2-24a6-4c6f-9f93-d2b63fc67b40 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_32bb3e95-0c88-49b9-9233-60b786147747": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:37:e9", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:37:e9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4809ad45-cd82-43b5-823d-3f21f756548f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4809ad45-cd82-43b5-823d-3f21f756548f", "rel": "bookmark"}], "image": {"id": "ca7a6683-e4d9-4934-bfaf-43ee898878d7", "links": [{"href": "http://172.30.9.21:8774/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:40:59.000000", "flavor": {"id": "4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "links": [{"href": "http://172.30.9.21:8774/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "rel": "bookmark"}]}, "id": "4809ad45-cd82-43b5-823d-3f21f756548f", "security_groups": [{"name": "singlevm2-sg_32bb3e95-0c88-49b9-9233-60b786147747"}], "user_id": "09dbe0b4ae6c487691b386d006b046db", "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-23T07:41:10Z", "hostId": "4978fa72d5e5435ff75c2da3b68af4af35afdd6930a584205845623b", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747", "name": "singlevm2-vm_32bb3e95-0c88-49b9-9233-60b786147747", "created": "2018-07-23T07:40:50Z", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:41:11,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-846c71b2-24a6-4c6f-9f93-d2b63fc67b40 2018-07-23 07:41:11,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0116519928s 2018-07-23 07:41:11,785 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-846c71b2-24a6-4c6f-9f93-d2b63fc67b40 2018-07-23 07:41:11,786 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:41:13,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:41:13,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:13,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c014443e-86f8-429d-a49d-8d7faa423fba x-compute-request-id: req-c014443e-86f8-429d-a49d-8d7faa423fba Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-23 07:41:13,866 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c014443e-86f8-429d-a49d-8d7faa423fba 2018-07-23 07:41:13,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0771131515503s 2018-07-23 07:41:13,866 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c014443e-86f8-429d-a49d-8d7faa423fba 2018-07-23 07:41:13,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 07:41:13,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:13,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-5f254c03-aa9f-4fb8-a565-a928c3251118 Date: Mon, 23 Jul 2018 07:41:13 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "created_at": "2018-07-23T07:40:45Z", "updated_at": "2018-07-23T07:40:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:45Z", "revision_number": 0, "id": "1e5dbe87-daf4-408b-8245-9a19942bb042", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:45Z", "security_group_id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv6", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:45Z", "revision_number": 0, "id": "a7ba497e-1c4a-4fd1-9455-6ee75727a5e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:45Z", "security_group_id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:46Z", "revision_number": 0, "id": "e14b1051-ec4c-4c43-886f-e05aeb6cb273", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:46Z", "security_group_id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-23T07:40:46Z", "revision_number": 0, "id": "fe1ee38d-1a93-4b4e-aea5-90cda60de429", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:46Z", "security_group_id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}], "revision_number": 3, "project_id": "f8f6ea2f20434515b58795d3f40ec50e", "id": "0a8d76b5-cee3-4d06-ab08-43cb82421606", "name": "singlevm2-sg_32bb3e95-0c88-49b9-9233-60b786147747"}, {"description": "Default security group", "tags": [], "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "created_at": "2018-07-23T07:40:31Z", "updated_at": "2018-07-23T07:40:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:31Z", "revision_number": 0, "id": "3b70e653-f981-4c09-a2dc-5896a64a6fd1", "remote_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:31Z", "security_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv6", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:31Z", "revision_number": 0, "id": "47b8f1fa-e4f7-4f3c-9a81-0280f849e5ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:31Z", "security_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv6", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:31Z", "revision_number": 0, "id": "4b39c5e2-e636-4804-9ecd-9ce1483997ea", "remote_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:31Z", "security_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:40:31Z", "revision_number": 0, "id": "9511ee07-3934-4269-ae54-555629132619", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:40:31Z", "security_group_id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f8f6ea2f20434515b58795d3f40ec50e"}], "revision_number": 1, "project_id": "f8f6ea2f20434515b58795d3f40ec50e", "id": "cd0bcda7-fa56-4a2b-aed9-fade3438edf8", "name": "default"}]} 2018-07-23 07:41:13,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5f254c03-aa9f-4fb8-a565-a928c3251118 2018-07-23 07:41:13,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0518898963928s 2018-07-23 07:41:13,922 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5f254c03-aa9f-4fb8-a565-a928c3251118 2018-07-23 07:41:13,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-23 07:41:13,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/0a8d76b5-cee3-4d06-ab08-43cb82421606.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:14,175 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-45a13a19-8140-426f-aaec-4a5b519b04f5 Content-Length: 0 Date: Mon, 23 Jul 2018 07:41:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:41:14,175 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/0a8d76b5-cee3-4d06-ab08-43cb82421606.json used request id req-45a13a19-8140-426f-aaec-4a5b519b04f5 2018-07-23 07:41:14,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.25001502037s 2018-07-23 07:41:14,175 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/0a8d76b5-cee3-4d06-ab08-43cb82421606.json used request id req-45a13a19-8140-426f-aaec-4a5b519b04f5 2018-07-23 07:41:14,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-23 07:41:14,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:14,357 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:41: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-a48ffeaa-11cc-4b49-b8f5-73b854a5a1cf x-compute-request-id: req-a48ffeaa-11cc-4b49-b8f5-73b854a5a1cf Content-Length: 0 Content-Type: application/json 2018-07-23 07:41:14,357 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747 used request id req-a48ffeaa-11cc-4b49-b8f5-73b854a5a1cf 2018-07-23 07:41:14,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.181246995926s 2018-07-23 07:41:14,357 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_32bb3e95-0c88-49b9-9233-60b786147747 used request id req-a48ffeaa-11cc-4b49-b8f5-73b854a5a1cf 2018-07-23 07:41:14,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 07:41:14,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e/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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" -d '{"subnet_id": "441d45eb-4078-4271-b948-bb35cce51bea"}' 2018-07-23 07:41:16,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-aefdbf90-7cc2-4c73-9b57-fdb9fd2c524f Date: Mon, 23 Jul 2018 07:41:16 GMT RESP BODY: {"network_id": "892990c7-a8a0-49da-9b92-71c894c8b811", "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "subnet_id": "441d45eb-4078-4271-b948-bb35cce51bea", "subnet_ids": ["441d45eb-4078-4271-b948-bb35cce51bea"], "port_id": "d24496fa-ecbc-47ab-a274-99da7ce07e94", "id": "897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e"} 2018-07-23 07:41:16,798 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e/remove_router_interface.json used request id req-aefdbf90-7cc2-4c73-9b57-fdb9fd2c524f 2018-07-23 07:41:16,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.44036197662s 2018-07-23 07:41:16,799 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e/remove_router_interface.json used request id req-aefdbf90-7cc2-4c73-9b57-fdb9fd2c524f returning object 897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e 2018-07-23 07:41:16,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 07:41:16,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:16,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-0e55ddd5-70dd-4235-bc8a-8f806bd71e0b Date: Mon, 23 Jul 2018 07:41:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f8f6ea2f20434515b58795d3f40ec50e", "created_at": "2018-07-23T07:40:33Z", "admin_state_up": true, "updated_at": "2018-07-23T07:41:15Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "f8f6ea2f20434515b58795d3f40ec50e", "id": "897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e", "name": "singlevm2-router_32bb3e95-0c88-49b9-9233-60b786147747"}]} 2018-07-23 07:41:16,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-0e55ddd5-70dd-4235-bc8a-8f806bd71e0b 2018-07-23 07:41:16,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.127768039703s 2018-07-23 07:41:16,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-0e55ddd5-70dd-4235-bc8a-8f806bd71e0b 2018-07-23 07:41:16,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 07:41:16,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:21,070 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72365bbc-c3ce-4bab-b396-0f44a897206e Content-Length: 0 Date: Mon, 23 Jul 2018 07:41:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:41:21,070 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e.json used request id req-72365bbc-c3ce-4bab-b396-0f44a897206e 2018-07-23 07:41:21,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.14114308357s 2018-07-23 07:41:21,070 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/897e5f9b-b5ae-4ad0-9b4e-f9a076bf842e.json used request id req-72365bbc-c3ce-4bab-b396-0f44a897206e 2018-07-23 07:41:21,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 07:41:21,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:21,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-f7ed344a-6ff3-4f49-96e9-b36e9c622110 Date: Mon, 23 Jul 2018 07:41:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"892990c7-a8a0-49da-9b92-71c894c8b811","tenant_id":"f8f6ea2f20434515b58795d3f40ec50e","created_at":"2018-07-23T07:40:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T07:40:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"f8f6ea2f20434515b58795d3f40ec50e","id":"441d45eb-4078-4271-b948-bb35cce51bea","subnetpool_id":null,"name":"singlevm2-subnet_32bb3e95-0c88-49b9-9233-60b786147747"}]} 2018-07-23 07:41:21,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f7ed344a-6ff3-4f49-96e9-b36e9c622110 2018-07-23 07:41:21,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.254858016968s 2018-07-23 07:41:21,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f7ed344a-6ff3-4f49-96e9-b36e9c622110 2018-07-23 07:41:21,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 07:41:21,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/441d45eb-4078-4271-b948-bb35cce51bea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:23,786 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-faf99de2-9446-499c-b781-2af8b7634b27 Date: Mon, 23 Jul 2018 07:41:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:41:23,786 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/441d45eb-4078-4271-b948-bb35cce51bea.json used request id req-faf99de2-9446-499c-b781-2af8b7634b27 2018-07-23 07:41:23,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.45933508873s 2018-07-23 07:41:23,787 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/441d45eb-4078-4271-b948-bb35cce51bea.json used request id req-faf99de2-9446-499c-b781-2af8b7634b27 2018-07-23 07:41:23,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:41:23,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:23,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-128e5de8-ae05-49f4-bb8f-5b898eaf3c8f Date: Mon, 23 Jul 2018 07:41:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"892990c7-a8a0-49da-9b92-71c894c8b811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f8f6ea2f20434515b58795d3f40ec50e","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:41:23Z","qos_policy_id":null,"name":"singlevm2-net_32bb3e95-0c88-49b9-9233-60b786147747","admin_state_up":true,"tenant_id":"f8f6ea2f20434515b58795d3f40ec50e","created_at":"2018-07-23T07:40:31Z","mtu":1450}]} 2018-07-23 07:41:23,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-128e5de8-ae05-49f4-bb8f-5b898eaf3c8f 2018-07-23 07:41:23,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.141746044159s 2018-07-23 07:41:23,929 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-128e5de8-ae05-49f4-bb8f-5b898eaf3c8f 2018-07-23 07:41:23,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 07:41:23,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/892990c7-a8a0-49da-9b92-71c894c8b811.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:25,295 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-09641139-e50b-4107-9d42-bc7051a16268 Date: Mon, 23 Jul 2018 07:41:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:41:25,295 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/892990c7-a8a0-49da-9b92-71c894c8b811.json used request id req-09641139-e50b-4107-9d42-bc7051a16268 2018-07-23 07:41:25,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.36490106583s 2018-07-23 07:41:25,296 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/892990c7-a8a0-49da-9b92-71c894c8b811.json used request id req-09641139-e50b-4107-9d42-bc7051a16268 2018-07-23 07:41:25,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:41:25,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:26,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-01207d66-f94d-4d2a-b183-69ae3f615a83 Date: Mon, 23 Jul 2018 07:41:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7/snap", "metadata": {}}], "file": "/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7/file", "owner": "f8f6ea2f20434515b58795d3f40ec50e", "id": "ca7a6683-e4d9-4934-bfaf-43ee898878d7", "size": 12716032, "self": "/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7", "disk_format": "qcow2", "direct_url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:40:43Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_32bb3e95-0c88-49b9-9233-60b786147747", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_32bb3e95-0c88-49b9-9233-60b786147747", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T07:40:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:41:26,017 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-01207d66-f94d-4d2a-b183-69ae3f615a83 2018-07-23 07:41:26,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.717429876328s 2018-07-23 07:41:26,018 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-01207d66-f94d-4d2a-b183-69ae3f615a83 2018-07-23 07:41:26,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-23 07:41:26,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb329a266c7cca2e8c1e27c1cc2f99cecc0d51c0" 2018-07-23 07:41:26,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bd5c7cc3-84d6-447c-93b9-2f3c4989f82a Date: Mon, 23 Jul 2018 07:41: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-23 07:41:26,608 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7 used request id req-bd5c7cc3-84d6-447c-93b9-2f3c4989f82a 2018-07-23 07:41:26,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.588977098465s 2018-07-23 07:41:26,608 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ca7a6683-e4d9-4934-bfaf-43ee898878d7 used request id req-bd5c7cc3-84d6-447c-93b9-2f3c4989f82a 2018-07-23 07:41:26,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 07:41:26,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:41:26,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41: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-e91750dc-b74b-4cf3-9c4a-3f511e44fa39 x-compute-request-id: req-e91750dc-b74b-4cf3-9c4a-3f511e44fa39 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_32bb3e95-0c88-49b9-9233-60b786147747", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4", "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": "4b9d55fd-559c-4bdb-80c5-abeca0f587c4"}]} 2018-07-23 07:41:26,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e91750dc-b74b-4cf3-9c4a-3f511e44fa39 2018-07-23 07:41:26,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0329911708832s 2018-07-23 07:41:26,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e91750dc-b74b-4cf3-9c4a-3f511e44fa39 2018-07-23 07:41:26,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-23 07:41:26,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:41:26,793 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:41:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-04c6b2ce-d482-42de-a970-8f45a2f17394 x-compute-request-id: req-04c6b2ce-d482-42de-a970-8f45a2f17394 Content-Length: 0 Content-Type: application/json 2018-07-23 07:41:26,793 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4 used request id req-04c6b2ce-d482-42de-a970-8f45a2f17394 2018-07-23 07:41:26,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.149514913559s 2018-07-23 07:41:26,793 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4b9d55fd-559c-4bdb-80c5-abeca0f587c4 used request id req-04c6b2ce-d482-42de-a970-8f45a2f17394 2018-07-23 07:41:26,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:41:26,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:41:26,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18cd08e2-e64e-44bf-aef4-0f921714a4d0 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "singlevm2-user_32bb3e95-0c88-49b9-9233-60b786147747", "links": {"self": "http://172.30.9.21:5000/v3/users/09dbe0b4ae6c487691b386d006b046db"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "09dbe0b4ae6c487691b386d006b046db", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1287116150bf4ce0bb02309b90f72dad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1287116150bf4ce0bb02309b90f72dad", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/21e964dbe82e41fc9ab56342e3a027a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e964dbe82e41fc9ab56342e3a027a6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/22ca89ed14c94721b5fd2f655167f068"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22ca89ed14c94721b5fd2f655167f068", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/26e8ee3b56ac43b5ad4adb33444e47c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26e8ee3b56ac43b5ad4adb33444e47c5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2c51044dca7046e9ac6c8a2b041ab851"}, "domain_id": "2251db99694d4962850e9aa610271f3b", "enabled": true, "options": {}, "id": "2c51044dca7046e9ac6c8a2b041ab851", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/544231ec6739441cb54b5539dc4cb037"}, "domain_id": "default", "enabled": true, "options": {}, "id": "544231ec6739441cb54b5539dc4cb037", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/5e82f334d9e14b8d9506539adc7ce92e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e82f334d9e14b8d9506539adc7ce92e", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/65c01a9c052649319a58dc4f31d740c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c01a9c052649319a58dc4f31d740c5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/9501c3a36c404541a1124c0e6bb48ee3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9501c3a36c404541a1124c0e6bb48ee3", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/bb2150505dda410a96da7779cf282b1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb2150505dda410a96da7779cf282b1e", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/bd2639e1449b40f2a53cadeb987e55a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd2639e1449b40f2a53cadeb987e55a9", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c3b410f589154db5817aab8aac895175"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3b410f589154db5817aab8aac895175", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d25756ff75c34032b0c565829f353e82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25756ff75c34032b0c565829f353e82", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/e2971232255b4d6b82c5aeea243f97c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2971232255b4d6b82c5aeea243f97c1", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-23 07:41:26,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-18cd08e2-e64e-44bf-aef4-0f921714a4d0 2018-07-23 07:41:26,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117306947708s 2018-07-23 07:41:26,912 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-18cd08e2-e64e-44bf-aef4-0f921714a4d0 2018-07-23 07:41:26,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:41:26,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/09dbe0b4ae6c487691b386d006b046db -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:41:27,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bca265e2-adcc-48ca-89a5-097bfcf9ee2b Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_32bb3e95-0c88-49b9-9233-60b786147747", "links": {"self": "http://172.30.9.21:5000/v3/users/09dbe0b4ae6c487691b386d006b046db"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "09dbe0b4ae6c487691b386d006b046db", "description": null}} 2018-07-23 07:41:27,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/09dbe0b4ae6c487691b386d006b046db used request id req-bca265e2-adcc-48ca-89a5-097bfcf9ee2b 2018-07-23 07:41:27,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.127506017685s 2018-07-23 07:41:27,045 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/09dbe0b4ae6c487691b386d006b046db used request id req-bca265e2-adcc-48ca-89a5-097bfcf9ee2b 2018-07-23 07:41:27,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-23 07:41:27,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/09dbe0b4ae6c487691b386d006b046db -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:41:27,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:41:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0d4a6d2-bf41-4705-8492-dc6ea03ff3b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:41:27,410 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/09dbe0b4ae6c487691b386d006b046db used request id req-c0d4a6d2-bf41-4705-8492-dc6ea03ff3b5 2018-07-23 07:41:27,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.364683866501s 2018-07-23 07:41:27,410 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/09dbe0b4ae6c487691b386d006b046db used request id req-c0d4a6d2-bf41-4705-8492-dc6ea03ff3b5 2018-07-23 07:41:27,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 07:41:27,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:41:27,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-518cd215-7e1c-4044-93fd-d2715baacbe0 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566"}, "tags": [], "enabled": true, "id": "0e18f5d29fa84969a7e290a71d4fd566", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/40d340270b3e485491d6be25a56c453f"}, "tags": [], "enabled": true, "id": "40d340270b3e485491d6be25a56c453f", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.21:5000/v3/projects/f8f6ea2f20434515b58795d3f40ec50e"}, "tags": [], "enabled": true, "id": "f8f6ea2f20434515b58795d3f40ec50e", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_32bb3e95-0c88-49b9-9233-60b786147747"}]} 2018-07-23 07:41:27,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-518cd215-7e1c-4044-93fd-d2715baacbe0 2018-07-23 07:41:27,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103663921356s 2018-07-23 07:41:27,521 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-518cd215-7e1c-4044-93fd-d2715baacbe0 2018-07-23 07:41:27,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-23 07:41:27,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/f8f6ea2f20434515b58795d3f40ec50e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}442464aa52fde23b411fb6f7624cd11a855ef994" 2018-07-23 07:41:27,726 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:41:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59382181-ee0d-4ef9-a15a-fea40a5b6b3e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:41:27,726 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f8f6ea2f20434515b58795d3f40ec50e used request id req-59382181-ee0d-4ef9-a15a-fea40a5b6b3e 2018-07-23 07:41:27,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.20054101944s 2018-07-23 07:41:27,726 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f8f6ea2f20434515b58795d3f40ec50e used request id req-59382181-ee0d-4ef9-a15a-fea40a5b6b3e 2018-07-23 07:41:27,788 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-07-23 07:41:27,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 07:41:27,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 07:41:27,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 07:41:27,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 07:41:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 07:41:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 07:41:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 07:41:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 07:41:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 07:41:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 07:41:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 07:41:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 07:41:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 07:41:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 07:41:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 07:41:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 07:41:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 07:41:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 07:41:27,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 07:41:27,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 07:41:27,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 07:41:27,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 07:41:27,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:41:27,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21e0901e-8a2d-422e-81fc-09d5574424aa 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.21:5000/v3/", "rel": "self"}]}} 2018-07-23 07:41:27,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-21e0901e-8a2d-422e-81fc-09d5574424aa 2018-07-23 07:41:27,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-23 07:41:28,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40a5620b1e784c22beda1ae3289f9e23", "name": "reader"}, {"id": "1c63495f601d4fd899158fb6718f568a", "name": "member"}, {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "name": "admin"}], "expires_at": "2018-07-23T08:41:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40d340270b3e485491d6be25a56c453f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce282ecbbba248f28a2a48359ab9852c"}], "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8842ad52263c477d9d091a2eb09c6b07"}], "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fa69a2f6532480893aba172a82bc285"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea54707f422947ba81df4a98cadc2148"}], "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"url": "http://172.30.9.21:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8a76b37dbc7448498e988f67eaef1c8"}], "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb0386e3f04145818be6768d3417f9a4"}], "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8ad852821b04802a57e13245d54444a"}], "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e171355f417f4e65bd290816771872af"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc13e075915a41239400d8d5e5e97f51"}], "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}], "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"url": "http://12.0.0.28:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}], "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baaea9d18794c309e333af015de2a86"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5967cc28be044cb8a864a21b2d1c41c"}], "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ece48747154471e88b0c5aae278adb3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2662bcf19454e78829b8749f9d69308"}], "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"url": "http://172.30.9.21:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49500008eaec4c76916ecb04072b1992"}, {"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}], "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"url": "http://172.30.9.21:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a91452ce052f466488f8f6b679a6ba66"}], "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d2f9b971c394de68c950899a8325cb2"}], "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25756ff75c34032b0c565829f353e82"}, "audit_ids": ["uJu-bT02RgOU1YE2jfXSTg"], "issued_at": "2018-07-23T07:41:28.000000Z"}} 2018-07-23 07:41:28,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:41:28,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:41:28,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-555ce363-b5ea-4699-ab14-a7580e3cf3ce Date: Mon, 23 Jul 2018 07:41:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"}]} 2018-07-23 07:41:28,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-555ce363-b5ea-4699-ab14-a7580e3cf3ce 2018-07-23 07:41:28,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.271898031235s 2018-07-23 07:41:28,507 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-555ce363-b5ea-4699-ab14-a7580e3cf3ce 2018-07-23 07:41:28,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:41:28,515 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 07:41:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed96d684-a779-4c76-8883-ccb9dd58d5f9 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.21:5000/v3/", "rel": "self"}]}]}} 2018-07-23 07:41:28,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-ed96d684-a779-4c76-8883-ccb9dd58d5f9 2018-07-23 07:41:28,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 07:41:28,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:41:28,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-541ee02b-bebb-4ab8-9475-acb38ff8d6c4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/2251db99694d4962850e9aa610271f3b"}, "tags": [], "enabled": true, "id": "2251db99694d4962850e9aa610271f3b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-07-23 07:41:28,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-541ee02b-bebb-4ab8-9475-acb38ff8d6c4 2018-07-23 07:41:28,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.106048822403s 2018-07-23 07:41:28,623 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-541ee02b-bebb-4ab8-9475-acb38ff8d6c4 2018-07-23 07:41:28,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-23 07:41:28,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_545683af-31fe-4933-83a1-352c1e2ae4d8"}}' 2018-07-23 07:41:28,819 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 07:41:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad4dad4c-7d01-4da2-98ad-b803a35b75c4 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.21:5000/v3/projects/0486e94486304ab6adf645ccec018862"}, "tags": [], "enabled": true, "id": "0486e94486304ab6adf645ccec018862", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_545683af-31fe-4933-83a1-352c1e2ae4d8"}} 2018-07-23 07:41:28,819 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ad4dad4c-7d01-4da2-98ad-b803a35b75c4 2018-07-23 07:41:28,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.189600229263s 2018-07-23 07:41:28,820 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ad4dad4c-7d01-4da2-98ad-b803a35b75c4 2018-07-23 07:41:28,820 - 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'0486e94486304ab6adf645ccec018862', '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_545683af-31fe-4933-83a1-352c1e2ae4d8'}) 2018-07-23 07:41:28,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-23 07:41:28,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "1c64d425-75e9-46d5-9b23-c29df97ed06e", "email": null, "name": "vping_ssh-user_545683af-31fe-4933-83a1-352c1e2ae4d8"}}' 2018-07-23 07:41:29,244 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 07:41:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-055ebe3c-c55e-4c26-8567-473484383dcf Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_545683af-31fe-4933-83a1-352c1e2ae4d8", "links": {"self": "http://172.30.9.21:5000/v3/users/c6ab80ed83da4ec39c6b653213a20c2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c6ab80ed83da4ec39c6b653213a20c2e", "domain_id": "default", "password_expires_at": null}} 2018-07-23 07:41:29,244 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-055ebe3c-c55e-4c26-8567-473484383dcf 2018-07-23 07:41:29,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.417588949203s 2018-07-23 07:41:29,244 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-055ebe3c-c55e-4c26-8567-473484383dcf 2018-07-23 07:41:29,245 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c6ab80ed83da4ec39c6b653213a20c2e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_545683af-31fe-4933-83a1-352c1e2ae4d8'}) 2018-07-23 07:41:29,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:41:29,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:41:29,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df487690-01fe-4ae9-a791-224ffbc8e15e Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:41:29,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-df487690-01fe-4ae9-a791-224ffbc8e15e 2018-07-23 07:41:29,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101984024048s 2018-07-23 07:41:29,350 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-df487690-01fe-4ae9-a791-224ffbc8e15e 2018-07-23 07:41:29,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:41:29,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:41:29,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-151ef584-13e2-4494-9a36-507b6e98b50b Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:41:29,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-151ef584-13e2-4494-9a36-507b6e98b50b 2018-07-23 07:41:29,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0964250564575s 2018-07-23 07:41:29,452 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-151ef584-13e2-4494-9a36-507b6e98b50b 2018-07-23 07:41:29,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:41:29,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:41:29,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90ff3408-6326-4abb-9731-953364cd4d21 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:41:29,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-90ff3408-6326-4abb-9731-953364cd4d21 2018-07-23 07:41:29,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102293014526s 2018-07-23 07:41:29,560 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-90ff3408-6326-4abb-9731-953364cd4d21 2018-07-23 07:41:29,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 07:41:29,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:41:29,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de42aff-17d3-43e8-88e8-d78adc48ccab Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-23 07:41:29,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-3de42aff-17d3-43e8-88e8-d78adc48ccab 2018-07-23 07:41:29,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.111697912216s 2018-07-23 07:41:29,677 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-3de42aff-17d3-43e8-88e8-d78adc48ccab 2018-07-23 07:41:29,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:41:29,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:41:29,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4d8d477-63ad-494c-91cf-d043aad4e6b0 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1287116150bf4ce0bb02309b90f72dad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1287116150bf4ce0bb02309b90f72dad", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/21e964dbe82e41fc9ab56342e3a027a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e964dbe82e41fc9ab56342e3a027a6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/22ca89ed14c94721b5fd2f655167f068"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22ca89ed14c94721b5fd2f655167f068", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/26e8ee3b56ac43b5ad4adb33444e47c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26e8ee3b56ac43b5ad4adb33444e47c5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2c51044dca7046e9ac6c8a2b041ab851"}, "domain_id": "2251db99694d4962850e9aa610271f3b", "enabled": true, "options": {}, "id": "2c51044dca7046e9ac6c8a2b041ab851", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/544231ec6739441cb54b5539dc4cb037"}, "domain_id": "default", "enabled": true, "options": {}, "id": "544231ec6739441cb54b5539dc4cb037", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/5e82f334d9e14b8d9506539adc7ce92e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e82f334d9e14b8d9506539adc7ce92e", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/65c01a9c052649319a58dc4f31d740c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c01a9c052649319a58dc4f31d740c5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/9501c3a36c404541a1124c0e6bb48ee3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9501c3a36c404541a1124c0e6bb48ee3", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/bb2150505dda410a96da7779cf282b1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb2150505dda410a96da7779cf282b1e", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/bd2639e1449b40f2a53cadeb987e55a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd2639e1449b40f2a53cadeb987e55a9", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c3b410f589154db5817aab8aac895175"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3b410f589154db5817aab8aac895175", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_545683af-31fe-4933-83a1-352c1e2ae4d8", "links": {"self": "http://172.30.9.21:5000/v3/users/c6ab80ed83da4ec39c6b653213a20c2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c6ab80ed83da4ec39c6b653213a20c2e", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d25756ff75c34032b0c565829f353e82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25756ff75c34032b0c565829f353e82", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/e2971232255b4d6b82c5aeea243f97c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2971232255b4d6b82c5aeea243f97c1", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-23 07:41:29,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b4d8d477-63ad-494c-91cf-d043aad4e6b0 2018-07-23 07:41:29,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115412950516s 2018-07-23 07:41:29,794 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b4d8d477-63ad-494c-91cf-d043aad4e6b0 2018-07-23 07:41:29,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 07:41:29,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:41:29,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5b1496f-2d1c-4135-a28c-bbda8e76cfaf Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/40d340270b3e485491d6be25a56c453f"}, "tags": [], "enabled": true, "id": "40d340270b3e485491d6be25a56c453f", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566"}, "tags": [], "enabled": true, "id": "0e18f5d29fa84969a7e290a71d4fd566", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/0486e94486304ab6adf645ccec018862"}, "tags": [], "enabled": true, "id": "0486e94486304ab6adf645ccec018862", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_545683af-31fe-4933-83a1-352c1e2ae4d8"}]} 2018-07-23 07:41:29,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a5b1496f-2d1c-4135-a28c-bbda8e76cfaf 2018-07-23 07:41:29,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.113821983337s 2018-07-23 07:41:29,919 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a5b1496f-2d1c-4135-a28c-bbda8e76cfaf 2018-07-23 07:41:29,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-23 07:41:29,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=c6ab80ed83da4ec39c6b653213a20c2e&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=0486e94486304ab6adf645ccec018862" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:41:30,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b91ba72-ba86-4507-b90a-90c108b5b548 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=c6ab80ed83da4ec39c6b653213a20c2e&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=0486e94486304ab6adf645ccec018862", "previous": null, "next": null}} 2018-07-23 07:41:30,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=c6ab80ed83da4ec39c6b653213a20c2e&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=0486e94486304ab6adf645ccec018862 used request id req-1b91ba72-ba86-4507-b90a-90c108b5b548 2018-07-23 07:41:30,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.104306221008s 2018-07-23 07:41:30,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=c6ab80ed83da4ec39c6b653213a20c2e&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=0486e94486304ab6adf645ccec018862 used request id req-1b91ba72-ba86-4507-b90a-90c108b5b548 2018-07-23 07:41:30,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-23 07:41:30,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/0486e94486304ab6adf645ccec018862/users/c6ab80ed83da4ec39c6b653213a20c2e/roles/1c63495f601d4fd899158fb6718f568a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:41:30,228 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:41:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59834239-f522-46e5-843b-fbdf91c7b071 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:41:30,228 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0486e94486304ab6adf645ccec018862/users/c6ab80ed83da4ec39c6b653213a20c2e/roles/1c63495f601d4fd899158fb6718f568a used request id req-59834239-f522-46e5-843b-fbdf91c7b071 2018-07-23 07:41:30,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.193383932114s 2018-07-23 07:41:30,228 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0486e94486304ab6adf645ccec018862/users/c6ab80ed83da4ec39c6b653213a20c2e/roles/1c63495f601d4fd899158fb6718f568a used request id req-59834239-f522-46e5-843b-fbdf91c7b071 2018-07-23 07:41:30,229 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_545683af-31fe-4933-83a1-352c1e2ae4d8', 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'0486e94486304ab6adf645ccec018862', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '1c64d425-75e9-46d5-9b23-c29df97ed06e', 'username': u'vping_ssh-user_545683af-31fe-4933-83a1-352c1e2ae4d8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-23 07:41:30,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 07:41:30,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 07:41:30,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 07:41:30,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 07:41:30,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 07:41:30,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 07:41:30,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 07:41:30,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 07:41:30,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 07:41:30,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 07:41:30,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 07:41:30,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 07:41:30,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 07:41:30,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 07:41:30,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 07:41:30,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 07:41:30,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 07:41:30,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 07:41:30,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 07:41:30,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 07:41:30,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 07:41:30,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 07:41:30,234 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_545683af-31fe-4933-83a1-352c1e2ae4d8', 'password': '1c64d425-75e9-46d5-9b23-c29df97ed06e', 'project_name': 'vping_ssh-project_545683af-31fe-4933-83a1-352c1e2ae4d8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '0486e94486304ab6adf645ccec018862', 'project_domain_name': 'Default'} 2018-07-23 07:41:30,234 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-07-23 07:41:30,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:41:30,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ca0134a-4081-46d4-956d-3f13cf3a6ab5 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.21:5000/v3/", "rel": "self"}]}} 2018-07-23 07:41:30,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4ca0134a-4081-46d4-956d-3f13cf3a6ab5 2018-07-23 07:41:30,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-23 07:41:30,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40a5620b1e784c22beda1ae3289f9e23", "name": "reader"}, {"id": "1c63495f601d4fd899158fb6718f568a", "name": "member"}], "expires_at": "2018-07-23T08:41:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0486e94486304ab6adf645ccec018862", "name": "vping_ssh-project_545683af-31fe-4933-83a1-352c1e2ae4d8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce282ecbbba248f28a2a48359ab9852c"}], "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/0486e94486304ab6adf645ccec018862", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"url": "http://192.30.9.4:8004/v1/0486e94486304ab6adf645ccec018862", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"url": "http://192.30.9.4:8004/v1/0486e94486304ab6adf645ccec018862", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8842ad52263c477d9d091a2eb09c6b07"}], "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fa69a2f6532480893aba172a82bc285"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea54707f422947ba81df4a98cadc2148"}], "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0486e94486304ab6adf645ccec018862", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"url": "http://172.30.9.21:8776/v2/0486e94486304ab6adf645ccec018862", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"url": "http://192.30.9.4:8776/v2/0486e94486304ab6adf645ccec018862", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8a76b37dbc7448498e988f67eaef1c8"}], "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb0386e3f04145818be6768d3417f9a4"}], "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8ad852821b04802a57e13245d54444a"}], "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e171355f417f4e65bd290816771872af"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc13e075915a41239400d8d5e5e97f51"}], "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}], "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_0486e94486304ab6adf645ccec018862", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"url": "http://12.0.0.28:8080/v1/AUTH_0486e94486304ab6adf645ccec018862", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}], "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baaea9d18794c309e333af015de2a86"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5967cc28be044cb8a864a21b2d1c41c"}], "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ece48747154471e88b0c5aae278adb3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2662bcf19454e78829b8749f9d69308"}], "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0486e94486304ab6adf645ccec018862", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"url": "http://172.30.9.21:8776/v3/0486e94486304ab6adf645ccec018862", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49500008eaec4c76916ecb04072b1992"}, {"url": "http://192.30.9.4:8776/v3/0486e94486304ab6adf645ccec018862", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}], "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0486e94486304ab6adf645ccec018862", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"url": "http://172.30.9.21:8776/v1/0486e94486304ab6adf645ccec018862", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"url": "http://192.30.9.4:8776/v1/0486e94486304ab6adf645ccec018862", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a91452ce052f466488f8f6b679a6ba66"}], "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d2f9b971c394de68c950899a8325cb2"}], "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_545683af-31fe-4933-83a1-352c1e2ae4d8", "id": "c6ab80ed83da4ec39c6b653213a20c2e"}, "audit_ids": ["wRAeCW49QxaO5tCQf7rjDg"], "issued_at": "2018-07-23T07:41:30.000000Z"}} 2018-07-23 07:41:30,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 07:41:30,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -d '{"network": {"name": "vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8", "admin_state_up": true}}' 2018-07-23 07:41:31,187 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-56947d05-07b5-4a7a-8b90-eb8050f9513a Date: Mon, 23 Jul 2018 07:41:31 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0486e94486304ab6adf645ccec018862","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:41:31Z","is_default":false,"name":"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:41:30Z","mtu":1450}} 2018-07-23 07:41:31,187 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-56947d05-07b5-4a7a-8b90-eb8050f9513a 2018-07-23 07:41:31,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.539572954178s 2018-07-23 07:41:31,188 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-56947d05-07b5-4a7a-8b90-eb8050f9513a 2018-07-23 07:41:31,188 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-23T07:41:31Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'4e2d3aae-3b36-4d9c-ae82-e1201c111122', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8', u'admin_state_up': True, u'tenant_id': u'0486e94486304ab6adf645ccec018862', u'created_at': u'2018-07-23T07:41:30Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0486e94486304ab6adf645ccec018862', u'l2_adjacency': True}) 2018-07-23 07:41:31,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:41:31,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:41:31,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-816919fd-a5b8-410a-835d-2eacacfc5fb9 Date: Mon, 23 Jul 2018 07:41:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0486e94486304ab6adf645ccec018862","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:41:31Z","qos_policy_id":null,"name":"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8","admin_state_up":true,"tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:41:30Z","mtu":1450}]} 2018-07-23 07:41:31,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-816919fd-a5b8-410a-835d-2eacacfc5fb9 2018-07-23 07:41:31,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.421858072281s 2018-07-23 07:41:31,611 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-816919fd-a5b8-410a-835d-2eacacfc5fb9 2018-07-23 07:41:31,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 07:41:31,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -d '{"subnet": {"name": "vping_ssh-subnet_545683af-31fe-4933-83a1-352c1e2ae4d8", "enable_dhcp": true, "network_id": "4e2d3aae-3b36-4d9c-ae82-e1201c111122", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 07:41:32,445 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-79a0d81f-0ace-4323-926d-288a38431c39 Date: Mon, 23 Jul 2018 07:41:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:41:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T07:41:32Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"0486e94486304ab6adf645ccec018862","id":"6d4237ff-d907-4fd1-ac03-f13189bc3789","subnetpool_id":null,"name":"vping_ssh-subnet_545683af-31fe-4933-83a1-352c1e2ae4d8"}} 2018-07-23 07:41:32,445 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-79a0d81f-0ace-4323-926d-288a38431c39 2018-07-23 07:41:32,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.832481145859s 2018-07-23 07:41:32,446 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-79a0d81f-0ace-4323-926d-288a38431c39 2018-07-23 07:41:32,446 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:41:32Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'6d4237ff-d907-4fd1-ac03-f13189bc3789', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_545683af-31fe-4933-83a1-352c1e2ae4d8', u'enable_dhcp': True, u'network_id': u'4e2d3aae-3b36-4d9c-ae82-e1201c111122', u'tenant_id': u'0486e94486304ab6adf645ccec018862', u'created_at': u'2018-07-23T07:41:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0486e94486304ab6adf645ccec018862'}) 2018-07-23 07:41:32,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 07:41:32,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -d '{"router": {"external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2"}, "name": "vping_ssh-router_545683af-31fe-4933-83a1-352c1e2ae4d8", "admin_state_up": true}}' 2018-07-23 07:41:38,843 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-e4ec5b49-74c4-4e21-ae5e-4031a08a9943 Date: Mon, 23 Jul 2018 07:41:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "0486e94486304ab6adf645ccec018862", "created_at": "2018-07-23T07:41:33Z", "admin_state_up": true, "updated_at": "2018-07-23T07:41:34Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "0486e94486304ab6adf645ccec018862", "id": "bb4571ed-2bc4-42e6-ab48-a780ceab35ae", "name": "vping_ssh-router_545683af-31fe-4933-83a1-352c1e2ae4d8"}} 2018-07-23 07:41:38,844 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e4ec5b49-74c4-4e21-ae5e-4031a08a9943 2018-07-23 07:41:38,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.39668297768s 2018-07-23 07:41:38,844 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e4ec5b49-74c4-4e21-ae5e-4031a08a9943 2018-07-23 07:41:38,845 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:41:34Z', u'revision_number': 3, u'id': u'bb4571ed-2bc4-42e6-ab48-a780ceab35ae', u'external_gateway_info': {u'network_id': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7f4e00c4-685a-48c3-9dde-2e27fff1d73e', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_545683af-31fe-4933-83a1-352c1e2ae4d8', u'admin_state_up': True, u'tenant_id': u'0486e94486304ab6adf645ccec018862', u'created_at': u'2018-07-23T07:41:33Z', u'flavor_id': None, u'routes': [], u'project_id': u'0486e94486304ab6adf645ccec018862'}) 2018-07-23 07:41:38,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 07:41:38,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/bb4571ed-2bc4-42e6-ab48-a780ceab35ae/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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -d '{"subnet_id": "6d4237ff-d907-4fd1-ac03-f13189bc3789"}' 2018-07-23 07:41:41,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7b056835-7347-4ec3-bf26-8013be5b028f Date: Mon, 23 Jul 2018 07:41:41 GMT RESP BODY: {"network_id": "4e2d3aae-3b36-4d9c-ae82-e1201c111122", "tenant_id": "0486e94486304ab6adf645ccec018862", "subnet_id": "6d4237ff-d907-4fd1-ac03-f13189bc3789", "subnet_ids": ["6d4237ff-d907-4fd1-ac03-f13189bc3789"], "port_id": "047f9517-b5ce-4ab4-8f21-9ab666fa2720", "id": "bb4571ed-2bc4-42e6-ab48-a780ceab35ae"} 2018-07-23 07:41:41,771 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/bb4571ed-2bc4-42e6-ab48-a780ceab35ae/add_router_interface.json used request id req-7b056835-7347-4ec3-bf26-8013be5b028f 2018-07-23 07:41:41,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.92628407478s 2018-07-23 07:41:41,772 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/bb4571ed-2bc4-42e6-ab48-a780ceab35ae/add_router_interface.json used request id req-7b056835-7347-4ec3-bf26-8013be5b028f returning object bb4571ed-2bc4-42e6-ab48-a780ceab35ae 2018-07-23 07:41:41,772 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-23 07:41:41,904 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-23 07:41:41,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:41:41,911 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 23 Jul 2018 07:41:41 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-23 07:41:41,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:41:41,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:41:42,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-31138b4e-8929-4970-977a-39ad037bed20 Date: Mon, 23 Jul 2018 07:41:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:41:42,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-31138b4e-8929-4970-977a-39ad037bed20 2018-07-23 07:41:42,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.689783096313s 2018-07-23 07:41:42,606 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-31138b4e-8929-4970-977a-39ad037bed20 2018-07-23 07:41:42,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-23 07:41:42,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_545683af-31fe-4933-83a1-352c1e2ae4d8", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_545683af-31fe-4933-83a1-352c1e2ae4d8"}' 2018-07-23 07:41:42,864 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0e624c70-9073-4dc0-a0cc-634d865587e2 Date: Mon, 23 Jul 2018 07:41:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2/file", "owner": "0486e94486304ab6adf645ccec018862", "id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "size": null, "self": "/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:41:42Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_545683af-31fe-4933-83a1-352c1e2ae4d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_545683af-31fe-4933-83a1-352c1e2ae4d8", "checksum": null, "created_at": "2018-07-23T07:41:42Z", "protected": false} 2018-07-23 07:41:42,865 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-0e624c70-9073-4dc0-a0cc-634d865587e2 2018-07-23 07:41:42,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.25058889389s 2018-07-23 07:41:42,865 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-0e624c70-9073-4dc0-a0cc-634d865587e2 returning object f844cfb9-2512-4bf1-b6e7-d36d38a820e2 2018-07-23 07:41:42,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-23 07:41:42,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2/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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -d '' 2018-07-23 07:41:44,552 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6802555d-e8e4-4661-aca0-6ec1a86bf2ba Date: Mon, 23 Jul 2018 07:41:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 07:41:44,552 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2/file used request id req-6802555d-e8e4-4661-aca0-6ec1a86bf2ba 2018-07-23 07:41:44,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.68660902977s 2018-07-23 07:41:44,553 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2/file used request id req-6802555d-e8e4-4661-aca0-6ec1a86bf2ba 2018-07-23 07:41:44,553 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_545683af-31fe-4933-83a1-352c1e2ae4d8', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-23T07:41:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2/file', u'owner': u'0486e94486304ab6adf645ccec018862', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'f844cfb9-2512-4bf1-b6e7-d36d38a820e2', u'size': None, u'name': u'vping_ssh-img_545683af-31fe-4933-83a1-352c1e2ae4d8', u'checksum': None, u'self': u'/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-23T07:41:42Z', u'schema': u'/v2/schemas/image'}) 2018-07-23 07:41:44,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-23 07:41:44,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_545683af-31fe-4933-83a1-352c1e2ae4d8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-23 07:41:44,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e73ed411-e189-4b7b-985b-a3e509191e00 x-compute-request-id: req-e73ed411-e189-4b7b-985b-a3e509191e00 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_545683af-31fe-4933-83a1-352c1e2ae4d8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "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": "076627c6-64a4-46e1-859f-134299115c20"}} 2018-07-23 07:41:44,790 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e73ed411-e189-4b7b-985b-a3e509191e00 2018-07-23 07:41:44,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.236440896988s 2018-07-23 07:41:44,791 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e73ed411-e189-4b7b-985b-a3e509191e00 2018-07-23 07:41:44,791 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_545683af-31fe-4933-83a1-352c1e2ae4d8', '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'40d340270b3e485491d6be25a56c453f', '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'076627c6-64a4-46e1-859f-134299115c20', 'swap': 0}) 2018-07-23 07:41:44,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-23 07:41:44,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/076627c6-64a4-46e1-859f-134299115c20/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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" -d '{"extra_specs": {}}' 2018-07-23 07:41:44,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf5e4216-9642-4a9c-a3ee-a8bfe4e65249 x-compute-request-id: req-cf5e4216-9642-4a9c-a3ee-a8bfe4e65249 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-23 07:41:44,816 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/076627c6-64a4-46e1-859f-134299115c20/os-extra_specs used request id req-cf5e4216-9642-4a9c-a3ee-a8bfe4e65249 2018-07-23 07:41:44,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.024218082428s 2018-07-23 07:41:44,817 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/076627c6-64a4-46e1-859f-134299115c20/os-extra_specs used request id req-cf5e4216-9642-4a9c-a3ee-a8bfe4e65249 2018-07-23 07:41:44,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-23 07:41:44,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -d '{"keypair": {"name": "vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8"}}' 2018-07-23 07:41:45,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-423d03c3-ef7c-4456-8f6c-d01e866d1ce1 x-compute-request-id: req-423d03c3-ef7c-4456-8f6c-d01e866d1ce1 Content-Encoding: gzip Content-Length: 1810 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDczqTLCByimiMU3f2xHFaFsO/66zWwkWjOyWUlYY6uLP8/xAgWXXf2DbN+0XQw/2B6G3Ml3rXHNdXkCULN88H8PQF3uVyeFpFcMkxoSxypY3J/r3eG/8+6MuaWqsOvhnOeMC0xzFBvFS0PSJnekNYlX5HZ0u2XXk1XwA3BlU07sdwWhczEpwgdnVj1afirI7vrPvN4cj010uiFm6l0EYy9xlYKkMpNBwL4HCho2ot9hS6CQKaWu6KNmRYaOdvbdeviVfBrP/wGchrkfoX3S/rznzwiaqB+10RcOdGTpECtvtxylnf7aP2bX/QOPf738qBxn+2E6QYEqrbI3fVh4NDX Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3M6kywgcopojFN39sRxWhbDv+us1sJFozsllJWGOriz/P8QI\nFl139g2zftF0MP9gehtzJd61xzXV5AlCzfPB/D0Bd7lcnhaRXDJMaEscqWNyf693\nhv/PujLmlqrDr4ZznjAtMcxQbxUtD0iZ3pDWJV+R2dLtl15NV8ANwZVNO7HcFoXM\nxKcIHZ1Y9Wn4qyO76z7zeHI9NdLohZupdBGMvcZWCpDKTQcC+BwoaNqLfYUugkCm\nlruijZkWGjnb23Xr4lXwaz/8BnIa5H6F90v68588ImqgftdEXDnRk6RArb7ccpZ3\n+2j9m1/0Dj3+9/KgcZ/thOkGBKq2yN31YeDQ1wIDAQABAoIBAQCscGD4AkzCm5dc\nG4WdBGF5pNW1Ym0aiGSOYW+xQr/3vEJWnRQnyzT9HnQYTSDthvLkSX2ijIvvmFaC\n8MyQJJZRE5+KzWLMPxmkI8/R/x7SFkz79J9m+W5Tnp6/+Xo7IMg4OK2C32nNZn87\nGVq5GulyZHF16CkOdmH2bpEPpjabr3YCWTkE8OeZiQiFeos8DBC0jUwViTmo/uNG\n2dfbTRJewRhej8vaDY1Kr7vgUnX52aYVrHzfTvVcqyLiF4WUuut1dC/lyJbt5nhJ\nNmwabDs5S8KjTEy19YDyPcNXU5LNrRpx4GFY5pLL4EtoHyuVB4TOoNx11SUc2E0w\nHPIxoKURAoGBAPzFvUMyPYpxJ00G0jMrGSCyOlBEDWmlzxFkgL+HvIlIiRKmhh4o\nE7Ijl+/1adHBZGoSLpJ7nq3RlD3GKoZMX2PAkWBz1oaTQ8Ws2JKs95PHSAPvLe8j\nPeMT3gpTbYXtNS1KqA3UFxngvJxSzXtcPgqnPnbFFHUPLyUDQTbk5tnvAoGBAN+g\naq+LkeXwrurct0UE/9BGOl6I9rResF99wQB5z1h123JCiI6dN9MOqbYsHLfFyJCf\nNxrDr79C776T4a3M6JBStS9V8xinLaRF9ws64d4GURFM6CvggeRK5BIsVjsEuT3C\nTfGpl/eS/OZHKyE8WDJXyOv7/+hYrWw51bGV5X+ZAoGBAJTfxbu48GQEhvgn5095\nt7/5GL1Dh37MyGte/TFROarFjO3uJBnI0ujda9RJf3yp4YFTmhhuNKP9RsknWM5m\nVtxCg50CPLxgKc9YIOoqc1qXSYP/r9cjs4R1pBYC0wPJFMPLL7WNT9nO8mdDoYBh\ncK0HmZOMOaNEQSkUhKlXIdwDAoGAeuCfnqP3YDzXMHBlN8SeeCgOrKFfxg59pYrp\nAUTtfPMNyQPsG0kiQpO9Bz/H6+b+5RDHa6p5KIQ0TijeCe0dISiBLGhy8mnyN2DG\ndWI+eAxKgVIcBPgRB4trNN0t6LIYw2nAAHkq6rvWwQX8GgAZilgYLCtFG7uWV3CU\nDkeKWokCgYAvp68NZ12yLguozFuIbTRmDB6+xvVr51Dh1RRlgHFqg+w9Go3BF8Ja\n/bkjHuH7mtfrXF/b8ZMO9fjaCxg+c7bO4Fgie6w8ot+gRdh6P+IBntjFiibAqqk2\naj4YUMAQb4qxvosehEndqkFzmTVc9DALlhSW7/PdWwC8+fNYFZHz4w==\n-----END RSA PRIVATE KEY-----\n", "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "name": "vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8", "fingerprint": "54:cf:2d:c4:e3:9c:12:bd:78:c1:46:20:9e:0b:04:99"}} 2018-07-23 07:41:45,199 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-423d03c3-ef7c-4456-8f6c-d01e866d1ce1 2018-07-23 07:41:45,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.381580114365s 2018-07-23 07:41:45,199 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-423d03c3-ef7c-4456-8f6c-d01e866d1ce1 2018-07-23 07:41:45,200 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDczqTLCByimiMU3f2xHFaFsO/66zWwkWjOyWUlYY6uLP8/xAgWXXf2DbN+0XQw/2B6G3Ml3rXHNdXkCULN88H8PQF3uVyeFpFcMkxoSxypY3J/r3eG/8+6MuaWqsOvhnOeMC0xzFBvFS0PSJnekNYlX5HZ0u2XXk1XwA3BlU07sdwWhczEpwgdnVj1afirI7vrPvN4cj010uiFm6l0EYy9xlYKkMpNBwL4HCho2ot9hS6CQKaWu6KNmRYaOdvbdeviVfBrP/wGchrkfoX3S/rznzwiaqB+10RcOdGTpECtvtxylnf7aP2bX/QOPf738qBxn+2E6QYEqrbI3fVh4NDX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3M6kywgcopojFN39sRxWhbDv+us1sJFozsllJWGOriz/P8QI\nFl139g2zftF0MP9gehtzJd61xzXV5AlCzfPB/D0Bd7lcnhaRXDJMaEscqWNyf693\nhv/PujLmlqrDr4ZznjAtMcxQbxUtD0iZ3pDWJV+R2dLtl15NV8ANwZVNO7HcFoXM\nxKcIHZ1Y9Wn4qyO76z7zeHI9NdLohZupdBGMvcZWCpDKTQcC+BwoaNqLfYUugkCm\nlruijZkWGjnb23Xr4lXwaz/8BnIa5H6F90v68588ImqgftdEXDnRk6RArb7ccpZ3\n+2j9m1/0Dj3+9/KgcZ/thOkGBKq2yN31YeDQ1wIDAQABAoIBAQCscGD4AkzCm5dc\nG4WdBGF5pNW1Ym0aiGSOYW+xQr/3vEJWnRQnyzT9HnQYTSDthvLkSX2ijIvvmFaC\n8MyQJJZRE5+KzWLMPxmkI8/R/x7SFkz79J9m+W5Tnp6/+Xo7IMg4OK2C32nNZn87\nGVq5GulyZHF16CkOdmH2bpEPpjabr3YCWTkE8OeZiQiFeos8DBC0jUwViTmo/uNG\n2dfbTRJewRhej8vaDY1Kr7vgUnX52aYVrHzfTvVcqyLiF4WUuut1dC/lyJbt5nhJ\nNmwabDs5S8KjTEy19YDyPcNXU5LNrRpx4GFY5pLL4EtoHyuVB4TOoNx11SUc2E0w\nHPIxoKURAoGBAPzFvUMyPYpxJ00G0jMrGSCyOlBEDWmlzxFkgL+HvIlIiRKmhh4o\nE7Ijl+/1adHBZGoSLpJ7nq3RlD3GKoZMX2PAkWBz1oaTQ8Ws2JKs95PHSAPvLe8j\nPeMT3gpTbYXtNS1KqA3UFxngvJxSzXtcPgqnPnbFFHUPLyUDQTbk5tnvAoGBAN+g\naq+LkeXwrurct0UE/9BGOl6I9rResF99wQB5z1h123JCiI6dN9MOqbYsHLfFyJCf\nNxrDr79C776T4a3M6JBStS9V8xinLaRF9ws64d4GURFM6CvggeRK5BIsVjsEuT3C\nTfGpl/eS/OZHKyE8WDJXyOv7/+hYrWw51bGV5X+ZAoGBAJTfxbu48GQEhvgn5095\nt7/5GL1Dh37MyGte/TFROarFjO3uJBnI0ujda9RJf3yp4YFTmhhuNKP9RsknWM5m\nVtxCg50CPLxgKc9YIOoqc1qXSYP/r9cjs4R1pBYC0wPJFMPLL7WNT9nO8mdDoYBh\ncK0HmZOMOaNEQSkUhKlXIdwDAoGAeuCfnqP3YDzXMHBlN8SeeCgOrKFfxg59pYrp\nAUTtfPMNyQPsG0kiQpO9Bz/H6+b+5RDHa6p5KIQ0TijeCe0dISiBLGhy8mnyN2DG\ndWI+eAxKgVIcBPgRB4trNN0t6LIYw2nAAHkq6rvWwQX8GgAZilgYLCtFG7uWV3CU\nDkeKWokCgYAvp68NZ12yLguozFuIbTRmDB6+xvVr51Dh1RRlgHFqg+w9Go3BF8Ja\n/bkjHuH7mtfrXF/b8ZMO9fjaCxg+c7bO4Fgie6w8ot+gRdh6P+IBntjFiibAqqk2\naj4YUMAQb4qxvosehEndqkFzmTVc9DALlhSW7/PdWwC8+fNYFZHz4w==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'c6ab80ed83da4ec39c6b653213a20c2e', 'name': u'vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8', 'created_at': '2018-07-23T07:41:45.200632', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0486e94486304ab6adf645ccec018862', 'name': 'vping_ssh-project_545683af-31fe-4933-83a1-352c1e2ae4d8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'54:cf:2d:c4:e3:9c:12:bd:78:c1:46:20:9e:0b:04:99', 'type': 'ssh', 'id': u'vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8'}) 2018-07-23 07:41:45,201 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA3M6kywgcopojFN39sRxWhbDv+us1sJFozsllJWGOriz/P8QI Fl139g2zftF0MP9gehtzJd61xzXV5AlCzfPB/D0Bd7lcnhaRXDJMaEscqWNyf693 hv/PujLmlqrDr4ZznjAtMcxQbxUtD0iZ3pDWJV+R2dLtl15NV8ANwZVNO7HcFoXM xKcIHZ1Y9Wn4qyO76z7zeHI9NdLohZupdBGMvcZWCpDKTQcC+BwoaNqLfYUugkCm lruijZkWGjnb23Xr4lXwaz/8BnIa5H6F90v68588ImqgftdEXDnRk6RArb7ccpZ3 +2j9m1/0Dj3+9/KgcZ/thOkGBKq2yN31YeDQ1wIDAQABAoIBAQCscGD4AkzCm5dc G4WdBGF5pNW1Ym0aiGSOYW+xQr/3vEJWnRQnyzT9HnQYTSDthvLkSX2ijIvvmFaC 8MyQJJZRE5+KzWLMPxmkI8/R/x7SFkz79J9m+W5Tnp6/+Xo7IMg4OK2C32nNZn87 GVq5GulyZHF16CkOdmH2bpEPpjabr3YCWTkE8OeZiQiFeos8DBC0jUwViTmo/uNG 2dfbTRJewRhej8vaDY1Kr7vgUnX52aYVrHzfTvVcqyLiF4WUuut1dC/lyJbt5nhJ NmwabDs5S8KjTEy19YDyPcNXU5LNrRpx4GFY5pLL4EtoHyuVB4TOoNx11SUc2E0w HPIxoKURAoGBAPzFvUMyPYpxJ00G0jMrGSCyOlBEDWmlzxFkgL+HvIlIiRKmhh4o E7Ijl+/1adHBZGoSLpJ7nq3RlD3GKoZMX2PAkWBz1oaTQ8Ws2JKs95PHSAPvLe8j PeMT3gpTbYXtNS1KqA3UFxngvJxSzXtcPgqnPnbFFHUPLyUDQTbk5tnvAoGBAN+g aq+LkeXwrurct0UE/9BGOl6I9rResF99wQB5z1h123JCiI6dN9MOqbYsHLfFyJCf NxrDr79C776T4a3M6JBStS9V8xinLaRF9ws64d4GURFM6CvggeRK5BIsVjsEuT3C TfGpl/eS/OZHKyE8WDJXyOv7/+hYrWw51bGV5X+ZAoGBAJTfxbu48GQEhvgn5095 t7/5GL1Dh37MyGte/TFROarFjO3uJBnI0ujda9RJf3yp4YFTmhhuNKP9RsknWM5m VtxCg50CPLxgKc9YIOoqc1qXSYP/r9cjs4R1pBYC0wPJFMPLL7WNT9nO8mdDoYBh cK0HmZOMOaNEQSkUhKlXIdwDAoGAeuCfnqP3YDzXMHBlN8SeeCgOrKFfxg59pYrp AUTtfPMNyQPsG0kiQpO9Bz/H6+b+5RDHa6p5KIQ0TijeCe0dISiBLGhy8mnyN2DG dWI+eAxKgVIcBPgRB4trNN0t6LIYw2nAAHkq6rvWwQX8GgAZilgYLCtFG7uWV3CU DkeKWokCgYAvp68NZ12yLguozFuIbTRmDB6+xvVr51Dh1RRlgHFqg+w9Go3BF8Ja /bkjHuH7mtfrXF/b8ZMO9fjaCxg+c7bO4Fgie6w8ot+gRdh6P+IBntjFiibAqqk2 aj4YUMAQb4qxvosehEndqkFzmTVc9DALlhSW7/PdWwC8+fNYFZHz4w== -----END RSA PRIVATE KEY----- 2018-07-23 07:41:45,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-23 07:41:45,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -d '{"security_group": {"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-07-23 07:41:45,561 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-4ab26364-9a74-41e9-93d3-4080fbb66fdd Date: Mon, 23 Jul 2018 07:41:45 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0486e94486304ab6adf645ccec018862", "created_at": "2018-07-23T07:41:45Z", "updated_at": "2018-07-23T07:41:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:45Z", "revision_number": 0, "id": "d9a6331b-b56c-42df-ab96-9fee204d86ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:45Z", "security_group_id": "e082580b-d9e2-4009-b3ad-adf49485bced", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv6", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:45Z", "revision_number": 0, "id": "f004e7eb-80b4-4659-a6e6-487b796d8171", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:45Z", "security_group_id": "e082580b-d9e2-4009-b3ad-adf49485bced", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv4", "project_id": "0486e94486304ab6adf645ccec018862"}], "revision_number": 1, "project_id": "0486e94486304ab6adf645ccec018862", "id": "e082580b-d9e2-4009-b3ad-adf49485bced", "name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}} 2018-07-23 07:41:45,562 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-4ab26364-9a74-41e9-93d3-4080fbb66fdd 2018-07-23 07:41:45,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.357522010803s 2018-07-23 07:41:45,562 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-4ab26364-9a74-41e9-93d3-4080fbb66fdd 2018-07-23 07:41:45,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 07:41:45,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:41:45,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-c46e4731-b011-4bee-9336-0c1c776c43a1 Date: Mon, 23 Jul 2018 07:41:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0486e94486304ab6adf645ccec018862", "created_at": "2018-07-23T07:41:30Z", "updated_at": "2018-07-23T07:41:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:30Z", "revision_number": 0, "id": "5528bff9-40b3-4e5a-af23-e074884735cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:30Z", "security_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv4", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:30Z", "revision_number": 0, "id": "781a7296-ff1a-465d-918a-983d74d70018", "remote_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:30Z", "security_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv4", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:30Z", "revision_number": 0, "id": "93e8b0c4-3a43-4f65-9d80-5043914b920c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:30Z", "security_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv6", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:30Z", "revision_number": 0, "id": "fbc5eaf1-13c2-40ec-a88c-d7dfc6079948", "remote_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:30Z", "security_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv6", "project_id": "0486e94486304ab6adf645ccec018862"}], "revision_number": 1, "project_id": "0486e94486304ab6adf645ccec018862", "id": "11826325-23b4-41ae-944d-f61cbfef3549", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0486e94486304ab6adf645ccec018862", "created_at": "2018-07-23T07:41:45Z", "updated_at": "2018-07-23T07:41:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:45Z", "revision_number": 0, "id": "d9a6331b-b56c-42df-ab96-9fee204d86ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:45Z", "security_group_id": "e082580b-d9e2-4009-b3ad-adf49485bced", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv6", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:45Z", "revision_number": 0, "id": "f004e7eb-80b4-4659-a6e6-487b796d8171", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:45Z", "security_group_id": "e082580b-d9e2-4009-b3ad-adf49485bced", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv4", "project_id": "0486e94486304ab6adf645ccec018862"}], "revision_number": 1, "project_id": "0486e94486304ab6adf645ccec018862", "id": "e082580b-d9e2-4009-b3ad-adf49485bced", "name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}]} 2018-07-23 07:41:45,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c46e4731-b011-4bee-9336-0c1c776c43a1 2018-07-23 07:41:45,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.229355812073s 2018-07-23 07:41:45,796 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c46e4731-b011-4bee-9336-0c1c776c43a1 2018-07-23 07:41:45,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-23 07:41:45,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -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": "e082580b-d9e2-4009-b3ad-adf49485bced"}}' 2018-07-23 07:41:46,167 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-91288937-0536-48d2-b7ae-ea63ad4b8cd1 Date: Mon, 23 Jul 2018 07:41:46 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-23T07:41:46Z", "security_group_id": "e082580b-d9e2-4009-b3ad-adf49485bced", "port_range_min": 22, "revision_number": 0, "tenant_id": "0486e94486304ab6adf645ccec018862", "created_at": "2018-07-23T07:41:46Z", "project_id": "0486e94486304ab6adf645ccec018862", "id": "79eab132-6199-4d53-890f-85d6bcea5c13"}} 2018-07-23 07:41:46,167 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-91288937-0536-48d2-b7ae-ea63ad4b8cd1 2018-07-23 07:41:46,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.367036104202s 2018-07-23 07:41:46,167 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-91288937-0536-48d2-b7ae-ea63ad4b8cd1 2018-07-23 07:41:46,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 07:41:46,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:41:46,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-ac7adbd4-8ad3-4a52-9e3f-28a58bd1cbcc Date: Mon, 23 Jul 2018 07:41:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0486e94486304ab6adf645ccec018862", "created_at": "2018-07-23T07:41:30Z", "updated_at": "2018-07-23T07:41:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:30Z", "revision_number": 0, "id": "5528bff9-40b3-4e5a-af23-e074884735cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:30Z", "security_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv4", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:30Z", "revision_number": 0, "id": "781a7296-ff1a-465d-918a-983d74d70018", "remote_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:30Z", "security_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv4", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:30Z", "revision_number": 0, "id": "93e8b0c4-3a43-4f65-9d80-5043914b920c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:30Z", "security_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv6", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:30Z", "revision_number": 0, "id": "fbc5eaf1-13c2-40ec-a88c-d7dfc6079948", "remote_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:30Z", "security_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv6", "project_id": "0486e94486304ab6adf645ccec018862"}], "revision_number": 1, "project_id": "0486e94486304ab6adf645ccec018862", "id": "11826325-23b4-41ae-944d-f61cbfef3549", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0486e94486304ab6adf645ccec018862", "created_at": "2018-07-23T07:41:45Z", "updated_at": "2018-07-23T07:41:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-23T07:41:46Z", "revision_number": 0, "id": "79eab132-6199-4d53-890f-85d6bcea5c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:46Z", "security_group_id": "e082580b-d9e2-4009-b3ad-adf49485bced", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:45Z", "revision_number": 0, "id": "d9a6331b-b56c-42df-ab96-9fee204d86ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:45Z", "security_group_id": "e082580b-d9e2-4009-b3ad-adf49485bced", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv6", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:45Z", "revision_number": 0, "id": "f004e7eb-80b4-4659-a6e6-487b796d8171", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:45Z", "security_group_id": "e082580b-d9e2-4009-b3ad-adf49485bced", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv4", "project_id": "0486e94486304ab6adf645ccec018862"}], "revision_number": 2, "project_id": "0486e94486304ab6adf645ccec018862", "id": "e082580b-d9e2-4009-b3ad-adf49485bced", "name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}]} 2018-07-23 07:41:46,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-ac7adbd4-8ad3-4a52-9e3f-28a58bd1cbcc 2018-07-23 07:41:46,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.228656053543s 2018-07-23 07:41:46,400 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-ac7adbd4-8ad3-4a52-9e3f-28a58bd1cbcc 2018-07-23 07:41:46,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-23 07:41:46,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -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": "e082580b-d9e2-4009-b3ad-adf49485bced"}}' 2018-07-23 07:41:46,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-df75c5b1-4d76-47f5-a26d-56dc1dcc18da Date: Mon, 23 Jul 2018 07:41:46 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-23T07:41:46Z", "security_group_id": "e082580b-d9e2-4009-b3ad-adf49485bced", "port_range_min": null, "revision_number": 0, "tenant_id": "0486e94486304ab6adf645ccec018862", "created_at": "2018-07-23T07:41:46Z", "project_id": "0486e94486304ab6adf645ccec018862", "id": "10945835-eb5d-4dfa-ac9a-37c1bfe9e05f"}} 2018-07-23 07:41:46,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-df75c5b1-4d76-47f5-a26d-56dc1dcc18da 2018-07-23 07:41:46,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.368757009506s 2018-07-23 07:41:46,771 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-df75c5b1-4d76-47f5-a26d-56dc1dcc18da 2018-07-23 07:41:46,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:41:46,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:41:47,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-0b485ff1-2e30-4702-b24a-2a995b850f8d Date: Mon, 23 Jul 2018 07:41:47 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0486e94486304ab6adf645ccec018862","l2_adjacency":true,"status":"ACTIVE","subnets":["6d4237ff-d907-4fd1-ac03-f13189bc3789"],"description":"","tags":[],"updated_at":"2018-07-23T07:41:32Z","qos_policy_id":null,"name":"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8","admin_state_up":true,"tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:41:30Z","mtu":1450}]} 2018-07-23 07:41:47,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0b485ff1-2e30-4702-b24a-2a995b850f8d 2018-07-23 07:41:47,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.298211812973s 2018-07-23 07:41:47,072 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0b485ff1-2e30-4702-b24a-2a995b850f8d 2018-07-23 07:41:47,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:41:47,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:41:47,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-d21b7582-81e1-4dce-a43d-df535aea70bd Date: Mon, 23 Jul 2018 07:41:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2/snap", "metadata": {}}], "file": "/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2/file", "owner": "0486e94486304ab6adf645ccec018862", "id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "size": 12716032, "self": "/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "disk_format": "qcow2", "direct_url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:41:44Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_545683af-31fe-4933-83a1-352c1e2ae4d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_545683af-31fe-4933-83a1-352c1e2ae4d8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T07:41:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:41:47,278 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d21b7582-81e1-4dce-a43d-df535aea70bd 2018-07-23 07:41:47,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.201776981354s 2018-07-23 07:41:47,279 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d21b7582-81e1-4dce-a43d-df535aea70bd 2018-07-23 07:41:47,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 07:41:47,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:41:47,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ff0aee1-f3e1-4a77-8d8a-0b02269244a7 x-compute-request-id: req-4ff0aee1-f3e1-4a77-8d8a-0b02269244a7 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_545683af-31fe-4933-83a1-352c1e2ae4d8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "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": "076627c6-64a4-46e1-859f-134299115c20"}]} 2018-07-23 07:41:47,316 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4ff0aee1-f3e1-4a77-8d8a-0b02269244a7 2018-07-23 07:41:47,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0351419448853s 2018-07-23 07:41:47,316 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4ff0aee1-f3e1-4a77-8d8a-0b02269244a7 2018-07-23 07:41:47,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-23 07:41:47,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -d '{"server": {"name": "vping_ssh-vm2_545683af-31fe-4933-83a1-352c1e2ae4d8", "imageRef": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "flavorRef": "076627c6-64a4-46e1-859f-134299115c20", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4e2d3aae-3b36-4d9c-ae82-e1201c111122"}], "security_groups": [{"name": "e082580b-d9e2-4009-b3ad-adf49485bced"}]}}' 2018-07-23 07:41:50,603 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:41:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2df334dc-e068-4967-b0d5-1896ffeb1126 x-compute-request-id: req-2df334dc-e068-4967-b0d5-1896ffeb1126 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e082580b-d9e2-4009-b3ad-adf49485bced"}], "OS-DCF:diskConfig": "MANUAL", "id": "40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "bookmark"}], "adminPass": "mP7XQQMH5w3n"}} 2018-07-23 07:41:50,603 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-2df334dc-e068-4967-b0d5-1896ffeb1126 2018-07-23 07:41:50,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.28566098213s 2018-07-23 07:41:50,604 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-2df334dc-e068-4967-b0d5-1896ffeb1126 2018-07-23 07:41:50,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:41:50,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:41:51,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41: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-96de7120-c90c-47fe-ac9f-11f3f298dc16 x-compute-request-id: req-96de7120-c90c-47fe-ac9f-11f3f298dc16 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:41:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:41:50Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:41:51,355 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-96de7120-c90c-47fe-ac9f-11f3f298dc16 2018-07-23 07:41:51,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.750823020935s 2018-07-23 07:41:51,356 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-96de7120-c90c-47fe-ac9f-11f3f298dc16 2018-07-23 07:41:51,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:41:51,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:41:51,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-ae54ba0a-a213-4099-8ce1-eb8d052d10c8 Date: Mon, 23 Jul 2018 07:41:51 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0486e94486304ab6adf645ccec018862","l2_adjacency":true,"status":"ACTIVE","subnets":["6d4237ff-d907-4fd1-ac03-f13189bc3789"],"description":"","tags":[],"updated_at":"2018-07-23T07:41:32Z","qos_policy_id":null,"name":"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8","admin_state_up":true,"tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:41:30Z","mtu":1450}]} 2018-07-23 07:41:51,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ae54ba0a-a213-4099-8ce1-eb8d052d10c8 2018-07-23 07:41:51,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.292299032211s 2018-07-23 07:41:51,655 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ae54ba0a-a213-4099-8ce1-eb8d052d10c8 2018-07-23 07:41:51,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 07:41:51,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:41:51,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-6c706d87-94d0-4881-b4a4-8f21a97667ec Date: Mon, 23 Jul 2018 07:41:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:41:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T07:41:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"0486e94486304ab6adf645ccec018862","id":"6d4237ff-d907-4fd1-ac03-f13189bc3789","subnetpool_id":null,"name":"vping_ssh-subnet_545683af-31fe-4933-83a1-352c1e2ae4d8"}]} 2018-07-23 07:41:51,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-6c706d87-94d0-4881-b4a4-8f21a97667ec 2018-07-23 07:41:51,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0592489242554s 2018-07-23 07:41:51,716 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-6c706d87-94d0-4881-b4a4-8f21a97667ec 2018-07-23 07:41:51,717 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:41:53,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:41:53,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:41:54,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41: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-1411e823-965c-4c2c-bbed-0b6c410a262a x-compute-request-id: req-1411e823-965c-4c2c-bbed-0b6c410a262a 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.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:41:53Z", "hostId": "f37e6ab5e58023dd150a5c494c205cb622862f9f791e9340cdcc7690", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:41:50Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:41:54,501 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1411e823-965c-4c2c-bbed-0b6c410a262a 2018-07-23 07:41:54,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.781465053558s 2018-07-23 07:41:54,501 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1411e823-965c-4c2c-bbed-0b6c410a262a 2018-07-23 07:41:54,504 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:41:56,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:41:56,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:41:57,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b1596c6-ea70-47c7-9c05-44ff1f4fa727 x-compute-request-id: req-0b1596c6-ea70-47c7-9c05-44ff1f4fa727 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.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:41:53Z", "hostId": "f37e6ab5e58023dd150a5c494c205cb622862f9f791e9340cdcc7690", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:41:50Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:41:57,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0b1596c6-ea70-47c7-9c05-44ff1f4fa727 2018-07-23 07:41:57,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.638151884079s 2018-07-23 07:41:57,145 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0b1596c6-ea70-47c7-9c05-44ff1f4fa727 2018-07-23 07:41:57,149 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:41:59,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:41:59,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:41:59,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:41: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-bdadaaa9-0a92-4501-90b0-60a41eb43cd9 x-compute-request-id: req-bdadaaa9-0a92-4501-90b0-60a41eb43cd9 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:cb:c8", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:41:58.000000", "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:41:58Z", "hostId": "f37e6ab5e58023dd150a5c494c205cb622862f9f791e9340cdcc7690", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:41:50Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:41:59,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bdadaaa9-0a92-4501-90b0-60a41eb43cd9 2018-07-23 07:41:59,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.781517028809s 2018-07-23 07:41:59,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bdadaaa9-0a92-4501-90b0-60a41eb43cd9 2018-07-23 07:41:59,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 07:41:59,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=40c6b96f-5ade-4bbd-978a-6d2c330f2f76" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:00,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-45a90dce-07df-4ffb-bd9e-1e7cfbf053a9 Date: Mon, 23 Jul 2018 07:42:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T07:41:57Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d4237ff-d907-4fd1-ac03-f13189bc3789","ip_address":"192.168.120.13"}],"id":"a138ceca-c2f7-48c3-b85b-585510404ae5","security_groups":["e082580b-d9e2-4009-b3ad-adf49485bced"],"mac_address":"fa:16:3e:ba:cb:c8","project_id":"0486e94486304ab6adf645ccec018862","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:41:53Z","binding:vnic_type":"normal","device_id":"40c6b96f-5ade-4bbd-978a-6d2c330f2f76","ip_allocation":"immediate"}]} 2018-07-23 07:42:00,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=40c6b96f-5ade-4bbd-978a-6d2c330f2f76 used request id req-45a90dce-07df-4ffb-bd9e-1e7cfbf053a9 2018-07-23 07:42:00,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.249673843384s 2018-07-23 07:42:00,186 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=40c6b96f-5ade-4bbd-978a-6d2c330f2f76 used request id req-45a90dce-07df-4ffb-bd9e-1e7cfbf053a9 2018-07-23 07:42:00,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 07:42:00,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a138ceca-c2f7-48c3-b85b-585510404ae5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:00,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3bc1b6d3-1419-4824-b9fa-10231f9e89d3 Date: Mon, 23 Jul 2018 07:42:00 GMT RESP BODY: {"floatingips": []} 2018-07-23 07:42:00,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a138ceca-c2f7-48c3-b85b-585510404ae5 used request id req-3bc1b6d3-1419-4824-b9fa-10231f9e89d3 2018-07-23 07:42:00,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0439150333405s 2018-07-23 07:42:00,235 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a138ceca-c2f7-48c3-b85b-585510404ae5 used request id req-3bc1b6d3-1419-4824-b9fa-10231f9e89d3 2018-07-23 07:42:00,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:42:00,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:00,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42: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-a35cbc7d-0b12-4d26-9800-44c09d8e5c3d x-compute-request-id: req-a35cbc7d-0b12-4d26-9800-44c09d8e5c3d Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:cb:c8", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:41:58.000000", "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:41:58Z", "hostId": "f37e6ab5e58023dd150a5c494c205cb622862f9f791e9340cdcc7690", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:41:50Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:42:00,987 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a35cbc7d-0b12-4d26-9800-44c09d8e5c3d 2018-07-23 07:42:00,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.750759124756s 2018-07-23 07:42:00,987 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a35cbc7d-0b12-4d26-9800-44c09d8e5c3d 2018-07-23 07:42:00,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 07:42:00,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=40c6b96f-5ade-4bbd-978a-6d2c330f2f76" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:01,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-e55a7a41-d687-45fc-b45d-4210363bc503 Date: Mon, 23 Jul 2018 07:42:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T07:41:57Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d4237ff-d907-4fd1-ac03-f13189bc3789","ip_address":"192.168.120.13"}],"id":"a138ceca-c2f7-48c3-b85b-585510404ae5","security_groups":["e082580b-d9e2-4009-b3ad-adf49485bced"],"mac_address":"fa:16:3e:ba:cb:c8","project_id":"0486e94486304ab6adf645ccec018862","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:41:53Z","binding:vnic_type":"normal","device_id":"40c6b96f-5ade-4bbd-978a-6d2c330f2f76","ip_allocation":"immediate"}]} 2018-07-23 07:42:01,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=40c6b96f-5ade-4bbd-978a-6d2c330f2f76 used request id req-e55a7a41-d687-45fc-b45d-4210363bc503 2018-07-23 07:42:01,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0536551475525s 2018-07-23 07:42:01,045 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=40c6b96f-5ade-4bbd-978a-6d2c330f2f76 used request id req-e55a7a41-d687-45fc-b45d-4210363bc503 2018-07-23 07:42:01,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 07:42:01,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a138ceca-c2f7-48c3-b85b-585510404ae5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:01,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b640fbdd-9004-4601-9ecf-ccc7467f3541 Date: Mon, 23 Jul 2018 07:42:01 GMT RESP BODY: {"floatingips": []} 2018-07-23 07:42:01,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a138ceca-c2f7-48c3-b85b-585510404ae5 used request id req-b640fbdd-9004-4601-9ecf-ccc7467f3541 2018-07-23 07:42:01,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0517618656158s 2018-07-23 07:42:01,102 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a138ceca-c2f7-48c3-b85b-585510404ae5 used request id req-b640fbdd-9004-4601-9ecf-ccc7467f3541 2018-07-23 07:42:01,103 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ba:cb:c8', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f844cfb9-2512-4bf1-b6e7-d36d38a820e2'}), 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-23T07:41:58.000000', 'flavor': Munch({u'id': u'076627c6-64a4-46e1-859f-134299115c20'}), 'az': u'nova', 'id': u'40c6b96f-5ade-4bbd-978a-6d2c330f2f76', 'security_groups': [Munch({u'name': u'vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c6ab80ed83da4ec39c6b653213a20c2e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0486e94486304ab6adf645ccec018862', 'name': 'vping_ssh-project_545683af-31fe-4933-83a1-352c1e2ae4d8', '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-23T07:41:58.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-23T07:41:58Z', 'hostId': u'f37e6ab5e58023dd150a5c494c205cb622862f9f791e9340cdcc7690', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'f37e6ab5e58023dd150a5c494c205cb622862f9f791e9340cdcc7690', '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-23T07:41:58.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0486e94486304ab6adf645ccec018862', 'name': u'vping_ssh-vm2_545683af-31fe-4933-83a1-352c1e2ae4d8', 'adminPass': None, 'tenant_id': u'0486e94486304ab6adf645ccec018862', 'created_at': u'2018-07-23T07:41:50Z', 'created': u'2018-07-23T07:41:50Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-23 07:42:01,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:42:01,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:01,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-75503842-ebff-42be-b7bb-2df5f305eb9c Date: Mon, 23 Jul 2018 07:42:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0486e94486304ab6adf645ccec018862","l2_adjacency":true,"status":"ACTIVE","subnets":["6d4237ff-d907-4fd1-ac03-f13189bc3789"],"description":"","tags":[],"updated_at":"2018-07-23T07:41:32Z","qos_policy_id":null,"name":"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8","admin_state_up":true,"tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:41:30Z","mtu":1450}]} 2018-07-23 07:42:01,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-75503842-ebff-42be-b7bb-2df5f305eb9c 2018-07-23 07:42:01,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115509033203s 2018-07-23 07:42:01,220 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-75503842-ebff-42be-b7bb-2df5f305eb9c 2018-07-23 07:42:01,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:42:01,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:01,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-c6ab224e-a224-4594-b00e-513aca99ed75 Date: Mon, 23 Jul 2018 07:42:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2/snap", "metadata": {}}], "file": "/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2/file", "owner": "0486e94486304ab6adf645ccec018862", "id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "size": 12716032, "self": "/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "disk_format": "qcow2", "direct_url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:41:44Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_545683af-31fe-4933-83a1-352c1e2ae4d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_545683af-31fe-4933-83a1-352c1e2ae4d8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T07:41:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:42:01,452 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c6ab224e-a224-4594-b00e-513aca99ed75 2018-07-23 07:42:01,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.227483987808s 2018-07-23 07:42:01,452 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c6ab224e-a224-4594-b00e-513aca99ed75 2018-07-23 07:42:01,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 07:42:01,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:01,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d497735b-4661-49cc-98f7-abaa73ee0da3 x-compute-request-id: req-d497735b-4661-49cc-98f7-abaa73ee0da3 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_545683af-31fe-4933-83a1-352c1e2ae4d8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "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": "076627c6-64a4-46e1-859f-134299115c20"}]} 2018-07-23 07:42:01,483 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d497735b-4661-49cc-98f7-abaa73ee0da3 2018-07-23 07:42:01,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0296790599823s 2018-07-23 07:42:01,483 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d497735b-4661-49cc-98f7-abaa73ee0da3 2018-07-23 07:42:01,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-23 07:42:01,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -d '{"server": {"name": "vping_ssh-vm_545683af-31fe-4933-83a1-352c1e2ae4d8", "imageRef": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "key_name": "vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8", "flavorRef": "076627c6-64a4-46e1-859f-134299115c20", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4e2d3aae-3b36-4d9c-ae82-e1201c111122"}], "security_groups": [{"name": "e082580b-d9e2-4009-b3ad-adf49485bced"}]}}' 2018-07-23 07:42:04,660 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:42:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ecfc4bf-41d8-4343-a84e-f93ed3ddb899 x-compute-request-id: req-0ecfc4bf-41d8-4343-a84e-f93ed3ddb899 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e082580b-d9e2-4009-b3ad-adf49485bced"}], "OS-DCF:diskConfig": "MANUAL", "id": "abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "bookmark"}], "adminPass": "HjCy2ueZA4gj"}} 2018-07-23 07:42:04,660 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-0ecfc4bf-41d8-4343-a84e-f93ed3ddb899 2018-07-23 07:42:04,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.17574310303s 2018-07-23 07:42:04,661 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-0ecfc4bf-41d8-4343-a84e-f93ed3ddb899 2018-07-23 07:42:04,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:42:04,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:06,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8525a41f-8d04-4e5d-a929-81649002a5d7 x-compute-request-id: req-8525a41f-8d04-4e5d-a929-81649002a5d7 Content-Encoding: gzip Content-Length: 854 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:42:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8", "name": "vping_ssh-vm_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:42:04Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:cb:c8", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:41:58.000000", "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:41:58Z", "hostId": "f37e6ab5e58023dd150a5c494c205cb622862f9f791e9340cdcc7690", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:41:50Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:42:06,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8525a41f-8d04-4e5d-a929-81649002a5d7 2018-07-23 07:42:06,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.37163209915s 2018-07-23 07:42:06,034 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8525a41f-8d04-4e5d-a929-81649002a5d7 2018-07-23 07:42:06,040 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:42:08,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:42:08,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:08,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42: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-a5db0b5d-1dbd-48ee-b8f8-5bd2d8c0bc0a x-compute-request-id: req-a5db0b5d-1dbd-48ee-b8f8-5bd2d8c0bc0a Content-Encoding: gzip Content-Length: 893 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:42:07Z", "hostId": "c03b9551d02965a0d4659c8bc71e06d0e49edabda30ae34f6918c212", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8", "name": "vping_ssh-vm_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:42:04Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:cb:c8", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:41:58.000000", "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:41:58Z", "hostId": "f37e6ab5e58023dd150a5c494c205cb622862f9f791e9340cdcc7690", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:41:50Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:42:08,986 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a5db0b5d-1dbd-48ee-b8f8-5bd2d8c0bc0a 2018-07-23 07:42:08,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.944008827209s 2018-07-23 07:42:08,987 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a5db0b5d-1dbd-48ee-b8f8-5bd2d8c0bc0a 2018-07-23 07:42:08,991 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:42:10,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:42:10,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:12,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42: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-ef8b5483-53f3-404e-970e-0554179cbf12 x-compute-request-id: req-ef8b5483-53f3-404e-970e-0554179cbf12 Content-Encoding: gzip Content-Length: 893 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:42:07Z", "hostId": "c03b9551d02965a0d4659c8bc71e06d0e49edabda30ae34f6918c212", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8", "name": "vping_ssh-vm_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:42:04Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:cb:c8", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:41:58.000000", "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:41:58Z", "hostId": "f37e6ab5e58023dd150a5c494c205cb622862f9f791e9340cdcc7690", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:41:50Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:42:12,250 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ef8b5483-53f3-404e-970e-0554179cbf12 2018-07-23 07:42:12,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2554731369s 2018-07-23 07:42:12,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ef8b5483-53f3-404e-970e-0554179cbf12 2018-07-23 07:42:12,256 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:42:14,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:42:14,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:14,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42: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-63f0ee9c-940c-45f2-aad0-ba2af34c0076 x-compute-request-id: req-63f0ee9c-940c-45f2-aad0-ba2af34c0076 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:14:50", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:42:13.000000", "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:42:13Z", "hostId": "c03b9551d02965a0d4659c8bc71e06d0e49edabda30ae34f6918c212", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8", "name": "vping_ssh-vm_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:42:04Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:cb:c8", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:41:58.000000", "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:41:58Z", "hostId": "f37e6ab5e58023dd150a5c494c205cb622862f9f791e9340cdcc7690", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:41:50Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:42:14,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-63f0ee9c-940c-45f2-aad0-ba2af34c0076 2018-07-23 07:42:14,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.680208206177s 2018-07-23 07:42:14,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-63f0ee9c-940c-45f2-aad0-ba2af34c0076 2018-07-23 07:42:14,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 07:42:14,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:15,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-25b28515-af82-4efd-9a5c-c7887ffe53e6 Date: Mon, 23 Jul 2018 07:42:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T07:42:12Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d4237ff-d907-4fd1-ac03-f13189bc3789","ip_address":"192.168.120.14"}],"id":"d1385b3a-7fe8-4332-b29c-827c404d5c41","security_groups":["e082580b-d9e2-4009-b3ad-adf49485bced"],"mac_address":"fa:16:3e:05:14:50","project_id":"0486e94486304ab6adf645ccec018862","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:42:07Z","binding:vnic_type":"normal","device_id":"abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c","ip_allocation":"immediate"}]} 2018-07-23 07:42:15,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c used request id req-25b28515-af82-4efd-9a5c-c7887ffe53e6 2018-07-23 07:42:15,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0568499565125s 2018-07-23 07:42:15,001 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c used request id req-25b28515-af82-4efd-9a5c-c7887ffe53e6 2018-07-23 07:42:15,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 07:42:15,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d1385b3a-7fe8-4332-b29c-827c404d5c41" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:15,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-af57d722-0534-4457-b9e5-de400c3d2179 Date: Mon, 23 Jul 2018 07:42:15 GMT RESP BODY: {"floatingips": []} 2018-07-23 07:42:15,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d1385b3a-7fe8-4332-b29c-827c404d5c41 used request id req-af57d722-0534-4457-b9e5-de400c3d2179 2018-07-23 07:42:15,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.043781042099s 2018-07-23 07:42:15,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d1385b3a-7fe8-4332-b29c-827c404d5c41 used request id req-af57d722-0534-4457-b9e5-de400c3d2179 2018-07-23 07:42:15,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:42:15,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:15,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42: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-76d705a2-d9a7-452c-9ab7-18779034cfa4 x-compute-request-id: req-76d705a2-d9a7-452c-9ab7-18779034cfa4 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:14:50", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:42:13.000000", "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:42:13Z", "hostId": "c03b9551d02965a0d4659c8bc71e06d0e49edabda30ae34f6918c212", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8", "name": "vping_ssh-vm_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:42:04Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:cb:c8", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:41:58.000000", "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:41:58Z", "hostId": "f37e6ab5e58023dd150a5c494c205cb622862f9f791e9340cdcc7690", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:41:50Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:42:15,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-76d705a2-d9a7-452c-9ab7-18779034cfa4 2018-07-23 07:42:15,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.496445894241s 2018-07-23 07:42:15,548 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-76d705a2-d9a7-452c-9ab7-18779034cfa4 2018-07-23 07:42:15,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 07:42:15,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:15,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-99b7a405-0c49-471e-8b58-9ac901516d99 Date: Mon, 23 Jul 2018 07:42:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T07:42:12Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d4237ff-d907-4fd1-ac03-f13189bc3789","ip_address":"192.168.120.14"}],"id":"d1385b3a-7fe8-4332-b29c-827c404d5c41","security_groups":["e082580b-d9e2-4009-b3ad-adf49485bced"],"mac_address":"fa:16:3e:05:14:50","project_id":"0486e94486304ab6adf645ccec018862","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:42:07Z","binding:vnic_type":"normal","device_id":"abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c","ip_allocation":"immediate"}]} 2018-07-23 07:42:15,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c used request id req-99b7a405-0c49-471e-8b58-9ac901516d99 2018-07-23 07:42:15,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0570318698883s 2018-07-23 07:42:15,609 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c used request id req-99b7a405-0c49-471e-8b58-9ac901516d99 2018-07-23 07:42:15,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 07:42:15,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d1385b3a-7fe8-4332-b29c-827c404d5c41" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:15,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-69c996db-49fe-49d9-8e2f-bf609d09c9fa Date: Mon, 23 Jul 2018 07:42:15 GMT RESP BODY: {"floatingips": []} 2018-07-23 07:42:15,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d1385b3a-7fe8-4332-b29c-827c404d5c41 used request id req-69c996db-49fe-49d9-8e2f-bf609d09c9fa 2018-07-23 07:42:15,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0534529685974s 2018-07-23 07:42:15,668 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d1385b3a-7fe8-4332-b29c-827c404d5c41 used request id req-69c996db-49fe-49d9-8e2f-bf609d09c9fa 2018-07-23 07:42:15,668 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:05:14:50', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f844cfb9-2512-4bf1-b6e7-d36d38a820e2'}), 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-23T07:42:13.000000', 'flavor': Munch({u'id': u'076627c6-64a4-46e1-859f-134299115c20'}), 'az': u'nova', 'id': u'abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c', 'security_groups': [Munch({u'name': u'vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c6ab80ed83da4ec39c6b653213a20c2e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0486e94486304ab6adf645ccec018862', 'name': 'vping_ssh-project_545683af-31fe-4933-83a1-352c1e2ae4d8', '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-23T07:42:13.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-23T07:42:13Z', 'hostId': u'c03b9551d02965a0d4659c8bc71e06d0e49edabda30ae34f6918c212', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'c03b9551d02965a0d4659c8bc71e06d0e49edabda30ae34f6918c212', '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-23T07:42:13.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0486e94486304ab6adf645ccec018862', 'name': u'vping_ssh-vm_545683af-31fe-4933-83a1-352c1e2ae4d8', 'adminPass': None, 'tenant_id': u'0486e94486304ab6adf645ccec018862', 'created_at': u'2018-07-23T07:42:04Z', 'created': u'2018-07-23T07:42:04Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-23 07:42:15,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:42:15,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:15,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-0174a1a5-6ea7-47bf-b974-f38c98292903 Date: Mon, 23 Jul 2018 07:42:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0486e94486304ab6adf645ccec018862","l2_adjacency":true,"status":"ACTIVE","subnets":["6d4237ff-d907-4fd1-ac03-f13189bc3789"],"description":"","tags":[],"updated_at":"2018-07-23T07:41:32Z","qos_policy_id":null,"name":"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8","admin_state_up":true,"tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:41:30Z","mtu":1450}]} 2018-07-23 07:42:15,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0174a1a5-6ea7-47bf-b974-f38c98292903 2018-07-23 07:42:15,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114289045334s 2018-07-23 07:42:15,786 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0174a1a5-6ea7-47bf-b974-f38c98292903 2018-07-23 07:42:15,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 07:42:15,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:15,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-e7807346-ba95-4bcd-9a41-47ccda66d3f2 Date: Mon, 23 Jul 2018 07:42:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T07:42:12Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d4237ff-d907-4fd1-ac03-f13189bc3789","ip_address":"192.168.120.14"}],"id":"d1385b3a-7fe8-4332-b29c-827c404d5c41","security_groups":["e082580b-d9e2-4009-b3ad-adf49485bced"],"mac_address":"fa:16:3e:05:14:50","project_id":"0486e94486304ab6adf645ccec018862","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:42:07Z","binding:vnic_type":"normal","device_id":"abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c","ip_allocation":"immediate"}]} 2018-07-23 07:42:15,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c used request id req-e7807346-ba95-4bcd-9a41-47ccda66d3f2 2018-07-23 07:42:15,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.058434009552s 2018-07-23 07:42:15,846 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c used request id req-e7807346-ba95-4bcd-9a41-47ccda66d3f2 2018-07-23 07:42:15,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-23 07:42:15,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -d '{"floatingip": {"floating_network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "fixed_ip_address": "192.168.120.14", "port_id": "d1385b3a-7fe8-4332-b29c-827c404d5c41"}}' 2018-07-23 07:42:18,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-df0a83e4-d248-4997-b859-fc62c2fd6a42 Date: Mon, 23 Jul 2018 07:42:18 GMT RESP BODY: {"floatingip": {"router_id": "bb4571ed-2bc4-42e6-ab48-a780ceab35ae", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0486e94486304ab6adf645ccec018862", "created_at": "2018-07-23T07:42:16Z", "updated_at": "2018-07-23T07:42:16Z", "floating_network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4e2d3aae-3b36-4d9c-ae82-e1201c111122", "device_owner": "compute:nova", "mac_address": "fa:16:3e:05:14:50", "device_id": "abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "0486e94486304ab6adf645ccec018862", "port_id": "d1385b3a-7fe8-4332-b29c-827c404d5c41", "id": "67c63b81-352f-4b16-b778-1c6ef4d74ada", "qos_policy_id": null}} 2018-07-23 07:42:18,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-df0a83e4-d248-4997-b859-fc62c2fd6a42 2018-07-23 07:42:18,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.7569899559s 2018-07-23 07:42:18,604 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-df0a83e4-d248-4997-b859-fc62c2fd6a42 2018-07-23 07:42:18,607 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'bb4571ed-2bc4-42e6-ab48-a780ceab35ae', 'updated_at': u'2018-07-23T07:42:16Z', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.207', 'revision_number': 0, 'port_id': u'd1385b3a-7fe8-4332-b29c-827c404d5c41', 'id': u'67c63b81-352f-4b16-b778-1c6ef4d74ada', 'network': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', 'port': u'd1385b3a-7fe8-4332-b29c-827c404d5c41', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0486e94486304ab6adf645ccec018862', 'name': 'vping_ssh-project_545683af-31fe-4933-83a1-352c1e2ae4d8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'0486e94486304ab6adf645ccec018862', 'status': u'DOWN', 'description': u'', u'tags': [], 'floating_network_id': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'4e2d3aae-3b36-4d9c-ae82-e1201c111122', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:05:14:50', u'device_id': u'abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'0486e94486304ab6adf645ccec018862', 'created_at': u'2018-07-23T07:42:16Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'4e2d3aae-3b36-4d9c-ae82-e1201c111122', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:05:14:50', u'device_id': u'abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c'}), 'router': u'bb4571ed-2bc4-42e6-ab48-a780ceab35ae'}) 2018-07-23 07:42:18,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-23 07:42:18,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c/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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-23 07:42:19,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42: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-a84a4acc-feba-45ac-91fe-42e39af4d7a2 x-compute-request-id: req-a84a4acc-feba-45ac-91fe-42e39af4d7a2 Content-Encoding: gzip Content-Length: 9610 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 493121412 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.156282] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158038] pid_max: default: 32768 minimum: 301\n[ 0.158985] ACPI: Core revision 20150930\n[ 0.160423] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161807] Security Framework initialized\n[ 0.162666] Yama: becoming mindful.\n[ 0.163456] AppArmor: AppArmor initialized\n[ 0.164364] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167108] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168375] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169877] Initializing cgroup subsys io\n[ 0.170737] Initializing cgroup subsys memory\n[ 0.171652] Initializing cgroup subsys devices\n[ 0.172579] Initializing cgroup subsys freezer\n[ 0.173487] Initializing cgroup subsys net_cls\n[ 0.174395] Initializing cgroup subsys perf_event\n[ 0.175362] Initializing cgroup subsys net_prio\n[ 0.176296] Initializing cgroup subsys hugetlb\n[ 0.177207] Initializing cgroup subsys pids\n[ 0.178122] CPU: Physical Processor ID: 0\n[ 0.179684] mce: CPU supports 10 MCE banks\n[ 0.180578] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.198220] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.204503] ftrace: allocating 31920 entries in 125 pages\n[ 0.230499] smpboot: Max logical packages: 1\n[ 0.231415] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.232831] x2apic enabled\n[ 0.233667] Switched APIC routing to physical x2apic.\n[ 0.235459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236645] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238831] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240736] KVM setup paravirtual spinlock\n[ 0.242239] x86: Booted up 1 node, 1 CPUs\n[ 0.243094] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244574] devtmpfs: initialized\n[ 0.246342] evm: security.selinux\n[ 0.247079] evm: security.SMACK64\n[ 0.247815] evm: security.SMACK64EXEC\n[ 0.248598] evm: security.SMACK64TRANSMUTE\n[ 0.249456] evm: security.SMACK64MMAP\n[ 0.250243] evm: security.ima\n[ 0.250913] evm: security.capability\n[ 0.251770] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253760] pinctrl core: initialized pinctrl subsystem\n[ 0.254933] RTC time: 7:42:14, date: 07/23/18\n[ 0.255957] NET: Registered protocol family 16\n[ 0.257011] cpuidle: using governor ladder\n[ 0.257889] cpuidle: using governor menu\n[ 0.258722] PCCT header not found.\n[ 0.259512] ACPI: bus type PCI registered\n[ 0.260357] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261673] PCI: Using configuration type 1 for base access\n[ 0.263536] ACPI: Added _OSI(Module Device)\n[ 0.264438] ACPI: Added _OSI(Processor Device)\n[ 0.265344] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266292] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268130] ACPI: Interpreter enabled\n[ 0.268931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274734] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276672] ACPI: (supports S0 S5)\n[ 0.277421] ACPI: Using IOAPIC for interrupt routing\n[ 0.278419] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281657] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.282866] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284170] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.285434] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.287788] acpiphp: Slot [3] registered\n[ 0.288668] acpiphp: Slot [4] registered\n[ 0.289521] acpiphp: Slot [5] registered\n[ 0.290366] acpiphp: Slot [6] registered\n[ 0.291206] acpiphp: Slot [7] registered\n[ 0.292048] acpiphp: Slot [8] registered\n[ 0.292896] acpiphp: Slot [9] registered\n[ 0.293741] acpiphp: Slot [10] registered\n[ 0.294599] acpiphp: Slot [11] registered\n[ 0.295459] acpiphp: Slot [12] registered\n[ 0.296313] acpiphp: Slot [13] registered\n[ 0.297166] acpiphp: Slot [14] registered\n[ 0.298020] acpiphp: Slot [15] registered\n[ 0.308975] acpiphp: Slot [16] registered\n[ 0.309842] acpiphp: Slot [17] registered\n[ 0.310698] acpiphp: Slot [18] registered\n[ 0.311553] acpiphp: Slot [19] registered\n[ 0.312407] acpiphp: Slot [20] registered\n[ 0.313267] acpiphp: Slot [21] registered\n[ 0.314125] acpiphp: Slot [22] registered\n[ 0.314976] acpiphp: Slot [23] registered\n[ 0.315837] acpiphp: Slot [24] registered\n[ 0.316694] acpiphp: Slot [25] registered\n[ 0.317551] acpiphp: Slot [26] registered\n[ 0.318415] acpiphp: Slot [27] registered\n[ 0.319277] acpiphp: Slot [28] registered\n[ 0.320133] acpiphp: Slot [29] registered\n[ 0.320978] acpiphp: Slot [30] registered\n[ 0.321836] acpiphp: Slot [31] registered\n[ 0.322689] PCI host bridge to bus 0000:00\n[ 0.323544] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326108] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327644] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329175] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.330731] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334270] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.335627] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.336886] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.338228] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.341913] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.343730] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363755] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366083] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369062] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371872] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373257] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374368] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375991] vgaarb: loaded\n[ 0.376632] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377941] SCSI subsystem initialized\n[ 0.378917] ACPI: bus type USB registered\n[ 0.379800] usbcore: registered new interface driver usbfs\n[ 0.380901] usbcore: registered new interface driver hub\n[ 0.381978] usbcore: registered new device driver usb\n[ 0.383166] PCI: Using ACPI for IRQ routing\n[ 0.384353] NetLabel: Initializing\n[ 0.385118] NetLabel: domain hash size = 128\n[ 0.386015] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387035] NetLabel: unlabeled traffic allowed by default\n[ 0.388268] clocksource: Switched to clocksource kvm-clock\n[ 0.396921] AppArmor: AppArmor Filesystem Enabled\n[ 0.397951] pnp: PnP ACPI init\n[ 0.398948] pnp: PnP ACPI: found 5 devices\n[ 0.405441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407268] NET: Registered protocol family 2\n[ 0.408390] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409762] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412332] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413487] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414734] NET: Registered protocol family 1\n[ 0.415672] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416837] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417976] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432145] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446393] Trying to unpack rootfs image as initramfs...\n[ 0.504991] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506776] Scanning for low memory corruption every 60 seconds\n[ 0.508253] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509509] audit: initializing netlink subsys (disabled)\n[ 0.510612] audit: type=2000 audit(1532331734.381:1): initialized\n[ 0.512054] Initialise system trusted keyring\n[ 0.513101] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514338] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516557] zbud: loaded\n[ 0.517338] VFS: Disk quotas dquot_6.6.0\n[ 0.518217] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519907] fuse init (API version 7.23)\n[ 0.520880] Key type big_key registered\n[ 0.521739] Allocating IMA MOK and blacklist keyrings.\n[ 0.523048] Key type asymmetric registered\n[ 0.523924] Asymmetric key parser 'x509' registered\n[ 0.524955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526522] io scheduler noop registered\n[ 0.527360] io scheduler deadline registered (default)\n[ 0.528430] io scheduler cfq registered\n[ 0.529341] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531813] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533360] ACPI: Power Button [PWRF]\n[ 0.534275] GHES: HEST is not enabled!\n[ 0.548060] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578906] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607464] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.610348] Linux agpgart interface v0.103\n[ 0.613999] brd: module loaded\n[ 0.615857] loop: module loaded\n[ 0.620970] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622497] GPT:90111 != 2097151\n[ 0.623210] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624370] GPT:90111 != 2097151\n[ 0.625081] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626121] vda: vda1 vda15\n[ 0.627850] scsi host0: ata_piix\n[ 0.628716] scsi host1: ata_piix\n[ 0.629492] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.630791] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.632424] libphy: Fixed MDIO Bus: probed\n[ 0.633304] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634313] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637197] PPP generic driver version 2.4.2\n[ 0.638223] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639503] ehci-pci: EHCI PCI platform driver\n[ 0.640455] ehci-platform: EHCI generic platform driver\n[ 0.641523] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642747] ohci-pci: OHCI PCI platform driver\n[ 0.643680] ohci-platform: OHCI generic platform driver\n[ 0.644761] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659104] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660216] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661775] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662881] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.664185] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665493] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666993] usb usb1: Product: UHCI Host Controller\n[ 0.667981] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669195] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670268] hub 1-0:1.0: USB hub found\n[ 0.671097] hub 1-0:1.0: 2 ports detected\n[ 0.672195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674501] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675528] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676655] mousedev: PS/2 mouse device common for all mice\n[ 0.678176] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680204] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681424] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682702] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683981] i2c /dev entries driver\n[ 0.684866] device-mapper: uevent: version 1.0.3\n[ 0.685918] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687688] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689543] NET: Registered protocol family 10\n[ 0.691002] NET: Registered protocol family 17\n[ 0.691997] Key type dns_resolver registered\n[ 0.693272] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694447] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696463] registered taskstats version 1\n[ 0.697399] Loading compiled-in X.509 certificates\n[ 0.699022] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701074] zswap: loaded using pool lzo/zbud\n[ 0.703239] Key type trusted registered\n[ 0.705170] Key type encrypted registered\n[ 0.706047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707171] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708323] evm: HMAC attrs: 0x1\n[ 0.709405] Magic number: 10:160:724\n[ 0.710231] block loop4: hash matches\n[ 0.711146] rtc_cmos 00:00: setting system clock to 2018-07-23 07:42:14 UTC (1532331734)\n[ 0.712925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714113] EDD information not available.\n[ 0.790777] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792454] Write protecting the kernel read-only data: 14336k\n[ 0.796243] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.76\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.977076] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC1m5LcnHvwDibiE71G8DMrhiilIddt2M75DMqhGAimIvvALGMgl04c8inB2+WtMSz+l1KIEmaFlbT/5zLMZI1LLZlNUvHMMxP8btsXvwcQi81Bxf7XCsjMU80et9X2SfDwEpD9vISqHUtOhR+EI+Ee6/rxk9E1VrTVIazA4O5+XdyCsr3TMUcBTMOaMxPIHqo6KiG06teQcC3te4N+761+8F/te2QmIWncJMIfmPPirj+igOJPf4YxM2M9WChFiqBUcezsSiG0vqk3D7Zle7qWDo3wlzdU563KTbshwM4NDHqAs2g9MlEt/wMJq9QdU8VA85qThUn3AuWjYEo2BMff root@vping-ssh-vm-545683af-31fe-4933-83a1-352c1e2ae4d8\nssh-dss AAAAB3NzaC1kc3MAAACBAOzwTJpjGVGz+E3mLgpxtFIaqD3LrOpJ2dKdNKhXp7s0bVdGTa1NJehXd/7O8QDHWlPqqnVldz2M2lLyEaQ3S5nKW5bwsiyo4wur//wXteKwNihEEMiCj2lhRtJ7lxukTyWnR3wzvbtdlxAeMJskGq9NvOVlVC1Z8UDTjA+dX7gVAAAAFQCeuRVMYUqyFg4wgAlDp1j0sf0cmwAAAIA/fOCRBoZzJsrHtAGPVf1g8yFZkO0aYUgKiSbCK6vS0sLEeZlZh3GGzHhKJPHhjHPon2bIkCfbyCP12sTLl+Onb7FvVrsnMtQ/ZfGWjJyJv2lJQYXI1S/Wi4rRDMuBnqcJi6lquAZcLMuTCzXkHesGjk/YE2AhNzlTupc5YvnURQAAAIAPldIIeiCH0OWAxX8YgQfDRI8iHfqBuUqnxQKz4f/LGjvkMWcP9mC2DWlGHBMDDX7tqekmTbQ9PVOxdMTFPoXTXRIY3+bBqrHWcYb3h66bev+uXwSOI5zRNfPbF5u0sYE9ahQi5+hCMnRo8xg5KpCaJ+vDelFWwbRoCfSpmuKsQQ== root@vping-ssh-vm-545683af-31fe-4933-83a1-352c1e2ae4d8\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.120.14,24,fe80::f816:3eff:fe05:1450/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 \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-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-545683af-31fe-4933-83a1-352c1e2ae4d8\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.09 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-545683af-31fe-4933-83a1-352c1e2ae4d8 login: "} 2018-07-23 07:42:19,349 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c/action used request id req-a84a4acc-feba-45ac-91fe-42e39af4d7a2 2018-07-23 07:42:19,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.741226911545s 2018-07-23 07:42:19,350 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c/action used request id req-a84a4acc-feba-45ac-91fe-42e39af4d7a2 2018-07-23 07:42:19,351 - 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 493121412 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.156282] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.158038] pid_max: default: 32768 minimum: 301 [ 0.158985] ACPI: Core revision 20150930 [ 0.160423] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.161807] Security Framework initialized [ 0.162666] Yama: becoming mindful. [ 0.163456] AppArmor: AppArmor initialized [ 0.164364] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.165766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.167108] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.168375] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.169877] Initializing cgroup subsys io [ 0.170737] Initializing cgroup subsys memory [ 0.171652] Initializing cgroup subsys devices [ 0.172579] Initializing cgroup subsys freezer [ 0.173487] Initializing cgroup subsys net_cls [ 0.174395] Initializing cgroup subsys perf_event [ 0.175362] Initializing cgroup subsys net_prio [ 0.176296] Initializing cgroup subsys hugetlb [ 0.177207] Initializing cgroup subsys pids [ 0.178122] CPU: Physical Processor ID: 0 [ 0.179684] mce: CPU supports 10 MCE banks [ 0.180578] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.181637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.198220] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.204503] ftrace: allocating 31920 entries in 125 pages [ 0.230499] smpboot: Max logical packages: 1 [ 0.231415] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.232831] x2apic enabled [ 0.233667] Switched APIC routing to physical x2apic. [ 0.235459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.236645] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.238831] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.240736] KVM setup paravirtual spinlock [ 0.242239] x86: Booted up 1 node, 1 CPUs [ 0.243094] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.244574] devtmpfs: initialized [ 0.246342] evm: security.selinux [ 0.247079] evm: security.SMACK64 [ 0.247815] evm: security.SMACK64EXEC [ 0.248598] evm: security.SMACK64TRANSMUTE [ 0.249456] evm: security.SMACK64MMAP [ 0.250243] evm: security.ima [ 0.250913] evm: security.capability [ 0.251770] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.253760] pinctrl core: initialized pinctrl subsystem [ 0.254933] RTC time: 7:42:14, date: 07/23/18 [ 0.255957] NET: Registered protocol family 16 [ 0.257011] cpuidle: using governor ladder [ 0.257889] cpuidle: using governor menu [ 0.258722] PCCT header not found. [ 0.259512] ACPI: bus type PCI registered [ 0.260357] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.261673] PCI: Using configuration type 1 for base access [ 0.263536] ACPI: Added _OSI(Module Device) [ 0.264438] ACPI: Added _OSI(Processor Device) [ 0.265344] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.266292] ACPI: Added _OSI(Processor Aggregator Device) [ 0.268130] ACPI: Interpreter enabled [ 0.268931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.270868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.272799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.274734] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.276672] ACPI: (supports S0 S5) [ 0.277421] ACPI: Using IOAPIC for interrupt routing [ 0.278419] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.281657] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.282866] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.284170] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285434] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.287788] acpiphp: Slot [3] registered [ 0.288668] acpiphp: Slot [4] registered [ 0.289521] acpiphp: Slot [5] registered [ 0.290366] acpiphp: Slot [6] registered [ 0.291206] acpiphp: Slot [7] registered [ 0.292048] acpiphp: Slot [8] registered [ 0.292896] acpiphp: Slot [9] registered [ 0.293741] acpiphp: Slot [10] registered [ 0.294599] acpiphp: Slot [11] registered [ 0.295459] acpiphp: Slot [12] registered [ 0.296313] acpiphp: Slot [13] registered [ 0.297166] acpiphp: Slot [14] registered [ 0.298020] acpiphp: Slot [15] registered [ 0.308975] acpiphp: Slot [16] registered [ 0.309842] acpiphp: Slot [17] registered [ 0.310698] acpiphp: Slot [18] registered [ 0.311553] acpiphp: Slot [19] registered [ 0.312407] acpiphp: Slot [20] registered [ 0.313267] acpiphp: Slot [21] registered [ 0.314125] acpiphp: Slot [22] registered [ 0.314976] acpiphp: Slot [23] registered [ 0.315837] acpiphp: Slot [24] registered [ 0.316694] acpiphp: Slot [25] registered [ 0.317551] acpiphp: Slot [26] registered [ 0.318415] acpiphp: Slot [27] registered [ 0.319277] acpiphp: Slot [28] registered [ 0.320133] acpiphp: Slot [29] registered [ 0.320978] acpiphp: Slot [30] registered [ 0.321836] acpiphp: Slot [31] registered [ 0.322689] PCI host bridge to bus 0000:00 [ 0.323544] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.324820] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.326108] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.327644] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.329175] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.330731] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.334270] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.335627] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.336886] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.338228] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.341913] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.343730] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.363755] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.366083] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367577] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369062] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371872] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373257] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374368] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375991] vgaarb: loaded [ 0.376632] vgaarb: bridge control possible 0000:00:02.0 [ 0.377941] SCSI subsystem initialized [ 0.378917] ACPI: bus type USB registered [ 0.379800] usbcore: registered new interface driver usbfs [ 0.380901] usbcore: registered new interface driver hub [ 0.381978] usbcore: registered new device driver usb [ 0.383166] PCI: Using ACPI for IRQ routing [ 0.384353] NetLabel: Initializing [ 0.385118] NetLabel: domain hash size = 128 [ 0.386015] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387035] NetLabel: unlabeled traffic allowed by default [ 0.388268] clocksource: Switched to clocksource kvm-clock [ 0.396921] AppArmor: AppArmor Filesystem Enabled [ 0.397951] pnp: PnP ACPI init [ 0.398948] pnp: PnP ACPI: found 5 devices [ 0.405441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407268] NET: Registered protocol family 2 [ 0.408390] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.409762] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.411047] TCP: Hash tables configured (established 4096 bind 4096) [ 0.412332] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413487] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414734] NET: Registered protocol family 1 [ 0.415672] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416837] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417976] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432145] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446393] Trying to unpack rootfs image as initramfs... [ 0.504991] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.506776] Scanning for low memory corruption every 60 seconds [ 0.508253] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.509509] audit: initializing netlink subsys (disabled) [ 0.510612] audit: type=2000 audit(1532331734.381:1): initialized [ 0.512054] Initialise system trusted keyring [ 0.513101] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.514338] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.516557] zbud: loaded [ 0.517338] VFS: Disk quotas dquot_6.6.0 [ 0.518217] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.519907] fuse init (API version 7.23) [ 0.520880] Key type big_key registered [ 0.521739] Allocating IMA MOK and blacklist keyrings. [ 0.523048] Key type asymmetric registered [ 0.523924] Asymmetric key parser 'x509' registered [ 0.524955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.526522] io scheduler noop registered [ 0.527360] io scheduler deadline registered (default) [ 0.528430] io scheduler cfq registered [ 0.529341] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.530451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531813] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533360] ACPI: Power Button [PWRF] [ 0.534275] GHES: HEST is not enabled! [ 0.548060] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578906] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.583673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.607464] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.610348] Linux agpgart interface v0.103 [ 0.613999] brd: module loaded [ 0.615857] loop: module loaded [ 0.620970] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.622497] GPT:90111 != 2097151 [ 0.623210] GPT:Alternate GPT header not at the end of the disk. [ 0.624370] GPT:90111 != 2097151 [ 0.625081] GPT: Use GNU Parted to correct GPT errors. [ 0.626121] vda: vda1 vda15 [ 0.627850] scsi host0: ata_piix [ 0.628716] scsi host1: ata_piix [ 0.629492] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.630791] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.632424] libphy: Fixed MDIO Bus: probed [ 0.633304] tun: Universal TUN/TAP device driver, 1.6 [ 0.634313] tun: (C) 1999-2004 Max Krasnyansky [ 0.637197] PPP generic driver version 2.4.2 [ 0.638223] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639503] ehci-pci: EHCI PCI platform driver [ 0.640455] ehci-platform: EHCI generic platform driver [ 0.641523] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.642747] ohci-pci: OHCI PCI platform driver [ 0.643680] ohci-platform: OHCI generic platform driver [ 0.644761] uhci_hcd: USB Universal Host Controller Interface driver [ 0.659104] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.660216] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.661775] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.662881] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.664185] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665493] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666993] usb usb1: Product: UHCI Host Controller [ 0.667981] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669195] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670268] hub 1-0:1.0: USB hub found [ 0.671097] hub 1-0:1.0: 2 ports detected [ 0.672195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674501] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675528] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676655] mousedev: PS/2 mouse device common for all mice [ 0.678176] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680204] rtc_cmos 00:00: RTC can wake from S4 [ 0.681424] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682702] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683981] i2c /dev entries driver [ 0.684866] device-mapper: uevent: version 1.0.3 [ 0.685918] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687688] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689543] NET: Registered protocol family 10 [ 0.691002] NET: Registered protocol family 17 [ 0.691997] Key type dns_resolver registered [ 0.693272] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694447] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696463] registered taskstats version 1 [ 0.697399] Loading compiled-in X.509 certificates [ 0.699022] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.701074] zswap: loaded using pool lzo/zbud [ 0.703239] Key type trusted registered [ 0.705170] Key type encrypted registered [ 0.706047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.707171] ima: No TPM chip found, activating TPM-bypass! [ 0.708323] evm: HMAC attrs: 0x1 [ 0.709405] Magic number: 10:160:724 [ 0.710231] block loop4: hash matches [ 0.711146] rtc_cmos 00:00: setting system clock to 2018-07-23 07:42:14 UTC (1532331734) [ 0.712925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714113] EDD information not available. [ 0.790777] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792454] Write protecting the kernel read-only data: 14336k [ 0.796243] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798361] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.76 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.977076] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC1m5LcnHvwDibiE71G8DMrhiilIddt2M75DMqhGAimIvvALGMgl04c8inB2+WtMSz+l1KIEmaFlbT/5zLMZI1LLZlNUvHMMxP8btsXvwcQi81Bxf7XCsjMU80et9X2SfDwEpD9vISqHUtOhR+EI+Ee6/rxk9E1VrTVIazA4O5+XdyCsr3TMUcBTMOaMxPIHqo6KiG06teQcC3te4N+761+8F/te2QmIWncJMIfmPPirj+igOJPf4YxM2M9WChFiqBUcezsSiG0vqk3D7Zle7qWDo3wlzdU563KTbshwM4NDHqAs2g9MlEt/wMJq9QdU8VA85qThUn3AuWjYEo2BMff root@vping-ssh-vm-545683af-31fe-4933-83a1-352c1e2ae4d8 ssh-dss AAAAB3NzaC1kc3MAAACBAOzwTJpjGVGz+E3mLgpxtFIaqD3LrOpJ2dKdNKhXp7s0bVdGTa1NJehXd/7O8QDHWlPqqnVldz2M2lLyEaQ3S5nKW5bwsiyo4wur//wXteKwNihEEMiCj2lhRtJ7lxukTyWnR3wzvbtdlxAeMJskGq9NvOVlVC1Z8UDTjA+dX7gVAAAAFQCeuRVMYUqyFg4wgAlDp1j0sf0cmwAAAIA/fOCRBoZzJsrHtAGPVf1g8yFZkO0aYUgKiSbCK6vS0sLEeZlZh3GGzHhKJPHhjHPon2bIkCfbyCP12sTLl+Onb7FvVrsnMtQ/ZfGWjJyJv2lJQYXI1S/Wi4rRDMuBnqcJi6lquAZcLMuTCzXkHesGjk/YE2AhNzlTupc5YvnURQAAAIAPldIIeiCH0OWAxX8YgQfDRI8iHfqBuUqnxQKz4f/LGjvkMWcP9mC2DWlGHBMDDX7tqekmTbQ9PVOxdMTFPoXTXRIY3+bBqrHWcYb3h66bev+uXwSOI5zRNfPbF5u0sYE9ahQi5+hCMnRo8xg5KpCaJ+vDelFWwbRoCfSpmuKsQQ== root@vping-ssh-vm-545683af-31fe-4933-83a1-352c1e2ae4d8 -----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.120.14,24,fe80::f816:3eff:fe05:1450/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 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-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-545683af-31fe-4933-83a1-352c1e2ae4d8 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.09 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-545683af-31fe-4933-83a1-352c1e2ae4d8 login: 2018-07-23 07:42:20,182 - paramiko.transport - DEBUG - starting thread (client mode): 0x245f2490L 2018-07-23 07:42:20,183 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-23 07:42:20,183 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-23 07:42:20,183 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-23 07:42:20,185 - 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-23 07:42:20,185 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-23 07:42:20,185 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-23 07:42:20,185 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-23 07:42:20,185 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-23 07:42:20,185 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-23 07:42:20,203 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-23 07:42:20,203 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-23 07:42:20,215 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.207: 16a5297895cd37244eed9bd19a53b581 2018-07-23 07:42:20,216 - paramiko.transport - DEBUG - Trying discovered key 54cf2dc4e39c12bd78c146209e0b0499 in /tmp/tmp7gi7sW 2018-07-23 07:42:20,243 - paramiko.transport - DEBUG - userauth is OK 2018-07-23 07:42:20,248 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-23 07:42:20,280 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-23 07:42:20,281 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-23 07:42:20,282 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-23 07:42:20,285 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-23 07:42:20,309 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-23 07:42:20,309 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - output: PING 192.168.120.13 (192.168.120.13): 56 data bytes 64 bytes from 192.168.120.13: seq=0 ttl=64 time=22.080 ms --- 192.168.120.13 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 22.080/22.080/22.080 ms 2018-07-23 07:42:20,314 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-23 07:42:20,426 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 07:42:20,426 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-23 07:42:20,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-23 07:42:20,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:20,735 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:42: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-c6ad48c8-66c6-428a-84ed-94b22a3e6948 x-compute-request-id: req-c6ad48c8-66c6-428a-84ed-94b22a3e6948 Content-Type: application/json 2018-07-23 07:42:20,735 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76 used request id req-c6ad48c8-66c6-428a-84ed-94b22a3e6948 2018-07-23 07:42:20,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.304446935654s 2018-07-23 07:42:20,736 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76 used request id req-c6ad48c8-66c6-428a-84ed-94b22a3e6948 2018-07-23 07:42:20,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:42:20,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:21,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42: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-f3ef7067-abda-4709-b775-574e80d3d8ce x-compute-request-id: req-f3ef7067-abda-4709-b775-574e80d3d8ce Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:14:50", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:14:50", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:42:13.000000", "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:42:13Z", "hostId": "c03b9551d02965a0d4659c8bc71e06d0e49edabda30ae34f6918c212", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8", "name": "vping_ssh-vm_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:42:04Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:cb:c8", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:41:58.000000", "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "40c6b96f-5ade-4bbd-978a-6d2c330f2f76", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:42:20Z", "hostId": "f37e6ab5e58023dd150a5c494c205cb622862f9f791e9340cdcc7690", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:41:50Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:42:21,653 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f3ef7067-abda-4709-b775-574e80d3d8ce 2018-07-23 07:42:21,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.917418956757s 2018-07-23 07:42:21,654 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f3ef7067-abda-4709-b775-574e80d3d8ce 2018-07-23 07:42:21,656 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:42:23,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:42:23,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:24,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e814fb3-5ca2-4c4e-a9b1-6f273f85e110 x-compute-request-id: req-6e814fb3-5ca2-4c4e-a9b1-6f273f85e110 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:14:50", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:14:50", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:42:13.000000", "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:42:13Z", "hostId": "c03b9551d02965a0d4659c8bc71e06d0e49edabda30ae34f6918c212", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8", "name": "vping_ssh-vm_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:42:04Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:42:24,251 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6e814fb3-5ca2-4c4e-a9b1-6f273f85e110 2018-07-23 07:42:24,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.591545820236s 2018-07-23 07:42:24,251 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6e814fb3-5ca2-4c4e-a9b1-6f273f85e110 2018-07-23 07:42:24,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-23 07:42:24,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/67c63b81-352f-4b16-b778-1c6ef4d74ada.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:25,702 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e673435a-a9fc-479e-a4d9-28ac86aea5bd Content-Length: 0 Date: Mon, 23 Jul 2018 07:42:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:42:25,703 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/67c63b81-352f-4b16-b778-1c6ef4d74ada.json used request id req-e673435a-a9fc-479e-a4d9-28ac86aea5bd 2018-07-23 07:42:25,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.44725894928s 2018-07-23 07:42:25,703 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/67c63b81-352f-4b16-b778-1c6ef4d74ada.json used request id req-e673435a-a9fc-479e-a4d9-28ac86aea5bd 2018-07-23 07:42:25,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 07:42:25,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:25,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-32e6500d-0785-414b-a245-6714b41a6611 Date: Mon, 23 Jul 2018 07:42:25 GMT RESP BODY: {"floatingips": []} 2018-07-23 07:42:25,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-32e6500d-0785-414b-a245-6714b41a6611 2018-07-23 07:42:25,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0445051193237s 2018-07-23 07:42:25,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-32e6500d-0785-414b-a245-6714b41a6611 2018-07-23 07:42:25,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-23 07:42:25,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:25,904 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:42: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-27b9022e-101c-4d97-861d-17483b2b4160 x-compute-request-id: req-27b9022e-101c-4d97-861d-17483b2b4160 Content-Type: application/json 2018-07-23 07:42:25,904 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c used request id req-27b9022e-101c-4d97-861d-17483b2b4160 2018-07-23 07:42:25,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.150523900986s 2018-07-23 07:42:25,905 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c used request id req-27b9022e-101c-4d97-861d-17483b2b4160 2018-07-23 07:42:25,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:42:25,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:26,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42: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-094acf0a-ad75-4f67-8520-7966ba31061c x-compute-request-id: req-094acf0a-ad75-4f67-8520-7966ba31061c Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:14:50", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:14:50", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "rel": "bookmark"}], "image": {"id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "links": [{"href": "http://172.30.9.21:8774/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:42:13.000000", "flavor": {"id": "076627c6-64a4-46e1-859f-134299115c20", "links": [{"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "bookmark"}]}, "id": "abfe9cd7-0667-4e3d-9519-65cfdc0b0b0c", "security_groups": [{"name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}], "user_id": "c6ab80ed83da4ec39c6b653213a20c2e", "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-23T07:42:25Z", "hostId": "c03b9551d02965a0d4659c8bc71e06d0e49edabda30ae34f6918c212", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8", "name": "vping_ssh-vm_545683af-31fe-4933-83a1-352c1e2ae4d8", "created": "2018-07-23T07:42:04Z", "tenant_id": "0486e94486304ab6adf645ccec018862", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:42:26,910 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-094acf0a-ad75-4f67-8520-7966ba31061c 2018-07-23 07:42:26,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00482082367s 2018-07-23 07:42:26,910 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-094acf0a-ad75-4f67-8520-7966ba31061c 2018-07-23 07:42:26,912 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:42:28,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:42:28,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:29,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42: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-a8d164ce-301d-4f57-9f3c-1608b4c3b53d x-compute-request-id: req-a8d164ce-301d-4f57-9f3c-1608b4c3b53d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-23 07:42:29,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a8d164ce-301d-4f57-9f3c-1608b4c3b53d 2018-07-23 07:42:29,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0935461521149s 2018-07-23 07:42:29,008 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a8d164ce-301d-4f57-9f3c-1608b4c3b53d 2018-07-23 07:42:29,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 07:42:29,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:29,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-2e16f3f4-3398-4549-81c7-eb3a74f94ab4 Date: Mon, 23 Jul 2018 07:42:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0486e94486304ab6adf645ccec018862", "created_at": "2018-07-23T07:41:30Z", "updated_at": "2018-07-23T07:41:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:30Z", "revision_number": 0, "id": "5528bff9-40b3-4e5a-af23-e074884735cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:30Z", "security_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv4", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:30Z", "revision_number": 0, "id": "781a7296-ff1a-465d-918a-983d74d70018", "remote_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:30Z", "security_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv4", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:30Z", "revision_number": 0, "id": "93e8b0c4-3a43-4f65-9d80-5043914b920c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:30Z", "security_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv6", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:30Z", "revision_number": 0, "id": "fbc5eaf1-13c2-40ec-a88c-d7dfc6079948", "remote_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:30Z", "security_group_id": "11826325-23b4-41ae-944d-f61cbfef3549", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv6", "project_id": "0486e94486304ab6adf645ccec018862"}], "revision_number": 1, "project_id": "0486e94486304ab6adf645ccec018862", "id": "11826325-23b4-41ae-944d-f61cbfef3549", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0486e94486304ab6adf645ccec018862", "created_at": "2018-07-23T07:41:45Z", "updated_at": "2018-07-23T07:41:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:46Z", "revision_number": 0, "id": "10945835-eb5d-4dfa-ac9a-37c1bfe9e05f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:46Z", "security_group_id": "e082580b-d9e2-4009-b3ad-adf49485bced", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv4", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-23T07:41:46Z", "revision_number": 0, "id": "79eab132-6199-4d53-890f-85d6bcea5c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:46Z", "security_group_id": "e082580b-d9e2-4009-b3ad-adf49485bced", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:45Z", "revision_number": 0, "id": "d9a6331b-b56c-42df-ab96-9fee204d86ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:45Z", "security_group_id": "e082580b-d9e2-4009-b3ad-adf49485bced", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv6", "project_id": "0486e94486304ab6adf645ccec018862"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T07:41:45Z", "revision_number": 0, "id": "f004e7eb-80b4-4659-a6e6-487b796d8171", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T07:41:45Z", "security_group_id": "e082580b-d9e2-4009-b3ad-adf49485bced", "tenant_id": "0486e94486304ab6adf645ccec018862", "port_range_min": null, "ethertype": "IPv4", "project_id": "0486e94486304ab6adf645ccec018862"}], "revision_number": 3, "project_id": "0486e94486304ab6adf645ccec018862", "id": "e082580b-d9e2-4009-b3ad-adf49485bced", "name": "vping_ssh-sg_545683af-31fe-4933-83a1-352c1e2ae4d8"}]} 2018-07-23 07:42:29,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2e16f3f4-3398-4549-81c7-eb3a74f94ab4 2018-07-23 07:42:29,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0537900924683s 2018-07-23 07:42:29,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2e16f3f4-3398-4549-81c7-eb3a74f94ab4 2018-07-23 07:42:29,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-23 07:42:29,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/e082580b-d9e2-4009-b3ad-adf49485bced.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:29,244 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-237bf9ee-286f-4b4b-bc2b-5d3c502feffe Content-Length: 0 Date: Mon, 23 Jul 2018 07:42:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:42:29,244 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e082580b-d9e2-4009-b3ad-adf49485bced.json used request id req-237bf9ee-286f-4b4b-bc2b-5d3c502feffe 2018-07-23 07:42:29,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.175601005554s 2018-07-23 07:42:29,245 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e082580b-d9e2-4009-b3ad-adf49485bced.json used request id req-237bf9ee-286f-4b4b-bc2b-5d3c502feffe 2018-07-23 07:42:29,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-23 07:42:29,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:29,285 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:42: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-b3c2e343-3e0f-44e3-b8ba-0bec4a59df69 x-compute-request-id: req-b3c2e343-3e0f-44e3-b8ba-0bec4a59df69 Content-Length: 0 Content-Type: application/json 2018-07-23 07:42:29,285 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8 used request id req-b3c2e343-3e0f-44e3-b8ba-0bec4a59df69 2018-07-23 07:42:29,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0399448871613s 2018-07-23 07:42:29,285 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_545683af-31fe-4933-83a1-352c1e2ae4d8 used request id req-b3c2e343-3e0f-44e3-b8ba-0bec4a59df69 2018-07-23 07:42:29,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 07:42:29,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/bb4571ed-2bc4-42e6-ab48-a780ceab35ae/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}8c259c69f1261f5a6de430cc78b06b4ed023d686" -d '{"subnet_id": "6d4237ff-d907-4fd1-ac03-f13189bc3789"}' 2018-07-23 07:42:31,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9ff18c6a-b02d-4723-ae1a-f78b69cac843 Date: Mon, 23 Jul 2018 07:42:31 GMT RESP BODY: {"network_id": "4e2d3aae-3b36-4d9c-ae82-e1201c111122", "tenant_id": "0486e94486304ab6adf645ccec018862", "subnet_id": "6d4237ff-d907-4fd1-ac03-f13189bc3789", "subnet_ids": ["6d4237ff-d907-4fd1-ac03-f13189bc3789"], "port_id": "047f9517-b5ce-4ab4-8f21-9ab666fa2720", "id": "bb4571ed-2bc4-42e6-ab48-a780ceab35ae"} 2018-07-23 07:42:31,517 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/bb4571ed-2bc4-42e6-ab48-a780ceab35ae/remove_router_interface.json used request id req-9ff18c6a-b02d-4723-ae1a-f78b69cac843 2018-07-23 07:42:31,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.23182988167s 2018-07-23 07:42:31,518 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/bb4571ed-2bc4-42e6-ab48-a780ceab35ae/remove_router_interface.json used request id req-9ff18c6a-b02d-4723-ae1a-f78b69cac843 returning object bb4571ed-2bc4-42e6-ab48-a780ceab35ae 2018-07-23 07:42:31,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 07:42:31,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:31,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-293815aa-f49f-42e5-a1a6-d359216c27ca Date: Mon, 23 Jul 2018 07:42:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0486e94486304ab6adf645ccec018862", "created_at": "2018-07-23T07:41:33Z", "admin_state_up": true, "updated_at": "2018-07-23T07:42:30Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "0486e94486304ab6adf645ccec018862", "id": "bb4571ed-2bc4-42e6-ab48-a780ceab35ae", "name": "vping_ssh-router_545683af-31fe-4933-83a1-352c1e2ae4d8"}]} 2018-07-23 07:42:31,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-293815aa-f49f-42e5-a1a6-d359216c27ca 2018-07-23 07:42:31,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.130174160004s 2018-07-23 07:42:31,649 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-293815aa-f49f-42e5-a1a6-d359216c27ca 2018-07-23 07:42:31,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 07:42:31,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/bb4571ed-2bc4-42e6-ab48-a780ceab35ae.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:35,495 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31208f80-8a9f-4cdd-a59d-6bcdebde2efd Content-Length: 0 Date: Mon, 23 Jul 2018 07:42:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:42:35,496 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/bb4571ed-2bc4-42e6-ab48-a780ceab35ae.json used request id req-31208f80-8a9f-4cdd-a59d-6bcdebde2efd 2018-07-23 07:42:35,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.84513998032s 2018-07-23 07:42:35,496 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/bb4571ed-2bc4-42e6-ab48-a780ceab35ae.json used request id req-31208f80-8a9f-4cdd-a59d-6bcdebde2efd 2018-07-23 07:42:35,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 07:42:35,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:35,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-d1db4053-76cc-45d2-a036-bb9597f7ff24 Date: Mon, 23 Jul 2018 07:42:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:41:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T07:41:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"0486e94486304ab6adf645ccec018862","id":"6d4237ff-d907-4fd1-ac03-f13189bc3789","subnetpool_id":null,"name":"vping_ssh-subnet_545683af-31fe-4933-83a1-352c1e2ae4d8"}]} 2018-07-23 07:42:35,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d1db4053-76cc-45d2-a036-bb9597f7ff24 2018-07-23 07:42:35,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0547339916229s 2018-07-23 07:42:35,551 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d1db4053-76cc-45d2-a036-bb9597f7ff24 2018-07-23 07:42:35,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 07:42:35,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/6d4237ff-d907-4fd1-ac03-f13189bc3789.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:38,056 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4aea1368-8c7b-419d-88be-5b3d5584ba8b Date: Mon, 23 Jul 2018 07:42:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:42:38,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/6d4237ff-d907-4fd1-ac03-f13189bc3789.json used request id req-4aea1368-8c7b-419d-88be-5b3d5584ba8b 2018-07-23 07:42:38,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.50491905212s 2018-07-23 07:42:38,057 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/6d4237ff-d907-4fd1-ac03-f13189bc3789.json used request id req-4aea1368-8c7b-419d-88be-5b3d5584ba8b 2018-07-23 07:42:38,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:42:38,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:38,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-8703c243-8a6f-4596-805c-8673df5340da Date: Mon, 23 Jul 2018 07:42:38 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"4e2d3aae-3b36-4d9c-ae82-e1201c111122","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0486e94486304ab6adf645ccec018862","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:42:37Z","qos_policy_id":null,"name":"vping_ssh-net_545683af-31fe-4933-83a1-352c1e2ae4d8","admin_state_up":true,"tenant_id":"0486e94486304ab6adf645ccec018862","created_at":"2018-07-23T07:41:30Z","mtu":1450}]} 2018-07-23 07:42:38,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8703c243-8a6f-4596-805c-8673df5340da 2018-07-23 07:42:38,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.121912002563s 2018-07-23 07:42:38,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8703c243-8a6f-4596-805c-8673df5340da 2018-07-23 07:42:38,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 07:42:38,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/4e2d3aae-3b36-4d9c-ae82-e1201c111122.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:39,932 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-25027817-89b1-4e62-b504-42530565370d Date: Mon, 23 Jul 2018 07:42:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:42:39,933 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/4e2d3aae-3b36-4d9c-ae82-e1201c111122.json used request id req-25027817-89b1-4e62-b504-42530565370d 2018-07-23 07:42:39,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.75186610222s 2018-07-23 07:42:39,933 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/4e2d3aae-3b36-4d9c-ae82-e1201c111122.json used request id req-25027817-89b1-4e62-b504-42530565370d 2018-07-23 07:42:39,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:42:39,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:39,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-ee1354ac-18fa-40e5-ac1e-46616e9b3f64 Date: Mon, 23 Jul 2018 07:42:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2/snap", "metadata": {}}], "file": "/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2/file", "owner": "0486e94486304ab6adf645ccec018862", "id": "f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "size": 12716032, "self": "/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2", "disk_format": "qcow2", "direct_url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:41:44Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_545683af-31fe-4933-83a1-352c1e2ae4d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_545683af-31fe-4933-83a1-352c1e2ae4d8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T07:41:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:42:39,976 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ee1354ac-18fa-40e5-ac1e-46616e9b3f64 2018-07-23 07:42:39,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0394260883331s 2018-07-23 07:42:39,977 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ee1354ac-18fa-40e5-ac1e-46616e9b3f64 2018-07-23 07:42:39,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-23 07:42:39,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c259c69f1261f5a6de430cc78b06b4ed023d686" 2018-07-23 07:42:40,603 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ed493d1f-88d6-40a7-9796-36cc5246f592 Date: Mon, 23 Jul 2018 07:42:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 07:42:40,603 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2 used request id req-ed493d1f-88d6-40a7-9796-36cc5246f592 2018-07-23 07:42:40,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.624773979187s 2018-07-23 07:42:40,603 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/f844cfb9-2512-4bf1-b6e7-d36d38a820e2 used request id req-ed493d1f-88d6-40a7-9796-36cc5246f592 2018-07-23 07:42:40,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 07:42:40,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:42:40,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42: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-d41efa54-0764-47c4-9922-a410d1a5a346 x-compute-request-id: req-d41efa54-0764-47c4-9922-a410d1a5a346 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_545683af-31fe-4933-83a1-352c1e2ae4d8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/076627c6-64a4-46e1-859f-134299115c20", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/076627c6-64a4-46e1-859f-134299115c20", "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": "076627c6-64a4-46e1-859f-134299115c20"}]} 2018-07-23 07:42:40,747 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d41efa54-0764-47c4-9922-a410d1a5a346 2018-07-23 07:42:40,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.143020868301s 2018-07-23 07:42:40,748 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d41efa54-0764-47c4-9922-a410d1a5a346 2018-07-23 07:42:40,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-23 07:42:40,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/076627c6-64a4-46e1-859f-134299115c20 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:42:40,786 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:42: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 x-openstack-request-id: req-b8a6cf4f-79d5-4d12-b201-2fd43c838755 x-compute-request-id: req-b8a6cf4f-79d5-4d12-b201-2fd43c838755 Content-Length: 0 Content-Type: application/json 2018-07-23 07:42:40,786 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/076627c6-64a4-46e1-859f-134299115c20 used request id req-b8a6cf4f-79d5-4d12-b201-2fd43c838755 2018-07-23 07:42:40,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0376119613647s 2018-07-23 07:42:40,787 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/076627c6-64a4-46e1-859f-134299115c20 used request id req-b8a6cf4f-79d5-4d12-b201-2fd43c838755 2018-07-23 07:42:40,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:42:40,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:42:40,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e80cd542-fc86-466b-8891-786b89f92ba0 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1287116150bf4ce0bb02309b90f72dad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1287116150bf4ce0bb02309b90f72dad", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/21e964dbe82e41fc9ab56342e3a027a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e964dbe82e41fc9ab56342e3a027a6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/22ca89ed14c94721b5fd2f655167f068"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22ca89ed14c94721b5fd2f655167f068", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/26e8ee3b56ac43b5ad4adb33444e47c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26e8ee3b56ac43b5ad4adb33444e47c5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2c51044dca7046e9ac6c8a2b041ab851"}, "domain_id": "2251db99694d4962850e9aa610271f3b", "enabled": true, "options": {}, "id": "2c51044dca7046e9ac6c8a2b041ab851", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/544231ec6739441cb54b5539dc4cb037"}, "domain_id": "default", "enabled": true, "options": {}, "id": "544231ec6739441cb54b5539dc4cb037", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/5e82f334d9e14b8d9506539adc7ce92e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e82f334d9e14b8d9506539adc7ce92e", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/65c01a9c052649319a58dc4f31d740c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c01a9c052649319a58dc4f31d740c5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/9501c3a36c404541a1124c0e6bb48ee3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9501c3a36c404541a1124c0e6bb48ee3", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/bb2150505dda410a96da7779cf282b1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb2150505dda410a96da7779cf282b1e", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/bd2639e1449b40f2a53cadeb987e55a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd2639e1449b40f2a53cadeb987e55a9", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c3b410f589154db5817aab8aac895175"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3b410f589154db5817aab8aac895175", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_545683af-31fe-4933-83a1-352c1e2ae4d8", "links": {"self": "http://172.30.9.21:5000/v3/users/c6ab80ed83da4ec39c6b653213a20c2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c6ab80ed83da4ec39c6b653213a20c2e", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d25756ff75c34032b0c565829f353e82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25756ff75c34032b0c565829f353e82", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/e2971232255b4d6b82c5aeea243f97c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2971232255b4d6b82c5aeea243f97c1", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-23 07:42:40,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e80cd542-fc86-466b-8891-786b89f92ba0 2018-07-23 07:42:40,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122888088226s 2018-07-23 07:42:40,911 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e80cd542-fc86-466b-8891-786b89f92ba0 2018-07-23 07:42:40,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:42:40,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/c6ab80ed83da4ec39c6b653213a20c2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:42:41,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4116aad1-01a4-47ef-9393-620a43d9c1d0 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_545683af-31fe-4933-83a1-352c1e2ae4d8", "links": {"self": "http://172.30.9.21:5000/v3/users/c6ab80ed83da4ec39c6b653213a20c2e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c6ab80ed83da4ec39c6b653213a20c2e", "description": null}} 2018-07-23 07:42:41,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/c6ab80ed83da4ec39c6b653213a20c2e used request id req-4116aad1-01a4-47ef-9393-620a43d9c1d0 2018-07-23 07:42:41,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115290164948s 2018-07-23 07:42:41,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/c6ab80ed83da4ec39c6b653213a20c2e used request id req-4116aad1-01a4-47ef-9393-620a43d9c1d0 2018-07-23 07:42:41,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-23 07:42:41,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/c6ab80ed83da4ec39c6b653213a20c2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:42:41,248 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:42:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bcb0d2c-58c2-4ce7-a417-7c532f49a7dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:42:41,248 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c6ab80ed83da4ec39c6b653213a20c2e used request id req-7bcb0d2c-58c2-4ce7-a417-7c532f49a7dd 2018-07-23 07:42:41,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.216381072998s 2018-07-23 07:42:41,249 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c6ab80ed83da4ec39c6b653213a20c2e used request id req-7bcb0d2c-58c2-4ce7-a417-7c532f49a7dd 2018-07-23 07:42:41,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 07:42:41,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:42:41,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64fb671e-b518-4b1d-9f34-5db1017c31bd Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/0486e94486304ab6adf645ccec018862"}, "tags": [], "enabled": true, "id": "0486e94486304ab6adf645ccec018862", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_545683af-31fe-4933-83a1-352c1e2ae4d8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566"}, "tags": [], "enabled": true, "id": "0e18f5d29fa84969a7e290a71d4fd566", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/40d340270b3e485491d6be25a56c453f"}, "tags": [], "enabled": true, "id": "40d340270b3e485491d6be25a56c453f", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-23 07:42:41,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-64fb671e-b518-4b1d-9f34-5db1017c31bd 2018-07-23 07:42:41,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0984230041504s 2018-07-23 07:42:41,353 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-64fb671e-b518-4b1d-9f34-5db1017c31bd 2018-07-23 07:42:41,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-23 07:42:41,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/0486e94486304ab6adf645ccec018862 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e79876a63a42826bbc68bbf62627d6f9bc73ebdc" 2018-07-23 07:42:41,538 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:42:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f6b557e-7b42-4b1f-b2be-c073dc7ad6a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:42:41,538 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0486e94486304ab6adf645ccec018862 used request id req-9f6b557e-7b42-4b1f-b2be-c073dc7ad6a0 2018-07-23 07:42:41,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.181027173996s 2018-07-23 07:42:41,539 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0486e94486304ab6adf645ccec018862 used request id req-9f6b557e-7b42-4b1f-b2be-c073dc7ad6a0 2018-07-23 07:42:41,594 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-07-23 07:42:41,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 07:42:41,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 07:42:41,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 07:42:41,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 07:42:41,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 07:42:41,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 07:42:41,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 07:42:41,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 07:42:41,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 07:42:41,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 07:42:41,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 07:42:41,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 07:42:41,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 07:42:41,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 07:42:41,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 07:42:41,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 07:42:41,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 07:42:41,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 07:42:41,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 07:42:41,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 07:42:41,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 07:42:41,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 07:42:41,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:42:41,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7188a5f-d69c-45b7-bfd5-e61d26e3dc2e 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.21:5000/v3/", "rel": "self"}]}} 2018-07-23 07:42:41,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d7188a5f-d69c-45b7-bfd5-e61d26e3dc2e 2018-07-23 07:42:41,645 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-23 07:42:42,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40a5620b1e784c22beda1ae3289f9e23", "name": "reader"}, {"id": "1c63495f601d4fd899158fb6718f568a", "name": "member"}, {"id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "name": "admin"}], "expires_at": "2018-07-23T08:42:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40d340270b3e485491d6be25a56c453f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce282ecbbba248f28a2a48359ab9852c"}], "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"url": "http://192.30.9.4:8004/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8842ad52263c477d9d091a2eb09c6b07"}], "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fa69a2f6532480893aba172a82bc285"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea54707f422947ba81df4a98cadc2148"}], "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"url": "http://172.30.9.21:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"url": "http://192.30.9.4:8776/v2/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8a76b37dbc7448498e988f67eaef1c8"}], "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb0386e3f04145818be6768d3417f9a4"}], "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8ad852821b04802a57e13245d54444a"}], "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e171355f417f4e65bd290816771872af"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc13e075915a41239400d8d5e5e97f51"}], "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}], "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"url": "http://12.0.0.28:8080/v1/AUTH_40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}], "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baaea9d18794c309e333af015de2a86"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5967cc28be044cb8a864a21b2d1c41c"}], "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ece48747154471e88b0c5aae278adb3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2662bcf19454e78829b8749f9d69308"}], "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"url": "http://172.30.9.21:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49500008eaec4c76916ecb04072b1992"}, {"url": "http://192.30.9.4:8776/v3/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}], "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"url": "http://172.30.9.21:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"url": "http://192.30.9.4:8776/v1/40d340270b3e485491d6be25a56c453f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a91452ce052f466488f8f6b679a6ba66"}], "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d2f9b971c394de68c950899a8325cb2"}], "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25756ff75c34032b0c565829f353e82"}, "audit_ids": ["9mB5DlhETyW03HEJW8P_lQ"], "issued_at": "2018-07-23T07:42:42.000000Z"}} 2018-07-23 07:42:42,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:42:42,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:42:42,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-fe7c2b60-f1d3-4dee-93d1-55772912391a Date: Mon, 23 Jul 2018 07:42:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","provider:network_type":"flat"}]} 2018-07-23 07:42:42,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fe7c2b60-f1d3-4dee-93d1-55772912391a 2018-07-23 07:42:42,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354351043701s 2018-07-23 07:42:42,398 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fe7c2b60-f1d3-4dee-93d1-55772912391a 2018-07-23 07:42:42,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:42:42,407 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 07:42:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57f76e63-b506-4752-b2ff-1695984b449c 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.21:5000/v3/", "rel": "self"}]}]}} 2018-07-23 07:42:42,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-57f76e63-b506-4752-b2ff-1695984b449c 2018-07-23 07:42:42,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 07:42:42,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:42:42,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-556c410b-39a2-4542-810c-feeffb19eb5e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/2251db99694d4962850e9aa610271f3b"}, "tags": [], "enabled": true, "id": "2251db99694d4962850e9aa610271f3b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-07-23 07:42:42,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-556c410b-39a2-4542-810c-feeffb19eb5e 2018-07-23 07:42:42,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.108183860779s 2018-07-23 07:42:42,517 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-556c410b-39a2-4542-810c-feeffb19eb5e 2018-07-23 07:42:42,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-23 07:42:42,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f04c0d941dbca494c4e9af82844b29fcf06438d8" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_415d58ee-fbb9-4ccc-95be-e68d85d8cebd"}}' 2018-07-23 07:42:42,675 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 07:42:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5a4b37b-4718-4cf8-98ab-53b4681dcfaa 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.21:5000/v3/projects/bf1194c997354709a0f6d0a580f8ecee"}, "tags": [], "enabled": true, "id": "bf1194c997354709a0f6d0a580f8ecee", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_415d58ee-fbb9-4ccc-95be-e68d85d8cebd"}} 2018-07-23 07:42:42,676 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d5a4b37b-4718-4cf8-98ab-53b4681dcfaa 2018-07-23 07:42:42,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.152171134949s 2018-07-23 07:42:42,676 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d5a4b37b-4718-4cf8-98ab-53b4681dcfaa 2018-07-23 07:42:42,677 - 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'bf1194c997354709a0f6d0a580f8ecee', '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_415d58ee-fbb9-4ccc-95be-e68d85d8cebd'}) 2018-07-23 07:42:42,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-23 07:42:42,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f04c0d941dbca494c4e9af82844b29fcf06438d8" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c9482cb4-9e8f-4419-ae97-0a21d792cba6", "email": null, "name": "vping_userdata-user_415d58ee-fbb9-4ccc-95be-e68d85d8cebd"}}' 2018-07-23 07:42:43,112 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 07:42:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab22afe0-7e2e-4418-90eb-7645fa9bdacb Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "links": {"self": "http://172.30.9.21:5000/v3/users/3981ea0c427a44b1a5cf34178ee82ce6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3981ea0c427a44b1a5cf34178ee82ce6", "domain_id": "default", "password_expires_at": null}} 2018-07-23 07:42:43,112 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-ab22afe0-7e2e-4418-90eb-7645fa9bdacb 2018-07-23 07:42:43,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.42857003212s 2018-07-23 07:42:43,112 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-ab22afe0-7e2e-4418-90eb-7645fa9bdacb 2018-07-23 07:42:43,113 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3981ea0c427a44b1a5cf34178ee82ce6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_415d58ee-fbb9-4ccc-95be-e68d85d8cebd'}) 2018-07-23 07:42:43,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:42:43,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:42:43,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c293a23e-2d67-4c5b-b6cf-7b56052eac8c Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:42:43,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c293a23e-2d67-4c5b-b6cf-7b56052eac8c 2018-07-23 07:42:43,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109167098999s 2018-07-23 07:42:43,226 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c293a23e-2d67-4c5b-b6cf-7b56052eac8c 2018-07-23 07:42:43,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:42:43,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:42:43,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b72eba-7e86-46ab-b768-ed1c6d0cb348 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:42:43,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b2b72eba-7e86-46ab-b768-ed1c6d0cb348 2018-07-23 07:42:43,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0952370166779s 2018-07-23 07:42:43,326 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b2b72eba-7e86-46ab-b768-ed1c6d0cb348 2018-07-23 07:42:43,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 07:42:43,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:42:43,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5734cc41-f175-448e-9cc4-94c5057dd647 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1c63495f601d4fd899158fb6718f568a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c63495f601d4fd899158fb6718f568a"}, "name": "member"}, {"domain_id": null, "id": "1ec271d677aa40b7a7411bfabab9c970", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ec271d677aa40b7a7411bfabab9c970"}, "name": "swiftoperator"}, {"domain_id": null, "id": "40a5620b1e784c22beda1ae3289f9e23", "links": {"self": "http://172.30.9.21:5000/v3/roles/40a5620b1e784c22beda1ae3289f9e23"}, "name": "reader"}, {"domain_id": null, "id": "8b65047bbf2c4173a2dd8a7ac627e213", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b65047bbf2c4173a2dd8a7ac627e213"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e6f8c96b9fda4bcb9f1c75b21480bcbc", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6f8c96b9fda4bcb9f1c75b21480bcbc"}, "name": "admin"}, {"domain_id": null, "id": "fbcb1f530dac407ca78ff8f6209d1112", "links": {"self": "http://172.30.9.21:5000/v3/roles/fbcb1f530dac407ca78ff8f6209d1112"}, "name": "heat_stack_user"}]} 2018-07-23 07:42:43,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5734cc41-f175-448e-9cc4-94c5057dd647 2018-07-23 07:42:43,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106714010239s 2018-07-23 07:42:43,438 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5734cc41-f175-448e-9cc4-94c5057dd647 2018-07-23 07:42:43,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 07:42:43,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:42:43,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8b2c8f3-71d2-4f66-b3fb-b24ce27278f2 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-23 07:42:43,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-a8b2c8f3-71d2-4f66-b3fb-b24ce27278f2 2018-07-23 07:42:43,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.108975887299s 2018-07-23 07:42:43,552 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-a8b2c8f3-71d2-4f66-b3fb-b24ce27278f2 2018-07-23 07:42:43,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:42:43,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:42:43,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48a2340c-f486-4b30-a204-102136156258 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1287116150bf4ce0bb02309b90f72dad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1287116150bf4ce0bb02309b90f72dad", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/21e964dbe82e41fc9ab56342e3a027a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e964dbe82e41fc9ab56342e3a027a6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/22ca89ed14c94721b5fd2f655167f068"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22ca89ed14c94721b5fd2f655167f068", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/26e8ee3b56ac43b5ad4adb33444e47c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26e8ee3b56ac43b5ad4adb33444e47c5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2c51044dca7046e9ac6c8a2b041ab851"}, "domain_id": "2251db99694d4962850e9aa610271f3b", "enabled": true, "options": {}, "id": "2c51044dca7046e9ac6c8a2b041ab851", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "links": {"self": "http://172.30.9.21:5000/v3/users/3981ea0c427a44b1a5cf34178ee82ce6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3981ea0c427a44b1a5cf34178ee82ce6", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/544231ec6739441cb54b5539dc4cb037"}, "domain_id": "default", "enabled": true, "options": {}, "id": "544231ec6739441cb54b5539dc4cb037", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/5e82f334d9e14b8d9506539adc7ce92e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e82f334d9e14b8d9506539adc7ce92e", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/65c01a9c052649319a58dc4f31d740c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c01a9c052649319a58dc4f31d740c5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/9501c3a36c404541a1124c0e6bb48ee3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9501c3a36c404541a1124c0e6bb48ee3", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/bb2150505dda410a96da7779cf282b1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb2150505dda410a96da7779cf282b1e", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/bd2639e1449b40f2a53cadeb987e55a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd2639e1449b40f2a53cadeb987e55a9", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c3b410f589154db5817aab8aac895175"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3b410f589154db5817aab8aac895175", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d25756ff75c34032b0c565829f353e82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25756ff75c34032b0c565829f353e82", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/e2971232255b4d6b82c5aeea243f97c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2971232255b4d6b82c5aeea243f97c1", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-23 07:42:43,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-48a2340c-f486-4b30-a204-102136156258 2018-07-23 07:42:43,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.127485990524s 2018-07-23 07:42:43,681 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-48a2340c-f486-4b30-a204-102136156258 2018-07-23 07:42:43,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 07:42:43,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:42:43,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f80190de-44cf-428b-91e7-0fa49a093ddb Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/40d340270b3e485491d6be25a56c453f"}, "tags": [], "enabled": true, "id": "40d340270b3e485491d6be25a56c453f", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566"}, "tags": [], "enabled": true, "id": "0e18f5d29fa84969a7e290a71d4fd566", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/bf1194c997354709a0f6d0a580f8ecee"}, "tags": [], "enabled": true, "id": "bf1194c997354709a0f6d0a580f8ecee", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_415d58ee-fbb9-4ccc-95be-e68d85d8cebd"}]} 2018-07-23 07:42:43,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-f80190de-44cf-428b-91e7-0fa49a093ddb 2018-07-23 07:42:43,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.112073898315s 2018-07-23 07:42:43,806 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-f80190de-44cf-428b-91e7-0fa49a093ddb 2018-07-23 07:42:43,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-23 07:42:43,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=3981ea0c427a44b1a5cf34178ee82ce6&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=bf1194c997354709a0f6d0a580f8ecee" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:42:43,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43df0904-12cd-4662-a8a5-c4dd54adb2ce Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=3981ea0c427a44b1a5cf34178ee82ce6&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=bf1194c997354709a0f6d0a580f8ecee", "previous": null, "next": null}} 2018-07-23 07:42:43,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=3981ea0c427a44b1a5cf34178ee82ce6&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=bf1194c997354709a0f6d0a580f8ecee used request id req-43df0904-12cd-4662-a8a5-c4dd54adb2ce 2018-07-23 07:42:43,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.104645967484s 2018-07-23 07:42:43,918 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=3981ea0c427a44b1a5cf34178ee82ce6&role.id=1c63495f601d4fd899158fb6718f568a&scope.project.id=bf1194c997354709a0f6d0a580f8ecee used request id req-43df0904-12cd-4662-a8a5-c4dd54adb2ce 2018-07-23 07:42:43,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-23 07:42:43,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/bf1194c997354709a0f6d0a580f8ecee/users/3981ea0c427a44b1a5cf34178ee82ce6/roles/1c63495f601d4fd899158fb6718f568a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:42:44,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:42:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cee4efc9-c6e6-4c32-b59c-7824f12f780d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:42:44,078 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/bf1194c997354709a0f6d0a580f8ecee/users/3981ea0c427a44b1a5cf34178ee82ce6/roles/1c63495f601d4fd899158fb6718f568a used request id req-cee4efc9-c6e6-4c32-b59c-7824f12f780d 2018-07-23 07:42:44,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.156275987625s 2018-07-23 07:42:44,078 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/bf1194c997354709a0f6d0a580f8ecee/users/3981ea0c427a44b1a5cf34178ee82ce6/roles/1c63495f601d4fd899158fb6718f568a used request id req-cee4efc9-c6e6-4c32-b59c-7824f12f780d 2018-07-23 07:42:44,079 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_415d58ee-fbb9-4ccc-95be-e68d85d8cebd', 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'bf1194c997354709a0f6d0a580f8ecee', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'c9482cb4-9e8f-4419-ae97-0a21d792cba6', 'username': u'vping_userdata-user_415d58ee-fbb9-4ccc-95be-e68d85d8cebd', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-23 07:42:44,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 07:42:44,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 07:42:44,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 07:42:44,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 07:42:44,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 07:42:44,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 07:42:44,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 07:42:44,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 07:42:44,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 07:42:44,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 07:42:44,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 07:42:44,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 07:42:44,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 07:42:44,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 07:42:44,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 07:42:44,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 07:42:44,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 07:42:44,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 07:42:44,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 07:42:44,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 07:42:44,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 07:42:44,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 07:42:44,085 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_415d58ee-fbb9-4ccc-95be-e68d85d8cebd', 'password': 'c9482cb4-9e8f-4419-ae97-0a21d792cba6', 'project_name': 'vping_userdata-project_415d58ee-fbb9-4ccc-95be-e68d85d8cebd', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'bf1194c997354709a0f6d0a580f8ecee', 'project_domain_name': 'Default'} 2018-07-23 07:42:44,085 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-07-23 07:42:44,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:42:44,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e56a92e0-0db7-42cb-863a-f863ed698b2a 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.21:5000/v3/", "rel": "self"}]}} 2018-07-23 07:42:44,092 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e56a92e0-0db7-42cb-863a-f863ed698b2a 2018-07-23 07:42:44,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-23 07:42:44,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40a5620b1e784c22beda1ae3289f9e23", "name": "reader"}, {"id": "1c63495f601d4fd899158fb6718f568a", "name": "member"}], "expires_at": "2018-07-23T08:42:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bf1194c997354709a0f6d0a580f8ecee", "name": "vping_userdata-project_415d58ee-fbb9-4ccc-95be-e68d85d8cebd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5cc90a2897ea4fd7b76b84ac36f3e02d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b984fc8a1c884931bd0cc8f81d48df76"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce282ecbbba248f28a2a48359ab9852c"}], "type": "compute", "id": "1c61fbbc07854757b3cf4ea970227aa6", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/bf1194c997354709a0f6d0a580f8ecee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b91e6fb79fb42bcbe0a67af6231debc"}, {"url": "http://192.30.9.4:8004/v1/bf1194c997354709a0f6d0a580f8ecee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52048bcf544145e0b98e3217e6005dd9"}, {"url": "http://192.30.9.4:8004/v1/bf1194c997354709a0f6d0a580f8ecee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8842ad52263c477d9d091a2eb09c6b07"}], "type": "orchestration", "id": "3be7313928d74e03a6560982237312c6", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "3ff1b4fe53e146f79e31e6ebaf07e943", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c816c6c9bf840e29f1dea07844839be"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fa69a2f6532480893aba172a82bc285"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea54707f422947ba81df4a98cadc2148"}], "type": "metric", "id": "7ad45a2e7e7f4ec8a98ac2ceab376472", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bf1194c997354709a0f6d0a580f8ecee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c459035c56a46c39cac36b9085c2ab7"}, {"url": "http://172.30.9.21:8776/v2/bf1194c997354709a0f6d0a580f8ecee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c783de42c645411eb84b2e8e19d7631d"}, {"url": "http://192.30.9.4:8776/v2/bf1194c997354709a0f6d0a580f8ecee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8a76b37dbc7448498e988f67eaef1c8"}], "type": "volumev2", "id": "82e5e29881d04fc7b744e5c8b8c78a8b", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ee9cb7c10f54626a2b256679aed9d3a"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a13c73f5ddca4fdfa6f876c52971715a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb0386e3f04145818be6768d3417f9a4"}], "type": "network", "id": "84006f519f5f433ca34c59d1eb844a01", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ee64865d4ab48cfa6f732d692446390"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86d8355fa7d34de5b9215307ff811edc"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8ad852821b04802a57e13245d54444a"}], "type": "cloudformation", "id": "9b3e9864524a4838be1a24ef07c530b4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4c6ff7bfe0546eab07cacf51abcf095"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e171355f417f4e65bd290816771872af"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc13e075915a41239400d8d5e5e97f51"}], "type": "placement", "id": "b2806597b94a4922af6ad07c98bf718f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3f2c3da79c1844f59b3e9090507457ab"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62e78e72d5b74e6b9b0cb8bf02d6028e"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b4cbdf504fb45dca82f2e96bfea5cbf"}], "type": "event", "id": "b95be225c1e14724af1e6770369cdf38", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_bf1194c997354709a0f6d0a580f8ecee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9164deaa9b4050a43ba62cc9654e9d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6832ad68b7dc4b4a9d4b7ddeee5f709d"}, {"url": "http://12.0.0.28:8080/v1/AUTH_bf1194c997354709a0f6d0a580f8ecee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f32e2b3c1d94b5aaedd70388ca098c3"}], "type": "object-store", "id": "bcbc72a1b71145fc9f4f2bf861f36382", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baaea9d18794c309e333af015de2a86"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8626c1fe0f3d43178509be041357c3f7"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5967cc28be044cb8a864a21b2d1c41c"}], "type": "image", "id": "c12df794ee74492b88db40bdefeee81f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c3eb23afa234e96bcbb51c8d1017e97"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ece48747154471e88b0c5aae278adb3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2662bcf19454e78829b8749f9d69308"}], "type": "alarming", "id": "ca97c7655049497aa0392c4fa7b9bc59", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/bf1194c997354709a0f6d0a580f8ecee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "392e84f10ba847dca72cf8fda6f509f3"}, {"url": "http://172.30.9.21:8776/v3/bf1194c997354709a0f6d0a580f8ecee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49500008eaec4c76916ecb04072b1992"}, {"url": "http://192.30.9.4:8776/v3/bf1194c997354709a0f6d0a580f8ecee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5bdde77609884bdc84f6ff3f99e7ad8a"}], "type": "volumev3", "id": "db9646f5c84f4352a0eeacd46cc1d7db", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/bf1194c997354709a0f6d0a580f8ecee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e6122d5903347f7bf50b92a40ffc9b8"}, {"url": "http://172.30.9.21:8776/v1/bf1194c997354709a0f6d0a580f8ecee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bc1300cd0204b39a3b832f0af6644c5"}, {"url": "http://192.30.9.4:8776/v1/bf1194c997354709a0f6d0a580f8ecee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a91452ce052f466488f8f6b679a6ba66"}], "type": "volume", "id": "e44b5e6c22e342f2b34a66be63d2ea6b", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09a894ecd5ec4b59af935caf941a2c40"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1666189c046a40f2a7f5d8f1b0e3eae1"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d2f9b971c394de68c950899a8325cb2"}], "type": "identity", "id": "fa4f181df11440fc801d43e933f756f8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "id": "3981ea0c427a44b1a5cf34178ee82ce6"}, "audit_ids": ["nlFH_z3fTTikLjbsm44mjA"], "issued_at": "2018-07-23T07:42:44.000000Z"}} 2018-07-23 07:42:44,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 07:42:44,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" -d '{"network": {"name": "vping_userdata-net_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "admin_state_up": true}}' 2018-07-23 07:42:45,061 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-c2cd17b6-f3f7-4420-bb30-9e350fdef3a5 Date: Mon, 23 Jul 2018 07:42:45 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bf1194c997354709a0f6d0a580f8ecee","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:42:44Z","is_default":false,"name":"vping_userdata-net_415d58ee-fbb9-4ccc-95be-e68d85d8cebd","qos_policy_id":null,"admin_state_up":true,"tenant_id":"bf1194c997354709a0f6d0a580f8ecee","created_at":"2018-07-23T07:42:44Z","mtu":1450}} 2018-07-23 07:42:45,061 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c2cd17b6-f3f7-4420-bb30-9e350fdef3a5 2018-07-23 07:42:45,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.573771953583s 2018-07-23 07:42:45,062 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c2cd17b6-f3f7-4420-bb30-9e350fdef3a5 2018-07-23 07:42:45,062 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-23T07:42:44Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_415d58ee-fbb9-4ccc-95be-e68d85d8cebd', u'admin_state_up': True, u'tenant_id': u'bf1194c997354709a0f6d0a580f8ecee', u'created_at': u'2018-07-23T07:42:44Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bf1194c997354709a0f6d0a580f8ecee', u'l2_adjacency': True}) 2018-07-23 07:42:45,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:42:45,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:42:45,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-a60a3126-13c1-4a3e-9d47-42e4259019aa Date: Mon, 23 Jul 2018 07:42:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bf1194c997354709a0f6d0a580f8ecee","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:42:44Z","qos_policy_id":null,"name":"vping_userdata-net_415d58ee-fbb9-4ccc-95be-e68d85d8cebd","admin_state_up":true,"tenant_id":"bf1194c997354709a0f6d0a580f8ecee","created_at":"2018-07-23T07:42:44Z","mtu":1450}]} 2018-07-23 07:42:45,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a60a3126-13c1-4a3e-9d47-42e4259019aa 2018-07-23 07:42:45,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.294503927231s 2018-07-23 07:42:45,358 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a60a3126-13c1-4a3e-9d47-42e4259019aa 2018-07-23 07:42:45,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 07:42:45,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" -d '{"subnet": {"name": "vping_userdata-subnet_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "enable_dhcp": true, "network_id": "8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 07:42:46,223 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d0862984-6510-46dd-a746-9a012b64ce63 Date: Mon, 23 Jul 2018 07:42:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a","tenant_id":"bf1194c997354709a0f6d0a580f8ecee","created_at":"2018-07-23T07:42:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T07:42:45Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"bf1194c997354709a0f6d0a580f8ecee","id":"59281358-6b10-4490-a51d-c42cc4b2a32d","subnetpool_id":null,"name":"vping_userdata-subnet_415d58ee-fbb9-4ccc-95be-e68d85d8cebd"}} 2018-07-23 07:42:46,224 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d0862984-6510-46dd-a746-9a012b64ce63 2018-07-23 07:42:46,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.864281892776s 2018-07-23 07:42:46,224 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d0862984-6510-46dd-a746-9a012b64ce63 2018-07-23 07:42:46,225 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:42:45Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'59281358-6b10-4490-a51d-c42cc4b2a32d', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_415d58ee-fbb9-4ccc-95be-e68d85d8cebd', u'enable_dhcp': True, u'network_id': u'8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a', u'tenant_id': u'bf1194c997354709a0f6d0a580f8ecee', u'created_at': u'2018-07-23T07:42:45Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bf1194c997354709a0f6d0a580f8ecee'}) 2018-07-23 07:42:46,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 07:42:46,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" -d '{"router": {"external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2"}, "name": "vping_userdata-router_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "admin_state_up": true}}' 2018-07-23 07:42:52,725 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-9d772f16-7d32-4bfd-a258-8fe5818884d6 Date: Mon, 23 Jul 2018 07:42:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "created_at": "2018-07-23T07:42:47Z", "admin_state_up": true, "updated_at": "2018-07-23T07:42:48Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "bf1194c997354709a0f6d0a580f8ecee", "id": "4309ded7-dab0-44bf-9d53-b3f54c40380e", "name": "vping_userdata-router_415d58ee-fbb9-4ccc-95be-e68d85d8cebd"}} 2018-07-23 07:42:52,725 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9d772f16-7d32-4bfd-a258-8fe5818884d6 2018-07-23 07:42:52,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.50016713142s 2018-07-23 07:42:52,726 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9d772f16-7d32-4bfd-a258-8fe5818884d6 2018-07-23 07:42:52,726 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T07:42:48Z', u'revision_number': 3, u'id': u'4309ded7-dab0-44bf-9d53-b3f54c40380e', u'external_gateway_info': {u'network_id': u'0865efbc-4201-4990-b6a9-01a15b0e3ef2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7f4e00c4-685a-48c3-9dde-2e27fff1d73e', u'ip_address': u'172.30.9.207'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_415d58ee-fbb9-4ccc-95be-e68d85d8cebd', u'admin_state_up': True, u'tenant_id': u'bf1194c997354709a0f6d0a580f8ecee', u'created_at': u'2018-07-23T07:42:47Z', u'flavor_id': None, u'routes': [], u'project_id': u'bf1194c997354709a0f6d0a580f8ecee'}) 2018-07-23 07:42:52,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 07:42:52,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/4309ded7-dab0-44bf-9d53-b3f54c40380e/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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" -d '{"subnet_id": "59281358-6b10-4490-a51d-c42cc4b2a32d"}' 2018-07-23 07:42:55,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dcee4464-bc1b-44c9-be8b-2fcc2713cc6b Date: Mon, 23 Jul 2018 07:42:55 GMT RESP BODY: {"network_id": "8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "subnet_id": "59281358-6b10-4490-a51d-c42cc4b2a32d", "subnet_ids": ["59281358-6b10-4490-a51d-c42cc4b2a32d"], "port_id": "05c1c85e-3b38-4824-8102-fb230cec1aae", "id": "4309ded7-dab0-44bf-9d53-b3f54c40380e"} 2018-07-23 07:42:55,603 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4309ded7-dab0-44bf-9d53-b3f54c40380e/add_router_interface.json used request id req-dcee4464-bc1b-44c9-be8b-2fcc2713cc6b 2018-07-23 07:42:55,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.8761138916s 2018-07-23 07:42:55,604 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4309ded7-dab0-44bf-9d53-b3f54c40380e/add_router_interface.json used request id req-dcee4464-bc1b-44c9-be8b-2fcc2713cc6b returning object 4309ded7-dab0-44bf-9d53-b3f54c40380e 2018-07-23 07:42:55,604 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-23 07:42:55,736 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-23 07:42:55,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-23 07:42:55,743 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 23 Jul 2018 07:42:55 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-23 07:42:55,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:42:55,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:42:56,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c2e0f208-c865-4615-b20d-b6cf50685dbb Date: Mon, 23 Jul 2018 07:42:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:42:56,457 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c2e0f208-c865-4615-b20d-b6cf50685dbb 2018-07-23 07:42:56,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.711684942245s 2018-07-23 07:42:56,457 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c2e0f208-c865-4615-b20d-b6cf50685dbb 2018-07-23 07:42:56,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-23 07:42:56,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_415d58ee-fbb9-4ccc-95be-e68d85d8cebd"}' 2018-07-23 07:42:56,782 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b78dee6a-7826-4ccb-a213-382cfedfb9b0 Date: Mon, 23 Jul 2018 07:42:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9/file", "owner": "bf1194c997354709a0f6d0a580f8ecee", "id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "size": null, "self": "/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:42:56Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "checksum": null, "created_at": "2018-07-23T07:42:56Z", "protected": false} 2018-07-23 07:42:56,783 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b78dee6a-7826-4ccb-a213-382cfedfb9b0 2018-07-23 07:42:56,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.317600011826s 2018-07-23 07:42:56,783 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b78dee6a-7826-4ccb-a213-382cfedfb9b0 returning object d1b44135-c208-4d3d-bd0f-e4c9d649e8e9 2018-07-23 07:42:56,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-23 07:42:56,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9/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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" -d '' 2018-07-23 07:42:57,494 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b3bfab66-306f-4116-9ee3-4e01bb842645 Date: Mon, 23 Jul 2018 07:42:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 07:42:57,495 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9/file used request id req-b3bfab66-306f-4116-9ee3-4e01bb842645 2018-07-23 07:42:57,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.710710048676s 2018-07-23 07:42:57,495 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9/file used request id req-b3bfab66-306f-4116-9ee3-4e01bb842645 2018-07-23 07:42:57,495 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_userdata-img_415d58ee-fbb9-4ccc-95be-e68d85d8cebd', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-23T07:42:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9/file', u'owner': u'bf1194c997354709a0f6d0a580f8ecee', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd1b44135-c208-4d3d-bd0f-e4c9d649e8e9', u'size': None, u'name': u'vping_userdata-img_415d58ee-fbb9-4ccc-95be-e68d85d8cebd', u'checksum': None, u'self': u'/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-23T07:42:56Z', u'schema': u'/v2/schemas/image'}) 2018-07-23 07:42:57,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-23 07:42:57,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f04c0d941dbca494c4e9af82844b29fcf06438d8" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-23 07:42:57,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42: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-c3327cad-da62-4dfb-95c7-77e32363d80d x-compute-request-id: req-c3327cad-da62-4dfb-95c7-77e32363d80d Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "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": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad"}} 2018-07-23 07:42:57,951 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c3327cad-da62-4dfb-95c7-77e32363d80d 2018-07-23 07:42:57,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.454869031906s 2018-07-23 07:42:57,951 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c3327cad-da62-4dfb-95c7-77e32363d80d 2018-07-23 07:42:57,952 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_415d58ee-fbb9-4ccc-95be-e68d85d8cebd', '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'40d340270b3e485491d6be25a56c453f', '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'c4c8c1bb-3cd9-4b75-8f37-f086d62792ad', 'swap': 0}) 2018-07-23 07:42:57,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-23 07:42:57,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad/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}f04c0d941dbca494c4e9af82844b29fcf06438d8" -d '{"extra_specs": {}}' 2018-07-23 07:42:57,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42: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-31903a14-1a5c-41fd-b810-ff1d4d15556e x-compute-request-id: req-31903a14-1a5c-41fd-b810-ff1d4d15556e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-23 07:42:57,977 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad/os-extra_specs used request id req-31903a14-1a5c-41fd-b810-ff1d4d15556e 2018-07-23 07:42:57,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0247077941895s 2018-07-23 07:42:57,978 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad/os-extra_specs used request id req-31903a14-1a5c-41fd-b810-ff1d4d15556e 2018-07-23 07:42:57,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:42:57,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:42:58,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-e4430e47-dfb4-4040-bc13-2c90cb9f8078 Date: Mon, 23 Jul 2018 07:42:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bf1194c997354709a0f6d0a580f8ecee","l2_adjacency":true,"status":"ACTIVE","subnets":["59281358-6b10-4490-a51d-c42cc4b2a32d"],"description":"","tags":[],"updated_at":"2018-07-23T07:42:45Z","qos_policy_id":null,"name":"vping_userdata-net_415d58ee-fbb9-4ccc-95be-e68d85d8cebd","admin_state_up":true,"tenant_id":"bf1194c997354709a0f6d0a580f8ecee","created_at":"2018-07-23T07:42:44Z","mtu":1450}]} 2018-07-23 07:42:58,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e4430e47-dfb4-4040-bc13-2c90cb9f8078 2018-07-23 07:42:58,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.430105924606s 2018-07-23 07:42:58,409 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e4430e47-dfb4-4040-bc13-2c90cb9f8078 2018-07-23 07:42:58,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:42:58,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:42:59,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-af6542cb-5917-422c-96b3-27da726dd90e Date: Mon, 23 Jul 2018 07:42:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9/snap", "metadata": {}}], "file": "/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9/file", "owner": "bf1194c997354709a0f6d0a580f8ecee", "id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "size": 12716032, "self": "/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "disk_format": "qcow2", "direct_url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:42:57Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T07:42:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:42:59,150 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-af6542cb-5917-422c-96b3-27da726dd90e 2018-07-23 07:42:59,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.736662864685s 2018-07-23 07:42:59,150 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-af6542cb-5917-422c-96b3-27da726dd90e 2018-07-23 07:42:59,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 07:42:59,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:42:59,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:42: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-39a8fb76-3809-4c55-9df5-8c63e3e7cb05 x-compute-request-id: req-39a8fb76-3809-4c55-9df5-8c63e3e7cb05 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "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": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad"}]} 2018-07-23 07:42:59,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-39a8fb76-3809-4c55-9df5-8c63e3e7cb05 2018-07-23 07:42:59,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.198465108871s 2018-07-23 07:42:59,351 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-39a8fb76-3809-4c55-9df5-8c63e3e7cb05 2018-07-23 07:42:59,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-23 07:42:59,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" -d '{"server": {"name": "vping_userdata-vm_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "imageRef": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "flavorRef": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a"}]}}' 2018-07-23 07:43:01,587 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:42: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 x-openstack-request-id: req-ed6d2df6-b6ef-436c-ae77-d27c6321e68c x-compute-request-id: req-ed6d2df6-b6ef-436c-ae77-d27c6321e68c Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "bookmark"}], "adminPass": "LmA3ap49NKjK"}} 2018-07-23 07:43:01,587 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-ed6d2df6-b6ef-436c-ae77-d27c6321e68c 2018-07-23 07:43:01,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.23451089859s 2018-07-23 07:43:01,588 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-ed6d2df6-b6ef-436c-ae77-d27c6321e68c 2018-07-23 07:43:01,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:43:01,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:02,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07248684-3acb-438f-93e2-7ea34a710e78 x-compute-request-id: req-07248684-3acb-438f-93e2-7ea34a710e78 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "bookmark"}], "image": {"id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "links": [{"href": "http://172.30.9.21:8774/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "links": [{"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "bookmark"}]}, "id": "dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "user_id": "3981ea0c427a44b1a5cf34178ee82ce6", "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-23T07:43:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "created": "2018-07-23T07:43:01Z", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:43:02,209 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-07248684-3acb-438f-93e2-7ea34a710e78 2018-07-23 07:43:02,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.620929956436s 2018-07-23 07:43:02,210 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-07248684-3acb-438f-93e2-7ea34a710e78 2018-07-23 07:43:02,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:43:02,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:02,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-90b41b05-0fc5-446e-99a3-6d8ddd3442c2 Date: Mon, 23 Jul 2018 07:43:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bf1194c997354709a0f6d0a580f8ecee","l2_adjacency":true,"status":"ACTIVE","subnets":["59281358-6b10-4490-a51d-c42cc4b2a32d"],"description":"","tags":[],"updated_at":"2018-07-23T07:42:45Z","qos_policy_id":null,"name":"vping_userdata-net_415d58ee-fbb9-4ccc-95be-e68d85d8cebd","admin_state_up":true,"tenant_id":"bf1194c997354709a0f6d0a580f8ecee","created_at":"2018-07-23T07:42:44Z","mtu":1450}]} 2018-07-23 07:43:02,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-90b41b05-0fc5-446e-99a3-6d8ddd3442c2 2018-07-23 07:43:02,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.286825895309s 2018-07-23 07:43:02,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-90b41b05-0fc5-446e-99a3-6d8ddd3442c2 2018-07-23 07:43:02,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 07:43:02,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:02,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-478d9d54-efe8-4c09-a6c9-1c80578c0056 Date: Mon, 23 Jul 2018 07:43:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a","tenant_id":"bf1194c997354709a0f6d0a580f8ecee","created_at":"2018-07-23T07:42:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T07:42:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"bf1194c997354709a0f6d0a580f8ecee","id":"59281358-6b10-4490-a51d-c42cc4b2a32d","subnetpool_id":null,"name":"vping_userdata-subnet_415d58ee-fbb9-4ccc-95be-e68d85d8cebd"}]} 2018-07-23 07:43:02,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-478d9d54-efe8-4c09-a6c9-1c80578c0056 2018-07-23 07:43:02,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.232270002365s 2018-07-23 07:43:02,737 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-478d9d54-efe8-4c09-a6c9-1c80578c0056 2018-07-23 07:43:02,738 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:43:04,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:43:04,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:05,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28db4b16-f9d2-4c26-b503-a38524c0f2c9 x-compute-request-id: req-28db4b16-f9d2-4c26-b503-a38524c0f2c9 Content-Encoding: gzip Content-Length: 645 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "bookmark"}], "image": {"id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "links": [{"href": "http://172.30.9.21:8774/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "links": [{"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "bookmark"}]}, "id": "dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "user_id": "3981ea0c427a44b1a5cf34178ee82ce6", "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-23T07:43:04Z", "hostId": "787ef38354d215bccb38220dd8de08074282a95289adce2da9b4fff8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "created": "2018-07-23T07:43:01Z", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:43:05,199 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-28db4b16-f9d2-4c26-b503-a38524c0f2c9 2018-07-23 07:43:05,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.457965135574s 2018-07-23 07:43:05,199 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-28db4b16-f9d2-4c26-b503-a38524c0f2c9 2018-07-23 07:43:05,202 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:43:07,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:43:07,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:08,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43: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-080c096f-7131-45a1-b3ea-9db093b09799 x-compute-request-id: req-080c096f-7131-45a1-b3ea-9db093b09799 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.21:8774/v2.1/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "bookmark"}], "image": {"id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "links": [{"href": "http://172.30.9.21:8774/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "links": [{"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "bookmark"}]}, "id": "dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "security_groups": [{"name": "default"}], "user_id": "3981ea0c427a44b1a5cf34178ee82ce6", "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-23T07:43:04Z", "hostId": "787ef38354d215bccb38220dd8de08074282a95289adce2da9b4fff8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "created": "2018-07-23T07:43:01Z", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:43:08,208 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-080c096f-7131-45a1-b3ea-9db093b09799 2018-07-23 07:43:08,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00248789787s 2018-07-23 07:43:08,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-080c096f-7131-45a1-b3ea-9db093b09799 2018-07-23 07:43:08,212 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:43:10,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:43:10,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:11,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c95773db-f548-4c73-8b6c-c56ded5340de x-compute-request-id: req-c95773db-f548-4c73-8b6c-c56ded5340de 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.21:8774/v2.1/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "bookmark"}], "image": {"id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "links": [{"href": "http://172.30.9.21:8774/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "links": [{"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "bookmark"}]}, "id": "dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "security_groups": [{"name": "default"}], "user_id": "3981ea0c427a44b1a5cf34178ee82ce6", "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-23T07:43:04Z", "hostId": "787ef38354d215bccb38220dd8de08074282a95289adce2da9b4fff8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "created": "2018-07-23T07:43:01Z", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:43:11,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c95773db-f548-4c73-8b6c-c56ded5340de 2018-07-23 07:43:11,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.978379011154s 2018-07-23 07:43:11,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c95773db-f548-4c73-8b6c-c56ded5340de 2018-07-23 07:43:11,197 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:43:13,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:43:13,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:13,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43: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-23a85330-ce00-46ab-a369-ef4634796308 x-compute-request-id: req-23a85330-ce00-46ab-a369-ef4634796308 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_415d58ee-fbb9-4ccc-95be-e68d85d8cebd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:c8:d2", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "bookmark"}], "image": {"id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "links": [{"href": "http://172.30.9.21:8774/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:43:10.000000", "flavor": {"id": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "links": [{"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "bookmark"}]}, "id": "dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "security_groups": [{"name": "default"}], "user_id": "3981ea0c427a44b1a5cf34178ee82ce6", "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-23T07:43:10Z", "hostId": "787ef38354d215bccb38220dd8de08074282a95289adce2da9b4fff8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "created": "2018-07-23T07:43:01Z", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:43:13,980 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-23a85330-ce00-46ab-a369-ef4634796308 2018-07-23 07:43:13,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.780933856964s 2018-07-23 07:43:13,981 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-23a85330-ce00-46ab-a369-ef4634796308 2018-07-23 07:43:13,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 07:43:13,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=dfa7d856-a5b1-450e-9670-5f14bcff0aa8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:14,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-e2d753fe-2b42-4401-9114-b7999542b570 Date: Mon, 23 Jul 2018 07:43:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T07:43:09Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"59281358-6b10-4490-a51d-c42cc4b2a32d","ip_address":"192.168.120.10"}],"id":"1a5c123e-02e8-4b60-8834-950df8d3bd17","security_groups":["e4d79af2-03ad-4c26-a471-812f775e3a2e"],"mac_address":"fa:16:3e:7d:c8:d2","project_id":"bf1194c997354709a0f6d0a580f8ecee","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a","tenant_id":"bf1194c997354709a0f6d0a580f8ecee","created_at":"2018-07-23T07:43:05Z","binding:vnic_type":"normal","device_id":"dfa7d856-a5b1-450e-9670-5f14bcff0aa8","ip_allocation":"immediate"}]} 2018-07-23 07:43:14,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=dfa7d856-a5b1-450e-9670-5f14bcff0aa8 used request id req-e2d753fe-2b42-4401-9114-b7999542b570 2018-07-23 07:43:14,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.245886087418s 2018-07-23 07:43:14,231 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=dfa7d856-a5b1-450e-9670-5f14bcff0aa8 used request id req-e2d753fe-2b42-4401-9114-b7999542b570 2018-07-23 07:43:14,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 07:43:14,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1a5c123e-02e8-4b60-8834-950df8d3bd17" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:14,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-62ab36a8-b687-462c-8475-09b8162ca5b7 Date: Mon, 23 Jul 2018 07:43:14 GMT RESP BODY: {"floatingips": []} 2018-07-23 07:43:14,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1a5c123e-02e8-4b60-8834-950df8d3bd17 used request id req-62ab36a8-b687-462c-8475-09b8162ca5b7 2018-07-23 07:43:14,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.060907125473s 2018-07-23 07:43:14,297 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1a5c123e-02e8-4b60-8834-950df8d3bd17 used request id req-62ab36a8-b687-462c-8475-09b8162ca5b7 2018-07-23 07:43:14,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:43:14,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:15,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43: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-1bb45910-800f-45c8-9895-67bc9555fb07 x-compute-request-id: req-1bb45910-800f-45c8-9895-67bc9555fb07 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_415d58ee-fbb9-4ccc-95be-e68d85d8cebd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:c8:d2", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "bookmark"}], "image": {"id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "links": [{"href": "http://172.30.9.21:8774/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:43:10.000000", "flavor": {"id": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "links": [{"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "bookmark"}]}, "id": "dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "security_groups": [{"name": "default"}], "user_id": "3981ea0c427a44b1a5cf34178ee82ce6", "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-23T07:43:10Z", "hostId": "787ef38354d215bccb38220dd8de08074282a95289adce2da9b4fff8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "created": "2018-07-23T07:43:01Z", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:43:15,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1bb45910-800f-45c8-9895-67bc9555fb07 2018-07-23 07:43:15,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22379016876s 2018-07-23 07:43:15,522 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1bb45910-800f-45c8-9895-67bc9555fb07 2018-07-23 07:43:15,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 07:43:15,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=dfa7d856-a5b1-450e-9670-5f14bcff0aa8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:15,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-15a1b976-95c7-4143-bb73-be27eb80f886 Date: Mon, 23 Jul 2018 07:43:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T07:43:09Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"59281358-6b10-4490-a51d-c42cc4b2a32d","ip_address":"192.168.120.10"}],"id":"1a5c123e-02e8-4b60-8834-950df8d3bd17","security_groups":["e4d79af2-03ad-4c26-a471-812f775e3a2e"],"mac_address":"fa:16:3e:7d:c8:d2","project_id":"bf1194c997354709a0f6d0a580f8ecee","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a","tenant_id":"bf1194c997354709a0f6d0a580f8ecee","created_at":"2018-07-23T07:43:05Z","binding:vnic_type":"normal","device_id":"dfa7d856-a5b1-450e-9670-5f14bcff0aa8","ip_allocation":"immediate"}]} 2018-07-23 07:43:15,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=dfa7d856-a5b1-450e-9670-5f14bcff0aa8 used request id req-15a1b976-95c7-4143-bb73-be27eb80f886 2018-07-23 07:43:15,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0859310626984s 2018-07-23 07:43:15,613 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=dfa7d856-a5b1-450e-9670-5f14bcff0aa8 used request id req-15a1b976-95c7-4143-bb73-be27eb80f886 2018-07-23 07:43:15,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 07:43:15,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1a5c123e-02e8-4b60-8834-950df8d3bd17" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:15,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-dda3d766-fbcc-4d67-a393-e4ea9c945bdd Date: Mon, 23 Jul 2018 07:43:15 GMT RESP BODY: {"floatingips": []} 2018-07-23 07:43:15,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1a5c123e-02e8-4b60-8834-950df8d3bd17 used request id req-dda3d766-fbcc-4d67-a393-e4ea9c945bdd 2018-07-23 07:43:15,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0453970432281s 2018-07-23 07:43:15,665 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1a5c123e-02e8-4b60-8834-950df8d3bd17 used request id req-dda3d766-fbcc-4d67-a393-e4ea9c945bdd 2018-07-23 07:43:15,665 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_415d58ee-fbb9-4ccc-95be-e68d85d8cebd': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7d:c8:d2', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd1b44135-c208-4d3d-bd0f-e4c9d649e8e9'}), 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-23T07:43:10.000000', 'flavor': Munch({u'id': u'c4c8c1bb-3cd9-4b75-8f37-f086d62792ad'}), 'az': u'nova', 'id': u'dfa7d856-a5b1-450e-9670-5f14bcff0aa8', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3981ea0c427a44b1a5cf34178ee82ce6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bf1194c997354709a0f6d0a580f8ecee', 'name': 'vping_userdata-project_415d58ee-fbb9-4ccc-95be-e68d85d8cebd', '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-23T07:43:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-23T07:43:10Z', 'hostId': u'787ef38354d215bccb38220dd8de08074282a95289adce2da9b4fff8', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'787ef38354d215bccb38220dd8de08074282a95289adce2da9b4fff8', '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-23T07:43:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'bf1194c997354709a0f6d0a580f8ecee', 'name': u'vping_userdata-vm_415d58ee-fbb9-4ccc-95be-e68d85d8cebd', 'adminPass': None, 'tenant_id': u'bf1194c997354709a0f6d0a580f8ecee', 'created_at': u'2018-07-23T07:43:01Z', 'created': u'2018-07-23T07:43:01Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-23 07:43:15,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:43:15,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:15,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-7df2cd4e-1882-4760-bde3-607247a3819d Date: Mon, 23 Jul 2018 07:43:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bf1194c997354709a0f6d0a580f8ecee","l2_adjacency":true,"status":"ACTIVE","subnets":["59281358-6b10-4490-a51d-c42cc4b2a32d"],"description":"","tags":[],"updated_at":"2018-07-23T07:42:45Z","qos_policy_id":null,"name":"vping_userdata-net_415d58ee-fbb9-4ccc-95be-e68d85d8cebd","admin_state_up":true,"tenant_id":"bf1194c997354709a0f6d0a580f8ecee","created_at":"2018-07-23T07:42:44Z","mtu":1450}]} 2018-07-23 07:43:15,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7df2cd4e-1882-4760-bde3-607247a3819d 2018-07-23 07:43:15,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.293046951294s 2018-07-23 07:43:15,960 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7df2cd4e-1882-4760-bde3-607247a3819d 2018-07-23 07:43:15,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:43:15,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:16,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-1d6ebab4-3e2b-4af8-ac74-13f83ad8bf30 Date: Mon, 23 Jul 2018 07:43:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9/snap", "metadata": {}}], "file": "/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9/file", "owner": "bf1194c997354709a0f6d0a580f8ecee", "id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "size": 12716032, "self": "/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "disk_format": "qcow2", "direct_url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:42:57Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T07:42:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:43:16,664 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1d6ebab4-3e2b-4af8-ac74-13f83ad8bf30 2018-07-23 07:43:16,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.70015001297s 2018-07-23 07:43:16,665 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1d6ebab4-3e2b-4af8-ac74-13f83ad8bf30 2018-07-23 07:43:16,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 07:43:16,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:16,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43: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-e66d5041-87bd-4da6-b17f-75e35883f8bb x-compute-request-id: req-e66d5041-87bd-4da6-b17f-75e35883f8bb Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "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": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad"}]} 2018-07-23 07:43:16,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e66d5041-87bd-4da6-b17f-75e35883f8bb 2018-07-23 07:43:16,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0292789936066s 2018-07-23 07:43:16,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e66d5041-87bd-4da6-b17f-75e35883f8bb 2018-07-23 07:43:16,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-23 07:43:16,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" -d '{"server": {"name": "vping_userdata-vm2_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "imageRef": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "flavorRef": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjEwIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a"}]}}' 2018-07-23 07:43:19,871 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:43: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-89282527-4a57-4172-af4c-064a0831bc4d x-compute-request-id: req-89282527-4a57-4172-af4c-064a0831bc4d Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/5a26b8c1-ca04-45f2-b434-1368e571e710 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5a26b8c1-ca04-45f2-b434-1368e571e710", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5a26b8c1-ca04-45f2-b434-1368e571e710", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5a26b8c1-ca04-45f2-b434-1368e571e710", "rel": "bookmark"}], "adminPass": "ywBvRPL5duMr"}} 2018-07-23 07:43:19,872 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-89282527-4a57-4172-af4c-064a0831bc4d 2018-07-23 07:43:19,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.17454814911s 2018-07-23 07:43:19,872 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-89282527-4a57-4172-af4c-064a0831bc4d 2018-07-23 07:43:19,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:43:19,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:20,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43: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-1d7aeee6-9920-42d5-a7b2-d1e95a05badc x-compute-request-id: req-1d7aeee6-9920-42d5-a7b2-d1e95a05badc 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.21:8774/v2.1/servers/5a26b8c1-ca04-45f2-b434-1368e571e710", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5a26b8c1-ca04-45f2-b434-1368e571e710", "rel": "bookmark"}], "image": {"id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "links": [{"href": "http://172.30.9.21:8774/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "links": [{"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "bookmark"}]}, "id": "5a26b8c1-ca04-45f2-b434-1368e571e710", "user_id": "3981ea0c427a44b1a5cf34178ee82ce6", "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-23T07:43:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "created": "2018-07-23T07:43:19Z", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_415d58ee-fbb9-4ccc-95be-e68d85d8cebd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:c8:d2", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "bookmark"}], "image": {"id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "links": [{"href": "http://172.30.9.21:8774/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:43:10.000000", "flavor": {"id": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "links": [{"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "bookmark"}]}, "id": "dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "security_groups": [{"name": "default"}], "user_id": "3981ea0c427a44b1a5cf34178ee82ce6", "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-23T07:43:10Z", "hostId": "787ef38354d215bccb38220dd8de08074282a95289adce2da9b4fff8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "created": "2018-07-23T07:43:01Z", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:43:20,609 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1d7aeee6-9920-42d5-a7b2-d1e95a05badc 2018-07-23 07:43:20,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.73616194725s 2018-07-23 07:43:20,609 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1d7aeee6-9920-42d5-a7b2-d1e95a05badc 2018-07-23 07:43:20,615 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:43:22,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:43:22,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:23,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43: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-9b609026-44e0-4c3a-a321-59cd71e995c6 x-compute-request-id: req-9b609026-44e0-4c3a-a321-59cd71e995c6 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5a26b8c1-ca04-45f2-b434-1368e571e710", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5a26b8c1-ca04-45f2-b434-1368e571e710", "rel": "bookmark"}], "image": {"id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "links": [{"href": "http://172.30.9.21:8774/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "links": [{"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "bookmark"}]}, "id": "5a26b8c1-ca04-45f2-b434-1368e571e710", "user_id": "3981ea0c427a44b1a5cf34178ee82ce6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-23T07:43:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "created": "2018-07-23T07:43:19Z", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_415d58ee-fbb9-4ccc-95be-e68d85d8cebd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:c8:d2", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "bookmark"}], "image": {"id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "links": [{"href": "http://172.30.9.21:8774/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:43:10.000000", "flavor": {"id": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "links": [{"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "bookmark"}]}, "id": "dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "security_groups": [{"name": "default"}], "user_id": "3981ea0c427a44b1a5cf34178ee82ce6", "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-23T07:43:10Z", "hostId": "787ef38354d215bccb38220dd8de08074282a95289adce2da9b4fff8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "created": "2018-07-23T07:43:01Z", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:43:23,519 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9b609026-44e0-4c3a-a321-59cd71e995c6 2018-07-23 07:43:23,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.901765108109s 2018-07-23 07:43:23,520 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9b609026-44e0-4c3a-a321-59cd71e995c6 2018-07-23 07:43:23,524 - functest.opnfv_tests.openstack.vping.vping_userdata - ERROR - Unexpected error running vping_userdata Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/vping/vping_userdata.py", line 48, in run userdata=self._get_userdata()) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 183, in boot_vm timeout=self.create_server_timeout, **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'd1b44135-c208-4d3d-bd0f-e4c9d649e8e9'}), 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'c4c8c1bb-3cd9-4b75-8f37-f086d62792ad'}), 'az': u'', 'id': u'5a26b8c1-ca04-45f2-b434-1368e571e710', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3981ea0c427a44b1a5cf34178ee82ce6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bf1194c997354709a0f6d0a580f8ecee', 'name': 'vping_userdata-project_415d58ee-fbb9-4ccc-95be-e68d85d8cebd', '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-23T07:43:20Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': None, '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'bf1194c997354709a0f6d0a580f8ecee', 'name': u'vping_userdata-vm2_415d58ee-fbb9-4ccc-95be-e68d85d8cebd', 'adminPass': None, 'tenant_id': u'bf1194c997354709a0f6d0a580f8ecee', 'created_at': u'2018-07-23T07:43:19Z', 'created': u'2018-07-23T07:43:19Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})}") 2018-07-23 07:43:23,636 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 07:43:23,636 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:14 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-07-23 07:43:23,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-23 07:43:23,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:24,068 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:43:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a856123f-6572-4999-bd0c-174b957e2ad2 x-compute-request-id: req-a856123f-6572-4999-bd0c-174b957e2ad2 Content-Type: application/json 2018-07-23 07:43:24,069 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8 used request id req-a856123f-6572-4999-bd0c-174b957e2ad2 2018-07-23 07:43:24,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.428187131882s 2018-07-23 07:43:24,069 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8 used request id req-a856123f-6572-4999-bd0c-174b957e2ad2 2018-07-23 07:43:24,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:43:24,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:24,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43: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-9a781f40-ffbd-4d38-a422-e41495d80612 x-compute-request-id: req-9a781f40-ffbd-4d38-a422-e41495d80612 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5a26b8c1-ca04-45f2-b434-1368e571e710", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5a26b8c1-ca04-45f2-b434-1368e571e710", "rel": "bookmark"}], "image": {"id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "links": [{"href": "http://172.30.9.21:8774/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "links": [{"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "bookmark"}]}, "id": "5a26b8c1-ca04-45f2-b434-1368e571e710", "user_id": "3981ea0c427a44b1a5cf34178ee82ce6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-23T07:43:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "created": "2018-07-23T07:43:19Z", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_415d58ee-fbb9-4ccc-95be-e68d85d8cebd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:c8:d2", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "rel": "bookmark"}], "image": {"id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "links": [{"href": "http://172.30.9.21:8774/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T07:43:10.000000", "flavor": {"id": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "links": [{"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "bookmark"}]}, "id": "dfa7d856-a5b1-450e-9670-5f14bcff0aa8", "security_groups": [{"name": "default"}], "user_id": "3981ea0c427a44b1a5cf34178ee82ce6", "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-23T07:43:23Z", "hostId": "787ef38354d215bccb38220dd8de08074282a95289adce2da9b4fff8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "created": "2018-07-23T07:43:01Z", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:43:24,702 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9a781f40-ffbd-4d38-a422-e41495d80612 2018-07-23 07:43:24,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.632887125015s 2018-07-23 07:43:24,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9a781f40-ffbd-4d38-a422-e41495d80612 2018-07-23 07:43:24,705 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 07:43:26,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 07:43:26,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:27,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43: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-f992c685-8719-45bc-bde8-aafd002b04b3 x-compute-request-id: req-f992c685-8719-45bc-bde8-aafd002b04b3 Content-Encoding: gzip Content-Length: 593 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5a26b8c1-ca04-45f2-b434-1368e571e710", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5a26b8c1-ca04-45f2-b434-1368e571e710", "rel": "bookmark"}], "image": {"id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "links": [{"href": "http://172.30.9.21:8774/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "links": [{"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "bookmark"}]}, "id": "5a26b8c1-ca04-45f2-b434-1368e571e710", "user_id": "3981ea0c427a44b1a5cf34178ee82ce6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-23T07:43:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "created": "2018-07-23T07:43:19Z", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 07:43:27,769 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f992c685-8719-45bc-bde8-aafd002b04b3 2018-07-23 07:43:27,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06211590767s 2018-07-23 07:43:27,770 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f992c685-8719-45bc-bde8-aafd002b04b3 2018-07-23 07:43:27,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 07:43:27,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/4309ded7-dab0-44bf-9d53-b3f54c40380e/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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" -d '{"subnet_id": "59281358-6b10-4490-a51d-c42cc4b2a32d"}' 2018-07-23 07:43:30,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e931200f-f20d-443e-a4ea-319fefb353cf Date: Mon, 23 Jul 2018 07:43:30 GMT RESP BODY: {"network_id": "8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a", "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "subnet_id": "59281358-6b10-4490-a51d-c42cc4b2a32d", "subnet_ids": ["59281358-6b10-4490-a51d-c42cc4b2a32d"], "port_id": "05c1c85e-3b38-4824-8102-fb230cec1aae", "id": "4309ded7-dab0-44bf-9d53-b3f54c40380e"} 2018-07-23 07:43:30,254 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4309ded7-dab0-44bf-9d53-b3f54c40380e/remove_router_interface.json used request id req-e931200f-f20d-443e-a4ea-319fefb353cf 2018-07-23 07:43:30,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.48306918144s 2018-07-23 07:43:30,255 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4309ded7-dab0-44bf-9d53-b3f54c40380e/remove_router_interface.json used request id req-e931200f-f20d-443e-a4ea-319fefb353cf returning object 4309ded7-dab0-44bf-9d53-b3f54c40380e 2018-07-23 07:43:30,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 07:43:30,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:30,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-c92a763d-2154-45b6-8860-d055a12408b9 Date: Mon, 23 Jul 2018 07:43:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0865efbc-4201-4990-b6a9-01a15b0e3ef2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7f4e00c4-685a-48c3-9dde-2e27fff1d73e", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "bf1194c997354709a0f6d0a580f8ecee", "created_at": "2018-07-23T07:42:47Z", "admin_state_up": true, "updated_at": "2018-07-23T07:43:28Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "bf1194c997354709a0f6d0a580f8ecee", "id": "4309ded7-dab0-44bf-9d53-b3f54c40380e", "name": "vping_userdata-router_415d58ee-fbb9-4ccc-95be-e68d85d8cebd"}]} 2018-07-23 07:43:30,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c92a763d-2154-45b6-8860-d055a12408b9 2018-07-23 07:43:30,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.128899097443s 2018-07-23 07:43:30,385 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c92a763d-2154-45b6-8860-d055a12408b9 2018-07-23 07:43:30,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 07:43:30,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/4309ded7-dab0-44bf-9d53-b3f54c40380e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:34,615 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b7d0db93-9091-4cf6-b849-ac1565850a76 Content-Length: 0 Date: Mon, 23 Jul 2018 07:43:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:43:34,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/4309ded7-dab0-44bf-9d53-b3f54c40380e.json used request id req-b7d0db93-9091-4cf6-b849-ac1565850a76 2018-07-23 07:43:34,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.22902798653s 2018-07-23 07:43:34,615 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/4309ded7-dab0-44bf-9d53-b3f54c40380e.json used request id req-b7d0db93-9091-4cf6-b849-ac1565850a76 2018-07-23 07:43:34,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 07:43:34,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:34,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2d16db92-fe83-482f-b260-d207fc56ee80 Date: Mon, 23 Jul 2018 07:43:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a","tenant_id":"bf1194c997354709a0f6d0a580f8ecee","created_at":"2018-07-23T07:42:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T07:42:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"bf1194c997354709a0f6d0a580f8ecee","id":"59281358-6b10-4490-a51d-c42cc4b2a32d","subnetpool_id":null,"name":"vping_userdata-subnet_415d58ee-fbb9-4ccc-95be-e68d85d8cebd"}]} 2018-07-23 07:43:34,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2d16db92-fe83-482f-b260-d207fc56ee80 2018-07-23 07:43:34,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0524880886078s 2018-07-23 07:43:34,668 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2d16db92-fe83-482f-b260-d207fc56ee80 2018-07-23 07:43:34,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 07:43:34,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/59281358-6b10-4490-a51d-c42cc4b2a32d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:37,360 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ad39923-9294-4a4e-a23d-16f68f612a84 Date: Mon, 23 Jul 2018 07:43:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:43:37,360 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/59281358-6b10-4490-a51d-c42cc4b2a32d.json used request id req-2ad39923-9294-4a4e-a23d-16f68f612a84 2018-07-23 07:43:37,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.69090795517s 2018-07-23 07:43:37,361 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/59281358-6b10-4490-a51d-c42cc4b2a32d.json used request id req-2ad39923-9294-4a4e-a23d-16f68f612a84 2018-07-23 07:43:37,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 07:43:37,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:37,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-bb1594a4-5454-455d-b03f-4cb4dbffe045 Date: Mon, 23 Jul 2018 07:43:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0865efbc-4201-4990-b6a9-01a15b0e3ef2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e18f5d29fa84969a7e290a71d4fd566","l2_adjacency":true,"status":"ACTIVE","subnets":["7f4e00c4-685a-48c3-9dde-2e27fff1d73e"],"description":"","tags":[],"updated_at":"2018-07-23T07:34:26Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0e18f5d29fa84969a7e290a71d4fd566","created_at":"2018-07-23T07:34:18Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bf1194c997354709a0f6d0a580f8ecee","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T07:43:37Z","qos_policy_id":null,"name":"vping_userdata-net_415d58ee-fbb9-4ccc-95be-e68d85d8cebd","admin_state_up":true,"tenant_id":"bf1194c997354709a0f6d0a580f8ecee","created_at":"2018-07-23T07:42:44Z","mtu":1450}]} 2018-07-23 07:43:37,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bb1594a4-5454-455d-b03f-4cb4dbffe045 2018-07-23 07:43:37,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111696958542s 2018-07-23 07:43:37,473 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bb1594a4-5454-455d-b03f-4cb4dbffe045 2018-07-23 07:43:37,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 07:43:37,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:38,567 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7dbc960b-02f3-406c-aae5-01b07f9d1f00 Date: Mon, 23 Jul 2018 07:43:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 07:43:38,568 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a.json used request id req-7dbc960b-02f3-406c-aae5-01b07f9d1f00 2018-07-23 07:43:38,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.09291887283s 2018-07-23 07:43:38,568 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8ebf7c57-6e6a-4e0b-a5dc-e8ae6fd9777a.json used request id req-7dbc960b-02f3-406c-aae5-01b07f9d1f00 2018-07-23 07:43:38,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 07:43:38,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:38,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-85ec3c4e-0d3b-4fca-83ca-2185d9068d7d Date: Mon, 23 Jul 2018 07:43:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9/snap", "metadata": {}}], "file": "/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9/file", "owner": "bf1194c997354709a0f6d0a580f8ecee", "id": "d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "size": 12716032, "self": "/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9", "disk_format": "qcow2", "direct_url": "rbd://839fc0e9-5686-4d3f-b6ae-401e21162e52/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T07:42:57Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T07:42:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 07:43:38,792 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-85ec3c4e-0d3b-4fca-83ca-2185d9068d7d 2018-07-23 07:43:38,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.220878124237s 2018-07-23 07:43:38,792 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-85ec3c4e-0d3b-4fca-83ca-2185d9068d7d 2018-07-23 07:43:38,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-23 07:43:38,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d25fd37ea59bc8a3b9e5a9d67309060cf2b83231" 2018-07-23 07:43:39,315 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4f749e1c-e5ca-4161-8003-e08823ca9b2e Date: Mon, 23 Jul 2018 07:43: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-23 07:43:39,315 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9 used request id req-4f749e1c-e5ca-4161-8003-e08823ca9b2e 2018-07-23 07:43:39,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.520827054977s 2018-07-23 07:43:39,315 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d1b44135-c208-4d3d-bd0f-e4c9d649e8e9 used request id req-4f749e1c-e5ca-4161-8003-e08823ca9b2e 2018-07-23 07:43:39,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 07:43:39,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:43:39,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43: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-d6f22249-99a5-4f2a-9e71-fc020f8d3471 x-compute-request-id: req-d6f22249-99a5-4f2a-9e71-fc020f8d3471 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad", "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": "c4c8c1bb-3cd9-4b75-8f37-f086d62792ad"}]} 2018-07-23 07:43:39,343 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d6f22249-99a5-4f2a-9e71-fc020f8d3471 2018-07-23 07:43:39,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0275139808655s 2018-07-23 07:43:39,344 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d6f22249-99a5-4f2a-9e71-fc020f8d3471 2018-07-23 07:43:39,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-23 07:43:39,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:43:39,379 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 07:43: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-7c32d9b3-ae19-406d-8e86-5763fa16813d x-compute-request-id: req-7c32d9b3-ae19-406d-8e86-5763fa16813d Content-Length: 0 Content-Type: application/json 2018-07-23 07:43:39,379 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad used request id req-7c32d9b3-ae19-406d-8e86-5763fa16813d 2018-07-23 07:43:39,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0342152118683s 2018-07-23 07:43:39,379 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/c4c8c1bb-3cd9-4b75-8f37-f086d62792ad used request id req-7c32d9b3-ae19-406d-8e86-5763fa16813d 2018-07-23 07:43:39,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:43:39,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:43:39,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8daa4952-8404-4a86-820f-a7b5037be976 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1287116150bf4ce0bb02309b90f72dad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1287116150bf4ce0bb02309b90f72dad", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/21e964dbe82e41fc9ab56342e3a027a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e964dbe82e41fc9ab56342e3a027a6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/22ca89ed14c94721b5fd2f655167f068"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22ca89ed14c94721b5fd2f655167f068", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/26e8ee3b56ac43b5ad4adb33444e47c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26e8ee3b56ac43b5ad4adb33444e47c5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2c51044dca7046e9ac6c8a2b041ab851"}, "domain_id": "2251db99694d4962850e9aa610271f3b", "enabled": true, "options": {}, "id": "2c51044dca7046e9ac6c8a2b041ab851", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "links": {"self": "http://172.30.9.21:5000/v3/users/3981ea0c427a44b1a5cf34178ee82ce6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3981ea0c427a44b1a5cf34178ee82ce6", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/544231ec6739441cb54b5539dc4cb037"}, "domain_id": "default", "enabled": true, "options": {}, "id": "544231ec6739441cb54b5539dc4cb037", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/5e82f334d9e14b8d9506539adc7ce92e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e82f334d9e14b8d9506539adc7ce92e", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/65c01a9c052649319a58dc4f31d740c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c01a9c052649319a58dc4f31d740c5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/9501c3a36c404541a1124c0e6bb48ee3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9501c3a36c404541a1124c0e6bb48ee3", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/bb2150505dda410a96da7779cf282b1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb2150505dda410a96da7779cf282b1e", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/bd2639e1449b40f2a53cadeb987e55a9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bd2639e1449b40f2a53cadeb987e55a9", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c3b410f589154db5817aab8aac895175"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3b410f589154db5817aab8aac895175", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d25756ff75c34032b0c565829f353e82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25756ff75c34032b0c565829f353e82", "email": "admin@example.com", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/e2971232255b4d6b82c5aeea243f97c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2971232255b4d6b82c5aeea243f97c1", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-23 07:43:39,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8daa4952-8404-4a86-820f-a7b5037be976 2018-07-23 07:43:39,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122092008591s 2018-07-23 07:43:39,503 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8daa4952-8404-4a86-820f-a7b5037be976 2018-07-23 07:43:39,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 07:43:39,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/3981ea0c427a44b1a5cf34178ee82ce6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:43:39,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87d44cba-862c-4256-8120-d3ef6e206ba1 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_415d58ee-fbb9-4ccc-95be-e68d85d8cebd", "links": {"self": "http://172.30.9.21:5000/v3/users/3981ea0c427a44b1a5cf34178ee82ce6"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "3981ea0c427a44b1a5cf34178ee82ce6", "description": null}} 2018-07-23 07:43:39,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/3981ea0c427a44b1a5cf34178ee82ce6 used request id req-87d44cba-862c-4256-8120-d3ef6e206ba1 2018-07-23 07:43:39,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119283914566s 2018-07-23 07:43:39,628 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/3981ea0c427a44b1a5cf34178ee82ce6 used request id req-87d44cba-862c-4256-8120-d3ef6e206ba1 2018-07-23 07:43:39,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-23 07:43:39,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/3981ea0c427a44b1a5cf34178ee82ce6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:43:39,979 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:43:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9ba2b44-299e-4489-ad17-f88a68c35a7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:43:39,979 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/3981ea0c427a44b1a5cf34178ee82ce6 used request id req-d9ba2b44-299e-4489-ad17-f88a68c35a7b 2018-07-23 07:43:39,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.350069999695s 2018-07-23 07:43:39,979 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/3981ea0c427a44b1a5cf34178ee82ce6 used request id req-d9ba2b44-299e-4489-ad17-f88a68c35a7b 2018-07-23 07:43:39,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 07:43:39,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:43:40,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 07:43:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04d248cc-a68b-4f82-a7d8-df8ebf1ae7b4 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/0e18f5d29fa84969a7e290a71d4fd566"}, "tags": [], "enabled": true, "id": "0e18f5d29fa84969a7e290a71d4fd566", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/40d340270b3e485491d6be25a56c453f"}, "tags": [], "enabled": true, "id": "40d340270b3e485491d6be25a56c453f", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/bf1194c997354709a0f6d0a580f8ecee"}, "tags": [], "enabled": true, "id": "bf1194c997354709a0f6d0a580f8ecee", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_415d58ee-fbb9-4ccc-95be-e68d85d8cebd"}]} 2018-07-23 07:43:40,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-04d248cc-a68b-4f82-a7d8-df8ebf1ae7b4 2018-07-23 07:43:40,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100190162659s 2018-07-23 07:43:40,087 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-04d248cc-a68b-4f82-a7d8-df8ebf1ae7b4 2018-07-23 07:43:40,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-23 07:43:40,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/bf1194c997354709a0f6d0a580f8ecee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f04c0d941dbca494c4e9af82844b29fcf06438d8" 2018-07-23 07:43:40,286 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 07:43:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53ad2aa9-e344-4455-8318-6ccace602263 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 07:43:40,287 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/bf1194c997354709a0f6d0a580f8ecee used request id req-53ad2aa9-e344-4455-8318-6ccace602263 2018-07-23 07:43:40,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.194396018982s 2018-07-23 07:43:40,287 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/bf1194c997354709a0f6d0a580f8ecee used request id req-53ad2aa9-e344-4455-8318-6ccace602263 2018-07-23 07:43:40,287 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-07-23 07:43:40,288 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | tenantnetwork1 | functest | healthcheck | 00:13 | PASS | | tenantnetwork2 | functest | healthcheck | 00:13 | PASS | | vmready1 | functest | healthcheck | 00:19 | PASS | | vmready2 | functest | healthcheck | 00:16 | PASS | | singlevm1 | functest | healthcheck | 00:44 | PASS | | singlevm2 | functest | healthcheck | 00:38 | PASS | | vping_ssh | functest | healthcheck | 00:50 | PASS | | vping_userdata | functest | healthcheck | 00:14 | FAIL | | cinder_test | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-07-23 07:43:40,302 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-07-23 07:43:40,395 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-23 07:43:40,460 - paramiko.transport - DEBUG - EOF in transport thread