2018-07-15 05:23:36,890 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-150 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-15 05:23:36,893 - 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.25,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.25:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=lZAzHxhKnKWqIjg15ERspnLGD 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=fef18fac968b4e41829891ac01ae670e export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-07-15 05:23:36,893 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-15 05:23:36,894 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-07-15 05:23:36,896 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-07-15 05:23:36,896 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-15 05:23:37,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:23:37,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:23:37,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:23:37,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:23:37,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:23:37,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:23:37,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:23:37,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:23:37,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:23:37,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:23:37,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:23:37,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:23:37,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:23:37,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:23:37,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:23:37,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:23:37,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:23:37,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:23:37,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:23:37,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:23:37,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:23:37,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:23:37,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-15 05:23:37,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:23:37,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca51ff2a-7683-4297-99bc-5fb11353f1af 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:23:37,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-ca51ff2a-7683-4297-99bc-5fb11353f1af 2018-07-15 05:23:37,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:23:37,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}, {"id": "5ebc1b713512497e96c7a557520611d1", "name": "admin"}], "expires_at": "2018-07-15T06:23:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fef18fac968b4e41829891ac01ae670e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8d21b752781546b09f9c436b0144650e"}, "audit_ids": ["4GDTNxo9R6mtqJsYiMLFUg"], "issued_at": "2018-07-15T05:23:37.000000Z"}} 2018-07-15 05:23:37,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:38,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:23:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dea3f868-8bb9-42a1-8788-2a5a3aafbd1f x-compute-request-id: req-dea3f868-8bb9-42a1-8788-2a5a3aafbd1f Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-15 05:23:38,549 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-aggregates used request id req-dea3f868-8bb9-42a1-8788-2a5a3aafbd1f 2018-07-15 05:23:38,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.34874391556s 2018-07-15 05:23:38,549 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-aggregates used request id req-dea3f868-8bb9-42a1-8788-2a5a3aafbd1f 2018-07-15 05:23:38,550 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-15 05:23:38,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:23:38,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 05:23:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8769738e-0527-48dc-b36a-21272652e7d6 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-15 05:23:38,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-8769738e-0527-48dc-b36a-21272652e7d6 2018-07-15 05:23:38,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 05:23:38,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:38,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a22e1b24-9ef8-4709-8f5b-c6508a31da52 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/41772bd83fa146659c07e7f2ce369b5b"}, "tags": [], "enabled": true, "id": "41772bd83fa146659c07e7f2ce369b5b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 05:23:38,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-a22e1b24-9ef8-4709-8f5b-c6508a31da52 2018-07-15 05:23:38,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197840929031s 2018-07-15 05:23:38,757 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-a22e1b24-9ef8-4709-8f5b-c6508a31da52 2018-07-15 05:23:38,758 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'41772bd83fa146659c07e7f2ce369b5b', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-15 05:23:38,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-15 05:23:38,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:38,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b49e8265-3697-4aaf-af6d-3aa20db453aa Content-Encoding: gzip Content-Length: 1978 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0107161b9e394fd6bcacff141e6c13bf"}, "url": "http://172.30.9.25:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0605f8f7e84f4de8b1a2ffcb56332c46"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b669d59f5c004052ad757743bb9d32d8", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0bc7498e1667457dada80da531eed26e"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1247797345554e9eabb64d92ed36e2e7", "id": "0bc7498e1667457dada80da531eed26e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0e0f19e1d11949cb95f00e8647bfaaaf"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1f22b254ea014abd996030dd1b58c66b", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/10cc8eba7a5a4a2d927c7bb7638d88d2"}, "url": "http://172.30.9.25:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b1ce3aab7e4941e9807df08fd38753b0", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/1bf76291ee69436d99d4a7bdc2ace86c"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "938af5319e0f4c74b948d92e2d9324ac", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3270f84d4d6c4515bc702d7f32088355"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c595e790f17a43db9afa1b84201f70ee", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3a57a1bde6584ef49d51f379d3eb68c3"}, "url": "http://172.30.9.25:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3ca18d45301a445fb1810f2a6a42ab90"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b1ce3aab7e4941e9807df08fd38753b0", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4d8d8ece55a246ecb40c8cd578214266"}, "url": "http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8c44087879a847cd80a841e8f526f106", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/547e12dd940a407da0ac636efd6de1d4"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d4ab998d75cc464089a82ac9415be355", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/567f9f6de4a74d0f8067b9bf063c9be1"}, "url": "http://172.30.9.25:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dd2597c2efb24a149b51e76fadc155aa", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/58ad0e1030ab41049dd8c37d50fdecd5"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5d72b3a54ed34a47bfb208c8f89877a5"}, "url": "http://172.30.9.25:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "938af5319e0f4c74b948d92e2d9324ac", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5f8f96a632d647028a8e52f305d7747b"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "id": "5f8f96a632d647028a8e52f305d7747b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/64da26d08e184cf3b9a69fdf3769a67f"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/6fb2b9958a094ba28916738904584fb8"}, "url": "http://172.30.9.25:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d4ab998d75cc464089a82ac9415be355", "id": "6fb2b9958a094ba28916738904584fb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/75120c53c2ee4d099f9280ed1c6abb0d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1f22b254ea014abd996030dd1b58c66b", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/79b99687d5ff437e8d5a99abdc9a9789"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4dee9161cb144992a9f1c5ebda721077", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7a5b1d115df54d20ab543f7e0143586e"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8c44087879a847cd80a841e8f526f106", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7a884f315f6a460f8d4b41325a2012f1"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cc40a9abdbd649f6b0a129027c4ef0ee", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7ac97127a63441c7878fb2fc1a8da169"}, "url": "http://172.30.9.25:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cc40a9abdbd649f6b0a129027c4ef0ee", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7b5d218f067942b5a64469592058f758"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8c44087879a847cd80a841e8f526f106", "id": "7b5d218f067942b5a64469592058f758"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/80811bd6e0184ac3a8e90682e53c7489"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cc40a9abdbd649f6b0a129027c4ef0ee", "id": "80811bd6e0184ac3a8e90682e53c7489"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/8522ee8204f649f3b4133c71ce46b400"}, "url": "http://172.30.9.25:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/85e89e7c61df458fac89022b21389bfb"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "id": "85e89e7c61df458fac89022b21389bfb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/87eab34355164e119e94e1b4d4479a04"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c595e790f17a43db9afa1b84201f70ee", "id": "87eab34355164e119e94e1b4d4479a04"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/89010fd4cf2c48afb7ed797caee2c649"}, "url": "http://172.30.9.25:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b669d59f5c004052ad757743bb9d32d8", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/8ac5ad28ef894f1d9cf64987d2d5e8b6"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "938af5319e0f4c74b948d92e2d9324ac", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/922175cbb2cc4cfbb6b62139e943e8b2"}, "url": "http://172.30.9.25:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1247797345554e9eabb64d92ed36e2e7", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/9d9c84fc65734809a8411a4d31cd8178"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b1ce3aab7e4941e9807df08fd38753b0", "id": "9d9c84fc65734809a8411a4d31cd8178"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/9f92782cbe4748569dd2986872546274"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1247797345554e9eabb64d92ed36e2e7", "id": "9f92782cbe4748569dd2986872546274"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/a5c12b9e7dc64b9686269c761c953dc5"}, "url": "http://172.30.9.25:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1f22b254ea014abd996030dd1b58c66b", "id": "a5c12b9e7dc64b9686269c761c953dc5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/a9e17b67e5ed4586b6c72c9820e6744e"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b669d59f5c004052ad757743bb9d32d8", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/af95e62a4dba4ac3b84497e4c4f05a07"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d4ab998d75cc464089a82ac9415be355", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b4abb68ba2c6457186ccb28dca5d7fa0"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ce6d92a6b4634380904c61456ebe8066"}, "url": "http://172.30.9.25:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c595e790f17a43db9afa1b84201f70ee", "id": "ce6d92a6b4634380904c61456ebe8066"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cf5fe04fc4a149d7a114c67253aeccfa"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dd2597c2efb24a149b51e76fadc155aa", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/d3a98cd871bc435ea6a515484ceed217"}, "url": "http://172.30.9.25:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4dee9161cb144992a9f1c5ebda721077", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e3652792c60b44798787e9f71e378b41"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dd2597c2efb24a149b51e76fadc155aa", "id": "e3652792c60b44798787e9f71e378b41"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f2fcf739528a42e793191983358ef66c"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "id": "f2fcf739528a42e793191983358ef66c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/fd5f3ab307614c3b955ada9ae9c505aa"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4dee9161cb144992a9f1c5ebda721077", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "links": {"self": "http://172.30.9.25:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-15 05:23:38,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-b49e8265-3697-4aaf-af6d-3aa20db453aa 2018-07-15 05:23:38,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.10891699791s 2018-07-15 05:23:38,871 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-b49e8265-3697-4aaf-af6d-3aa20db453aa 2018-07-15 05:23:38,878 - 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.25:5000/v3/endpoints/0107161b9e394fd6bcacff141e6c13bf'}, u'url': u'http://172.30.9.25:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f4df45ebd3bb48f1a0e44d78077f4f1a', u'id': u'0107161b9e394fd6bcacff141e6c13bf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/0605f8f7e84f4de8b1a2ffcb56332c46'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b669d59f5c004052ad757743bb9d32d8', u'id': u'0605f8f7e84f4de8b1a2ffcb56332c46'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/0bc7498e1667457dada80da531eed26e'}, 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'1247797345554e9eabb64d92ed36e2e7', u'id': u'0bc7498e1667457dada80da531eed26e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/0e0f19e1d11949cb95f00e8647bfaaaf'}, 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'1f22b254ea014abd996030dd1b58c66b', u'id': u'0e0f19e1d11949cb95f00e8647bfaaaf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/10cc8eba7a5a4a2d927c7bb7638d88d2'}, u'url': u'http://172.30.9.25:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b1ce3aab7e4941e9807df08fd38753b0', u'id': u'10cc8eba7a5a4a2d927c7bb7638d88d2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/1bf76291ee69436d99d4a7bdc2ace86c'}, 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'938af5319e0f4c74b948d92e2d9324ac', u'id': u'1bf76291ee69436d99d4a7bdc2ace86c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/3270f84d4d6c4515bc702d7f32088355'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c595e790f17a43db9afa1b84201f70ee', u'id': u'3270f84d4d6c4515bc702d7f32088355'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/3a57a1bde6584ef49d51f379d3eb68c3'}, u'url': u'http://172.30.9.25:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a76d9270d0fd42f7be4c1ed6dbc56aff', u'id': u'3a57a1bde6584ef49d51f379d3eb68c3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/3ca18d45301a445fb1810f2a6a42ab90'}, 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'b1ce3aab7e4941e9807df08fd38753b0', u'id': u'3ca18d45301a445fb1810f2a6a42ab90'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/4d8d8ece55a246ecb40c8cd578214266'}, u'url': u'http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8c44087879a847cd80a841e8f526f106', u'id': u'4d8d8ece55a246ecb40c8cd578214266'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/547e12dd940a407da0ac636efd6de1d4'}, 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'd4ab998d75cc464089a82ac9415be355', u'id': u'547e12dd940a407da0ac636efd6de1d4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/567f9f6de4a74d0f8067b9bf063c9be1'}, u'url': u'http://172.30.9.25:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'dd2597c2efb24a149b51e76fadc155aa', u'id': u'567f9f6de4a74d0f8067b9bf063c9be1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/58ad0e1030ab41049dd8c37d50fdecd5'}, 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'a76d9270d0fd42f7be4c1ed6dbc56aff', u'id': u'58ad0e1030ab41049dd8c37d50fdecd5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/5d72b3a54ed34a47bfb208c8f89877a5'}, u'url': u'http://172.30.9.25:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'938af5319e0f4c74b948d92e2d9324ac', u'id': u'5d72b3a54ed34a47bfb208c8f89877a5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/5f8f96a632d647028a8e52f305d7747b'}, 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'a76d9270d0fd42f7be4c1ed6dbc56aff', u'id': u'5f8f96a632d647028a8e52f305d7747b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/64da26d08e184cf3b9a69fdf3769a67f'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd6f11eb3cb4d45fab361d98f8ec8ca3a', u'id': u'64da26d08e184cf3b9a69fdf3769a67f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/6fb2b9958a094ba28916738904584fb8'}, u'url': u'http://172.30.9.25:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd4ab998d75cc464089a82ac9415be355', u'id': u'6fb2b9958a094ba28916738904584fb8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/75120c53c2ee4d099f9280ed1c6abb0d'}, 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'1f22b254ea014abd996030dd1b58c66b', u'id': u'75120c53c2ee4d099f9280ed1c6abb0d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/79b99687d5ff437e8d5a99abdc9a9789'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4dee9161cb144992a9f1c5ebda721077', u'id': u'79b99687d5ff437e8d5a99abdc9a9789'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/7a5b1d115df54d20ab543f7e0143586e'}, u'url': u'http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8c44087879a847cd80a841e8f526f106', u'id': u'7a5b1d115df54d20ab543f7e0143586e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/7a884f315f6a460f8d4b41325a2012f1'}, 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'cc40a9abdbd649f6b0a129027c4ef0ee', u'id': u'7a884f315f6a460f8d4b41325a2012f1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/7ac97127a63441c7878fb2fc1a8da169'}, u'url': u'http://172.30.9.25:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cc40a9abdbd649f6b0a129027c4ef0ee', u'id': u'7ac97127a63441c7878fb2fc1a8da169'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/7b5d218f067942b5a64469592058f758'}, u'url': u'http://12.0.0.21:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8c44087879a847cd80a841e8f526f106', u'id': u'7b5d218f067942b5a64469592058f758'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/80811bd6e0184ac3a8e90682e53c7489'}, 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'cc40a9abdbd649f6b0a129027c4ef0ee', u'id': u'80811bd6e0184ac3a8e90682e53c7489'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/8522ee8204f649f3b4133c71ce46b400'}, u'url': u'http://172.30.9.25:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd6f11eb3cb4d45fab361d98f8ec8ca3a', u'id': u'8522ee8204f649f3b4133c71ce46b400'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/85e89e7c61df458fac89022b21389bfb'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f4df45ebd3bb48f1a0e44d78077f4f1a', u'id': u'85e89e7c61df458fac89022b21389bfb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/87eab34355164e119e94e1b4d4479a04'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c595e790f17a43db9afa1b84201f70ee', u'id': u'87eab34355164e119e94e1b4d4479a04'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/89010fd4cf2c48afb7ed797caee2c649'}, u'url': u'http://172.30.9.25:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b669d59f5c004052ad757743bb9d32d8', u'id': u'89010fd4cf2c48afb7ed797caee2c649'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/8ac5ad28ef894f1d9cf64987d2d5e8b6'}, 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'938af5319e0f4c74b948d92e2d9324ac', u'id': u'8ac5ad28ef894f1d9cf64987d2d5e8b6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/922175cbb2cc4cfbb6b62139e943e8b2'}, u'url': u'http://172.30.9.25:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1247797345554e9eabb64d92ed36e2e7', u'id': u'922175cbb2cc4cfbb6b62139e943e8b2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/9d9c84fc65734809a8411a4d31cd8178'}, 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'b1ce3aab7e4941e9807df08fd38753b0', u'id': u'9d9c84fc65734809a8411a4d31cd8178'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/9f92782cbe4748569dd2986872546274'}, 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'1247797345554e9eabb64d92ed36e2e7', u'id': u'9f92782cbe4748569dd2986872546274'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/a5c12b9e7dc64b9686269c761c953dc5'}, u'url': u'http://172.30.9.25:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1f22b254ea014abd996030dd1b58c66b', u'id': u'a5c12b9e7dc64b9686269c761c953dc5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/a9e17b67e5ed4586b6c72c9820e6744e'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b669d59f5c004052ad757743bb9d32d8', u'id': u'a9e17b67e5ed4586b6c72c9820e6744e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/af95e62a4dba4ac3b84497e4c4f05a07'}, 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'd4ab998d75cc464089a82ac9415be355', u'id': u'af95e62a4dba4ac3b84497e4c4f05a07'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/b4abb68ba2c6457186ccb28dca5d7fa0'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f4df45ebd3bb48f1a0e44d78077f4f1a', u'id': u'b4abb68ba2c6457186ccb28dca5d7fa0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/ce6d92a6b4634380904c61456ebe8066'}, u'url': u'http://172.30.9.25:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c595e790f17a43db9afa1b84201f70ee', u'id': u'ce6d92a6b4634380904c61456ebe8066'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/cf5fe04fc4a149d7a114c67253aeccfa'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'dd2597c2efb24a149b51e76fadc155aa', u'id': u'cf5fe04fc4a149d7a114c67253aeccfa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/d3a98cd871bc435ea6a515484ceed217'}, u'url': u'http://172.30.9.25:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4dee9161cb144992a9f1c5ebda721077', u'id': u'd3a98cd871bc435ea6a515484ceed217'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/e3652792c60b44798787e9f71e378b41'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'dd2597c2efb24a149b51e76fadc155aa', u'id': u'e3652792c60b44798787e9f71e378b41'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/f2fcf739528a42e793191983358ef66c'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd6f11eb3cb4d45fab361d98f8ec8ca3a', u'id': u'f2fcf739528a42e793191983358ef66c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/fd5f3ab307614c3b955ada9ae9c505aa'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4dee9161cb144992a9f1c5ebda721077', u'id': u'fd5f3ab307614c3b955ada9ae9c505aa'})] 2018-07-15 05:23:38,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-15 05:23:38,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:38,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:23:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfd0cf73-dc88-4920-85c0-c4bc01315280 x-compute-request-id: req-bfd0cf73-dc88-4920-85c0-c4bc01315280 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-15 05:23:38,998 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/extensions used request id req-bfd0cf73-dc88-4920-85c0-c4bc01315280 2018-07-15 05:23:38,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.118208885193s 2018-07-15 05:23:38,999 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/extensions used request id req-bfd0cf73-dc88-4920-85c0-c4bc01315280 2018-07-15 05:23:39,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-15 05:23:39,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:41,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:23: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-a58d3b12-7530-4b9c-ab42-76f9263e8f6e x-compute-request-id: req-a58d3b12-7530-4b9c-ab42-76f9263e8f6e Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-15 05:23:41,127 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-floating-ip-pools used request id req-a58d3b12-7530-4b9c-ab42-76f9263e8f6e 2018-07-15 05:23:41,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 2.1139819622s 2018-07-15 05:23:41,128 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-floating-ip-pools used request id req-a58d3b12-7530-4b9c-ab42-76f9263e8f6e 2018-07-15 05:23:41,128 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-15 05:23:41,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:23:41,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:42,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-86db80eb-6534-4bdd-9922-9456afa52958 Date: Sun, 15 Jul 2018 05:23:42 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:23:42,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-86db80eb-6534-4bdd-9922-9456afa52958 2018-07-15 05:23:42,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.13042187691s 2018-07-15 05:23:42,264 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-86db80eb-6534-4bdd-9922-9456afa52958 2018-07-15 05:23:42,264 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-15 05:23:42,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-15 05:23:42,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:42,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:23: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-7ed8f920-210b-4d15-850b-d90229b05796 x-compute-request-id: req-7ed8f920-210b-4d15-850b-d90229b05796 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 23}, "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.3", "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": 26}, "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-15 05:23:42,455 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-7ed8f920-210b-4d15-850b-d90229b05796 2018-07-15 05:23:42,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.190464019775s 2018-07-15 05:23:42,456 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-7ed8f920-210b-4d15-850b-d90229b05796 2018-07-15 05:23:42,456 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.3', 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': 23}, 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': 26}, 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-15 05:23:42,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-15 05:23:42,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:42,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:23:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-69f8377b-dd5d-4cb6-a193-1013f7533323 x-compute-request-id: req-69f8377b-dd5d-4cb6-a193-1013f7533323 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-15 05:23:42,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-69f8377b-dd5d-4cb6-a193-1013f7533323 2018-07-15 05:23:42,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.135210990906s 2018-07-15 05:23:42,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-69f8377b-dd5d-4cb6-a193-1013f7533323 2018-07-15 05:23:42,593 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-15 05:23:42,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:23:42,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:43,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-574fe476-4c90-4705-94aa-724700b879ff Date: Sun, 15 Jul 2018 05:23:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"}]} 2018-07-15 05:23:43,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-574fe476-4c90-4705-94aa-724700b879ff 2018-07-15 05:23:43,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.10602402687s 2018-07-15 05:23:43,700 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-574fe476-4c90-4705-94aa-724700b879ff 2018-07-15 05:23:43,700 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'9f33378f-37e6-43b3-b0c2-4e18f83f5694'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-15T05:20:41Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'8c572765-2d43-4b88-981e-707a56735cd1', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'015b6efde4b14340b597d5c867c208e6', u'created_at': u'2018-07-15T05:20:34Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'015b6efde4b14340b597d5c867c208e6'})] 2018-07-15 05:23:43,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:23:43,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:44,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1b0f1741-f6f1-48bf-afb4-2ef27aa35bc4 Date: Sun, 15 Jul 2018 05:23:44 GMT RESP BODY: {"ports":[]} 2018-07-15 05:23:44,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json used request id req-1b0f1741-f6f1-48bf-afb4-2ef27aa35bc4 2018-07-15 05:23:44,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.995224952698s 2018-07-15 05:23:44,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json used request id req-1b0f1741-f6f1-48bf-afb4-2ef27aa35bc4 2018-07-15 05:23:44,697 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-15 05:23:44,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 05:23:44,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:44,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-667153e3-8e9f-4bf2-b407-137f1f2ba59b Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "015b6efde4b14340b597d5c867c208e6"}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "0255670b0f954e4da231ad2ed5f27d37"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6/users/0255670b0f954e4da231ad2ed5f27d37/roles/5ebc1b713512497e96c7a557520611d1"}}, {"scope": {"project": {"id": "015b6efde4b14340b597d5c867c208e6"}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "11f7ce447f114de18e36cd87cce7e45d"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6/users/11f7ce447f114de18e36cd87cce7e45d/roles/5ebc1b713512497e96c7a557520611d1"}}, {"scope": {"project": {"id": "015b6efde4b14340b597d5c867c208e6"}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "1ec4d9b432d246c9993dbcedf8bd520f"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6/users/1ec4d9b432d246c9993dbcedf8bd520f/roles/5ebc1b713512497e96c7a557520611d1"}}, {"scope": {"project": {"id": "015b6efde4b14340b597d5c867c208e6"}}, "role": {"id": "bb0b697b7e524306967614b6860eac57"}, "user": {"id": "1ec4d9b432d246c9993dbcedf8bd520f"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6/users/1ec4d9b432d246c9993dbcedf8bd520f/roles/bb0b697b7e524306967614b6860eac57"}}, {"scope": {"project": {"id": "015b6efde4b14340b597d5c867c208e6"}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "34d6d74b6f394a4fa6665b584fdebff7"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6/users/34d6d74b6f394a4fa6665b584fdebff7/roles/5ebc1b713512497e96c7a557520611d1"}}, {"scope": {"project": {"id": "015b6efde4b14340b597d5c867c208e6"}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "39ab10c64eeb48fe91cb832c421b1876"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6/users/39ab10c64eeb48fe91cb832c421b1876/roles/5ebc1b713512497e96c7a557520611d1"}}, {"scope": {"project": {"id": "fef18fac968b4e41829891ac01ae670e"}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "8d21b752781546b09f9c436b0144650e"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/fef18fac968b4e41829891ac01ae670e/users/8d21b752781546b09f9c436b0144650e/roles/5ebc1b713512497e96c7a557520611d1"}}, {"scope": {"project": {"id": "015b6efde4b14340b597d5c867c208e6"}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "9b71d418c6c84ccfa444645c813d408b"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6/users/9b71d418c6c84ccfa444645c813d408b/roles/5ebc1b713512497e96c7a557520611d1"}}, {"scope": {"project": {"id": "015b6efde4b14340b597d5c867c208e6"}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "a398bd60ebd44db68dec542120fe0b1f"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6/users/a398bd60ebd44db68dec542120fe0b1f/roles/5ebc1b713512497e96c7a557520611d1"}}, {"scope": {"project": {"id": "015b6efde4b14340b597d5c867c208e6"}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "b3219c4fa4234ce48a596e1a59fdd268"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6/users/b3219c4fa4234ce48a596e1a59fdd268/roles/5ebc1b713512497e96c7a557520611d1"}}, {"scope": {"project": {"id": "015b6efde4b14340b597d5c867c208e6"}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "b3b51e255d1e45b88c6da3a68cdb9096"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6/users/b3b51e255d1e45b88c6da3a68cdb9096/roles/5ebc1b713512497e96c7a557520611d1"}}, {"scope": {"project": {"id": "015b6efde4b14340b597d5c867c208e6"}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "d3e1d34a8e4049a6b46b03e2f2f98f55"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6/users/d3e1d34a8e4049a6b46b03e2f2f98f55/roles/5ebc1b713512497e96c7a557520611d1"}}, {"scope": {"project": {"id": "015b6efde4b14340b597d5c867c208e6"}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "f501b6fd0a644232b712a18c71145436"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6/users/f501b6fd0a644232b712a18c71145436/roles/5ebc1b713512497e96c7a557520611d1"}}, {"scope": {"project": {"id": "015b6efde4b14340b597d5c867c208e6"}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "fcc9389cbd2d4e1e955095e15e39bf07"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6/users/fcc9389cbd2d4e1e955095e15e39bf07/roles/5ebc1b713512497e96c7a557520611d1"}}, {"scope": {"domain": {"id": "41772bd83fa146659c07e7f2ce369b5b"}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "4e38ae7ba96441dd90050af4d6927b35"}, "links": {"assignment": "http://172.30.9.25:5000/v3/domains/41772bd83fa146659c07e7f2ce369b5b/users/4e38ae7ba96441dd90050af4d6927b35/roles/5ebc1b713512497e96c7a557520611d1"}}, {"scope": {"system": {"all": true}}, "role": {"id": "5ebc1b713512497e96c7a557520611d1"}, "user": {"id": "8d21b752781546b09f9c436b0144650e"}, "links": {"assignment": "http://172.30.9.25:5000/v3/system/users/8d21b752781546b09f9c436b0144650e/roles/5ebc1b713512497e96c7a557520611d1"}}], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-15 05:23:44,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments used request id req-667153e3-8e9f-4bf2-b407-137f1f2ba59b 2018-07-15 05:23:44,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.106180906296s 2018-07-15 05:23:44,807 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments used request id req-667153e3-8e9f-4bf2-b407-137f1f2ba59b 2018-07-15 05:23:44,809 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'015b6efde4b14340b597d5c867c208e6', 'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'0255670b0f954e4da231ad2ed5f27d37'}), Munch({'project': u'015b6efde4b14340b597d5c867c208e6', 'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'11f7ce447f114de18e36cd87cce7e45d'}), Munch({'project': u'015b6efde4b14340b597d5c867c208e6', 'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'1ec4d9b432d246c9993dbcedf8bd520f'}), Munch({'project': u'015b6efde4b14340b597d5c867c208e6', 'id': u'bb0b697b7e524306967614b6860eac57', 'user': u'1ec4d9b432d246c9993dbcedf8bd520f'}), Munch({'project': u'015b6efde4b14340b597d5c867c208e6', 'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'34d6d74b6f394a4fa6665b584fdebff7'}), Munch({'project': u'015b6efde4b14340b597d5c867c208e6', 'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'39ab10c64eeb48fe91cb832c421b1876'}), Munch({'project': u'fef18fac968b4e41829891ac01ae670e', 'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'8d21b752781546b09f9c436b0144650e'}), Munch({'project': u'015b6efde4b14340b597d5c867c208e6', 'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'9b71d418c6c84ccfa444645c813d408b'}), Munch({'project': u'015b6efde4b14340b597d5c867c208e6', 'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'a398bd60ebd44db68dec542120fe0b1f'}), Munch({'project': u'015b6efde4b14340b597d5c867c208e6', 'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'b3219c4fa4234ce48a596e1a59fdd268'}), Munch({'project': u'015b6efde4b14340b597d5c867c208e6', 'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'b3b51e255d1e45b88c6da3a68cdb9096'}), Munch({'project': u'015b6efde4b14340b597d5c867c208e6', 'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'd3e1d34a8e4049a6b46b03e2f2f98f55'}), Munch({'project': u'015b6efde4b14340b597d5c867c208e6', 'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'f501b6fd0a644232b712a18c71145436'}), Munch({'project': u'015b6efde4b14340b597d5c867c208e6', 'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'fcc9389cbd2d4e1e955095e15e39bf07'}), Munch({'domain': u'41772bd83fa146659c07e7f2ce369b5b', 'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'4e38ae7ba96441dd90050af4d6927b35'}), Munch({'id': u'5ebc1b713512497e96c7a557520611d1', 'user': u'8d21b752781546b09f9c436b0144650e'})] 2018-07-15 05:23:44,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:23:44,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:45,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-572f9d42-f5f2-4bef-99b8-34fd43ed0e24 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:23:45,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-572f9d42-f5f2-4bef-99b8-34fd43ed0e24 2018-07-15 05:23:45,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.206691980362s 2018-07-15 05:23:45,020 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-572f9d42-f5f2-4bef-99b8-34fd43ed0e24 2018-07-15 05:23:45,022 - 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'342d844a34e0406684703e0c0b7f9abb'}), 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'5ebc1b713512497e96c7a557520611d1'}), 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'761cfd37cb7f4375aaf2addac54a2ce8'}), 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'ResellerAdmin', 'id': u'bb0b697b7e524306967614b6860eac57'}), 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'bd2179fc85d740e28713eeafde664787'}), 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'dbc61f9698974382805d9ff20f9a8572'})] 2018-07-15 05:23:45,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 05:23:45,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:46,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cca9b8c4-dbc1-4f38-a87f-8d2f1c75956b Date: Sun, 15 Jul 2018 05:23:46 GMT RESP BODY: {"routers": []} 2018-07-15 05:23:46,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-cca9b8c4-dbc1-4f38-a87f-8d2f1c75956b 2018-07-15 05:23:46,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.02929592133s 2018-07-15 05:23:46,052 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-cca9b8c4-dbc1-4f38-a87f-8d2f1c75956b 2018-07-15 05:23:46,053 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-15 05:23:46,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:23:46,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:46,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:23: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-ab115bbe-7fae-48b2-89b1-9fcd0d3607ca x-compute-request-id: req-ab115bbe-7fae-48b2-89b1-9fcd0d3607ca Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 05:23:46,279 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ab115bbe-7fae-48b2-89b1-9fcd0d3607ca 2018-07-15 05:23:46,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.225601911545s 2018-07-15 05:23:46,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ab115bbe-7fae-48b2-89b1-9fcd0d3607ca 2018-07-15 05:23:46,279 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-15 05:23:46,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-15 05:23:46,285 - 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-15 05:23:46,292 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 05:23:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2546fc34-e8b8-4880-a354-ce73dd26fa2b 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-15 05:23:46,293 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-2546fc34-e8b8-4880-a354-ce73dd26fa2b 2018-07-15 05:23:46,293 - 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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:46,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:23:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3c0fadb-c15d-45e4-89a7-bbe36708daa5 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1247797345554e9eabb64d92ed36e2e7"}, "enabled": true, "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/1f22b254ea014abd996030dd1b58c66b"}, "enabled": true, "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4dee9161cb144992a9f1c5ebda721077"}, "enabled": true, "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/8c44087879a847cd80a841e8f526f106"}, "enabled": true, "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/938af5319e0f4c74b948d92e2d9324ac"}, "enabled": true, "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a76d9270d0fd42f7be4c1ed6dbc56aff"}, "enabled": true, "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b1ce3aab7e4941e9807df08fd38753b0"}, "enabled": true, "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b669d59f5c004052ad757743bb9d32d8"}, "enabled": true, "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c595e790f17a43db9afa1b84201f70ee"}, "enabled": true, "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/cc40a9abdbd649f6b0a129027c4ef0ee"}, "enabled": true, "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cd1bd58e5cd5421c968916cd9ecb0c63"}, "enabled": true, "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/d4ab998d75cc464089a82ac9415be355"}, "enabled": true, "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/d6f11eb3cb4d45fab361d98f8ec8ca3a"}, "enabled": true, "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/dd2597c2efb24a149b51e76fadc155aa"}, "enabled": true, "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f4df45ebd3bb48f1a0e44d78077f4f1a"}, "enabled": true, "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-07-15 05:23:46,512 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-f3c0fadb-c15d-45e4-89a7-bbe36708daa5 2018-07-15 05:23:46,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.22965502739s 2018-07-15 05:23:46,513 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-f3c0fadb-c15d-45e4-89a7-bbe36708daa5 2018-07-15 05:23:46,517 - 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'1247797345554e9eabb64d92ed36e2e7', 'name': u'nova'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'1f22b254ea014abd996030dd1b58c66b', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'4dee9161cb144992a9f1c5ebda721077', 'name': u'keystone'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'8c44087879a847cd80a841e8f526f106', 'name': u'swift'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'938af5319e0f4c74b948d92e2d9324ac', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'a76d9270d0fd42f7be4c1ed6dbc56aff', 'name': u'heat'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'b1ce3aab7e4941e9807df08fd38753b0', 'name': u'cinder'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'b669d59f5c004052ad757743bb9d32d8', 'name': u'gnocchi'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'c595e790f17a43db9afa1b84201f70ee', 'name': u'glance'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'cc40a9abdbd649f6b0a129027c4ef0ee', 'name': u'cinderv3'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'cd1bd58e5cd5421c968916cd9ecb0c63', 'name': u'ceilometer'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'd4ab998d75cc464089a82ac9415be355', 'name': u'placement'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'd6f11eb3cb4d45fab361d98f8ec8ca3a', 'name': u'panko'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'dd2597c2efb24a149b51e76fadc155aa', 'name': u'aodh'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'f4df45ebd3bb48f1a0e44d78077f4f1a', 'name': u'neutron'})] 2018-07-15 05:23:46,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:23:46,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5900848a09acd080829c83865723922c81bb52e9" 2018-07-15 05:23:46,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4c719e66-1ab6-41ce-a0b6-45b60a4c88d8 Date: Sun, 15 Jul 2018 05:23:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8c572765-2d43-4b88-981e-707a56735cd1","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:41Z","dns_nameservers":[],"updated_at":"2018-07-15T05:20:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"015b6efde4b14340b597d5c867c208e6","id":"9f33378f-37e6-43b3-b0c2-4e18f83f5694","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-15 05:23:46,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-4c719e66-1ab6-41ce-a0b6-45b60a4c88d8 2018-07-15 05:23:46,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.335412025452s 2018-07-15 05:23:46,854 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-4c719e66-1ab6-41ce-a0b6-45b60a4c88d8 2018-07-15 05:23:46,854 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:20:41Z', 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'9f33378f-37e6-43b3-b0c2-4e18f83f5694', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', u'tenant_id': u'015b6efde4b14340b597d5c867c208e6', u'created_at': u'2018-07-15T05:20:41Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'015b6efde4b14340b597d5c867c208e6'})] 2018-07-15 05:23:46,974 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 05:23:46,974 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-15 05:23:46,979 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-15 05:23:47,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:23:47,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:23:47,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:23:47,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:23:47,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:23:47,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:23:47,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:23:47,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:23:47,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:23:47,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:23:47,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:23:47,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:23:47,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:23:47,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:23:47,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:23:47,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:23:47,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:23:47,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:23:47,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:23:47,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:23:47,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:23:47,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:23:47,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:23:47,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b295b96-0d20-4f00-a1bb-552dab160f25 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:23:47,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-6b295b96-0d20-4f00-a1bb-552dab160f25 2018-07-15 05:23:47,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:23:47,545 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}, {"id": "5ebc1b713512497e96c7a557520611d1", "name": "admin"}], "expires_at": "2018-07-15T06:23:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fef18fac968b4e41829891ac01ae670e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8d21b752781546b09f9c436b0144650e"}, "audit_ids": ["apWBNp86SFCKUaYzryINtw"], "issued_at": "2018-07-15T05:23:47.000000Z"}} 2018-07-15 05:23:47,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:23:47,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}0cdeb5c139b7c4af5678e138cff771fb40f4fd18" 2018-07-15 05:23:48,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f6f4c3a4-e838-47f5-93b7-5be6727c96f1 Date: Sun, 15 Jul 2018 05:23:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"}]} 2018-07-15 05:23:48,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f6f4c3a4-e838-47f5-93b7-5be6727c96f1 2018-07-15 05:23:48,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.08963298798s 2018-07-15 05:23:48,639 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f6f4c3a4-e838-47f5-93b7-5be6727c96f1 2018-07-15 05:23:48,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 05:23:48,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}0cdeb5c139b7c4af5678e138cff771fb40f4fd18" -d '{"network": {"name": "tenantnetwork1-net_b9b12fbc-1ae0-43d0-b148-2de08029b29c", "admin_state_up": true}}' 2018-07-15 05:23:49,410 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-09f0a526-8f6a-4744-8a2b-8c53a3abb8e2 Date: Sun, 15 Jul 2018 05:23:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"28c96daf-bdc1-4e10-a7a8-738eda884f0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T05:23:49Z","is_default":false,"provider:segmentation_id":55,"name":"tenantnetwork1-net_b9b12fbc-1ae0-43d0-b148-2de08029b29c","admin_state_up":true,"tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:23:49Z","mtu":1450}} 2018-07-15 05:23:49,410 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-09f0a526-8f6a-4744-8a2b-8c53a3abb8e2 2018-07-15 05:23:49,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.770795822144s 2018-07-15 05:23:49,411 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-09f0a526-8f6a-4744-8a2b-8c53a3abb8e2 2018-07-15 05:23:49,411 - 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-15T05:23:49Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'28c96daf-bdc1-4e10-a7a8-738eda884f0d', u'provider:segmentation_id': 55, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_b9b12fbc-1ae0-43d0-b148-2de08029b29c', u'admin_state_up': True, u'tenant_id': u'fef18fac968b4e41829891ac01ae670e', u'created_at': u'2018-07-15T05:23:49Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fef18fac968b4e41829891ac01ae670e'}) 2018-07-15 05:23:49,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:23:49,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}0cdeb5c139b7c4af5678e138cff771fb40f4fd18" 2018-07-15 05:23:49,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-e4bd961f-8957-4ce6-815a-f799e2e8440d Date: Sun, 15 Jul 2018 05:23:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"28c96daf-bdc1-4e10-a7a8-738eda884f0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T05:23:49Z","provider:segmentation_id":55,"name":"tenantnetwork1-net_b9b12fbc-1ae0-43d0-b148-2de08029b29c","admin_state_up":true,"tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:23:49Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"}]} 2018-07-15 05:23:49,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-e4bd961f-8957-4ce6-815a-f799e2e8440d 2018-07-15 05:23:49,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.36144900322s 2018-07-15 05:23:49,774 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-e4bd961f-8957-4ce6-815a-f799e2e8440d 2018-07-15 05:23:49,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 05:23:49,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}0cdeb5c139b7c4af5678e138cff771fb40f4fd18" -d '{"subnet": {"name": "tenantnetwork1-subnet_b9b12fbc-1ae0-43d0-b148-2de08029b29c", "enable_dhcp": true, "network_id": "28c96daf-bdc1-4e10-a7a8-738eda884f0d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 05:23:51,195 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-266cc6d5-bdd6-4ee0-ae1b-8289332321bd Date: Sun, 15 Jul 2018 05:23:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28c96daf-bdc1-4e10-a7a8-738eda884f0d","tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:23:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:23:50Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"fef18fac968b4e41829891ac01ae670e","id":"6260d61b-26dd-41ae-9b6d-7712cb5b2096","subnetpool_id":null,"name":"tenantnetwork1-subnet_b9b12fbc-1ae0-43d0-b148-2de08029b29c"}} 2018-07-15 05:23:51,195 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-266cc6d5-bdd6-4ee0-ae1b-8289332321bd 2018-07-15 05:23:51,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.41942310333s 2018-07-15 05:23:51,195 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-266cc6d5-bdd6-4ee0-ae1b-8289332321bd 2018-07-15 05:23:51,196 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:23:50Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'6260d61b-26dd-41ae-9b6d-7712cb5b2096', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_b9b12fbc-1ae0-43d0-b148-2de08029b29c', u'enable_dhcp': True, u'network_id': u'28c96daf-bdc1-4e10-a7a8-738eda884f0d', u'tenant_id': u'fef18fac968b4e41829891ac01ae670e', u'created_at': u'2018-07-15T05:23:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'fef18fac968b4e41829891ac01ae670e'}) 2018-07-15 05:23:51,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 05:23:51,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}0cdeb5c139b7c4af5678e138cff771fb40f4fd18" -d '{"router": {"external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1"}, "name": "tenantnetwork1-router_b9b12fbc-1ae0-43d0-b148-2de08029b29c", "admin_state_up": true}}' 2018-07-15 05:23:53,809 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-33d57615-0a10-4617-9ec0-0ded4d3aaccf Date: Sun, 15 Jul 2018 05:23:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:23:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-15T05:23:53Z", "revision_number": 2, "routes": [], "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "5bb7afd2-db22-40b9-b6e6-a5bc7458f811", "name": "tenantnetwork1-router_b9b12fbc-1ae0-43d0-b148-2de08029b29c"}} 2018-07-15 05:23:53,809 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-33d57615-0a10-4617-9ec0-0ded4d3aaccf 2018-07-15 05:23:53,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.61297607422s 2018-07-15 05:23:53,810 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-33d57615-0a10-4617-9ec0-0ded4d3aaccf 2018-07-15 05:23:53,810 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'9f33378f-37e6-43b3-b0c2-4e18f83f5694', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'fef18fac968b4e41829891ac01ae670e', u'created_at': u'2018-07-15T05:23:52Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-15T05:23:53Z', u'revision_number': 2, u'routes': [], u'project_id': u'fef18fac968b4e41829891ac01ae670e', u'id': u'5bb7afd2-db22-40b9-b6e6-a5bc7458f811', u'name': u'tenantnetwork1-router_b9b12fbc-1ae0-43d0-b148-2de08029b29c'}) 2018-07-15 05:23:53,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 05:23:53,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/5bb7afd2-db22-40b9-b6e6-a5bc7458f811/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}0cdeb5c139b7c4af5678e138cff771fb40f4fd18" -d '{"subnet_id": "6260d61b-26dd-41ae-9b6d-7712cb5b2096"}' 2018-07-15 05:23:56,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-177e5aaf-2e58-48cd-ae44-3371cf493b50 Date: Sun, 15 Jul 2018 05:23:56 GMT RESP BODY: {"network_id": "28c96daf-bdc1-4e10-a7a8-738eda884f0d", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "subnet_id": "6260d61b-26dd-41ae-9b6d-7712cb5b2096", "subnet_ids": ["6260d61b-26dd-41ae-9b6d-7712cb5b2096"], "port_id": "3f163930-cbd0-4722-b9b7-92379cb95506", "id": "5bb7afd2-db22-40b9-b6e6-a5bc7458f811"} 2018-07-15 05:23:56,390 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/5bb7afd2-db22-40b9-b6e6-a5bc7458f811/add_router_interface.json used request id req-177e5aaf-2e58-48cd-ae44-3371cf493b50 2018-07-15 05:23:56,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.57915401459s 2018-07-15 05:23:56,390 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/5bb7afd2-db22-40b9-b6e6-a5bc7458f811/add_router_interface.json used request id req-177e5aaf-2e58-48cd-ae44-3371cf493b50 returning object 5bb7afd2-db22-40b9-b6e6-a5bc7458f811 2018-07-15 05:23:56,501 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 05:23:56,502 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-15 05:23:56,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 05:23:56,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/5bb7afd2-db22-40b9-b6e6-a5bc7458f811/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}0cdeb5c139b7c4af5678e138cff771fb40f4fd18" -d '{"subnet_id": "6260d61b-26dd-41ae-9b6d-7712cb5b2096"}' 2018-07-15 05:23:59,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eeeb169e-421b-4e62-8db5-94abc92195ca Date: Sun, 15 Jul 2018 05:23:59 GMT RESP BODY: {"network_id": "28c96daf-bdc1-4e10-a7a8-738eda884f0d", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "subnet_id": "6260d61b-26dd-41ae-9b6d-7712cb5b2096", "subnet_ids": ["6260d61b-26dd-41ae-9b6d-7712cb5b2096"], "port_id": "3f163930-cbd0-4722-b9b7-92379cb95506", "id": "5bb7afd2-db22-40b9-b6e6-a5bc7458f811"} 2018-07-15 05:23:59,236 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/5bb7afd2-db22-40b9-b6e6-a5bc7458f811/remove_router_interface.json used request id req-eeeb169e-421b-4e62-8db5-94abc92195ca 2018-07-15 05:23:59,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.72976899147s 2018-07-15 05:23:59,237 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/5bb7afd2-db22-40b9-b6e6-a5bc7458f811/remove_router_interface.json used request id req-eeeb169e-421b-4e62-8db5-94abc92195ca returning object 5bb7afd2-db22-40b9-b6e6-a5bc7458f811 2018-07-15 05:23:59,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 05:23:59,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}0cdeb5c139b7c4af5678e138cff771fb40f4fd18" 2018-07-15 05:23:59,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-64c7cb70-171b-4547-b443-26f0ec0f5fb2 Date: Sun, 15 Jul 2018 05:23:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:23:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-15T05:23:58Z", "revision_number": 4, "routes": [], "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "5bb7afd2-db22-40b9-b6e6-a5bc7458f811", "name": "tenantnetwork1-router_b9b12fbc-1ae0-43d0-b148-2de08029b29c"}]} 2018-07-15 05:23:59,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-64c7cb70-171b-4547-b443-26f0ec0f5fb2 2018-07-15 05:23:59,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.116777896881s 2018-07-15 05:23:59,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-64c7cb70-171b-4547-b443-26f0ec0f5fb2 2018-07-15 05:23:59,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 05:23:59,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/5bb7afd2-db22-40b9-b6e6-a5bc7458f811.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0cdeb5c139b7c4af5678e138cff771fb40f4fd18" 2018-07-15 05:24:02,053 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-21749237-1be5-4155-83a8-b3d1046272f9 Content-Length: 0 Date: Sun, 15 Jul 2018 05:24:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:24:02,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/5bb7afd2-db22-40b9-b6e6-a5bc7458f811.json used request id req-21749237-1be5-4155-83a8-b3d1046272f9 2018-07-15 05:24:02,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.69783496857s 2018-07-15 05:24:02,054 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/5bb7afd2-db22-40b9-b6e6-a5bc7458f811.json used request id req-21749237-1be5-4155-83a8-b3d1046272f9 2018-07-15 05:24:02,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:24:02,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}0cdeb5c139b7c4af5678e138cff771fb40f4fd18" 2018-07-15 05:24:03,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1288 X-Openstack-Request-Id: req-72deaa19-ff33-4b13-b545-6170c82109dd Date: Sun, 15 Jul 2018 05:24:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"28c96daf-bdc1-4e10-a7a8-738eda884f0d","tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:23:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:23:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"fef18fac968b4e41829891ac01ae670e","id":"6260d61b-26dd-41ae-9b6d-7712cb5b2096","subnetpool_id":null,"name":"tenantnetwork1-subnet_b9b12fbc-1ae0-43d0-b148-2de08029b29c"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8c572765-2d43-4b88-981e-707a56735cd1","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:41Z","dns_nameservers":[],"updated_at":"2018-07-15T05:20:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"015b6efde4b14340b597d5c867c208e6","id":"9f33378f-37e6-43b3-b0c2-4e18f83f5694","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-15 05:24:03,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-72deaa19-ff33-4b13-b545-6170c82109dd 2018-07-15 05:24:03,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.14443516731s 2018-07-15 05:24:03,199 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-72deaa19-ff33-4b13-b545-6170c82109dd 2018-07-15 05:24:03,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 05:24:03,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/6260d61b-26dd-41ae-9b6d-7712cb5b2096.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0cdeb5c139b7c4af5678e138cff771fb40f4fd18" 2018-07-15 05:24:06,230 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d2087b79-1ec2-4d97-9f04-baa1c36ab015 Date: Sun, 15 Jul 2018 05:24:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:24:06,230 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/6260d61b-26dd-41ae-9b6d-7712cb5b2096.json used request id req-d2087b79-1ec2-4d97-9f04-baa1c36ab015 2018-07-15 05:24:06,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.02948307991s 2018-07-15 05:24:06,231 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/6260d61b-26dd-41ae-9b6d-7712cb5b2096.json used request id req-d2087b79-1ec2-4d97-9f04-baa1c36ab015 2018-07-15 05:24:06,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:24:06,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}0cdeb5c139b7c4af5678e138cff771fb40f4fd18" 2018-07-15 05:24:07,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-0f78fff0-753e-4d46-a7ea-42925c32aac5 Date: Sun, 15 Jul 2018 05:24:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"28c96daf-bdc1-4e10-a7a8-738eda884f0d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T05:24:06Z","provider:segmentation_id":55,"name":"tenantnetwork1-net_b9b12fbc-1ae0-43d0-b148-2de08029b29c","admin_state_up":true,"tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:23:49Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"}]} 2018-07-15 05:24:07,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0f78fff0-753e-4d46-a7ea-42925c32aac5 2018-07-15 05:24:07,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.10950994492s 2018-07-15 05:24:07,341 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0f78fff0-753e-4d46-a7ea-42925c32aac5 2018-07-15 05:24:07,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 05:24:07,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/28c96daf-bdc1-4e10-a7a8-738eda884f0d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0cdeb5c139b7c4af5678e138cff771fb40f4fd18" 2018-07-15 05:24:09,052 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-91265f0e-99ac-4fc7-bc30-d954fab5c844 Date: Sun, 15 Jul 2018 05:24:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:24:09,052 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/28c96daf-bdc1-4e10-a7a8-738eda884f0d.json used request id req-91265f0e-99ac-4fc7-bc30-d954fab5c844 2018-07-15 05:24:09,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.71043896675s 2018-07-15 05:24:09,053 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/28c96daf-bdc1-4e10-a7a8-738eda884f0d.json used request id req-91265f0e-99ac-4fc7-bc30-d954fab5c844 2018-07-15 05:24:09,053 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-15 05:24:09,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:24:09,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:24:09,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:24:09,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:24:09,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:24:09,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:24:09,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:24:09,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:24:09,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:24:09,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:24:09,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:24:09,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:24:09,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:24:09,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:24:09,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:24:09,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:24:09,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:24:09,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:24:09,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:24:09,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:24:09,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:24:09,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:24:09,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:24:09,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c12324-e678-4d4d-8d36-4d0470999c9f 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:24:09,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-72c12324-e678-4d4d-8d36-4d0470999c9f 2018-07-15 05:24:09,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:24:09,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}, {"id": "5ebc1b713512497e96c7a557520611d1", "name": "admin"}], "expires_at": "2018-07-15T06:24:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fef18fac968b4e41829891ac01ae670e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8d21b752781546b09f9c436b0144650e"}, "audit_ids": ["5ZMNeQ89QeaURp0Rwkk2tg"], "issued_at": "2018-07-15T05:24:09.000000Z"}} 2018-07-15 05:24:09,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:24:09,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:09,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-add84eea-cc47-46ef-b1e0-5492c1b7a16a Date: Sun, 15 Jul 2018 05:24:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"}]} 2018-07-15 05:24:09,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-add84eea-cc47-46ef-b1e0-5492c1b7a16a 2018-07-15 05:24:09,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257569074631s 2018-07-15 05:24:09,873 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-add84eea-cc47-46ef-b1e0-5492c1b7a16a 2018-07-15 05:24:09,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:24:09,882 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 05:24:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b2bc182-4346-4c74-9aac-329412780129 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-15 05:24:09,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-5b2bc182-4346-4c74-9aac-329412780129 2018-07-15 05:24:09,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 05:24:09,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:10,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf6e8a2a-0a7f-47de-8d7a-093e54e788c0 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/41772bd83fa146659c07e7f2ce369b5b"}, "tags": [], "enabled": true, "id": "41772bd83fa146659c07e7f2ce369b5b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 05:24:10,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-bf6e8a2a-0a7f-47de-8d7a-093e54e788c0 2018-07-15 05:24:10,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.181608915329s 2018-07-15 05:24:10,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-bf6e8a2a-0a7f-47de-8d7a-093e54e788c0 2018-07-15 05:24:10,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 05:24:10,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_cb80bffb-6f1a-4710-8b43-a96af8950647"}}' 2018-07-15 05:24:10,263 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 05:24:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83eecf41-d2c8-4807-a8ee-8413f7676e14 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.25:5000/v3/projects/d467a7310bc040979bb85f4e14145827"}, "tags": [], "enabled": true, "id": "d467a7310bc040979bb85f4e14145827", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_cb80bffb-6f1a-4710-8b43-a96af8950647"}} 2018-07-15 05:24:10,264 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-83eecf41-d2c8-4807-a8ee-8413f7676e14 2018-07-15 05:24:10,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.191344022751s 2018-07-15 05:24:10,264 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-83eecf41-d2c8-4807-a8ee-8413f7676e14 2018-07-15 05:24:10,265 - 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'd467a7310bc040979bb85f4e14145827', '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_cb80bffb-6f1a-4710-8b43-a96af8950647'}) 2018-07-15 05:24:10,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 05:24:10,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "729e7a9f-1a4f-4842-acf3-bbe86812880e", "email": null, "name": "tenantnetwork2-user_cb80bffb-6f1a-4710-8b43-a96af8950647"}}' 2018-07-15 05:24:10,710 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 05:24:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28803cbc-1639-4f81-a0c1-eb9e75d3cd6a Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_cb80bffb-6f1a-4710-8b43-a96af8950647", "links": {"self": "http://172.30.9.25:5000/v3/users/639ddfc8480d457797cc575302520b62"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "639ddfc8480d457797cc575302520b62", "domain_id": "default", "password_expires_at": null}} 2018-07-15 05:24:10,710 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-28803cbc-1639-4f81-a0c1-eb9e75d3cd6a 2018-07-15 05:24:10,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.439532995224s 2018-07-15 05:24:10,711 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-28803cbc-1639-4f81-a0c1-eb9e75d3cd6a 2018-07-15 05:24:10,711 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'639ddfc8480d457797cc575302520b62', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_cb80bffb-6f1a-4710-8b43-a96af8950647'}) 2018-07-15 05:24:10,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:24:10,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:10,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce7f4da1-f2e8-4bd2-9c65-5819fdd167ca Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:24:10,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-ce7f4da1-f2e8-4bd2-9c65-5819fdd167ca 2018-07-15 05:24:10,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.115954875946s 2018-07-15 05:24:10,831 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-ce7f4da1-f2e8-4bd2-9c65-5819fdd167ca 2018-07-15 05:24:10,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:24:10,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:10,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95eca1da-8b56-471a-b4ee-5aeaf9fe1804 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:24:10,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-95eca1da-8b56-471a-b4ee-5aeaf9fe1804 2018-07-15 05:24:10,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0934021472931s 2018-07-15 05:24:10,930 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-95eca1da-8b56-471a-b4ee-5aeaf9fe1804 2018-07-15 05:24:10,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:24:10,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:11,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e915f4c0-1fb8-44e9-b824-a147d467958b Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:24:11,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e915f4c0-1fb8-44e9-b824-a147d467958b 2018-07-15 05:24:11,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0997869968414s 2018-07-15 05:24:11,035 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e915f4c0-1fb8-44e9-b824-a147d467958b 2018-07-15 05:24:11,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 05:24:11,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:11,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ef07efe-7651-41a5-b5d1-a03e6903da29 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 05:24:11,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-9ef07efe-7651-41a5-b5d1-a03e6903da29 2018-07-15 05:24:11,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.173923015594s 2018-07-15 05:24:11,214 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-9ef07efe-7651-41a5-b5d1-a03e6903da29 2018-07-15 05:24:11,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:24:11,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:11,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-005a97d5-1217-4576-ad86-82b1971753b4 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/0255670b0f954e4da231ad2ed5f27d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0255670b0f954e4da231ad2ed5f27d37", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/11f7ce447f114de18e36cd87cce7e45d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11f7ce447f114de18e36cd87cce7e45d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/1ec4d9b432d246c9993dbcedf8bd520f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec4d9b432d246c9993dbcedf8bd520f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/34d6d74b6f394a4fa6665b584fdebff7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34d6d74b6f394a4fa6665b584fdebff7", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/39ab10c64eeb48fe91cb832c421b1876"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39ab10c64eeb48fe91cb832c421b1876", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/4e38ae7ba96441dd90050af4d6927b35"}, "domain_id": "41772bd83fa146659c07e7f2ce369b5b", "enabled": true, "options": {}, "id": "4e38ae7ba96441dd90050af4d6927b35", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_cb80bffb-6f1a-4710-8b43-a96af8950647", "links": {"self": "http://172.30.9.25:5000/v3/users/639ddfc8480d457797cc575302520b62"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "639ddfc8480d457797cc575302520b62", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/8d21b752781546b09f9c436b0144650e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d21b752781546b09f9c436b0144650e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/9b71d418c6c84ccfa444645c813d408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b71d418c6c84ccfa444645c813d408b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/a398bd60ebd44db68dec542120fe0b1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a398bd60ebd44db68dec542120fe0b1f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/b3219c4fa4234ce48a596e1a59fdd268"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3219c4fa4234ce48a596e1a59fdd268", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/b3b51e255d1e45b88c6da3a68cdb9096"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3b51e255d1e45b88c6da3a68cdb9096", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/d3e1d34a8e4049a6b46b03e2f2f98f55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3e1d34a8e4049a6b46b03e2f2f98f55", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/f501b6fd0a644232b712a18c71145436"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f501b6fd0a644232b712a18c71145436", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/fcc9389cbd2d4e1e955095e15e39bf07"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fcc9389cbd2d4e1e955095e15e39bf07", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 05:24:11,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-005a97d5-1217-4576-ad86-82b1971753b4 2018-07-15 05:24:11,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116723060608s 2018-07-15 05:24:11,332 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-005a97d5-1217-4576-ad86-82b1971753b4 2018-07-15 05:24:11,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 05:24:11,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:11,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e78a3af-c61f-4d00-8499-f27e58727c95 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/fef18fac968b4e41829891ac01ae670e"}, "tags": [], "enabled": true, "id": "fef18fac968b4e41829891ac01ae670e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6"}, "tags": [], "enabled": true, "id": "015b6efde4b14340b597d5c867c208e6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.25:5000/v3/projects/d467a7310bc040979bb85f4e14145827"}, "tags": [], "enabled": true, "id": "d467a7310bc040979bb85f4e14145827", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_cb80bffb-6f1a-4710-8b43-a96af8950647"}]} 2018-07-15 05:24:11,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-6e78a3af-c61f-4d00-8499-f27e58727c95 2018-07-15 05:24:11,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.12707901001s 2018-07-15 05:24:11,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-6e78a3af-c61f-4d00-8499-f27e58727c95 2018-07-15 05:24:11,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 05:24:11,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=639ddfc8480d457797cc575302520b62&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=d467a7310bc040979bb85f4e14145827" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:11,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6bdde68-fd23-450a-8317-7950270630e1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=639ddfc8480d457797cc575302520b62&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=d467a7310bc040979bb85f4e14145827", "previous": null, "next": null}} 2018-07-15 05:24:11,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=639ddfc8480d457797cc575302520b62&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=d467a7310bc040979bb85f4e14145827 used request id req-a6bdde68-fd23-450a-8317-7950270630e1 2018-07-15 05:24:11,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.109488964081s 2018-07-15 05:24:11,588 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=639ddfc8480d457797cc575302520b62&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=d467a7310bc040979bb85f4e14145827 used request id req-a6bdde68-fd23-450a-8317-7950270630e1 2018-07-15 05:24:11,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 05:24:11,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/d467a7310bc040979bb85f4e14145827/users/639ddfc8480d457797cc575302520b62/roles/342d844a34e0406684703e0c0b7f9abb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:11,863 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:24:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6151d9cd-b0ea-440a-8e6d-975ac482a30f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:24:11,863 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/d467a7310bc040979bb85f4e14145827/users/639ddfc8480d457797cc575302520b62/roles/342d844a34e0406684703e0c0b7f9abb used request id req-6151d9cd-b0ea-440a-8e6d-975ac482a30f 2018-07-15 05:24:11,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.271864891052s 2018-07-15 05:24:11,864 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/d467a7310bc040979bb85f4e14145827/users/639ddfc8480d457797cc575302520b62/roles/342d844a34e0406684703e0c0b7f9abb used request id req-6151d9cd-b0ea-440a-8e6d-975ac482a30f 2018-07-15 05:24:11,864 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_cb80bffb-6f1a-4710-8b43-a96af8950647', 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'd467a7310bc040979bb85f4e14145827', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '729e7a9f-1a4f-4842-acf3-bbe86812880e', 'username': u'tenantnetwork2-user_cb80bffb-6f1a-4710-8b43-a96af8950647', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-15 05:24:11,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:24:11,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:24:11,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:24:11,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:24:11,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:24:11,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:24:11,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:24:11,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:24:11,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:24:11,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:24:11,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:24:11,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:24:11,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:24:11,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:24:11,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:24:11,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:24:11,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:24:11,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:24:11,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:24:11,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:24:11,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:24:11,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:24:11,870 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_cb80bffb-6f1a-4710-8b43-a96af8950647', 'password': '729e7a9f-1a4f-4842-acf3-bbe86812880e', 'project_name': 'tenantnetwork2-project_cb80bffb-6f1a-4710-8b43-a96af8950647', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'd467a7310bc040979bb85f4e14145827', 'project_domain_name': 'Default'} 2018-07-15 05:24:11,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:24:11,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2cf5469-7a75-4815-a39f-33d01fb87166 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:24:11,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c2cf5469-7a75-4815-a39f-33d01fb87166 2018-07-15 05:24:11,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:24:12,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}], "expires_at": "2018-07-15T06:24:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d467a7310bc040979bb85f4e14145827", "name": "tenantnetwork2-project_cb80bffb-6f1a-4710-8b43-a96af8950647"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d467a7310bc040979bb85f4e14145827", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/d467a7310bc040979bb85f4e14145827", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/d467a7310bc040979bb85f4e14145827", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_d467a7310bc040979bb85f4e14145827", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_d467a7310bc040979bb85f4e14145827", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/d467a7310bc040979bb85f4e14145827", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/d467a7310bc040979bb85f4e14145827", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/d467a7310bc040979bb85f4e14145827", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/d467a7310bc040979bb85f4e14145827", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/d467a7310bc040979bb85f4e14145827", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/d467a7310bc040979bb85f4e14145827", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/d467a7310bc040979bb85f4e14145827", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/d467a7310bc040979bb85f4e14145827", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/d467a7310bc040979bb85f4e14145827", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_cb80bffb-6f1a-4710-8b43-a96af8950647", "id": "639ddfc8480d457797cc575302520b62"}, "audit_ids": ["ARebbBrWR_qZ91lSE6QOEA"], "issued_at": "2018-07-15T05:24:12.000000Z"}} 2018-07-15 05:24:12,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 05:24:12,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c6d720b73427dd77b7d1f63b13e55578bdfc0bca" -d '{"network": {"name": "tenantnetwork2-net_cb80bffb-6f1a-4710-8b43-a96af8950647", "admin_state_up": true}}' 2018-07-15 05:24:13,787 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-da2a94fa-7633-4855-8d53-9bc932f8084a Date: Sun, 15 Jul 2018 05:24:13 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d467a7310bc040979bb85f4e14145827","created_at":"2018-07-15T05:24:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-15T05:24:13Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d467a7310bc040979bb85f4e14145827","id":"ae15a842-2310-45d4-b604-99cd3f5811af","name":"tenantnetwork2-net_cb80bffb-6f1a-4710-8b43-a96af8950647"}} 2018-07-15 05:24:13,787 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-da2a94fa-7633-4855-8d53-9bc932f8084a 2018-07-15 05:24:13,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.49101686478s 2018-07-15 05:24:13,788 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-da2a94fa-7633-4855-8d53-9bc932f8084a 2018-07-15 05:24:13,788 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:24:13Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ae15a842-2310-45d4-b604-99cd3f5811af', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_cb80bffb-6f1a-4710-8b43-a96af8950647', u'admin_state_up': True, u'tenant_id': u'd467a7310bc040979bb85f4e14145827', u'created_at': u'2018-07-15T05:24:13Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd467a7310bc040979bb85f4e14145827'}) 2018-07-15 05:24:13,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:24:13,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c6d720b73427dd77b7d1f63b13e55578bdfc0bca" 2018-07-15 05:24:14,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-2e4ca948-0446-4948-bce7-4ce818f9ef40 Date: Sun, 15 Jul 2018 05:24:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T05:24:13Z","tenant_id":"d467a7310bc040979bb85f4e14145827","created_at":"2018-07-15T05:24:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"d467a7310bc040979bb85f4e14145827","id":"ae15a842-2310-45d4-b604-99cd3f5811af","name":"tenantnetwork2-net_cb80bffb-6f1a-4710-8b43-a96af8950647"}]} 2018-07-15 05:24:14,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2e4ca948-0446-4948-bce7-4ce818f9ef40 2018-07-15 05:24:14,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.00106811523s 2018-07-15 05:24:14,790 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2e4ca948-0446-4948-bce7-4ce818f9ef40 2018-07-15 05:24:14,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 05:24:14,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c6d720b73427dd77b7d1f63b13e55578bdfc0bca" -d '{"subnet": {"name": "tenantnetwork2-subnet_cb80bffb-6f1a-4710-8b43-a96af8950647", "enable_dhcp": true, "network_id": "ae15a842-2310-45d4-b604-99cd3f5811af", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 05:24:16,377 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3986d5bf-0e81-4ae8-aeca-b1a8753293d7 Date: Sun, 15 Jul 2018 05:24:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae15a842-2310-45d4-b604-99cd3f5811af","tenant_id":"d467a7310bc040979bb85f4e14145827","created_at":"2018-07-15T05:24:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:24:15Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"d467a7310bc040979bb85f4e14145827","id":"4e6cbb33-1617-4f3d-ba8a-9166a5a4092e","subnetpool_id":null,"name":"tenantnetwork2-subnet_cb80bffb-6f1a-4710-8b43-a96af8950647"}} 2018-07-15 05:24:16,377 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-3986d5bf-0e81-4ae8-aeca-b1a8753293d7 2018-07-15 05:24:16,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.58531188965s 2018-07-15 05:24:16,377 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-3986d5bf-0e81-4ae8-aeca-b1a8753293d7 2018-07-15 05:24:16,378 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:24:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'4e6cbb33-1617-4f3d-ba8a-9166a5a4092e', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_cb80bffb-6f1a-4710-8b43-a96af8950647', u'enable_dhcp': True, u'network_id': u'ae15a842-2310-45d4-b604-99cd3f5811af', u'tenant_id': u'd467a7310bc040979bb85f4e14145827', u'created_at': u'2018-07-15T05:24:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'd467a7310bc040979bb85f4e14145827'}) 2018-07-15 05:24:16,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 05:24:16,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c6d720b73427dd77b7d1f63b13e55578bdfc0bca" -d '{"router": {"external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1"}, "name": "tenantnetwork2-router_cb80bffb-6f1a-4710-8b43-a96af8950647", "admin_state_up": true}}' 2018-07-15 05:24:18,036 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-6a23c703-0171-442f-9e5b-a89df3dc5ee8 Date: Sun, 15 Jul 2018 05:24:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "d467a7310bc040979bb85f4e14145827", "created_at": "2018-07-15T05:24:16Z", "admin_state_up": true, "updated_at": "2018-07-15T05:24:17Z", "revision_number": 2, "routes": [], "project_id": "d467a7310bc040979bb85f4e14145827", "id": "38423d5c-84c1-4e80-9320-61adf3f9073d", "name": "tenantnetwork2-router_cb80bffb-6f1a-4710-8b43-a96af8950647"}} 2018-07-15 05:24:18,037 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-6a23c703-0171-442f-9e5b-a89df3dc5ee8 2018-07-15 05:24:18,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.65842604637s 2018-07-15 05:24:18,037 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-6a23c703-0171-442f-9e5b-a89df3dc5ee8 2018-07-15 05:24:18,037 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'9f33378f-37e6-43b3-b0c2-4e18f83f5694', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd467a7310bc040979bb85f4e14145827', u'created_at': u'2018-07-15T05:24:16Z', u'admin_state_up': True, u'updated_at': u'2018-07-15T05:24:17Z', u'revision_number': 2, u'routes': [], u'project_id': u'd467a7310bc040979bb85f4e14145827', u'id': u'38423d5c-84c1-4e80-9320-61adf3f9073d', u'name': u'tenantnetwork2-router_cb80bffb-6f1a-4710-8b43-a96af8950647'}) 2018-07-15 05:24:18,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 05:24:18,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/38423d5c-84c1-4e80-9320-61adf3f9073d/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}c6d720b73427dd77b7d1f63b13e55578bdfc0bca" -d '{"subnet_id": "4e6cbb33-1617-4f3d-ba8a-9166a5a4092e"}' 2018-07-15 05:24:20,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d5441038-cc79-414f-90c6-196fad1cb664 Date: Sun, 15 Jul 2018 05:24:20 GMT RESP BODY: {"network_id": "ae15a842-2310-45d4-b604-99cd3f5811af", "tenant_id": "d467a7310bc040979bb85f4e14145827", "subnet_id": "4e6cbb33-1617-4f3d-ba8a-9166a5a4092e", "subnet_ids": ["4e6cbb33-1617-4f3d-ba8a-9166a5a4092e"], "port_id": "ab044fa8-05d9-4908-9363-6238c9876784", "id": "38423d5c-84c1-4e80-9320-61adf3f9073d"} 2018-07-15 05:24:20,062 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/38423d5c-84c1-4e80-9320-61adf3f9073d/add_router_interface.json used request id req-d5441038-cc79-414f-90c6-196fad1cb664 2018-07-15 05:24:20,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.02439379692s 2018-07-15 05:24:20,063 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/38423d5c-84c1-4e80-9320-61adf3f9073d/add_router_interface.json used request id req-d5441038-cc79-414f-90c6-196fad1cb664 returning object 38423d5c-84c1-4e80-9320-61adf3f9073d 2018-07-15 05:24:20,169 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 05:24:20,170 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-15 05:24:20,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 05:24:20,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/38423d5c-84c1-4e80-9320-61adf3f9073d/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}c6d720b73427dd77b7d1f63b13e55578bdfc0bca" -d '{"subnet_id": "4e6cbb33-1617-4f3d-ba8a-9166a5a4092e"}' 2018-07-15 05:24:22,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-aa1bd33c-5012-498f-a30c-4c84abcc2612 Date: Sun, 15 Jul 2018 05:24:22 GMT RESP BODY: {"network_id": "ae15a842-2310-45d4-b604-99cd3f5811af", "tenant_id": "d467a7310bc040979bb85f4e14145827", "subnet_id": "4e6cbb33-1617-4f3d-ba8a-9166a5a4092e", "subnet_ids": ["4e6cbb33-1617-4f3d-ba8a-9166a5a4092e"], "port_id": "ab044fa8-05d9-4908-9363-6238c9876784", "id": "38423d5c-84c1-4e80-9320-61adf3f9073d"} 2018-07-15 05:24:22,107 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/38423d5c-84c1-4e80-9320-61adf3f9073d/remove_router_interface.json used request id req-aa1bd33c-5012-498f-a30c-4c84abcc2612 2018-07-15 05:24:22,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.93262004852s 2018-07-15 05:24:22,108 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/38423d5c-84c1-4e80-9320-61adf3f9073d/remove_router_interface.json used request id req-aa1bd33c-5012-498f-a30c-4c84abcc2612 returning object 38423d5c-84c1-4e80-9320-61adf3f9073d 2018-07-15 05:24:22,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 05:24:22,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c6d720b73427dd77b7d1f63b13e55578bdfc0bca" 2018-07-15 05:24:23,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-32527c36-3f5f-4fa4-b845-9fb250f78eb1 Date: Sun, 15 Jul 2018 05:24:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "d467a7310bc040979bb85f4e14145827", "created_at": "2018-07-15T05:24:16Z", "admin_state_up": true, "updated_at": "2018-07-15T05:24:21Z", "revision_number": 4, "routes": [], "project_id": "d467a7310bc040979bb85f4e14145827", "id": "38423d5c-84c1-4e80-9320-61adf3f9073d", "name": "tenantnetwork2-router_cb80bffb-6f1a-4710-8b43-a96af8950647"}]} 2018-07-15 05:24:23,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-32527c36-3f5f-4fa4-b845-9fb250f78eb1 2018-07-15 05:24:23,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.21457290649s 2018-07-15 05:24:23,323 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-32527c36-3f5f-4fa4-b845-9fb250f78eb1 2018-07-15 05:24:23,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 05:24:23,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/38423d5c-84c1-4e80-9320-61adf3f9073d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c6d720b73427dd77b7d1f63b13e55578bdfc0bca" 2018-07-15 05:24:25,282 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-de069918-3b6e-4483-b19e-06b78d85351f Content-Length: 0 Date: Sun, 15 Jul 2018 05:24:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:24:25,282 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/38423d5c-84c1-4e80-9320-61adf3f9073d.json used request id req-de069918-3b6e-4483-b19e-06b78d85351f 2018-07-15 05:24:25,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.95770597458s 2018-07-15 05:24:25,283 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/38423d5c-84c1-4e80-9320-61adf3f9073d.json used request id req-de069918-3b6e-4483-b19e-06b78d85351f 2018-07-15 05:24:25,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:24:25,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c6d720b73427dd77b7d1f63b13e55578bdfc0bca" 2018-07-15 05:24:26,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-b18b80c2-cc97-4252-aa9a-955e3c766bb4 Date: Sun, 15 Jul 2018 05:24:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae15a842-2310-45d4-b604-99cd3f5811af","tenant_id":"d467a7310bc040979bb85f4e14145827","created_at":"2018-07-15T05:24:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:24:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"d467a7310bc040979bb85f4e14145827","id":"4e6cbb33-1617-4f3d-ba8a-9166a5a4092e","subnetpool_id":null,"name":"tenantnetwork2-subnet_cb80bffb-6f1a-4710-8b43-a96af8950647"}]} 2018-07-15 05:24:26,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b18b80c2-cc97-4252-aa9a-955e3c766bb4 2018-07-15 05:24:26,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.798332929611s 2018-07-15 05:24:26,082 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b18b80c2-cc97-4252-aa9a-955e3c766bb4 2018-07-15 05:24:26,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 05:24:26,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/4e6cbb33-1617-4f3d-ba8a-9166a5a4092e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c6d720b73427dd77b7d1f63b13e55578bdfc0bca" 2018-07-15 05:24:28,902 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6415bc49-b997-4074-97a5-7f74ba0a0d5e Date: Sun, 15 Jul 2018 05:24:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:24:28,902 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/4e6cbb33-1617-4f3d-ba8a-9166a5a4092e.json used request id req-6415bc49-b997-4074-97a5-7f74ba0a0d5e 2018-07-15 05:24:28,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.81866002083s 2018-07-15 05:24:28,902 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/4e6cbb33-1617-4f3d-ba8a-9166a5a4092e.json used request id req-6415bc49-b997-4074-97a5-7f74ba0a0d5e 2018-07-15 05:24:28,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:24:28,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c6d720b73427dd77b7d1f63b13e55578bdfc0bca" 2018-07-15 05:24:29,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-0a9f4060-935a-4c22-8ee2-c2ea5e59c207 Date: Sun, 15 Jul 2018 05:24:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T05:24:28Z","tenant_id":"d467a7310bc040979bb85f4e14145827","created_at":"2018-07-15T05:24:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d467a7310bc040979bb85f4e14145827","id":"ae15a842-2310-45d4-b604-99cd3f5811af","name":"tenantnetwork2-net_cb80bffb-6f1a-4710-8b43-a96af8950647"}]} 2018-07-15 05:24:29,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0a9f4060-935a-4c22-8ee2-c2ea5e59c207 2018-07-15 05:24:29,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.381320953369s 2018-07-15 05:24:29,285 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0a9f4060-935a-4c22-8ee2-c2ea5e59c207 2018-07-15 05:24:29,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 05:24:29,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/ae15a842-2310-45d4-b604-99cd3f5811af.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c6d720b73427dd77b7d1f63b13e55578bdfc0bca" 2018-07-15 05:24:30,852 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8172604e-c61b-4e1a-b253-24f219f91a78 Date: Sun, 15 Jul 2018 05:24:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:24:30,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/ae15a842-2310-45d4-b604-99cd3f5811af.json used request id req-8172604e-c61b-4e1a-b253-24f219f91a78 2018-07-15 05:24:30,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.56680202484s 2018-07-15 05:24:30,853 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/ae15a842-2310-45d4-b604-99cd3f5811af.json used request id req-8172604e-c61b-4e1a-b253-24f219f91a78 2018-07-15 05:24:30,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:24:30,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:30,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5afae92-de46-4820-9fa2-551a0c3042c3 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/0255670b0f954e4da231ad2ed5f27d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0255670b0f954e4da231ad2ed5f27d37", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/11f7ce447f114de18e36cd87cce7e45d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11f7ce447f114de18e36cd87cce7e45d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/1ec4d9b432d246c9993dbcedf8bd520f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec4d9b432d246c9993dbcedf8bd520f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/34d6d74b6f394a4fa6665b584fdebff7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34d6d74b6f394a4fa6665b584fdebff7", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/39ab10c64eeb48fe91cb832c421b1876"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39ab10c64eeb48fe91cb832c421b1876", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/4e38ae7ba96441dd90050af4d6927b35"}, "domain_id": "41772bd83fa146659c07e7f2ce369b5b", "enabled": true, "options": {}, "id": "4e38ae7ba96441dd90050af4d6927b35", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_cb80bffb-6f1a-4710-8b43-a96af8950647", "links": {"self": "http://172.30.9.25:5000/v3/users/639ddfc8480d457797cc575302520b62"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "639ddfc8480d457797cc575302520b62", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/8d21b752781546b09f9c436b0144650e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d21b752781546b09f9c436b0144650e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/9b71d418c6c84ccfa444645c813d408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b71d418c6c84ccfa444645c813d408b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/a398bd60ebd44db68dec542120fe0b1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a398bd60ebd44db68dec542120fe0b1f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/b3219c4fa4234ce48a596e1a59fdd268"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3219c4fa4234ce48a596e1a59fdd268", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/b3b51e255d1e45b88c6da3a68cdb9096"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3b51e255d1e45b88c6da3a68cdb9096", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/d3e1d34a8e4049a6b46b03e2f2f98f55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3e1d34a8e4049a6b46b03e2f2f98f55", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/f501b6fd0a644232b712a18c71145436"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f501b6fd0a644232b712a18c71145436", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/fcc9389cbd2d4e1e955095e15e39bf07"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fcc9389cbd2d4e1e955095e15e39bf07", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 05:24:30,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-d5afae92-de46-4820-9fa2-551a0c3042c3 2018-07-15 05:24:30,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126578092575s 2018-07-15 05:24:30,981 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-d5afae92-de46-4820-9fa2-551a0c3042c3 2018-07-15 05:24:30,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:24:30,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/639ddfc8480d457797cc575302520b62 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:31,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4342ffd8-7e44-4e01-9c50-b56b29ce4e1f Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_cb80bffb-6f1a-4710-8b43-a96af8950647", "links": {"self": "http://172.30.9.25:5000/v3/users/639ddfc8480d457797cc575302520b62"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "639ddfc8480d457797cc575302520b62", "description": null}} 2018-07-15 05:24:31,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/639ddfc8480d457797cc575302520b62 used request id req-4342ffd8-7e44-4e01-9c50-b56b29ce4e1f 2018-07-15 05:24:31,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114073038101s 2018-07-15 05:24:31,101 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/639ddfc8480d457797cc575302520b62 used request id req-4342ffd8-7e44-4e01-9c50-b56b29ce4e1f 2018-07-15 05:24:31,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 05:24:31,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/639ddfc8480d457797cc575302520b62 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:31,458 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:24:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c982709e-f5ee-4ec7-a08b-aa75f67969d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:24:31,459 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/639ddfc8480d457797cc575302520b62 used request id req-c982709e-f5ee-4ec7-a08b-aa75f67969d8 2018-07-15 05:24:31,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.357079982758s 2018-07-15 05:24:31,459 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/639ddfc8480d457797cc575302520b62 used request id req-c982709e-f5ee-4ec7-a08b-aa75f67969d8 2018-07-15 05:24:31,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 05:24:31,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:31,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-227c8222-8f54-43ff-a378-cdb1f368ce1a Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6"}, "tags": [], "enabled": true, "id": "015b6efde4b14340b597d5c867c208e6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.25:5000/v3/projects/d467a7310bc040979bb85f4e14145827"}, "tags": [], "enabled": true, "id": "d467a7310bc040979bb85f4e14145827", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_cb80bffb-6f1a-4710-8b43-a96af8950647"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/fef18fac968b4e41829891ac01ae670e"}, "tags": [], "enabled": true, "id": "fef18fac968b4e41829891ac01ae670e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-15 05:24:31,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-227c8222-8f54-43ff-a378-cdb1f368ce1a 2018-07-15 05:24:31,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.116189002991s 2018-07-15 05:24:31,582 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-227c8222-8f54-43ff-a378-cdb1f368ce1a 2018-07-15 05:24:31,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 05:24:31,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/d467a7310bc040979bb85f4e14145827 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c17c33d3e433d6da0a70e7c8bb9976b1dccf77f" 2018-07-15 05:24:31,799 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:24:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-918e01ac-94e1-4c16-8948-ed5ff6c02a67 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:24:31,799 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/d467a7310bc040979bb85f4e14145827 used request id req-918e01ac-94e1-4c16-8948-ed5ff6c02a67 2018-07-15 05:24:31,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.212868928909s 2018-07-15 05:24:31,799 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/d467a7310bc040979bb85f4e14145827 used request id req-918e01ac-94e1-4c16-8948-ed5ff6c02a67 2018-07-15 05:24:31,799 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-07-15 05:24:31,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:24:31,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:24:31,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:24:31,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:24:31,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:24:31,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:24:31,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:24:31,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:24:31,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:24:31,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:24:31,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:24:31,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:24:31,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:24:31,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:24:31,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:24:31,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:24:31,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:24:31,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:24:31,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:24:31,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:24:31,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:24:31,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:24:31,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:24:31,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26feaa6c-e418-4d45-adfb-97bd998ca048 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:24:31,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-26feaa6c-e418-4d45-adfb-97bd998ca048 2018-07-15 05:24:31,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:24:32,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}, {"id": "5ebc1b713512497e96c7a557520611d1", "name": "admin"}], "expires_at": "2018-07-15T06:24:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fef18fac968b4e41829891ac01ae670e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8d21b752781546b09f9c436b0144650e"}, "audit_ids": ["3-VLasJ5Td2rAOVUwJ-vpQ"], "issued_at": "2018-07-15T05:24:32.000000Z"}} 2018-07-15 05:24:32,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:24:32,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}401280b13c38574df699d10ce29d78eb3feced89" 2018-07-15 05:24:33,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8d6f976e-8c62-4ecb-9e2f-ba2a30c6c933 Date: Sun, 15 Jul 2018 05:24:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"}]} 2018-07-15 05:24:33,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8d6f976e-8c62-4ecb-9e2f-ba2a30c6c933 2018-07-15 05:24:33,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.00810098648s 2018-07-15 05:24:33,351 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8d6f976e-8c62-4ecb-9e2f-ba2a30c6c933 2018-07-15 05:24:33,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 05:24:33,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}401280b13c38574df699d10ce29d78eb3feced89" -d '{"network": {"name": "vmready1-net_b479371a-f9c3-4d3b-9bd9-b34955c6c426", "admin_state_up": true}}' 2018-07-15 05:24:33,854 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-292e50f7-1b00-43e4-95af-cf36447e6776 Date: Sun, 15 Jul 2018 05:24:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a8393e75-66b2-4740-87ee-807a01956a7c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T05:24:33Z","is_default":false,"provider:segmentation_id":70,"name":"vmready1-net_b479371a-f9c3-4d3b-9bd9-b34955c6c426","admin_state_up":true,"tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:24:33Z","mtu":1450}} 2018-07-15 05:24:33,855 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-292e50f7-1b00-43e4-95af-cf36447e6776 2018-07-15 05:24:33,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.502571105957s 2018-07-15 05:24:33,855 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-292e50f7-1b00-43e4-95af-cf36447e6776 2018-07-15 05:24:33,855 - 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-15T05:24:33Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a8393e75-66b2-4740-87ee-807a01956a7c', u'provider:segmentation_id': 70, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_b479371a-f9c3-4d3b-9bd9-b34955c6c426', u'admin_state_up': True, u'tenant_id': u'fef18fac968b4e41829891ac01ae670e', u'created_at': u'2018-07-15T05:24:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fef18fac968b4e41829891ac01ae670e'}) 2018-07-15 05:24:33,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:24:33,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}401280b13c38574df699d10ce29d78eb3feced89" 2018-07-15 05:24:34,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-d008adca-e289-4bce-bc53-c1d12d3fe0d5 Date: Sun, 15 Jul 2018 05:24:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a8393e75-66b2-4740-87ee-807a01956a7c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T05:24:33Z","provider:segmentation_id":70,"name":"vmready1-net_b479371a-f9c3-4d3b-9bd9-b34955c6c426","admin_state_up":true,"tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:24:33Z","provider:network_type":"vxlan"}]} 2018-07-15 05:24:34,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d008adca-e289-4bce-bc53-c1d12d3fe0d5 2018-07-15 05:24:34,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.290465116501s 2018-07-15 05:24:34,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d008adca-e289-4bce-bc53-c1d12d3fe0d5 2018-07-15 05:24:34,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 05:24:34,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}401280b13c38574df699d10ce29d78eb3feced89" -d '{"subnet": {"name": "vmready1-subnet_b479371a-f9c3-4d3b-9bd9-b34955c6c426", "enable_dhcp": true, "network_id": "a8393e75-66b2-4740-87ee-807a01956a7c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 05:24:35,595 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e92d5508-bbf7-4519-ba0b-e9f22cadb63f Date: Sun, 15 Jul 2018 05:24:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8393e75-66b2-4740-87ee-807a01956a7c","tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:24:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:24:35Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"fef18fac968b4e41829891ac01ae670e","id":"b5fd3d5c-c14f-4165-86fc-1e380cdc6696","subnetpool_id":null,"name":"vmready1-subnet_b479371a-f9c3-4d3b-9bd9-b34955c6c426"}} 2018-07-15 05:24:35,595 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-e92d5508-bbf7-4519-ba0b-e9f22cadb63f 2018-07-15 05:24:35,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.44716000557s 2018-07-15 05:24:35,596 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-e92d5508-bbf7-4519-ba0b-e9f22cadb63f 2018-07-15 05:24:35,596 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:24:35Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'b5fd3d5c-c14f-4165-86fc-1e380cdc6696', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_b479371a-f9c3-4d3b-9bd9-b34955c6c426', u'enable_dhcp': True, u'network_id': u'a8393e75-66b2-4740-87ee-807a01956a7c', u'tenant_id': u'fef18fac968b4e41829891ac01ae670e', u'created_at': u'2018-07-15T05:24:35Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'fef18fac968b4e41829891ac01ae670e'}) 2018-07-15 05:24:35,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 05:24:35,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}401280b13c38574df699d10ce29d78eb3feced89" -d '{"router": {"external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1"}, "name": "vmready1-router_b479371a-f9c3-4d3b-9bd9-b34955c6c426", "admin_state_up": true}}' 2018-07-15 05:24:37,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-3068181b-a782-4be8-8b9e-ecbc16521575 Date: Sun, 15 Jul 2018 05:24:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:24:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-15T05:24:37Z", "revision_number": 2, "routes": [], "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "efab33ac-f7ac-4b90-b54d-1e94603e8c31", "name": "vmready1-router_b479371a-f9c3-4d3b-9bd9-b34955c6c426"}} 2018-07-15 05:24:37,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-3068181b-a782-4be8-8b9e-ecbc16521575 2018-07-15 05:24:37,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.39808106422s 2018-07-15 05:24:37,995 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-3068181b-a782-4be8-8b9e-ecbc16521575 2018-07-15 05:24:37,996 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'9f33378f-37e6-43b3-b0c2-4e18f83f5694', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'fef18fac968b4e41829891ac01ae670e', u'created_at': u'2018-07-15T05:24:36Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-15T05:24:37Z', u'revision_number': 2, u'routes': [], u'project_id': u'fef18fac968b4e41829891ac01ae670e', u'id': u'efab33ac-f7ac-4b90-b54d-1e94603e8c31', u'name': u'vmready1-router_b479371a-f9c3-4d3b-9bd9-b34955c6c426'}) 2018-07-15 05:24:37,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 05:24:37,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/efab33ac-f7ac-4b90-b54d-1e94603e8c31/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}401280b13c38574df699d10ce29d78eb3feced89" -d '{"subnet_id": "b5fd3d5c-c14f-4165-86fc-1e380cdc6696"}' 2018-07-15 05:24:39,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7cd80b68-c629-4e7b-b031-baad23ecdc80 Date: Sun, 15 Jul 2018 05:24:39 GMT RESP BODY: {"network_id": "a8393e75-66b2-4740-87ee-807a01956a7c", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "subnet_id": "b5fd3d5c-c14f-4165-86fc-1e380cdc6696", "subnet_ids": ["b5fd3d5c-c14f-4165-86fc-1e380cdc6696"], "port_id": "7b97f0f3-6767-4bc3-b793-eebb6e1509c6", "id": "efab33ac-f7ac-4b90-b54d-1e94603e8c31"} 2018-07-15 05:24:39,668 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/efab33ac-f7ac-4b90-b54d-1e94603e8c31/add_router_interface.json used request id req-7cd80b68-c629-4e7b-b031-baad23ecdc80 2018-07-15 05:24:39,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.67195701599s 2018-07-15 05:24:39,669 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/efab33ac-f7ac-4b90-b54d-1e94603e8c31/add_router_interface.json used request id req-7cd80b68-c629-4e7b-b031-baad23ecdc80 returning object efab33ac-f7ac-4b90-b54d-1e94603e8c31 2018-07-15 05:24:39,669 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 05:24:39,822 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 05:24:39,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:24:39,829 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 05:24:39 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-07-15 05:24:39,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:24:39,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}401280b13c38574df699d10ce29d78eb3feced89" 2018-07-15 05:24:40,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-adea1d37-be14-49d2-af85-d70470b14eb3 Date: Sun, 15 Jul 2018 05:24:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:24:40,591 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-adea1d37-be14-49d2-af85-d70470b14eb3 2018-07-15 05:24:40,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.756479024887s 2018-07-15 05:24:40,591 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-adea1d37-be14-49d2-af85-d70470b14eb3 2018-07-15 05:24:40,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 05:24:40,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}401280b13c38574df699d10ce29d78eb3feced89" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_b479371a-f9c3-4d3b-9bd9-b34955c6c426", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_b479371a-f9c3-4d3b-9bd9-b34955c6c426"}' 2018-07-15 05:24:41,417 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/320644e2-3285-4da6-a948-e7d6336fa869 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3bed7dc8-5168-4dd8-9080-b814f537f826 Date: Sun, 15 Jul 2018 05:24:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/320644e2-3285-4da6-a948-e7d6336fa869/file", "owner": "fef18fac968b4e41829891ac01ae670e", "id": "320644e2-3285-4da6-a948-e7d6336fa869", "size": null, "self": "/v2/images/320644e2-3285-4da6-a948-e7d6336fa869", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:24:41Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_b479371a-f9c3-4d3b-9bd9-b34955c6c426", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_b479371a-f9c3-4d3b-9bd9-b34955c6c426", "checksum": null, "created_at": "2018-07-15T05:24:41Z", "protected": false} 2018-07-15 05:24:41,417 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-3bed7dc8-5168-4dd8-9080-b814f537f826 2018-07-15 05:24:41,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.818322181702s 2018-07-15 05:24:41,418 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-3bed7dc8-5168-4dd8-9080-b814f537f826 returning object 320644e2-3285-4da6-a948-e7d6336fa869 2018-07-15 05:24:41,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 05:24:41,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/320644e2-3285-4da6-a948-e7d6336fa869/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}401280b13c38574df699d10ce29d78eb3feced89" -d '' 2018-07-15 05:24:45,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1005bce6-d5e0-4334-bca4-2952aa19f6a3 Date: Sun, 15 Jul 2018 05:24:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 05:24:45,029 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/320644e2-3285-4da6-a948-e7d6336fa869/file used request id req-1005bce6-d5e0-4334-bca4-2952aa19f6a3 2018-07-15 05:24:45,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.61061215401s 2018-07-15 05:24:45,030 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/320644e2-3285-4da6-a948-e7d6336fa869/file used request id req-1005bce6-d5e0-4334-bca4-2952aa19f6a3 2018-07-15 05:24:45,030 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_b479371a-f9c3-4d3b-9bd9-b34955c6c426', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T05:24:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/320644e2-3285-4da6-a948-e7d6336fa869/file', u'owner': u'fef18fac968b4e41829891ac01ae670e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'320644e2-3285-4da6-a948-e7d6336fa869', u'size': None, u'name': u'vmready1-img_b479371a-f9c3-4d3b-9bd9-b34955c6c426', u'checksum': None, u'self': u'/v2/images/320644e2-3285-4da6-a948-e7d6336fa869', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T05:24:41Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 05:24:45,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 05:24:45,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}401280b13c38574df699d10ce29d78eb3feced89" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_b479371a-f9c3-4d3b-9bd9-b34955c6c426", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 05:24:45,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04dcdc1c-8faf-47be-80b4-a0fdbf8886aa x-compute-request-id: req-04dcdc1c-8faf-47be-80b4-a0fdbf8886aa Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_b479371a-f9c3-4d3b-9bd9-b34955c6c426", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/3c728b7c-3b1a-48b8-a2f5-48e43dbc51e4", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/3c728b7c-3b1a-48b8-a2f5-48e43dbc51e4", "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": "3c728b7c-3b1a-48b8-a2f5-48e43dbc51e4"}} 2018-07-15 05:24:45,885 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-04dcdc1c-8faf-47be-80b4-a0fdbf8886aa 2018-07-15 05:24:45,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.854840993881s 2018-07-15 05:24:45,886 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-04dcdc1c-8faf-47be-80b4-a0fdbf8886aa 2018-07-15 05:24:45,887 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_b479371a-f9c3-4d3b-9bd9-b34955c6c426', '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'fef18fac968b4e41829891ac01ae670e', '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'3c728b7c-3b1a-48b8-a2f5-48e43dbc51e4', 'swap': 0}) 2018-07-15 05:24:45,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 05:24:45,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/3c728b7c-3b1a-48b8-a2f5-48e43dbc51e4/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}401280b13c38574df699d10ce29d78eb3feced89" -d '{"extra_specs": {}}' 2018-07-15 05:24:46,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e96faa53-0ed1-46a2-9afd-7f4941c02de7 x-compute-request-id: req-e96faa53-0ed1-46a2-9afd-7f4941c02de7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 05:24:46,026 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/3c728b7c-3b1a-48b8-a2f5-48e43dbc51e4/os-extra_specs used request id req-e96faa53-0ed1-46a2-9afd-7f4941c02de7 2018-07-15 05:24:46,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.138347148895s 2018-07-15 05:24:46,026 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/3c728b7c-3b1a-48b8-a2f5-48e43dbc51e4/os-extra_specs used request id req-e96faa53-0ed1-46a2-9afd-7f4941c02de7 2018-07-15 05:24:46,138 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 05:24:46,139 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-15 05:24:46,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 05:24:46,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/efab33ac-f7ac-4b90-b54d-1e94603e8c31/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}401280b13c38574df699d10ce29d78eb3feced89" -d '{"subnet_id": "b5fd3d5c-c14f-4165-86fc-1e380cdc6696"}' 2018-07-15 05:24:48,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-706f3344-3756-4951-9749-90d18639e996 Date: Sun, 15 Jul 2018 05:24:48 GMT RESP BODY: {"network_id": "a8393e75-66b2-4740-87ee-807a01956a7c", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "subnet_id": "b5fd3d5c-c14f-4165-86fc-1e380cdc6696", "subnet_ids": ["b5fd3d5c-c14f-4165-86fc-1e380cdc6696"], "port_id": "7b97f0f3-6767-4bc3-b793-eebb6e1509c6", "id": "efab33ac-f7ac-4b90-b54d-1e94603e8c31"} 2018-07-15 05:24:48,031 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/efab33ac-f7ac-4b90-b54d-1e94603e8c31/remove_router_interface.json used request id req-706f3344-3756-4951-9749-90d18639e996 2018-07-15 05:24:48,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.88772988319s 2018-07-15 05:24:48,032 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/efab33ac-f7ac-4b90-b54d-1e94603e8c31/remove_router_interface.json used request id req-706f3344-3756-4951-9749-90d18639e996 returning object efab33ac-f7ac-4b90-b54d-1e94603e8c31 2018-07-15 05:24:48,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 05:24:48,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}401280b13c38574df699d10ce29d78eb3feced89" 2018-07-15 05:24:49,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-961ce7f2-c857-4681-8453-d0bd085968ee Date: Sun, 15 Jul 2018 05:24:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:24:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-15T05:24:47Z", "revision_number": 4, "routes": [], "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "efab33ac-f7ac-4b90-b54d-1e94603e8c31", "name": "vmready1-router_b479371a-f9c3-4d3b-9bd9-b34955c6c426"}]} 2018-07-15 05:24:49,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-961ce7f2-c857-4681-8453-d0bd085968ee 2018-07-15 05:24:49,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.993424892426s 2018-07-15 05:24:49,026 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-961ce7f2-c857-4681-8453-d0bd085968ee 2018-07-15 05:24:49,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 05:24:49,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/efab33ac-f7ac-4b90-b54d-1e94603e8c31.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}401280b13c38574df699d10ce29d78eb3feced89" 2018-07-15 05:24:50,937 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d272b2cb-f247-48f3-bebe-90fb6ebcb327 Content-Length: 0 Date: Sun, 15 Jul 2018 05:24:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:24:50,938 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/efab33ac-f7ac-4b90-b54d-1e94603e8c31.json used request id req-d272b2cb-f247-48f3-bebe-90fb6ebcb327 2018-07-15 05:24:50,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.91048693657s 2018-07-15 05:24:50,938 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/efab33ac-f7ac-4b90-b54d-1e94603e8c31.json used request id req-d272b2cb-f247-48f3-bebe-90fb6ebcb327 2018-07-15 05:24:50,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:24:50,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}401280b13c38574df699d10ce29d78eb3feced89" 2018-07-15 05:24:51,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1282 X-Openstack-Request-Id: req-c6b89d66-5fbb-4dc7-96ae-c2d9a889697e Date: Sun, 15 Jul 2018 05:24:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8c572765-2d43-4b88-981e-707a56735cd1","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:41Z","dns_nameservers":[],"updated_at":"2018-07-15T05:20:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"015b6efde4b14340b597d5c867c208e6","id":"9f33378f-37e6-43b3-b0c2-4e18f83f5694","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8393e75-66b2-4740-87ee-807a01956a7c","tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:24:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:24:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"fef18fac968b4e41829891ac01ae670e","id":"b5fd3d5c-c14f-4165-86fc-1e380cdc6696","subnetpool_id":null,"name":"vmready1-subnet_b479371a-f9c3-4d3b-9bd9-b34955c6c426"}]} 2018-07-15 05:24:51,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-c6b89d66-5fbb-4dc7-96ae-c2d9a889697e 2018-07-15 05:24:51,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.217211961746s 2018-07-15 05:24:51,156 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-c6b89d66-5fbb-4dc7-96ae-c2d9a889697e 2018-07-15 05:24:51,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 05:24:51,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/b5fd3d5c-c14f-4165-86fc-1e380cdc6696.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}401280b13c38574df699d10ce29d78eb3feced89" 2018-07-15 05:24:53,390 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b09cb005-7219-42c3-8af9-1dc9f82c51ae Date: Sun, 15 Jul 2018 05:24:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:24:53,390 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/b5fd3d5c-c14f-4165-86fc-1e380cdc6696.json used request id req-b09cb005-7219-42c3-8af9-1dc9f82c51ae 2018-07-15 05:24:53,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.23317909241s 2018-07-15 05:24:53,390 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/b5fd3d5c-c14f-4165-86fc-1e380cdc6696.json used request id req-b09cb005-7219-42c3-8af9-1dc9f82c51ae 2018-07-15 05:24:53,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:24:53,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}401280b13c38574df699d10ce29d78eb3feced89" 2018-07-15 05:24:53,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-ef9ecabd-1a44-49b5-af64-e0cdef2d1c1d Date: Sun, 15 Jul 2018 05:24:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a8393e75-66b2-4740-87ee-807a01956a7c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T05:24:53Z","provider:segmentation_id":70,"name":"vmready1-net_b479371a-f9c3-4d3b-9bd9-b34955c6c426","admin_state_up":true,"tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:24:33Z","provider:network_type":"vxlan"}]} 2018-07-15 05:24:53,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ef9ecabd-1a44-49b5-af64-e0cdef2d1c1d 2018-07-15 05:24:53,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108927965164s 2018-07-15 05:24:53,500 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ef9ecabd-1a44-49b5-af64-e0cdef2d1c1d 2018-07-15 05:24:53,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 05:24:53,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/a8393e75-66b2-4740-87ee-807a01956a7c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}401280b13c38574df699d10ce29d78eb3feced89" 2018-07-15 05:24:55,410 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-627d6050-4b6c-4427-89df-40898cdf8345 Date: Sun, 15 Jul 2018 05:24:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:24:55,410 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/a8393e75-66b2-4740-87ee-807a01956a7c.json used request id req-627d6050-4b6c-4427-89df-40898cdf8345 2018-07-15 05:24:55,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.90868496895s 2018-07-15 05:24:55,410 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/a8393e75-66b2-4740-87ee-807a01956a7c.json used request id req-627d6050-4b6c-4427-89df-40898cdf8345 2018-07-15 05:24:55,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:24:55,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}401280b13c38574df699d10ce29d78eb3feced89" 2018-07-15 05:24:56,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-366e6beb-56db-4a8a-8e20-674bef87b40b Date: Sun, 15 Jul 2018 05:24:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/320644e2-3285-4da6-a948-e7d6336fa869/snap", "metadata": {}}], "file": "/v2/images/320644e2-3285-4da6-a948-e7d6336fa869/file", "owner": "fef18fac968b4e41829891ac01ae670e", "id": "320644e2-3285-4da6-a948-e7d6336fa869", "size": 12716032, "self": "/v2/images/320644e2-3285-4da6-a948-e7d6336fa869", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/320644e2-3285-4da6-a948-e7d6336fa869/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:24:44Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_b479371a-f9c3-4d3b-9bd9-b34955c6c426", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_b479371a-f9c3-4d3b-9bd9-b34955c6c426", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:24:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:24:56,143 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-366e6beb-56db-4a8a-8e20-674bef87b40b 2018-07-15 05:24:56,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.728640079498s 2018-07-15 05:24:56,143 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-366e6beb-56db-4a8a-8e20-674bef87b40b 2018-07-15 05:24:56,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 05:24:56,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/320644e2-3285-4da6-a948-e7d6336fa869 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}401280b13c38574df699d10ce29d78eb3feced89" 2018-07-15 05:24:57,560 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-76939a55-7802-4c96-9c81-f0b60da2bf71 Date: Sun, 15 Jul 2018 05:24: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-15 05:24:57,560 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/320644e2-3285-4da6-a948-e7d6336fa869 used request id req-76939a55-7802-4c96-9c81-f0b60da2bf71 2018-07-15 05:24:57,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.41456699371s 2018-07-15 05:24:57,560 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/320644e2-3285-4da6-a948-e7d6336fa869 used request id req-76939a55-7802-4c96-9c81-f0b60da2bf71 2018-07-15 05:24:57,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:24:57,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}401280b13c38574df699d10ce29d78eb3feced89" 2018-07-15 05:24:57,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24: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-11a79de2-0df0-4fe2-a925-8485d22ad2a9 x-compute-request-id: req-11a79de2-0df0-4fe2-a925-8485d22ad2a9 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_b479371a-f9c3-4d3b-9bd9-b34955c6c426", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/3c728b7c-3b1a-48b8-a2f5-48e43dbc51e4", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/3c728b7c-3b1a-48b8-a2f5-48e43dbc51e4", "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": "3c728b7c-3b1a-48b8-a2f5-48e43dbc51e4"}]} 2018-07-15 05:24:57,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-11a79de2-0df0-4fe2-a925-8485d22ad2a9 2018-07-15 05:24:57,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.13255405426s 2018-07-15 05:24:57,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-11a79de2-0df0-4fe2-a925-8485d22ad2a9 2018-07-15 05:24:57,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 05:24:57,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/3c728b7c-3b1a-48b8-a2f5-48e43dbc51e4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}401280b13c38574df699d10ce29d78eb3feced89" 2018-07-15 05:24:57,848 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:24: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-94a8afc3-35aa-43b2-b6cb-a917bc46c1af x-compute-request-id: req-94a8afc3-35aa-43b2-b6cb-a917bc46c1af Content-Length: 0 Content-Type: application/json 2018-07-15 05:24:57,848 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/3c728b7c-3b1a-48b8-a2f5-48e43dbc51e4 used request id req-94a8afc3-35aa-43b2-b6cb-a917bc46c1af 2018-07-15 05:24:57,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.152566194534s 2018-07-15 05:24:57,849 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/3c728b7c-3b1a-48b8-a2f5-48e43dbc51e4 used request id req-94a8afc3-35aa-43b2-b6cb-a917bc46c1af 2018-07-15 05:24:57,849 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-07-15 05:24:57,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:24:57,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:24:57,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:24:57,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:24:57,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:24:57,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:24:57,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:24:57,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:24:57,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:24:57,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58f3a9f9-fa7d-4a0d-b72e-3c9df56a157f 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:24:57,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-58f3a9f9-fa7d-4a0d-b72e-3c9df56a157f 2018-07-15 05:24:57,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:24:58,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}, {"id": "5ebc1b713512497e96c7a557520611d1", "name": "admin"}], "expires_at": "2018-07-15T06:24:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fef18fac968b4e41829891ac01ae670e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8d21b752781546b09f9c436b0144650e"}, "audit_ids": ["SJ1mHOv9SUmzykUfaki7rg"], "issued_at": "2018-07-15T05:24:58.000000Z"}} 2018-07-15 05:24:58,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:24:58,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:24:58,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-02823fb9-5b3f-4a9a-befd-5b950ceb6290 Date: Sun, 15 Jul 2018 05:24:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"}]} 2018-07-15 05:24:58,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-02823fb9-5b3f-4a9a-befd-5b950ceb6290 2018-07-15 05:24:58,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.386687040329s 2018-07-15 05:24:58,740 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-02823fb9-5b3f-4a9a-befd-5b950ceb6290 2018-07-15 05:24:58,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:24:58,748 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 05:24:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62e53474-a295-4f66-851b-49311d803465 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-15 05:24:58,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-62e53474-a295-4f66-851b-49311d803465 2018-07-15 05:24:58,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 05:24:58,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:24:58,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdd95836-d257-4031-b579-0d5caa7ef144 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/41772bd83fa146659c07e7f2ce369b5b"}, "tags": [], "enabled": true, "id": "41772bd83fa146659c07e7f2ce369b5b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 05:24:58,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-cdd95836-d257-4031-b579-0d5caa7ef144 2018-07-15 05:24:58,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.178843021393s 2018-07-15 05:24:58,929 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-cdd95836-d257-4031-b579-0d5caa7ef144 2018-07-15 05:24:58,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 05:24:58,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_ed87dba7-0a8e-402f-825a-96362a46e8a4"}}' 2018-07-15 05:24:59,129 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 05:24:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-154bb016-42b1-464f-82fa-9f382ee4e16d 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.25:5000/v3/projects/e75f456bd47e47f0a9c35d340f659e23"}, "tags": [], "enabled": true, "id": "e75f456bd47e47f0a9c35d340f659e23", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_ed87dba7-0a8e-402f-825a-96362a46e8a4"}} 2018-07-15 05:24:59,129 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-154bb016-42b1-464f-82fa-9f382ee4e16d 2018-07-15 05:24:59,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.192776918411s 2018-07-15 05:24:59,129 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-154bb016-42b1-464f-82fa-9f382ee4e16d 2018-07-15 05:24:59,130 - 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'e75f456bd47e47f0a9c35d340f659e23', '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_ed87dba7-0a8e-402f-825a-96362a46e8a4'}) 2018-07-15 05:24:59,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 05:24:59,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4941ff36-fa6d-42ec-ab60-9c9b48e58fee", "email": null, "name": "vmready2-user_ed87dba7-0a8e-402f-825a-96362a46e8a4"}}' 2018-07-15 05:24:59,685 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 05:24:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-885e1c85-70c5-441a-96e8-a67791b49122 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_ed87dba7-0a8e-402f-825a-96362a46e8a4", "links": {"self": "http://172.30.9.25:5000/v3/users/c627fbff4f8843b68af051dbae9b88ea"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c627fbff4f8843b68af051dbae9b88ea", "domain_id": "default", "password_expires_at": null}} 2018-07-15 05:24:59,685 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-885e1c85-70c5-441a-96e8-a67791b49122 2018-07-15 05:24:59,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.548979043961s 2018-07-15 05:24:59,685 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-885e1c85-70c5-441a-96e8-a67791b49122 2018-07-15 05:24:59,686 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c627fbff4f8843b68af051dbae9b88ea', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_ed87dba7-0a8e-402f-825a-96362a46e8a4'}) 2018-07-15 05:24:59,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:24:59,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:24:59,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dbe3fae-bba1-4baa-891e-286f2353718a Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:24:59,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-6dbe3fae-bba1-4baa-891e-286f2353718a 2018-07-15 05:24:59,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.118885040283s 2018-07-15 05:24:59,809 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-6dbe3fae-bba1-4baa-891e-286f2353718a 2018-07-15 05:24:59,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:24:59,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:24:59,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-126fef58-b9e0-4de8-b1ac-51cc21e0a0e1 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:24:59,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-126fef58-b9e0-4de8-b1ac-51cc21e0a0e1 2018-07-15 05:24:59,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101255893707s 2018-07-15 05:24:59,915 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-126fef58-b9e0-4de8-b1ac-51cc21e0a0e1 2018-07-15 05:24:59,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:24:59,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:25:00,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eec8f7b-5ed1-4d9c-a50c-007c4c0a1603 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:25:00,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-6eec8f7b-5ed1-4d9c-a50c-007c4c0a1603 2018-07-15 05:25:00,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105068922043s 2018-07-15 05:25:00,025 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-6eec8f7b-5ed1-4d9c-a50c-007c4c0a1603 2018-07-15 05:25:00,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 05:25:00,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:25:00,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c64d5654-5713-4691-9e99-dc4ede36249f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 05:25:00,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-c64d5654-5713-4691-9e99-dc4ede36249f 2018-07-15 05:25:00,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.106101989746s 2018-07-15 05:25:00,136 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-c64d5654-5713-4691-9e99-dc4ede36249f 2018-07-15 05:25:00,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:25:00,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:25:00,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed83219-5ae4-4258-a172-d575554ca563 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/0255670b0f954e4da231ad2ed5f27d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0255670b0f954e4da231ad2ed5f27d37", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/11f7ce447f114de18e36cd87cce7e45d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11f7ce447f114de18e36cd87cce7e45d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/1ec4d9b432d246c9993dbcedf8bd520f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec4d9b432d246c9993dbcedf8bd520f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/34d6d74b6f394a4fa6665b584fdebff7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34d6d74b6f394a4fa6665b584fdebff7", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/39ab10c64eeb48fe91cb832c421b1876"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39ab10c64eeb48fe91cb832c421b1876", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/4e38ae7ba96441dd90050af4d6927b35"}, "domain_id": "41772bd83fa146659c07e7f2ce369b5b", "enabled": true, "options": {}, "id": "4e38ae7ba96441dd90050af4d6927b35", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/8d21b752781546b09f9c436b0144650e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d21b752781546b09f9c436b0144650e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/9b71d418c6c84ccfa444645c813d408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b71d418c6c84ccfa444645c813d408b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/a398bd60ebd44db68dec542120fe0b1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a398bd60ebd44db68dec542120fe0b1f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/b3219c4fa4234ce48a596e1a59fdd268"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3219c4fa4234ce48a596e1a59fdd268", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/b3b51e255d1e45b88c6da3a68cdb9096"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3b51e255d1e45b88c6da3a68cdb9096", "email": "swift@localhost", "password_expires_at": null}, {"name": "vmready2-user_ed87dba7-0a8e-402f-825a-96362a46e8a4", "links": {"self": "http://172.30.9.25:5000/v3/users/c627fbff4f8843b68af051dbae9b88ea"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c627fbff4f8843b68af051dbae9b88ea", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/d3e1d34a8e4049a6b46b03e2f2f98f55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3e1d34a8e4049a6b46b03e2f2f98f55", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/f501b6fd0a644232b712a18c71145436"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f501b6fd0a644232b712a18c71145436", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/fcc9389cbd2d4e1e955095e15e39bf07"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fcc9389cbd2d4e1e955095e15e39bf07", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 05:25:00,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-8ed83219-5ae4-4258-a172-d575554ca563 2018-07-15 05:25:00,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.148187875748s 2018-07-15 05:25:00,286 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-8ed83219-5ae4-4258-a172-d575554ca563 2018-07-15 05:25:00,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 05:25:00,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:25:00,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-365ab905-7bac-4bed-842f-8e6d136f6e9f Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/fef18fac968b4e41829891ac01ae670e"}, "tags": [], "enabled": true, "id": "fef18fac968b4e41829891ac01ae670e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6"}, "tags": [], "enabled": true, "id": "015b6efde4b14340b597d5c867c208e6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.25:5000/v3/projects/e75f456bd47e47f0a9c35d340f659e23"}, "tags": [], "enabled": true, "id": "e75f456bd47e47f0a9c35d340f659e23", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_ed87dba7-0a8e-402f-825a-96362a46e8a4"}]} 2018-07-15 05:25:00,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-365ab905-7bac-4bed-842f-8e6d136f6e9f 2018-07-15 05:25:00,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.108462095261s 2018-07-15 05:25:00,406 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-365ab905-7bac-4bed-842f-8e6d136f6e9f 2018-07-15 05:25:00,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 05:25:00,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=c627fbff4f8843b68af051dbae9b88ea&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=e75f456bd47e47f0a9c35d340f659e23" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:25:00,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfb62529-e0c7-497a-8121-170ace7bed95 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=c627fbff4f8843b68af051dbae9b88ea&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=e75f456bd47e47f0a9c35d340f659e23", "previous": null, "next": null}} 2018-07-15 05:25:00,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=c627fbff4f8843b68af051dbae9b88ea&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=e75f456bd47e47f0a9c35d340f659e23 used request id req-bfb62529-e0c7-497a-8121-170ace7bed95 2018-07-15 05:25:00,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101484060287s 2018-07-15 05:25:00,515 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=c627fbff4f8843b68af051dbae9b88ea&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=e75f456bd47e47f0a9c35d340f659e23 used request id req-bfb62529-e0c7-497a-8121-170ace7bed95 2018-07-15 05:25:00,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 05:25:00,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/e75f456bd47e47f0a9c35d340f659e23/users/c627fbff4f8843b68af051dbae9b88ea/roles/342d844a34e0406684703e0c0b7f9abb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:25:00,660 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:25:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c25c1d14-73c2-4f96-9a6a-fc4f2e64c640 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:25:00,660 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/e75f456bd47e47f0a9c35d340f659e23/users/c627fbff4f8843b68af051dbae9b88ea/roles/342d844a34e0406684703e0c0b7f9abb used request id req-c25c1d14-73c2-4f96-9a6a-fc4f2e64c640 2018-07-15 05:25:00,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.142256975174s 2018-07-15 05:25:00,661 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/e75f456bd47e47f0a9c35d340f659e23/users/c627fbff4f8843b68af051dbae9b88ea/roles/342d844a34e0406684703e0c0b7f9abb used request id req-c25c1d14-73c2-4f96-9a6a-fc4f2e64c640 2018-07-15 05:25:00,662 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_ed87dba7-0a8e-402f-825a-96362a46e8a4', 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'e75f456bd47e47f0a9c35d340f659e23', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '4941ff36-fa6d-42ec-ab60-9c9b48e58fee', 'username': u'vmready2-user_ed87dba7-0a8e-402f-825a-96362a46e8a4', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-15 05:25:00,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:25:00,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:25:00,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:25:00,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:25:00,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:25:00,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:25:00,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:25:00,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:25:00,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:25:00,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:25:00,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:25:00,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:25:00,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:25:00,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:25:00,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:25:00,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:25:00,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:25:00,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:25:00,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:25:00,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:25:00,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:25:00,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:25:00,667 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_ed87dba7-0a8e-402f-825a-96362a46e8a4', 'password': '4941ff36-fa6d-42ec-ab60-9c9b48e58fee', 'project_name': 'vmready2-project_ed87dba7-0a8e-402f-825a-96362a46e8a4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'e75f456bd47e47f0a9c35d340f659e23', 'project_domain_name': 'Default'} 2018-07-15 05:25:00,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:25:00,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-424ee5e0-fd77-4732-8c62-1ddc7a2ad792 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:25:00,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-424ee5e0-fd77-4732-8c62-1ddc7a2ad792 2018-07-15 05:25:00,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:25:01,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}], "expires_at": "2018-07-15T06:25:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e75f456bd47e47f0a9c35d340f659e23", "name": "vmready2-project_ed87dba7-0a8e-402f-825a-96362a46e8a4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e75f456bd47e47f0a9c35d340f659e23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/e75f456bd47e47f0a9c35d340f659e23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/e75f456bd47e47f0a9c35d340f659e23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_e75f456bd47e47f0a9c35d340f659e23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_e75f456bd47e47f0a9c35d340f659e23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/e75f456bd47e47f0a9c35d340f659e23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/e75f456bd47e47f0a9c35d340f659e23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/e75f456bd47e47f0a9c35d340f659e23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/e75f456bd47e47f0a9c35d340f659e23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/e75f456bd47e47f0a9c35d340f659e23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/e75f456bd47e47f0a9c35d340f659e23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e75f456bd47e47f0a9c35d340f659e23", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/e75f456bd47e47f0a9c35d340f659e23", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/e75f456bd47e47f0a9c35d340f659e23", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_ed87dba7-0a8e-402f-825a-96362a46e8a4", "id": "c627fbff4f8843b68af051dbae9b88ea"}, "audit_ids": ["pkLv67dZQHuloOcato748w"], "issued_at": "2018-07-15T05:25:01.000000Z"}} 2018-07-15 05:25:01,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 05:25:01,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2965df972f307661b057b3688913085f3922819b" -d '{"network": {"name": "vmready2-net_ed87dba7-0a8e-402f-825a-96362a46e8a4", "admin_state_up": true}}' 2018-07-15 05:25:01,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-fbd379b0-0688-49e9-a61c-e66542453aa6 Date: Sun, 15 Jul 2018 05:25:01 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"e75f456bd47e47f0a9c35d340f659e23","created_at":"2018-07-15T05:25:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-15T05:25:01Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"e75f456bd47e47f0a9c35d340f659e23","id":"d53f2b8e-1636-4c59-93c7-355429cb02dd","name":"vmready2-net_ed87dba7-0a8e-402f-825a-96362a46e8a4"}} 2018-07-15 05:25:01,812 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-fbd379b0-0688-49e9-a61c-e66542453aa6 2018-07-15 05:25:01,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.742884159088s 2018-07-15 05:25:01,812 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-fbd379b0-0688-49e9-a61c-e66542453aa6 2018-07-15 05:25:01,812 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:25:01Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd53f2b8e-1636-4c59-93c7-355429cb02dd', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_ed87dba7-0a8e-402f-825a-96362a46e8a4', u'admin_state_up': True, u'tenant_id': u'e75f456bd47e47f0a9c35d340f659e23', u'created_at': u'2018-07-15T05:25:01Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e75f456bd47e47f0a9c35d340f659e23'}) 2018-07-15 05:25:01,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:25:01,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2965df972f307661b057b3688913085f3922819b" 2018-07-15 05:25:02,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-d25ec99c-4fbe-4303-a4d7-339791c9f807 Date: Sun, 15 Jul 2018 05:25:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T05:25:01Z","tenant_id":"e75f456bd47e47f0a9c35d340f659e23","created_at":"2018-07-15T05:25:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"e75f456bd47e47f0a9c35d340f659e23","id":"d53f2b8e-1636-4c59-93c7-355429cb02dd","name":"vmready2-net_ed87dba7-0a8e-402f-825a-96362a46e8a4"}]} 2018-07-15 05:25:02,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d25ec99c-4fbe-4303-a4d7-339791c9f807 2018-07-15 05:25:02,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.340121984482s 2018-07-15 05:25:02,154 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d25ec99c-4fbe-4303-a4d7-339791c9f807 2018-07-15 05:25:02,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 05:25:02,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2965df972f307661b057b3688913085f3922819b" -d '{"subnet": {"name": "vmready2-subnet_ed87dba7-0a8e-402f-825a-96362a46e8a4", "enable_dhcp": true, "network_id": "d53f2b8e-1636-4c59-93c7-355429cb02dd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 05:25:03,219 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-245b5aec-0b7d-464f-af51-234764a7f5d1 Date: Sun, 15 Jul 2018 05:25:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d53f2b8e-1636-4c59-93c7-355429cb02dd","tenant_id":"e75f456bd47e47f0a9c35d340f659e23","created_at":"2018-07-15T05:25:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:25:02Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"e75f456bd47e47f0a9c35d340f659e23","id":"c50d29d1-fcb0-4705-a82c-65c2bf082710","subnetpool_id":null,"name":"vmready2-subnet_ed87dba7-0a8e-402f-825a-96362a46e8a4"}} 2018-07-15 05:25:03,219 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-245b5aec-0b7d-464f-af51-234764a7f5d1 2018-07-15 05:25:03,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.06371593475s 2018-07-15 05:25:03,219 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-245b5aec-0b7d-464f-af51-234764a7f5d1 2018-07-15 05:25:03,220 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:25:02Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'c50d29d1-fcb0-4705-a82c-65c2bf082710', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_ed87dba7-0a8e-402f-825a-96362a46e8a4', u'enable_dhcp': True, u'network_id': u'd53f2b8e-1636-4c59-93c7-355429cb02dd', u'tenant_id': u'e75f456bd47e47f0a9c35d340f659e23', u'created_at': u'2018-07-15T05:25:02Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'e75f456bd47e47f0a9c35d340f659e23'}) 2018-07-15 05:25:03,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 05:25:03,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2965df972f307661b057b3688913085f3922819b" -d '{"router": {"external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1"}, "name": "vmready2-router_ed87dba7-0a8e-402f-825a-96362a46e8a4", "admin_state_up": true}}' 2018-07-15 05:25:04,754 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-98553101-9fb6-4d8c-9e4c-70b85d4492b0 Date: Sun, 15 Jul 2018 05:25:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "created_at": "2018-07-15T05:25:03Z", "admin_state_up": true, "updated_at": "2018-07-15T05:25:04Z", "revision_number": 2, "routes": [], "project_id": "e75f456bd47e47f0a9c35d340f659e23", "id": "22011e16-58aa-46e4-a83a-e523674d7fe1", "name": "vmready2-router_ed87dba7-0a8e-402f-825a-96362a46e8a4"}} 2018-07-15 05:25:04,755 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-98553101-9fb6-4d8c-9e4c-70b85d4492b0 2018-07-15 05:25:04,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.53422212601s 2018-07-15 05:25:04,755 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-98553101-9fb6-4d8c-9e4c-70b85d4492b0 2018-07-15 05:25:04,755 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'9f33378f-37e6-43b3-b0c2-4e18f83f5694', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e75f456bd47e47f0a9c35d340f659e23', u'created_at': u'2018-07-15T05:25:03Z', u'admin_state_up': True, u'updated_at': u'2018-07-15T05:25:04Z', u'revision_number': 2, u'routes': [], u'project_id': u'e75f456bd47e47f0a9c35d340f659e23', u'id': u'22011e16-58aa-46e4-a83a-e523674d7fe1', u'name': u'vmready2-router_ed87dba7-0a8e-402f-825a-96362a46e8a4'}) 2018-07-15 05:25:04,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 05:25:04,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/22011e16-58aa-46e4-a83a-e523674d7fe1/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}2965df972f307661b057b3688913085f3922819b" -d '{"subnet_id": "c50d29d1-fcb0-4705-a82c-65c2bf082710"}' 2018-07-15 05:25:07,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bea915e7-cab8-41b8-a19c-ffe501a3de18 Date: Sun, 15 Jul 2018 05:25:07 GMT RESP BODY: {"network_id": "d53f2b8e-1636-4c59-93c7-355429cb02dd", "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "subnet_id": "c50d29d1-fcb0-4705-a82c-65c2bf082710", "subnet_ids": ["c50d29d1-fcb0-4705-a82c-65c2bf082710"], "port_id": "7afce6ff-d361-4544-9397-04f828fe4a9e", "id": "22011e16-58aa-46e4-a83a-e523674d7fe1"} 2018-07-15 05:25:07,064 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/22011e16-58aa-46e4-a83a-e523674d7fe1/add_router_interface.json used request id req-bea915e7-cab8-41b8-a19c-ffe501a3de18 2018-07-15 05:25:07,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.30776882172s 2018-07-15 05:25:07,064 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/22011e16-58aa-46e4-a83a-e523674d7fe1/add_router_interface.json used request id req-bea915e7-cab8-41b8-a19c-ffe501a3de18 returning object 22011e16-58aa-46e4-a83a-e523674d7fe1 2018-07-15 05:25:07,065 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 05:25:07,197 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 05:25:07,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:25:07,204 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 05:25:07 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-07-15 05:25:07,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:25:07,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2965df972f307661b057b3688913085f3922819b" 2018-07-15 05:25:07,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-28bf66d4-fbd7-4007-a824-acf192c5e0bc Date: Sun, 15 Jul 2018 05:25:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:25:07,512 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-28bf66d4-fbd7-4007-a824-acf192c5e0bc 2018-07-15 05:25:07,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303527832031s 2018-07-15 05:25:07,513 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-28bf66d4-fbd7-4007-a824-acf192c5e0bc 2018-07-15 05:25:07,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 05:25:07,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2965df972f307661b057b3688913085f3922819b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_ed87dba7-0a8e-402f-825a-96362a46e8a4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_ed87dba7-0a8e-402f-825a-96362a46e8a4"}' 2018-07-15 05:25:07,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/ee85e3ab-7315-464b-8984-dffdb5f27e06 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ba22d6f5-7d1d-464c-8540-007952c1bb5c Date: Sun, 15 Jul 2018 05:25:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ee85e3ab-7315-464b-8984-dffdb5f27e06/file", "owner": "e75f456bd47e47f0a9c35d340f659e23", "id": "ee85e3ab-7315-464b-8984-dffdb5f27e06", "size": null, "self": "/v2/images/ee85e3ab-7315-464b-8984-dffdb5f27e06", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:25:07Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_ed87dba7-0a8e-402f-825a-96362a46e8a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_ed87dba7-0a8e-402f-825a-96362a46e8a4", "checksum": null, "created_at": "2018-07-15T05:25:07Z", "protected": false} 2018-07-15 05:25:07,772 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-ba22d6f5-7d1d-464c-8540-007952c1bb5c 2018-07-15 05:25:07,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.251221895218s 2018-07-15 05:25:07,772 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-ba22d6f5-7d1d-464c-8540-007952c1bb5c returning object ee85e3ab-7315-464b-8984-dffdb5f27e06 2018-07-15 05:25:07,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 05:25:07,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/ee85e3ab-7315-464b-8984-dffdb5f27e06/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}2965df972f307661b057b3688913085f3922819b" -d '' 2018-07-15 05:25:08,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-254334d9-8f78-4db5-b582-cc08b8e754b8 Date: Sun, 15 Jul 2018 05:25:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 05:25:08,867 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/ee85e3ab-7315-464b-8984-dffdb5f27e06/file used request id req-254334d9-8f78-4db5-b582-cc08b8e754b8 2018-07-15 05:25:08,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.09448194504s 2018-07-15 05:25:08,868 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/ee85e3ab-7315-464b-8984-dffdb5f27e06/file used request id req-254334d9-8f78-4db5-b582-cc08b8e754b8 2018-07-15 05:25:08,868 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_ed87dba7-0a8e-402f-825a-96362a46e8a4', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T05:25:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/ee85e3ab-7315-464b-8984-dffdb5f27e06/file', u'owner': u'e75f456bd47e47f0a9c35d340f659e23', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ee85e3ab-7315-464b-8984-dffdb5f27e06', u'size': None, u'name': u'vmready2-img_ed87dba7-0a8e-402f-825a-96362a46e8a4', u'checksum': None, u'self': u'/v2/images/ee85e3ab-7315-464b-8984-dffdb5f27e06', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T05:25:07Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 05:25:08,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 05:25:08,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_ed87dba7-0a8e-402f-825a-96362a46e8a4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 05:25:09,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25: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-33d2134d-fe63-4d58-add4-9ebb1b0425ce x-compute-request-id: req-33d2134d-fe63-4d58-add4-9ebb1b0425ce Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_ed87dba7-0a8e-402f-825a-96362a46e8a4", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/e6f69802-ce05-4c3e-abc3-70a498df10a3", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/e6f69802-ce05-4c3e-abc3-70a498df10a3", "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": "e6f69802-ce05-4c3e-abc3-70a498df10a3"}} 2018-07-15 05:25:09,716 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-33d2134d-fe63-4d58-add4-9ebb1b0425ce 2018-07-15 05:25:09,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.847816944122s 2018-07-15 05:25:09,717 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-33d2134d-fe63-4d58-add4-9ebb1b0425ce 2018-07-15 05:25:09,718 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_ed87dba7-0a8e-402f-825a-96362a46e8a4', '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'fef18fac968b4e41829891ac01ae670e', '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'e6f69802-ce05-4c3e-abc3-70a498df10a3', 'swap': 0}) 2018-07-15 05:25:09,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 05:25:09,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/e6f69802-ce05-4c3e-abc3-70a498df10a3/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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" -d '{"extra_specs": {}}' 2018-07-15 05:25:09,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25: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-dc2a7ba0-47c0-4310-95eb-32d06d2d3f65 x-compute-request-id: req-dc2a7ba0-47c0-4310-95eb-32d06d2d3f65 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 05:25:09,754 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/e6f69802-ce05-4c3e-abc3-70a498df10a3/os-extra_specs used request id req-dc2a7ba0-47c0-4310-95eb-32d06d2d3f65 2018-07-15 05:25:09,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0350499153137s 2018-07-15 05:25:09,754 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/e6f69802-ce05-4c3e-abc3-70a498df10a3/os-extra_specs used request id req-dc2a7ba0-47c0-4310-95eb-32d06d2d3f65 2018-07-15 05:25:09,865 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 05:25:09,865 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-15 05:25:09,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 05:25:09,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/22011e16-58aa-46e4-a83a-e523674d7fe1/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}2965df972f307661b057b3688913085f3922819b" -d '{"subnet_id": "c50d29d1-fcb0-4705-a82c-65c2bf082710"}' 2018-07-15 05:25:11,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-be9868e0-139c-451e-a6b6-3598475180f7 Date: Sun, 15 Jul 2018 05:25:11 GMT RESP BODY: {"network_id": "d53f2b8e-1636-4c59-93c7-355429cb02dd", "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "subnet_id": "c50d29d1-fcb0-4705-a82c-65c2bf082710", "subnet_ids": ["c50d29d1-fcb0-4705-a82c-65c2bf082710"], "port_id": "7afce6ff-d361-4544-9397-04f828fe4a9e", "id": "22011e16-58aa-46e4-a83a-e523674d7fe1"} 2018-07-15 05:25:11,547 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/22011e16-58aa-46e4-a83a-e523674d7fe1/remove_router_interface.json used request id req-be9868e0-139c-451e-a6b6-3598475180f7 2018-07-15 05:25:11,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.67666816711s 2018-07-15 05:25:11,548 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/22011e16-58aa-46e4-a83a-e523674d7fe1/remove_router_interface.json used request id req-be9868e0-139c-451e-a6b6-3598475180f7 returning object 22011e16-58aa-46e4-a83a-e523674d7fe1 2018-07-15 05:25:11,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 05:25:11,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2965df972f307661b057b3688913085f3922819b" 2018-07-15 05:25:11,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-045b1260-a92b-49df-a246-3930affe5fd1 Date: Sun, 15 Jul 2018 05:25:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "created_at": "2018-07-15T05:25:03Z", "admin_state_up": true, "updated_at": "2018-07-15T05:25:10Z", "revision_number": 4, "routes": [], "project_id": "e75f456bd47e47f0a9c35d340f659e23", "id": "22011e16-58aa-46e4-a83a-e523674d7fe1", "name": "vmready2-router_ed87dba7-0a8e-402f-825a-96362a46e8a4"}]} 2018-07-15 05:25:11,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-045b1260-a92b-49df-a246-3930affe5fd1 2018-07-15 05:25:11,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.38486289978s 2018-07-15 05:25:11,933 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-045b1260-a92b-49df-a246-3930affe5fd1 2018-07-15 05:25:11,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 05:25:11,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/22011e16-58aa-46e4-a83a-e523674d7fe1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2965df972f307661b057b3688913085f3922819b" 2018-07-15 05:25:13,555 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-93fe47d1-e764-4118-adba-544133bbcece Content-Length: 0 Date: Sun, 15 Jul 2018 05:25:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:25:13,555 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/22011e16-58aa-46e4-a83a-e523674d7fe1.json used request id req-93fe47d1-e764-4118-adba-544133bbcece 2018-07-15 05:25:13,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.61873412132s 2018-07-15 05:25:13,555 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/22011e16-58aa-46e4-a83a-e523674d7fe1.json used request id req-93fe47d1-e764-4118-adba-544133bbcece 2018-07-15 05:25:13,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:25:13,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2965df972f307661b057b3688913085f3922819b" 2018-07-15 05:25:13,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-eac8cd8c-619b-42f9-b6c4-d0d2c545f433 Date: Sun, 15 Jul 2018 05:25:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d53f2b8e-1636-4c59-93c7-355429cb02dd","tenant_id":"e75f456bd47e47f0a9c35d340f659e23","created_at":"2018-07-15T05:25:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:25:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"e75f456bd47e47f0a9c35d340f659e23","id":"c50d29d1-fcb0-4705-a82c-65c2bf082710","subnetpool_id":null,"name":"vmready2-subnet_ed87dba7-0a8e-402f-825a-96362a46e8a4"}]} 2018-07-15 05:25:13,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-eac8cd8c-619b-42f9-b6c4-d0d2c545f433 2018-07-15 05:25:13,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.231668949127s 2018-07-15 05:25:13,788 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-eac8cd8c-619b-42f9-b6c4-d0d2c545f433 2018-07-15 05:25:13,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 05:25:13,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/c50d29d1-fcb0-4705-a82c-65c2bf082710.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2965df972f307661b057b3688913085f3922819b" 2018-07-15 05:25:17,154 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6f77d6f8-5b1e-46cf-b304-009432fe426f Date: Sun, 15 Jul 2018 05:25:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:25:17,154 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/c50d29d1-fcb0-4705-a82c-65c2bf082710.json used request id req-6f77d6f8-5b1e-46cf-b304-009432fe426f 2018-07-15 05:25:17,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.36523604393s 2018-07-15 05:25:17,154 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/c50d29d1-fcb0-4705-a82c-65c2bf082710.json used request id req-6f77d6f8-5b1e-46cf-b304-009432fe426f 2018-07-15 05:25:17,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:25:17,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2965df972f307661b057b3688913085f3922819b" 2018-07-15 05:25:17,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-f51287e0-0ef9-447d-8b9e-8cca0617e87f Date: Sun, 15 Jul 2018 05:25:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T05:25:16Z","tenant_id":"e75f456bd47e47f0a9c35d340f659e23","created_at":"2018-07-15T05:25:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e75f456bd47e47f0a9c35d340f659e23","id":"d53f2b8e-1636-4c59-93c7-355429cb02dd","name":"vmready2-net_ed87dba7-0a8e-402f-825a-96362a46e8a4"}]} 2018-07-15 05:25:17,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f51287e0-0ef9-447d-8b9e-8cca0617e87f 2018-07-15 05:25:17,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.342231988907s 2018-07-15 05:25:17,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f51287e0-0ef9-447d-8b9e-8cca0617e87f 2018-07-15 05:25:17,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 05:25:17,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/d53f2b8e-1636-4c59-93c7-355429cb02dd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2965df972f307661b057b3688913085f3922819b" 2018-07-15 05:25:18,874 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-804d973e-2f95-45b0-9d49-7bbfe3821ed2 Date: Sun, 15 Jul 2018 05:25:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:25:18,875 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/d53f2b8e-1636-4c59-93c7-355429cb02dd.json used request id req-804d973e-2f95-45b0-9d49-7bbfe3821ed2 2018-07-15 05:25:18,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.37607908249s 2018-07-15 05:25:18,875 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/d53f2b8e-1636-4c59-93c7-355429cb02dd.json used request id req-804d973e-2f95-45b0-9d49-7bbfe3821ed2 2018-07-15 05:25:18,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:25:18,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2965df972f307661b057b3688913085f3922819b" 2018-07-15 05:25:19,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-60bc0dba-9b74-4a49-9dfd-6586064c56bb Date: Sun, 15 Jul 2018 05:25:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/ee85e3ab-7315-464b-8984-dffdb5f27e06/snap", "metadata": {}}], "file": "/v2/images/ee85e3ab-7315-464b-8984-dffdb5f27e06/file", "owner": "e75f456bd47e47f0a9c35d340f659e23", "id": "ee85e3ab-7315-464b-8984-dffdb5f27e06", "size": 12716032, "self": "/v2/images/ee85e3ab-7315-464b-8984-dffdb5f27e06", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/ee85e3ab-7315-464b-8984-dffdb5f27e06/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:25:08Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_ed87dba7-0a8e-402f-825a-96362a46e8a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_ed87dba7-0a8e-402f-825a-96362a46e8a4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:25:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:25:19,594 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-60bc0dba-9b74-4a49-9dfd-6586064c56bb 2018-07-15 05:25:19,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.714341163635s 2018-07-15 05:25:19,594 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-60bc0dba-9b74-4a49-9dfd-6586064c56bb 2018-07-15 05:25:19,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 05:25:19,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/ee85e3ab-7315-464b-8984-dffdb5f27e06 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2965df972f307661b057b3688913085f3922819b" 2018-07-15 05:25:20,853 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-311793a6-a2cb-46ce-93e8-10d2e42fbb44 Date: Sun, 15 Jul 2018 05:25:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 05:25:20,853 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/ee85e3ab-7315-464b-8984-dffdb5f27e06 used request id req-311793a6-a2cb-46ce-93e8-10d2e42fbb44 2018-07-15 05:25:20,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.25723409653s 2018-07-15 05:25:20,854 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/ee85e3ab-7315-464b-8984-dffdb5f27e06 used request id req-311793a6-a2cb-46ce-93e8-10d2e42fbb44 2018-07-15 05:25:20,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:25:20,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:25:20,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25: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-38c3c4d3-5068-4723-8f36-b2e994b5a05e x-compute-request-id: req-38c3c4d3-5068-4723-8f36-b2e994b5a05e Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_ed87dba7-0a8e-402f-825a-96362a46e8a4", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/e6f69802-ce05-4c3e-abc3-70a498df10a3", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/e6f69802-ce05-4c3e-abc3-70a498df10a3", "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": "e6f69802-ce05-4c3e-abc3-70a498df10a3"}]} 2018-07-15 05:25:20,995 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-38c3c4d3-5068-4723-8f36-b2e994b5a05e 2018-07-15 05:25:20,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.141097784042s 2018-07-15 05:25:20,996 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-38c3c4d3-5068-4723-8f36-b2e994b5a05e 2018-07-15 05:25:20,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 05:25:21,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/e6f69802-ce05-4c3e-abc3-70a498df10a3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:25:21,039 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:25:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-472c9035-d260-4349-87c9-85195fbc3991 x-compute-request-id: req-472c9035-d260-4349-87c9-85195fbc3991 Content-Length: 0 Content-Type: application/json 2018-07-15 05:25:21,040 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/e6f69802-ce05-4c3e-abc3-70a498df10a3 used request id req-472c9035-d260-4349-87c9-85195fbc3991 2018-07-15 05:25:21,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0419368743896s 2018-07-15 05:25:21,040 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/e6f69802-ce05-4c3e-abc3-70a498df10a3 used request id req-472c9035-d260-4349-87c9-85195fbc3991 2018-07-15 05:25:21,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:25:21,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:25:21,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374020bf-8b72-4066-add9-ced576e87cf0 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/0255670b0f954e4da231ad2ed5f27d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0255670b0f954e4da231ad2ed5f27d37", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/11f7ce447f114de18e36cd87cce7e45d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11f7ce447f114de18e36cd87cce7e45d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/1ec4d9b432d246c9993dbcedf8bd520f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec4d9b432d246c9993dbcedf8bd520f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/34d6d74b6f394a4fa6665b584fdebff7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34d6d74b6f394a4fa6665b584fdebff7", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/39ab10c64eeb48fe91cb832c421b1876"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39ab10c64eeb48fe91cb832c421b1876", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/4e38ae7ba96441dd90050af4d6927b35"}, "domain_id": "41772bd83fa146659c07e7f2ce369b5b", "enabled": true, "options": {}, "id": "4e38ae7ba96441dd90050af4d6927b35", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/8d21b752781546b09f9c436b0144650e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d21b752781546b09f9c436b0144650e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/9b71d418c6c84ccfa444645c813d408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b71d418c6c84ccfa444645c813d408b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/a398bd60ebd44db68dec542120fe0b1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a398bd60ebd44db68dec542120fe0b1f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/b3219c4fa4234ce48a596e1a59fdd268"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3219c4fa4234ce48a596e1a59fdd268", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/b3b51e255d1e45b88c6da3a68cdb9096"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3b51e255d1e45b88c6da3a68cdb9096", "email": "swift@localhost", "password_expires_at": null}, {"name": "vmready2-user_ed87dba7-0a8e-402f-825a-96362a46e8a4", "links": {"self": "http://172.30.9.25:5000/v3/users/c627fbff4f8843b68af051dbae9b88ea"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c627fbff4f8843b68af051dbae9b88ea", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/d3e1d34a8e4049a6b46b03e2f2f98f55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3e1d34a8e4049a6b46b03e2f2f98f55", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/f501b6fd0a644232b712a18c71145436"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f501b6fd0a644232b712a18c71145436", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/fcc9389cbd2d4e1e955095e15e39bf07"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fcc9389cbd2d4e1e955095e15e39bf07", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 05:25:21,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-374020bf-8b72-4066-add9-ced576e87cf0 2018-07-15 05:25:21,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.193223953247s 2018-07-15 05:25:21,234 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-374020bf-8b72-4066-add9-ced576e87cf0 2018-07-15 05:25:21,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:25:21,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/c627fbff4f8843b68af051dbae9b88ea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:25:21,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61d82439-29b0-4339-904c-6029ed199efa Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_ed87dba7-0a8e-402f-825a-96362a46e8a4", "links": {"self": "http://172.30.9.25:5000/v3/users/c627fbff4f8843b68af051dbae9b88ea"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c627fbff4f8843b68af051dbae9b88ea", "description": null}} 2018-07-15 05:25:21,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/c627fbff4f8843b68af051dbae9b88ea used request id req-61d82439-29b0-4339-904c-6029ed199efa 2018-07-15 05:25:21,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.123531103134s 2018-07-15 05:25:21,363 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/c627fbff4f8843b68af051dbae9b88ea used request id req-61d82439-29b0-4339-904c-6029ed199efa 2018-07-15 05:25:21,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 05:25:21,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/c627fbff4f8843b68af051dbae9b88ea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:25:21,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:25:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-026d9f65-1230-4da9-83be-4a38ac85a377 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:25:21,630 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/c627fbff4f8843b68af051dbae9b88ea used request id req-026d9f65-1230-4da9-83be-4a38ac85a377 2018-07-15 05:25:21,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.265753030777s 2018-07-15 05:25:21,630 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/c627fbff4f8843b68af051dbae9b88ea used request id req-026d9f65-1230-4da9-83be-4a38ac85a377 2018-07-15 05:25:21,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 05:25:21,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:25:21,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6d27b5b-9905-4797-9921-6ad1a9851bb5 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6"}, "tags": [], "enabled": true, "id": "015b6efde4b14340b597d5c867c208e6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.25:5000/v3/projects/e75f456bd47e47f0a9c35d340f659e23"}, "tags": [], "enabled": true, "id": "e75f456bd47e47f0a9c35d340f659e23", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_ed87dba7-0a8e-402f-825a-96362a46e8a4"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/fef18fac968b4e41829891ac01ae670e"}, "tags": [], "enabled": true, "id": "fef18fac968b4e41829891ac01ae670e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-15 05:25:21,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-e6d27b5b-9905-4797-9921-6ad1a9851bb5 2018-07-15 05:25:21,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.119503974915s 2018-07-15 05:25:21,756 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-e6d27b5b-9905-4797-9921-6ad1a9851bb5 2018-07-15 05:25:21,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 05:25:21,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/e75f456bd47e47f0a9c35d340f659e23 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c24b48a6b3b256d1d3579ee99fbcc2328cab4bc" 2018-07-15 05:25:21,983 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:25:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d90b1bba-9dbb-46cf-a34e-25a7c32d7d57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:25:21,983 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/e75f456bd47e47f0a9c35d340f659e23 used request id req-d90b1bba-9dbb-46cf-a34e-25a7c32d7d57 2018-07-15 05:25:21,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.222368955612s 2018-07-15 05:25:21,983 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/e75f456bd47e47f0a9c35d340f659e23 used request id req-d90b1bba-9dbb-46cf-a34e-25a7c32d7d57 2018-07-15 05:25:21,983 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-07-15 05:25:22,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:25:22,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:25:22,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:25:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:25:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:25:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:25:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:25:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:25:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:25:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:25:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:25:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:25:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:25:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:25:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:25:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:25:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:25:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:25:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:25:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:25:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:25:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:25:22,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:25:22,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1212fa2-d30d-4935-8155-c25bca937baf 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:25:22,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e1212fa2-d30d-4935-8155-c25bca937baf 2018-07-15 05:25:22,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:25:22,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}, {"id": "5ebc1b713512497e96c7a557520611d1", "name": "admin"}], "expires_at": "2018-07-15T06:25:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fef18fac968b4e41829891ac01ae670e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8d21b752781546b09f9c436b0144650e"}, "audit_ids": ["vbV0jRJ8SfmEXLNmVmAl_A"], "issued_at": "2018-07-15T05:25:22.000000Z"}} 2018-07-15 05:25:22,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:25:22,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:22,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f836be98-30bb-44f1-b54f-76f6d14c6504 Date: Sun, 15 Jul 2018 05:25:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"}]} 2018-07-15 05:25:22,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f836be98-30bb-44f1-b54f-76f6d14c6504 2018-07-15 05:25:22,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.272602081299s 2018-07-15 05:25:22,773 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f836be98-30bb-44f1-b54f-76f6d14c6504 2018-07-15 05:25:22,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 05:25:22,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -d '{"network": {"name": "singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "admin_state_up": true}}' 2018-07-15 05:25:23,260 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-792676d0-6bc2-4c4d-9d81-680fa8ecdce7 Date: Sun, 15 Jul 2018 05:25:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8e6832e9-832c-4626-9c36-39eef1c8b461","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T05:25:23Z","is_default":false,"provider:segmentation_id":33,"name":"singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883","admin_state_up":true,"tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:25:23Z","mtu":1450}} 2018-07-15 05:25:23,260 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-792676d0-6bc2-4c4d-9d81-680fa8ecdce7 2018-07-15 05:25:23,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.481770992279s 2018-07-15 05:25:23,261 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-792676d0-6bc2-4c4d-9d81-680fa8ecdce7 2018-07-15 05:25:23,261 - 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-15T05:25:23Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8e6832e9-832c-4626-9c36-39eef1c8b461', u'provider:segmentation_id': 33, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883', u'admin_state_up': True, u'tenant_id': u'fef18fac968b4e41829891ac01ae670e', u'created_at': u'2018-07-15T05:25:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fef18fac968b4e41829891ac01ae670e'}) 2018-07-15 05:25:23,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:25:23,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:23,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-04a9056a-d2d5-4212-a86a-4b11cf0a5491 Date: Sun, 15 Jul 2018 05:25:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8e6832e9-832c-4626-9c36-39eef1c8b461","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T05:25:23Z","provider:segmentation_id":33,"name":"singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883","admin_state_up":true,"tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:25:23Z","provider:network_type":"vxlan"}]} 2018-07-15 05:25:23,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-04a9056a-d2d5-4212-a86a-4b11cf0a5491 2018-07-15 05:25:23,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.27877497673s 2018-07-15 05:25:23,541 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-04a9056a-d2d5-4212-a86a-4b11cf0a5491 2018-07-15 05:25:23,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 05:25:23,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -d '{"subnet": {"name": "singlevm1-subnet_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "enable_dhcp": true, "network_id": "8e6832e9-832c-4626-9c36-39eef1c8b461", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 05:25:24,368 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-a8f2dea2-22b6-4976-94e6-4ca34113a20e Date: Sun, 15 Jul 2018 05:25:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e6832e9-832c-4626-9c36-39eef1c8b461","tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:25:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:25:23Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"fef18fac968b4e41829891ac01ae670e","id":"b2263af9-17b5-4cec-bda9-d2f476f9270c","subnetpool_id":null,"name":"singlevm1-subnet_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}} 2018-07-15 05:25:24,368 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-a8f2dea2-22b6-4976-94e6-4ca34113a20e 2018-07-15 05:25:24,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.825557947159s 2018-07-15 05:25:24,369 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-a8f2dea2-22b6-4976-94e6-4ca34113a20e 2018-07-15 05:25:24,369 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:25:23Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'b2263af9-17b5-4cec-bda9-d2f476f9270c', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_58e09b62-2ddd-4fc5-b22d-cd96d066f883', u'enable_dhcp': True, u'network_id': u'8e6832e9-832c-4626-9c36-39eef1c8b461', u'tenant_id': u'fef18fac968b4e41829891ac01ae670e', u'created_at': u'2018-07-15T05:25:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'fef18fac968b4e41829891ac01ae670e'}) 2018-07-15 05:25:24,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 05:25:24,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -d '{"router": {"external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1"}, "name": "singlevm1-router_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "admin_state_up": true}}' 2018-07-15 05:25:25,929 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-841b083e-1d91-4df5-af0b-78786631eb13 Date: Sun, 15 Jul 2018 05:25:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:25:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-15T05:25:25Z", "revision_number": 2, "routes": [], "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "cecd8488-d3d3-4657-940a-96809dc629d2", "name": "singlevm1-router_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}} 2018-07-15 05:25:25,929 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-841b083e-1d91-4df5-af0b-78786631eb13 2018-07-15 05:25:25,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.55917882919s 2018-07-15 05:25:25,929 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-841b083e-1d91-4df5-af0b-78786631eb13 2018-07-15 05:25:25,930 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'9f33378f-37e6-43b3-b0c2-4e18f83f5694', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'fef18fac968b4e41829891ac01ae670e', u'created_at': u'2018-07-15T05:25:24Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-15T05:25:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'fef18fac968b4e41829891ac01ae670e', u'id': u'cecd8488-d3d3-4657-940a-96809dc629d2', u'name': u'singlevm1-router_58e09b62-2ddd-4fc5-b22d-cd96d066f883'}) 2018-07-15 05:25:25,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 05:25:25,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/cecd8488-d3d3-4657-940a-96809dc629d2/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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -d '{"subnet_id": "b2263af9-17b5-4cec-bda9-d2f476f9270c"}' 2018-07-15 05:25:28,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a7c0e3f7-7b13-4b7c-a5a5-0f51149c8b81 Date: Sun, 15 Jul 2018 05:25:27 GMT RESP BODY: {"network_id": "8e6832e9-832c-4626-9c36-39eef1c8b461", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "subnet_id": "b2263af9-17b5-4cec-bda9-d2f476f9270c", "subnet_ids": ["b2263af9-17b5-4cec-bda9-d2f476f9270c"], "port_id": "1d30cb51-f59e-46d3-8449-1937dfe550d4", "id": "cecd8488-d3d3-4657-940a-96809dc629d2"} 2018-07-15 05:25:28,022 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/cecd8488-d3d3-4657-940a-96809dc629d2/add_router_interface.json used request id req-a7c0e3f7-7b13-4b7c-a5a5-0f51149c8b81 2018-07-15 05:25:28,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.092056036s 2018-07-15 05:25:28,023 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/cecd8488-d3d3-4657-940a-96809dc629d2/add_router_interface.json used request id req-a7c0e3f7-7b13-4b7c-a5a5-0f51149c8b81 returning object cecd8488-d3d3-4657-940a-96809dc629d2 2018-07-15 05:25:28,023 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 05:25:28,151 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 05:25:28,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:25:28,158 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 05:25:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-07-15 05:25:28,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:25:28,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:28,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b0a3b061-853f-4f84-bca0-e8722c7db99b Date: Sun, 15 Jul 2018 05:25:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:25:28,914 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-b0a3b061-853f-4f84-bca0-e8722c7db99b 2018-07-15 05:25:28,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.75291800499s 2018-07-15 05:25:28,914 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-b0a3b061-853f-4f84-bca0-e8722c7db99b 2018-07-15 05:25:28,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 05:25:28,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}' 2018-07-15 05:25:29,679 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0d808eba-1db9-42e1-8697-6b65f34366ac Date: Sun, 15 Jul 2018 05:25:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd/file", "owner": "fef18fac968b4e41829891ac01ae670e", "id": "1f9ed230-982c-4b20-b163-6e4b9cc812dd", "size": null, "self": "/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:25:29Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "checksum": null, "created_at": "2018-07-15T05:25:29Z", "protected": false} 2018-07-15 05:25:29,679 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-0d808eba-1db9-42e1-8697-6b65f34366ac 2018-07-15 05:25:29,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.756856918335s 2018-07-15 05:25:29,680 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-0d808eba-1db9-42e1-8697-6b65f34366ac returning object 1f9ed230-982c-4b20-b163-6e4b9cc812dd 2018-07-15 05:25:29,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 05:25:29,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd/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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -d '' 2018-07-15 05:25:30,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-022cc462-76da-4e18-9d65-a6a1c47cfe5a Date: Sun, 15 Jul 2018 05:25:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 05:25:30,867 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd/file used request id req-022cc462-76da-4e18-9d65-a6a1c47cfe5a 2018-07-15 05:25:30,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.18645000458s 2018-07-15 05:25:30,867 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd/file used request id req-022cc462-76da-4e18-9d65-a6a1c47cfe5a 2018-07-15 05:25:30,868 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_58e09b62-2ddd-4fc5-b22d-cd96d066f883', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T05:25:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd/file', u'owner': u'fef18fac968b4e41829891ac01ae670e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'1f9ed230-982c-4b20-b163-6e4b9cc812dd', u'size': None, u'name': u'singlevm1-img_58e09b62-2ddd-4fc5-b22d-cd96d066f883', u'checksum': None, u'self': u'/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T05:25:29Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 05:25:30,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 05:25:30,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 05:25:31,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49424949-d8dc-4331-b1be-b7419250c5aa x-compute-request-id: req-49424949-d8dc-4331-b1be-b7419250c5aa Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "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": "5acb9e10-051d-47b6-99ed-812de2b69b0e"}} 2018-07-15 05:25:31,639 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-49424949-d8dc-4331-b1be-b7419250c5aa 2018-07-15 05:25:31,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.770226955414s 2018-07-15 05:25:31,639 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-49424949-d8dc-4331-b1be-b7419250c5aa 2018-07-15 05:25:31,640 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_58e09b62-2ddd-4fc5-b22d-cd96d066f883', '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'fef18fac968b4e41829891ac01ae670e', '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'5acb9e10-051d-47b6-99ed-812de2b69b0e', 'swap': 0}) 2018-07-15 05:25:31,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 05:25:31,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e/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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -d '{"extra_specs": {}}' 2018-07-15 05:25:31,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a874d667-0f72-4ae0-91ab-b584717df0b2 x-compute-request-id: req-a874d667-0f72-4ae0-91ab-b584717df0b2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 05:25:31,664 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e/os-extra_specs used request id req-a874d667-0f72-4ae0-91ab-b584717df0b2 2018-07-15 05:25:31,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0229618549347s 2018-07-15 05:25:31,664 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e/os-extra_specs used request id req-a874d667-0f72-4ae0-91ab-b584717df0b2 2018-07-15 05:25:31,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-15 05:25:31,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -d '{"keypair": {"name": "singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}}' 2018-07-15 05:25:31,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6be87e1e-981a-4e9d-aca7-a1e01011bc7d x-compute-request-id: req-6be87e1e-981a-4e9d-aca7-a1e01011bc7d Content-Encoding: gzip Content-Length: 1801 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCj50S3osGKPSOp0dtR6y+7/0RQfLZELkdNNFE1go3m0blFbMsWugF5fi3lsrtWj4vgGVUgkK7iOE1XWU2oa5QZQcs1PuJ+wvVMGn3CteO6QEToDPIfW1d5yL+xLCoKb2w7528szV0IKtZmlEGnULwgTSOV+6QL8ry3+PwUJwJoPsOED3dfyopCTLAmoG9jHgSCPeJUEcbklmUgDG+bbdn6zaiYOFi11LFHGPp2ncta0cRbpH8BfyMPBPmPO5FDDIiNA6O2AiTYWDH1FNLFFjw0G+Dettut9Tyz3Zf8k1vIyXxRjDLIziuIShKheb0QeEpLLhDK9gu04Che1aR8AIBb Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAo+dEt6LBij0jqdHbUesvu/9EUHy2RC5HTTRRNYKN5tG5RWzL\nFroBeX4t5bK7Vo+L4BlVIJCu4jhNV1lNqGuUGUHLNT7ifsL1TBp9wrXjukBE6Azy\nH1tXeci/sSwqCm9sO+dvLM1dCCrWZpRBp1C8IE0jlfukC/K8t/j8FCcCaD7DhA93\nX8qKQkywJqBvYx4Egj3iVBHG5JZlIAxvm23Z+s2omDhYtdSxRxj6dp3LWtHEW6R/\nAX8jDwT5jzuRQwyIjQOjtgIk2Fgx9RTSxRY8NBvg3rbbrfU8s92X/JNbyMl8UYwy\nyM4riEoSoXm9EHhKSy4QyvYLtOAoXtWkfACAWwIDAQABAoIBAQCiwWY1TAMP+MJP\nQbqd0AMolcUKf6yma6YV/hueHTQ3vo5RaEULHk2UjT2aWC87N3PYZo9ntQRUU0BJ\nur4ovhrkMbdN+lIDOilHFw9GqEOokWVbYG+Vv6hPoI7pqkdc8WPy4FA/lvYIxDD+\nz72aHcuR78ekiatOyg2oSjBW+p2jUQiMOkWsEdjuWrXj5StNd6cyU9JhRyr/1jnF\nxa5LgXQoGN0b5ccG7a7rpjHaRxxP7beWKmuD19jKFNIBNLryTLE20EuBKqfdBgIL\nWLv0t86x5etMlHDYmUbtql3vGBoI/YGpqnLUJ/dUP+gbW6tud6IehzXJxU+FREPT\n6q6qMpvBAoGBANe+ESWmnCsKzVaZ8vKVvGdwQ+BPtjS9YffF1+cPzVkYM76pS93y\n8GrL8bECvUYmXcZIDvyvWHEAfvrFmUgspqgXTScVN2oPs/D4Nej/5uTFsFFNXqjM\nG2EuUv9hwXzx4e+I2xIzspQwpfnnbJPAmIWngDQHOP50WcjpBqYIPNArAoGBAMJ8\n3q02hRdcvlgBTxa4HJryMiG3+V4vOYzoqfKKEfg4jKkEBVZO+Cw62yO35T8R8DbN\nL449Nd6SPAZdKXzR67pqJEa650jXHESiCaDjV4frdqg49FLF3arPc4e9L1Dj2y3/\n8d3pOUj7O4lOMm0xLcmidFeKaWRJqO4w+1k5R8iRAoGBAItSEJyx1VPua+ArFrsV\ne0+JLiwjDdVNH4D0YJK0n7WTbYcIqRexlRRCk9ftnvE4QYKUcik3yvNekKG9DVmQ\njCcstQQyLVDuxxMsFxRafW7rQwud3S1AccX2Nl75cAwR4Afh5yb//6i3KdgSXQml\nbFmTa7UtnN6loH2gDk0WML91AoGBAJx4RdZpRI5VKTY4Z17J5QmrzTVfhBqIN+7r\nyL6+4lInfNMFzx1vDy7WczO7YY5qai5MyfPPvyU/1VbxYM1xPguOFX1qJWVu2ulE\nzCZKgUNy5tXUbIyjcAFaQYJ1bDnR96Z8giSc3F+g8Hc5GEzNAh90udEsJDpxIJ3x\nfmZ8NQphAoGBAKkM4+1y1tgqPvoDjhDwB97FrcNQE8wVnsAsjujNCgMWKbVeGZ8c\nubbAevkxyQ7blOFalszSa66zxu+5qYd5WlyPUUAkiyFIBh1WkKSsLFgywVs1tOMi\nYF+pRhGC9cc/nDyY+AdVYjUjDoB1vD1BkF77W9FJjBqqET4p7KU3apOJ\n-----END RSA PRIVATE KEY-----\n", "user_id": "8d21b752781546b09f9c436b0144650e", "name": "singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "fingerprint": "53:0d:7a:b3:63:bd:00:3c:68:e3:50:be:9d:01:7e:44"}} 2018-07-15 05:25:31,922 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-6be87e1e-981a-4e9d-aca7-a1e01011bc7d 2018-07-15 05:25:31,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.257774114609s 2018-07-15 05:25:31,923 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-6be87e1e-981a-4e9d-aca7-a1e01011bc7d 2018-07-15 05:25:31,924 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCj50S3osGKPSOp0dtR6y+7/0RQfLZELkdNNFE1go3m0blFbMsWugF5fi3lsrtWj4vgGVUgkK7iOE1XWU2oa5QZQcs1PuJ+wvVMGn3CteO6QEToDPIfW1d5yL+xLCoKb2w7528szV0IKtZmlEGnULwgTSOV+6QL8ry3+PwUJwJoPsOED3dfyopCTLAmoG9jHgSCPeJUEcbklmUgDG+bbdn6zaiYOFi11LFHGPp2ncta0cRbpH8BfyMPBPmPO5FDDIiNA6O2AiTYWDH1FNLFFjw0G+Dettut9Tyz3Zf8k1vIyXxRjDLIziuIShKheb0QeEpLLhDK9gu04Che1aR8AIBb Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAo+dEt6LBij0jqdHbUesvu/9EUHy2RC5HTTRRNYKN5tG5RWzL\nFroBeX4t5bK7Vo+L4BlVIJCu4jhNV1lNqGuUGUHLNT7ifsL1TBp9wrXjukBE6Azy\nH1tXeci/sSwqCm9sO+dvLM1dCCrWZpRBp1C8IE0jlfukC/K8t/j8FCcCaD7DhA93\nX8qKQkywJqBvYx4Egj3iVBHG5JZlIAxvm23Z+s2omDhYtdSxRxj6dp3LWtHEW6R/\nAX8jDwT5jzuRQwyIjQOjtgIk2Fgx9RTSxRY8NBvg3rbbrfU8s92X/JNbyMl8UYwy\nyM4riEoSoXm9EHhKSy4QyvYLtOAoXtWkfACAWwIDAQABAoIBAQCiwWY1TAMP+MJP\nQbqd0AMolcUKf6yma6YV/hueHTQ3vo5RaEULHk2UjT2aWC87N3PYZo9ntQRUU0BJ\nur4ovhrkMbdN+lIDOilHFw9GqEOokWVbYG+Vv6hPoI7pqkdc8WPy4FA/lvYIxDD+\nz72aHcuR78ekiatOyg2oSjBW+p2jUQiMOkWsEdjuWrXj5StNd6cyU9JhRyr/1jnF\nxa5LgXQoGN0b5ccG7a7rpjHaRxxP7beWKmuD19jKFNIBNLryTLE20EuBKqfdBgIL\nWLv0t86x5etMlHDYmUbtql3vGBoI/YGpqnLUJ/dUP+gbW6tud6IehzXJxU+FREPT\n6q6qMpvBAoGBANe+ESWmnCsKzVaZ8vKVvGdwQ+BPtjS9YffF1+cPzVkYM76pS93y\n8GrL8bECvUYmXcZIDvyvWHEAfvrFmUgspqgXTScVN2oPs/D4Nej/5uTFsFFNXqjM\nG2EuUv9hwXzx4e+I2xIzspQwpfnnbJPAmIWngDQHOP50WcjpBqYIPNArAoGBAMJ8\n3q02hRdcvlgBTxa4HJryMiG3+V4vOYzoqfKKEfg4jKkEBVZO+Cw62yO35T8R8DbN\nL449Nd6SPAZdKXzR67pqJEa650jXHESiCaDjV4frdqg49FLF3arPc4e9L1Dj2y3/\n8d3pOUj7O4lOMm0xLcmidFeKaWRJqO4w+1k5R8iRAoGBAItSEJyx1VPua+ArFrsV\ne0+JLiwjDdVNH4D0YJK0n7WTbYcIqRexlRRCk9ftnvE4QYKUcik3yvNekKG9DVmQ\njCcstQQyLVDuxxMsFxRafW7rQwud3S1AccX2Nl75cAwR4Afh5yb//6i3KdgSXQml\nbFmTa7UtnN6loH2gDk0WML91AoGBAJx4RdZpRI5VKTY4Z17J5QmrzTVfhBqIN+7r\nyL6+4lInfNMFzx1vDy7WczO7YY5qai5MyfPPvyU/1VbxYM1xPguOFX1qJWVu2ulE\nzCZKgUNy5tXUbIyjcAFaQYJ1bDnR96Z8giSc3F+g8Hc5GEzNAh90udEsJDpxIJ3x\nfmZ8NQphAoGBAKkM4+1y1tgqPvoDjhDwB97FrcNQE8wVnsAsjujNCgMWKbVeGZ8c\nubbAevkxyQ7blOFalszSa66zxu+5qYd5WlyPUUAkiyFIBh1WkKSsLFgywVs1tOMi\nYF+pRhGC9cc/nDyY+AdVYjUjDoB1vD1BkF77W9FJjBqqET4p7KU3apOJ\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'8d21b752781546b09f9c436b0144650e', 'name': u'singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883', 'created_at': '2018-07-15T05:25:31.924099', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fef18fac968b4e41829891ac01ae670e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'53:0d:7a:b3:63:bd:00:3c:68:e3:50:be:9d:01:7e:44', 'type': 'ssh', 'id': u'singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883'}) 2018-07-15 05:25:31,924 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpgIBAAKCAQEAo+dEt6LBij0jqdHbUesvu/9EUHy2RC5HTTRRNYKN5tG5RWzL FroBeX4t5bK7Vo+L4BlVIJCu4jhNV1lNqGuUGUHLNT7ifsL1TBp9wrXjukBE6Azy H1tXeci/sSwqCm9sO+dvLM1dCCrWZpRBp1C8IE0jlfukC/K8t/j8FCcCaD7DhA93 X8qKQkywJqBvYx4Egj3iVBHG5JZlIAxvm23Z+s2omDhYtdSxRxj6dp3LWtHEW6R/ AX8jDwT5jzuRQwyIjQOjtgIk2Fgx9RTSxRY8NBvg3rbbrfU8s92X/JNbyMl8UYwy yM4riEoSoXm9EHhKSy4QyvYLtOAoXtWkfACAWwIDAQABAoIBAQCiwWY1TAMP+MJP Qbqd0AMolcUKf6yma6YV/hueHTQ3vo5RaEULHk2UjT2aWC87N3PYZo9ntQRUU0BJ ur4ovhrkMbdN+lIDOilHFw9GqEOokWVbYG+Vv6hPoI7pqkdc8WPy4FA/lvYIxDD+ z72aHcuR78ekiatOyg2oSjBW+p2jUQiMOkWsEdjuWrXj5StNd6cyU9JhRyr/1jnF xa5LgXQoGN0b5ccG7a7rpjHaRxxP7beWKmuD19jKFNIBNLryTLE20EuBKqfdBgIL WLv0t86x5etMlHDYmUbtql3vGBoI/YGpqnLUJ/dUP+gbW6tud6IehzXJxU+FREPT 6q6qMpvBAoGBANe+ESWmnCsKzVaZ8vKVvGdwQ+BPtjS9YffF1+cPzVkYM76pS93y 8GrL8bECvUYmXcZIDvyvWHEAfvrFmUgspqgXTScVN2oPs/D4Nej/5uTFsFFNXqjM G2EuUv9hwXzx4e+I2xIzspQwpfnnbJPAmIWngDQHOP50WcjpBqYIPNArAoGBAMJ8 3q02hRdcvlgBTxa4HJryMiG3+V4vOYzoqfKKEfg4jKkEBVZO+Cw62yO35T8R8DbN L449Nd6SPAZdKXzR67pqJEa650jXHESiCaDjV4frdqg49FLF3arPc4e9L1Dj2y3/ 8d3pOUj7O4lOMm0xLcmidFeKaWRJqO4w+1k5R8iRAoGBAItSEJyx1VPua+ArFrsV e0+JLiwjDdVNH4D0YJK0n7WTbYcIqRexlRRCk9ftnvE4QYKUcik3yvNekKG9DVmQ jCcstQQyLVDuxxMsFxRafW7rQwud3S1AccX2Nl75cAwR4Afh5yb//6i3KdgSXQml bFmTa7UtnN6loH2gDk0WML91AoGBAJx4RdZpRI5VKTY4Z17J5QmrzTVfhBqIN+7r yL6+4lInfNMFzx1vDy7WczO7YY5qai5MyfPPvyU/1VbxYM1xPguOFX1qJWVu2ulE zCZKgUNy5tXUbIyjcAFaQYJ1bDnR96Z8giSc3F+g8Hc5GEzNAh90udEsJDpxIJ3x fmZ8NQphAoGBAKkM4+1y1tgqPvoDjhDwB97FrcNQE8wVnsAsjujNCgMWKbVeGZ8c ubbAevkxyQ7blOFalszSa66zxu+5qYd5WlyPUUAkiyFIBh1WkKSsLFgywVs1tOMi YF+pRhGC9cc/nDyY+AdVYjUjDoB1vD1BkF77W9FJjBqqET4p7KU3apOJ -----END RSA PRIVATE KEY----- 2018-07-15 05:25:31,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-15 05:25:31,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -d '{"security_group": {"name": "singlevm1-sg_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-07-15 05:25:32,313 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-3cabbad7-da43-4d19-ae45-e49439dd0463 Date: Sun, 15 Jul 2018 05:25:32 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:25:32Z", "updated_at": "2018-07-15T05:25:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:32Z", "revision_number": 0, "id": "064f2de7-8020-468c-8c78-dadae5a56a78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:32Z", "security_group_id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:32Z", "revision_number": 0, "id": "b120fd2a-e821-4a51-a734-613f02ddb189", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:32Z", "security_group_id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fef18fac968b4e41829891ac01ae670e"}], "revision_number": 1, "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "name": "singlevm1-sg_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}} 2018-07-15 05:25:32,313 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-3cabbad7-da43-4d19-ae45-e49439dd0463 2018-07-15 05:25:32,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.385953187943s 2018-07-15 05:25:32,314 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-3cabbad7-da43-4d19-ae45-e49439dd0463 2018-07-15 05:25:32,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 05:25:32,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:32,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-03e07ba1-9b8a-4f2c-9a2c-3c40a057daf0 Date: Sun, 15 Jul 2018 05:25:32 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:25:32Z", "updated_at": "2018-07-15T05:25:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:32Z", "revision_number": 0, "id": "064f2de7-8020-468c-8c78-dadae5a56a78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:32Z", "security_group_id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:32Z", "revision_number": 0, "id": "b120fd2a-e821-4a51-a734-613f02ddb189", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:32Z", "security_group_id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fef18fac968b4e41829891ac01ae670e"}], "revision_number": 1, "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "name": "singlevm1-sg_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}, {"description": "Default security group", "tags": [], "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:23:48Z", "updated_at": "2018-07-15T05:23:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:49Z", "revision_number": 0, "id": "3e3b7926-493f-425a-b313-1a1ba761aea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:49Z", "security_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:49Z", "revision_number": 0, "id": "51ef0aa9-cba5-4181-81a0-9fd24dba9a50", "remote_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:49Z", "security_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:49Z", "revision_number": 0, "id": "b02aadb3-07a1-49e6-8132-c67a951a9689", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:49Z", "security_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:49Z", "revision_number": 0, "id": "df9a2a82-847d-4ae8-bfa5-0f61659f3f06", "remote_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:49Z", "security_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fef18fac968b4e41829891ac01ae670e"}], "revision_number": 1, "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "2e713132-167a-418f-a465-e7b0103389bd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "015b6efde4b14340b597d5c867c208e6", "created_at": "2018-07-15T05:20:33Z", "updated_at": "2018-07-15T05:20:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:20:33Z", "revision_number": 0, "id": "1314c509-1f62-4748-a11a-dd093097467f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:20:33Z", "security_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "tenant_id": "015b6efde4b14340b597d5c867c208e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "015b6efde4b14340b597d5c867c208e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:20:33Z", "revision_number": 0, "id": "174dc506-41f4-461e-a0ff-a4fbdd258f11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:20:33Z", "security_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "tenant_id": "015b6efde4b14340b597d5c867c208e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "015b6efde4b14340b597d5c867c208e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:20:33Z", "revision_number": 0, "id": "33666328-aeaf-4849-ba16-e5e5a4d54e0d", "remote_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "remote_ip_prefix": null, "created_at": "2018-07-15T05:20:33Z", "security_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "tenant_id": "015b6efde4b14340b597d5c867c208e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "015b6efde4b14340b597d5c867c208e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:20:33Z", "revision_number": 0, "id": "ac4809f8-58ed-40fb-94a0-5e0cf2040219", "remote_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "remote_ip_prefix": null, "created_at": "2018-07-15T05:20:33Z", "security_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "tenant_id": "015b6efde4b14340b597d5c867c208e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "015b6efde4b14340b597d5c867c208e6"}], "revision_number": 1, "project_id": "015b6efde4b14340b597d5c867c208e6", "id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-15T05:23:52Z", "updated_at": "2018-07-15T05:23:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:52Z", "revision_number": 0, "id": "15aee91a-ab18-44e6-9ec3-f87fe986c4ee", "remote_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:52Z", "security_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "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-15T05:23:52Z", "revision_number": 0, "id": "af97969f-f8ce-414e-9dcb-5b71aecc927d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:52Z", "security_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "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-15T05:23:52Z", "revision_number": 0, "id": "bda601a4-f6cb-4fce-abda-fa0434b3a866", "remote_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:52Z", "security_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:52Z", "revision_number": 0, "id": "f8a289ce-4bd3-465a-ae52-491237e2951e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:52Z", "security_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "created_at": "2018-07-15T05:25:01Z", "updated_at": "2018-07-15T05:25:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:01Z", "revision_number": 0, "id": "02e8bc71-1de1-48a6-bd35-8c284c531b2f", "remote_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:01Z", "security_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "port_range_min": null, "ethertype": "IPv6", "project_id": "e75f456bd47e47f0a9c35d340f659e23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:01Z", "revision_number": 0, "id": "691bbabe-2b84-4dea-b2d8-4d3d5137be16", "remote_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:01Z", "security_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "port_range_min": null, "ethertype": "IPv4", "project_id": "e75f456bd47e47f0a9c35d340f659e23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:01Z", "revision_number": 0, "id": "b9f3dc7c-f65e-46a1-950f-32d4f3a4ce1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:01Z", "security_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "port_range_min": null, "ethertype": "IPv6", "project_id": "e75f456bd47e47f0a9c35d340f659e23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:01Z", "revision_number": 0, "id": "e8c5a464-7bda-491f-99bc-8a45368d0af7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:01Z", "security_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "port_range_min": null, "ethertype": "IPv4", "project_id": "e75f456bd47e47f0a9c35d340f659e23"}], "revision_number": 1, "project_id": "e75f456bd47e47f0a9c35d340f659e23", "id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d467a7310bc040979bb85f4e14145827", "created_at": "2018-07-15T05:24:13Z", "updated_at": "2018-07-15T05:24:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:24:13Z", "revision_number": 0, "id": "26ac8422-70e3-4e98-bb8f-2f1d277c63ba", "remote_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "remote_ip_prefix": null, "created_at": "2018-07-15T05:24:13Z", "security_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "tenant_id": "d467a7310bc040979bb85f4e14145827", "port_range_min": null, "ethertype": "IPv6", "project_id": "d467a7310bc040979bb85f4e14145827"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:24:13Z", "revision_number": 0, "id": "e15efb72-815f-481f-96a6-1ee6c26250cf", "remote_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "remote_ip_prefix": null, "created_at": "2018-07-15T05:24:13Z", "security_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "tenant_id": "d467a7310bc040979bb85f4e14145827", "port_range_min": null, "ethertype": "IPv4", "project_id": "d467a7310bc040979bb85f4e14145827"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:24:13Z", "revision_number": 0, "id": "ef6a1b96-f66a-416e-b4cb-960b3fbb20a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:24:13Z", "security_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "tenant_id": "d467a7310bc040979bb85f4e14145827", "port_range_min": null, "ethertype": "IPv4", "project_id": "d467a7310bc040979bb85f4e14145827"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:24:13Z", "revision_number": 0, "id": "fff98331-b8d1-4d1d-b943-074638c507b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:24:13Z", "security_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "tenant_id": "d467a7310bc040979bb85f4e14145827", "port_range_min": null, "ethertype": "IPv6", "project_id": "d467a7310bc040979bb85f4e14145827"}], "revision_number": 1, "project_id": "d467a7310bc040979bb85f4e14145827", "id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "name": "default"}]} 2018-07-15 05:25:32,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-03e07ba1-9b8a-4f2c-9a2c-3c40a057daf0 2018-07-15 05:25:32,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0578100681305s 2018-07-15 05:25:32,377 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-03e07ba1-9b8a-4f2c-9a2c-3c40a057daf0 2018-07-15 05:25:32,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 05:25:32,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -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": "26c0f305-2d78-4f72-8c19-9391d4fe2edc"}}' 2018-07-15 05:25:32,837 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-c516577c-f883-46ef-b18c-c6a47a5c4b88 Date: Sun, 15 Jul 2018 05:25:32 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-15T05:25:32Z", "security_group_id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "port_range_min": 22, "revision_number": 0, "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:25:32Z", "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "842ef74b-7f3e-40ef-b359-70d56d521cd5"}} 2018-07-15 05:25:32,838 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-c516577c-f883-46ef-b18c-c6a47a5c4b88 2018-07-15 05:25:32,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.456962108612s 2018-07-15 05:25:32,838 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-c516577c-f883-46ef-b18c-c6a47a5c4b88 2018-07-15 05:25:32,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 05:25:32,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:32,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-b8df95ac-39d7-492e-a3eb-53b2db7f77a1 Date: Sun, 15 Jul 2018 05:25:32 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:25:32Z", "updated_at": "2018-07-15T05:25:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:32Z", "revision_number": 0, "id": "064f2de7-8020-468c-8c78-dadae5a56a78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:32Z", "security_group_id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T05:25:32Z", "revision_number": 0, "id": "842ef74b-7f3e-40ef-b359-70d56d521cd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:32Z", "security_group_id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:32Z", "revision_number": 0, "id": "b120fd2a-e821-4a51-a734-613f02ddb189", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:32Z", "security_group_id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fef18fac968b4e41829891ac01ae670e"}], "revision_number": 2, "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "name": "singlevm1-sg_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}, {"description": "Default security group", "tags": [], "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:23:48Z", "updated_at": "2018-07-15T05:23:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:49Z", "revision_number": 0, "id": "3e3b7926-493f-425a-b313-1a1ba761aea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:49Z", "security_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:49Z", "revision_number": 0, "id": "51ef0aa9-cba5-4181-81a0-9fd24dba9a50", "remote_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:49Z", "security_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:49Z", "revision_number": 0, "id": "b02aadb3-07a1-49e6-8132-c67a951a9689", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:49Z", "security_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:49Z", "revision_number": 0, "id": "df9a2a82-847d-4ae8-bfa5-0f61659f3f06", "remote_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:49Z", "security_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fef18fac968b4e41829891ac01ae670e"}], "revision_number": 1, "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "2e713132-167a-418f-a465-e7b0103389bd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "015b6efde4b14340b597d5c867c208e6", "created_at": "2018-07-15T05:20:33Z", "updated_at": "2018-07-15T05:20:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:20:33Z", "revision_number": 0, "id": "1314c509-1f62-4748-a11a-dd093097467f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:20:33Z", "security_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "tenant_id": "015b6efde4b14340b597d5c867c208e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "015b6efde4b14340b597d5c867c208e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:20:33Z", "revision_number": 0, "id": "174dc506-41f4-461e-a0ff-a4fbdd258f11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:20:33Z", "security_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "tenant_id": "015b6efde4b14340b597d5c867c208e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "015b6efde4b14340b597d5c867c208e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:20:33Z", "revision_number": 0, "id": "33666328-aeaf-4849-ba16-e5e5a4d54e0d", "remote_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "remote_ip_prefix": null, "created_at": "2018-07-15T05:20:33Z", "security_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "tenant_id": "015b6efde4b14340b597d5c867c208e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "015b6efde4b14340b597d5c867c208e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:20:33Z", "revision_number": 0, "id": "ac4809f8-58ed-40fb-94a0-5e0cf2040219", "remote_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "remote_ip_prefix": null, "created_at": "2018-07-15T05:20:33Z", "security_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "tenant_id": "015b6efde4b14340b597d5c867c208e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "015b6efde4b14340b597d5c867c208e6"}], "revision_number": 1, "project_id": "015b6efde4b14340b597d5c867c208e6", "id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-15T05:23:52Z", "updated_at": "2018-07-15T05:23:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:52Z", "revision_number": 0, "id": "15aee91a-ab18-44e6-9ec3-f87fe986c4ee", "remote_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:52Z", "security_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "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-15T05:23:52Z", "revision_number": 0, "id": "af97969f-f8ce-414e-9dcb-5b71aecc927d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:52Z", "security_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "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-15T05:23:52Z", "revision_number": 0, "id": "bda601a4-f6cb-4fce-abda-fa0434b3a866", "remote_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:52Z", "security_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:52Z", "revision_number": 0, "id": "f8a289ce-4bd3-465a-ae52-491237e2951e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:52Z", "security_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "created_at": "2018-07-15T05:25:01Z", "updated_at": "2018-07-15T05:25:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:01Z", "revision_number": 0, "id": "02e8bc71-1de1-48a6-bd35-8c284c531b2f", "remote_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:01Z", "security_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "port_range_min": null, "ethertype": "IPv6", "project_id": "e75f456bd47e47f0a9c35d340f659e23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:01Z", "revision_number": 0, "id": "691bbabe-2b84-4dea-b2d8-4d3d5137be16", "remote_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:01Z", "security_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "port_range_min": null, "ethertype": "IPv4", "project_id": "e75f456bd47e47f0a9c35d340f659e23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:01Z", "revision_number": 0, "id": "b9f3dc7c-f65e-46a1-950f-32d4f3a4ce1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:01Z", "security_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "port_range_min": null, "ethertype": "IPv6", "project_id": "e75f456bd47e47f0a9c35d340f659e23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:01Z", "revision_number": 0, "id": "e8c5a464-7bda-491f-99bc-8a45368d0af7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:01Z", "security_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "port_range_min": null, "ethertype": "IPv4", "project_id": "e75f456bd47e47f0a9c35d340f659e23"}], "revision_number": 1, "project_id": "e75f456bd47e47f0a9c35d340f659e23", "id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d467a7310bc040979bb85f4e14145827", "created_at": "2018-07-15T05:24:13Z", "updated_at": "2018-07-15T05:24:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:24:13Z", "revision_number": 0, "id": "26ac8422-70e3-4e98-bb8f-2f1d277c63ba", "remote_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "remote_ip_prefix": null, "created_at": "2018-07-15T05:24:13Z", "security_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "tenant_id": "d467a7310bc040979bb85f4e14145827", "port_range_min": null, "ethertype": "IPv6", "project_id": "d467a7310bc040979bb85f4e14145827"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:24:13Z", "revision_number": 0, "id": "e15efb72-815f-481f-96a6-1ee6c26250cf", "remote_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "remote_ip_prefix": null, "created_at": "2018-07-15T05:24:13Z", "security_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "tenant_id": "d467a7310bc040979bb85f4e14145827", "port_range_min": null, "ethertype": "IPv4", "project_id": "d467a7310bc040979bb85f4e14145827"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:24:13Z", "revision_number": 0, "id": "ef6a1b96-f66a-416e-b4cb-960b3fbb20a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:24:13Z", "security_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "tenant_id": "d467a7310bc040979bb85f4e14145827", "port_range_min": null, "ethertype": "IPv4", "project_id": "d467a7310bc040979bb85f4e14145827"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:24:13Z", "revision_number": 0, "id": "fff98331-b8d1-4d1d-b943-074638c507b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:24:13Z", "security_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "tenant_id": "d467a7310bc040979bb85f4e14145827", "port_range_min": null, "ethertype": "IPv6", "project_id": "d467a7310bc040979bb85f4e14145827"}], "revision_number": 1, "project_id": "d467a7310bc040979bb85f4e14145827", "id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "name": "default"}]} 2018-07-15 05:25:32,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-b8df95ac-39d7-492e-a3eb-53b2db7f77a1 2018-07-15 05:25:32,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0970020294189s 2018-07-15 05:25:32,939 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-b8df95ac-39d7-492e-a3eb-53b2db7f77a1 2018-07-15 05:25:32,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 05:25:32,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -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": "26c0f305-2d78-4f72-8c19-9391d4fe2edc"}}' 2018-07-15 05:25:33,149 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-0b092ae8-7a98-4a74-b3fc-28842c641d64 Date: Sun, 15 Jul 2018 05:25:33 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-15T05:25:33Z", "security_group_id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "port_range_min": null, "revision_number": 0, "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:25:33Z", "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "0b920d3e-a5d6-4eab-a281-ead1da118203"}} 2018-07-15 05:25:33,149 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-0b092ae8-7a98-4a74-b3fc-28842c641d64 2018-07-15 05:25:33,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.206133842468s 2018-07-15 05:25:33,150 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-0b092ae8-7a98-4a74-b3fc-28842c641d64 2018-07-15 05:25:33,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:25:33,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:34,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-52c26270-933f-40b0-924f-9c9decc50bbc Date: Sun, 15 Jul 2018 05:25:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8e6832e9-832c-4626-9c36-39eef1c8b461","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","subnets":["b2263af9-17b5-4cec-bda9-d2f476f9270c"],"description":"","tags":[],"updated_at":"2018-07-15T05:25:23Z","provider:segmentation_id":33,"name":"singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883","admin_state_up":true,"tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:25:23Z","provider:network_type":"vxlan"}]} 2018-07-15 05:25:34,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-52c26270-933f-40b0-924f-9c9decc50bbc 2018-07-15 05:25:34,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.996093034744s 2018-07-15 05:25:34,148 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-52c26270-933f-40b0-924f-9c9decc50bbc 2018-07-15 05:25:34,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:25:34,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:34,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-a6158725-3422-4e1d-9b74-2695e296806e Date: Sun, 15 Jul 2018 05:25:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd/snap", "metadata": {}}], "file": "/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd/file", "owner": "fef18fac968b4e41829891ac01ae670e", "id": "1f9ed230-982c-4b20-b163-6e4b9cc812dd", "size": 12716032, "self": "/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:25:30Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:25:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:25:34,902 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a6158725-3422-4e1d-9b74-2695e296806e 2018-07-15 05:25:34,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.74981880188s 2018-07-15 05:25:34,903 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a6158725-3422-4e1d-9b74-2695e296806e 2018-07-15 05:25:34,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:25:34,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:35,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef108f1d-f0d7-44dc-a88a-04db02ab5ec2 x-compute-request-id: req-ef108f1d-f0d7-44dc-a88a-04db02ab5ec2 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "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": "5acb9e10-051d-47b6-99ed-812de2b69b0e"}]} 2018-07-15 05:25:35,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-ef108f1d-f0d7-44dc-a88a-04db02ab5ec2 2018-07-15 05:25:35,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.145436048508s 2018-07-15 05:25:35,051 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-ef108f1d-f0d7-44dc-a88a-04db02ab5ec2 2018-07-15 05:25:35,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 05:25:35,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -d '{"server": {"name": "singlevm1-vm_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "imageRef": "1f9ed230-982c-4b20-b163-6e4b9cc812dd", "key_name": "singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "flavorRef": "5acb9e10-051d-47b6-99ed-812de2b69b0e", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8e6832e9-832c-4626-9c36-39eef1c8b461"}], "security_groups": [{"name": "26c0f305-2d78-4f72-8c19-9391d4fe2edc"}]}}' 2018-07-15 05:25:39,081 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:25:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-28ab5b0e-1167-4502-8157-d998323066b4 x-compute-request-id: req-28ab5b0e-1167-4502-8157-d998323066b4 Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "26c0f305-2d78-4f72-8c19-9391d4fe2edc"}], "OS-DCF:diskConfig": "MANUAL", "id": "ed829c94-bf63-4601-a72e-b7a89bb5104b", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "bookmark"}], "adminPass": "fzBfsE9jkJtM"}} 2018-07-15 05:25:39,081 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-28ab5b0e-1167-4502-8157-d998323066b4 2018-07-15 05:25:39,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.02884793282s 2018-07-15 05:25:39,081 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-28ab5b0e-1167-4502-8157-d998323066b4 2018-07-15 05:25:39,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:25:39,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:39,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25: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-df5c8def-83d1-4fd8-839b-2ce6e16baa08 x-compute-request-id: req-df5c8def-83d1-4fd8-839b-2ce6e16baa08 Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "bookmark"}], "image": {"id": "1f9ed230-982c-4b20-b163-6e4b9cc812dd", "links": [{"href": "http://172.30.9.25:8774/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5acb9e10-051d-47b6-99ed-812de2b69b0e", "links": [{"href": "http://172.30.9.25:8774/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "rel": "bookmark"}]}, "id": "ed829c94-bf63-4601-a72e-b7a89bb5104b", "user_id": "8d21b752781546b09f9c436b0144650e", "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-15T05:25:39Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "created": "2018-07-15T05:25:39Z", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:25:39,427 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-df5c8def-83d1-4fd8-839b-2ce6e16baa08 2018-07-15 05:25:39,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.344360113144s 2018-07-15 05:25:39,427 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-df5c8def-83d1-4fd8-839b-2ce6e16baa08 2018-07-15 05:25:39,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:25:39,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:39,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-027219bd-eebc-4433-a88a-9179b4311d5f Date: Sun, 15 Jul 2018 05:25:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8e6832e9-832c-4626-9c36-39eef1c8b461","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","subnets":["b2263af9-17b5-4cec-bda9-d2f476f9270c"],"description":"","tags":[],"updated_at":"2018-07-15T05:25:23Z","provider:segmentation_id":33,"name":"singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883","admin_state_up":true,"tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:25:23Z","provider:network_type":"vxlan"}]} 2018-07-15 05:25:39,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-027219bd-eebc-4433-a88a-9179b4311d5f 2018-07-15 05:25:39,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0892531871796s 2018-07-15 05:25:39,523 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-027219bd-eebc-4433-a88a-9179b4311d5f 2018-07-15 05:25:39,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:25:39,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:39,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1283 X-Openstack-Request-Id: req-5049eb38-d748-47e3-b78a-710edaa8dba3 Date: Sun, 15 Jul 2018 05:25:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8c572765-2d43-4b88-981e-707a56735cd1","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:41Z","dns_nameservers":[],"updated_at":"2018-07-15T05:20:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"015b6efde4b14340b597d5c867c208e6","id":"9f33378f-37e6-43b3-b0c2-4e18f83f5694","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e6832e9-832c-4626-9c36-39eef1c8b461","tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:25:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:25:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"fef18fac968b4e41829891ac01ae670e","id":"b2263af9-17b5-4cec-bda9-d2f476f9270c","subnetpool_id":null,"name":"singlevm1-subnet_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}]} 2018-07-15 05:25:39,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-5049eb38-d748-47e3-b78a-710edaa8dba3 2018-07-15 05:25:39,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.23739695549s 2018-07-15 05:25:39,762 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-5049eb38-d748-47e3-b78a-710edaa8dba3 2018-07-15 05:25:39,763 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:25:41,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:25:41,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:42,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1f3ab92-ea43-40c1-b274-82277217a8a2 x-compute-request-id: req-a1f3ab92-ea43-40c1-b274-82277217a8a2 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "bookmark"}], "image": {"id": "1f9ed230-982c-4b20-b163-6e4b9cc812dd", "links": [{"href": "http://172.30.9.25:8774/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5acb9e10-051d-47b6-99ed-812de2b69b0e", "links": [{"href": "http://172.30.9.25:8774/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "rel": "bookmark"}]}, "id": "ed829c94-bf63-4601-a72e-b7a89bb5104b", "user_id": "8d21b752781546b09f9c436b0144650e", "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-15T05:25:41Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "created": "2018-07-15T05:25:39Z", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:25:42,659 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a1f3ab92-ea43-40c1-b274-82277217a8a2 2018-07-15 05:25:42,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.893457889557s 2018-07-15 05:25:42,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a1f3ab92-ea43-40c1-b274-82277217a8a2 2018-07-15 05:25:42,664 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:25:44,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:25:44,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:45,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25: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-c93f7182-484e-4843-933c-82399b425236 x-compute-request-id: req-c93f7182-484e-4843-933c-82399b425236 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "bookmark"}], "image": {"id": "1f9ed230-982c-4b20-b163-6e4b9cc812dd", "links": [{"href": "http://172.30.9.25:8774/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5acb9e10-051d-47b6-99ed-812de2b69b0e", "links": [{"href": "http://172.30.9.25:8774/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "rel": "bookmark"}]}, "id": "ed829c94-bf63-4601-a72e-b7a89bb5104b", "security_groups": [{"name": "singlevm1-sg_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}], "user_id": "8d21b752781546b09f9c436b0144650e", "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-15T05:25:44Z", "hostId": "a374d0ec1f508f01c1646f8aa918ffaa0ebbab98e702af26128b2616", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "created": "2018-07-15T05:25:39Z", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:25:45,994 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c93f7182-484e-4843-933c-82399b425236 2018-07-15 05:25:45,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32733416557s 2018-07-15 05:25:45,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c93f7182-484e-4843-933c-82399b425236 2018-07-15 05:25:45,998 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:25:48,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:25:48,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:49,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b6f4c8f-76fe-4a55-a1f9-3658bfca4482 x-compute-request-id: req-5b6f4c8f-76fe-4a55-a1f9-3658bfca4482 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:02:27", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "bookmark"}], "image": {"id": "1f9ed230-982c-4b20-b163-6e4b9cc812dd", "links": [{"href": "http://172.30.9.25:8774/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5acb9e10-051d-47b6-99ed-812de2b69b0e", "links": [{"href": "http://172.30.9.25:8774/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "rel": "bookmark"}]}, "id": "ed829c94-bf63-4601-a72e-b7a89bb5104b", "security_groups": [{"name": "singlevm1-sg_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}], "user_id": "8d21b752781546b09f9c436b0144650e", "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-15T05:25:44Z", "hostId": "a374d0ec1f508f01c1646f8aa918ffaa0ebbab98e702af26128b2616", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "created": "2018-07-15T05:25:39Z", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:25:49,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5b6f4c8f-76fe-4a55-a1f9-3658bfca4482 2018-07-15 05:25:49,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.35029482841s 2018-07-15 05:25:49,352 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5b6f4c8f-76fe-4a55-a1f9-3658bfca4482 2018-07-15 05:25:49,356 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:25:51,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:25:51,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:53,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25: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-f86af1fe-4c73-48f5-b402-72682a114ae5 x-compute-request-id: req-f86af1fe-4c73-48f5-b402-72682a114ae5 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:02:27", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "bookmark"}], "image": {"id": "1f9ed230-982c-4b20-b163-6e4b9cc812dd", "links": [{"href": "http://172.30.9.25:8774/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5acb9e10-051d-47b6-99ed-812de2b69b0e", "links": [{"href": "http://172.30.9.25:8774/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "rel": "bookmark"}]}, "id": "ed829c94-bf63-4601-a72e-b7a89bb5104b", "security_groups": [{"name": "singlevm1-sg_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}], "user_id": "8d21b752781546b09f9c436b0144650e", "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-15T05:25:44Z", "hostId": "a374d0ec1f508f01c1646f8aa918ffaa0ebbab98e702af26128b2616", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "created": "2018-07-15T05:25:39Z", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:25:53,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f86af1fe-4c73-48f5-b402-72682a114ae5 2018-07-15 05:25:53,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.10677480698s 2018-07-15 05:25:53,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f86af1fe-4c73-48f5-b402-72682a114ae5 2018-07-15 05:25:53,469 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:25:55,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:25:55,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:56,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25: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-989a0585-9ba9-45e9-9090-8590c78e7a72 x-compute-request-id: req-989a0585-9ba9-45e9-9090-8590c78e7a72 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:02:27", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "bookmark"}], "image": {"id": "1f9ed230-982c-4b20-b163-6e4b9cc812dd", "links": [{"href": "http://172.30.9.25:8774/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-15T05:25:51.000000", "flavor": {"id": "5acb9e10-051d-47b6-99ed-812de2b69b0e", "links": [{"href": "http://172.30.9.25:8774/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "rel": "bookmark"}]}, "id": "ed829c94-bf63-4601-a72e-b7a89bb5104b", "security_groups": [{"name": "singlevm1-sg_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}], "user_id": "8d21b752781546b09f9c436b0144650e", "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-15T05:25:52Z", "hostId": "a374d0ec1f508f01c1646f8aa918ffaa0ebbab98e702af26128b2616", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "created": "2018-07-15T05:25:39Z", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:25:56,797 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-989a0585-9ba9-45e9-9090-8590c78e7a72 2018-07-15 05:25:56,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32457399368s 2018-07-15 05:25:56,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-989a0585-9ba9-45e9-9090-8590c78e7a72 2018-07-15 05:25:56,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:25:56,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=ed829c94-bf63-4601-a72e-b7a89bb5104b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:56,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 875 X-Openstack-Request-Id: req-7745e4f8-ff61-47d3-ab54-9fe58c62d1b8 Date: Sun, 15 Jul 2018 05:25:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-15T05:25:51Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2263af9-17b5-4cec-bda9-d2f476f9270c","ip_address":"192.168.0.13"}],"id":"d100ed58-bbce-421c-bda1-66f380aa3a15","security_groups":["26c0f305-2d78-4f72-8c19-9391d4fe2edc"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:02:27","project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ed829c94-bf63-4601-a72e-b7a89bb5104b","name":"","admin_state_up":true,"network_id":"8e6832e9-832c-4626-9c36-39eef1c8b461","tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:25:43Z","binding:vnic_type":"normal"}]} 2018-07-15 05:25:56,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=ed829c94-bf63-4601-a72e-b7a89bb5104b used request id req-7745e4f8-ff61-47d3-ab54-9fe58c62d1b8 2018-07-15 05:25:56,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0468580722809s 2018-07-15 05:25:56,848 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=ed829c94-bf63-4601-a72e-b7a89bb5104b used request id req-7745e4f8-ff61-47d3-ab54-9fe58c62d1b8 2018-07-15 05:25:56,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:25:56,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=d100ed58-bbce-421c-bda1-66f380aa3a15" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:56,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4231eac8-5556-4542-8423-cbd46e49bb02 Date: Sun, 15 Jul 2018 05:25:56 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:25:56,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=d100ed58-bbce-421c-bda1-66f380aa3a15 used request id req-4231eac8-5556-4542-8423-cbd46e49bb02 2018-07-15 05:25:56,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0603179931641s 2018-07-15 05:25:56,914 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=d100ed58-bbce-421c-bda1-66f380aa3a15 used request id req-4231eac8-5556-4542-8423-cbd46e49bb02 2018-07-15 05:25:56,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:25:56,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:57,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25: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-97657580-3c51-49fb-899e-f57b90f3ab12 x-compute-request-id: req-97657580-3c51-49fb-899e-f57b90f3ab12 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:02:27", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "bookmark"}], "image": {"id": "1f9ed230-982c-4b20-b163-6e4b9cc812dd", "links": [{"href": "http://172.30.9.25:8774/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-15T05:25:51.000000", "flavor": {"id": "5acb9e10-051d-47b6-99ed-812de2b69b0e", "links": [{"href": "http://172.30.9.25:8774/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "rel": "bookmark"}]}, "id": "ed829c94-bf63-4601-a72e-b7a89bb5104b", "security_groups": [{"name": "singlevm1-sg_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}], "user_id": "8d21b752781546b09f9c436b0144650e", "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-15T05:25:52Z", "hostId": "a374d0ec1f508f01c1646f8aa918ffaa0ebbab98e702af26128b2616", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "created": "2018-07-15T05:25:39Z", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:25:57,422 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-97657580-3c51-49fb-899e-f57b90f3ab12 2018-07-15 05:25:57,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50731086731s 2018-07-15 05:25:57,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-97657580-3c51-49fb-899e-f57b90f3ab12 2018-07-15 05:25:57,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:25:57,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=ed829c94-bf63-4601-a72e-b7a89bb5104b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:57,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 875 X-Openstack-Request-Id: req-b4e9b6c6-3586-49ad-b384-f3b30d058215 Date: Sun, 15 Jul 2018 05:25:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-15T05:25:51Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2263af9-17b5-4cec-bda9-d2f476f9270c","ip_address":"192.168.0.13"}],"id":"d100ed58-bbce-421c-bda1-66f380aa3a15","security_groups":["26c0f305-2d78-4f72-8c19-9391d4fe2edc"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:02:27","project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ed829c94-bf63-4601-a72e-b7a89bb5104b","name":"","admin_state_up":true,"network_id":"8e6832e9-832c-4626-9c36-39eef1c8b461","tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:25:43Z","binding:vnic_type":"normal"}]} 2018-07-15 05:25:57,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=ed829c94-bf63-4601-a72e-b7a89bb5104b used request id req-b4e9b6c6-3586-49ad-b384-f3b30d058215 2018-07-15 05:25:57,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0557520389557s 2018-07-15 05:25:57,483 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=ed829c94-bf63-4601-a72e-b7a89bb5104b used request id req-b4e9b6c6-3586-49ad-b384-f3b30d058215 2018-07-15 05:25:57,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:25:57,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=d100ed58-bbce-421c-bda1-66f380aa3a15" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:57,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e2e7c01d-c5a4-4f10-924b-20524365f5a4 Date: Sun, 15 Jul 2018 05:25:57 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:25:57,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=d100ed58-bbce-421c-bda1-66f380aa3a15 used request id req-e2e7c01d-c5a4-4f10-924b-20524365f5a4 2018-07-15 05:25:57,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.258645057678s 2018-07-15 05:25:57,748 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=d100ed58-bbce-421c-bda1-66f380aa3a15 used request id req-e2e7c01d-c5a4-4f10-924b-20524365f5a4 2018-07-15 05:25:57,749 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:84:02:27', u'version': 4, u'addr': u'192.168.0.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1f9ed230-982c-4b20-b163-6e4b9cc812dd'}), 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-15T05:25:51.000000', 'flavor': Munch({u'id': u'5acb9e10-051d-47b6-99ed-812de2b69b0e'}), 'az': u'nova', 'id': u'ed829c94-bf63-4601-a72e-b7a89bb5104b', 'security_groups': [Munch({u'name': u'singlevm1-sg_58e09b62-2ddd-4fc5-b22d-cd96d066f883'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8d21b752781546b09f9c436b0144650e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fef18fac968b4e41829891ac01ae670e', '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-15T05:25:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T05:25:52Z', 'hostId': u'a374d0ec1f508f01c1646f8aa918ffaa0ebbab98e702af26128b2616', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883', 'public_v6': '', 'private_v4': u'192.168.0.13', 'cloud': 'envvars', 'host_id': u'a374d0ec1f508f01c1646f8aa918ffaa0ebbab98e702af26128b2616', '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-15T05:25:51.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'fef18fac968b4e41829891ac01ae670e', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_58e09b62-2ddd-4fc5-b22d-cd96d066f883', 'adminPass': None, 'tenant_id': u'fef18fac968b4e41829891ac01ae670e', 'created_at': u'2018-07-15T05:25:39Z', 'created': u'2018-07-15T05:25:39Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 05:25:57,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:25:57,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:57,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-bb6062d9-2a7c-46c3-b1a2-9ab37c4ce74f Date: Sun, 15 Jul 2018 05:25:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8e6832e9-832c-4626-9c36-39eef1c8b461","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","subnets":["b2263af9-17b5-4cec-bda9-d2f476f9270c"],"description":"","tags":[],"updated_at":"2018-07-15T05:25:23Z","provider:segmentation_id":33,"name":"singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883","admin_state_up":true,"tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:25:23Z","provider:network_type":"vxlan"}]} 2018-07-15 05:25:57,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-bb6062d9-2a7c-46c3-b1a2-9ab37c4ce74f 2018-07-15 05:25:57,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0828769207001s 2018-07-15 05:25:57,835 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-bb6062d9-2a7c-46c3-b1a2-9ab37c4ce74f 2018-07-15 05:25:57,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:25:57,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=ed829c94-bf63-4601-a72e-b7a89bb5104b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:25:57,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 875 X-Openstack-Request-Id: req-f2c12210-00f4-4e5a-ac6f-a905c1670c3c Date: Sun, 15 Jul 2018 05:25:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-15T05:25:51Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2263af9-17b5-4cec-bda9-d2f476f9270c","ip_address":"192.168.0.13"}],"id":"d100ed58-bbce-421c-bda1-66f380aa3a15","security_groups":["26c0f305-2d78-4f72-8c19-9391d4fe2edc"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:02:27","project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ed829c94-bf63-4601-a72e-b7a89bb5104b","name":"","admin_state_up":true,"network_id":"8e6832e9-832c-4626-9c36-39eef1c8b461","tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:25:43Z","binding:vnic_type":"normal"}]} 2018-07-15 05:25:57,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=ed829c94-bf63-4601-a72e-b7a89bb5104b used request id req-f2c12210-00f4-4e5a-ac6f-a905c1670c3c 2018-07-15 05:25:57,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0506451129913s 2018-07-15 05:25:57,888 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=ed829c94-bf63-4601-a72e-b7a89bb5104b used request id req-f2c12210-00f4-4e5a-ac6f-a905c1670c3c 2018-07-15 05:25:57,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-15 05:25:57,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -d '{"floatingip": {"floating_network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "fixed_ip_address": "192.168.0.13", "port_id": "d100ed58-bbce-421c-bda1-66f380aa3a15"}}' 2018-07-15 05:25:59,876 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-a5cf44d4-2cb8-4269-85fc-89989cf60a7d Date: Sun, 15 Jul 2018 05:25:59 GMT RESP BODY: {"floatingip": {"router_id": "cecd8488-d3d3-4657-940a-96809dc629d2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-15T05:25:58Z", "floating_network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "fixed_ip_address": "192.168.0.13", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "d100ed58-bbce-421c-bda1-66f380aa3a15", "id": "0e31e5f8-f80a-4699-8b94-18952b662d52", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:25:58Z", "project_id": "fef18fac968b4e41829891ac01ae670e"}} 2018-07-15 05:25:59,876 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-a5cf44d4-2cb8-4269-85fc-89989cf60a7d 2018-07-15 05:25:59,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.98754501343s 2018-07-15 05:25:59,876 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-a5cf44d4-2cb8-4269-85fc-89989cf60a7d 2018-07-15 05:25:59,880 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'cecd8488-d3d3-4657-940a-96809dc629d2', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'fef18fac968b4e41829891ac01ae670e', 'created_at': u'2018-07-15T05:25:58Z', 'attached': True, 'updated_at': u'2018-07-15T05:25:58Z', 'id': u'0e31e5f8-f80a-4699-8b94-18952b662d52', 'floating_network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', 'fixed_ip_address': u'192.168.0.13', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fef18fac968b4e41829891ac01ae670e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'cecd8488-d3d3-4657-940a-96809dc629d2', 'project_id': u'fef18fac968b4e41829891ac01ae670e', 'port_id': u'd100ed58-bbce-421c-bda1-66f380aa3a15', 'port': u'd100ed58-bbce-421c-bda1-66f380aa3a15', 'network': u'8c572765-2d43-4b88-981e-707a56735cd1'}) 2018-07-15 05:25:59,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 05:25:59,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b/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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 05:26:00,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:25: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-fe8c9eeb-7d2e-48fc-9ec9-0b380e460604 x-compute-request-id: req-fe8c9eeb-7d2e-48fc-9ec9-0b380e460604 Content-Encoding: gzip Content-Length: 9569 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 473422059 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.149503] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151338] pid_max: default: 32768 minimum: 301\n[ 0.152343] ACPI: Core revision 20150930\n[ 0.153845] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155326] Security Framework initialized\n[ 0.156260] Yama: becoming mindful.\n[ 0.157108] AppArmor: AppArmor initialized\n[ 0.158081] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159577] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161068] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162406] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163989] Initializing cgroup subsys io\n[ 0.164916] Initializing cgroup subsys memory\n[ 0.165870] Initializing cgroup subsys devices\n[ 0.166818] Initializing cgroup subsys freezer\n[ 0.167775] Initializing cgroup subsys net_cls\n[ 0.168766] Initializing cgroup subsys perf_event\n[ 0.169795] Initializing cgroup subsys net_prio\n[ 0.170790] Initializing cgroup subsys hugetlb\n[ 0.171766] Initializing cgroup subsys pids\n[ 0.172772] CPU: Physical Processor ID: 0\n[ 0.174369] mce: CPU supports 10 MCE banks\n[ 0.175300] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176407] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192121] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198274] ftrace: allocating 31920 entries in 125 pages\n[ 0.223123] smpboot: Max logical packages: 1\n[ 0.224111] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225636] x2apic enabled\n[ 0.226494] Switched APIC routing to physical x2apic.\n[ 0.228310] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.231867] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.233882] KVM setup paravirtual spinlock\n[ 0.235254] x86: Booted up 1 node, 1 CPUs\n[ 0.236148] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237681] devtmpfs: initialized\n[ 0.239429] evm: security.selinux\n[ 0.240204] evm: security.SMACK64\n[ 0.240969] evm: security.SMACK64EXEC\n[ 0.241793] evm: security.SMACK64TRANSMUTE\n[ 0.242693] evm: security.SMACK64MMAP\n[ 0.243524] evm: security.ima\n[ 0.244244] evm: security.capability\n[ 0.245123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247167] pinctrl core: initialized pinctrl subsystem\n[ 0.248368] RTC time: 5:25:51, date: 07/15/18\n[ 0.249423] NET: Registered protocol family 16\n[ 0.250490] cpuidle: using governor ladder\n[ 0.251392] cpuidle: using governor menu\n[ 0.252261] PCCT header not found.\n[ 0.253089] ACPI: bus type PCI registered\n[ 0.254010] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255400] PCI: Using configuration type 1 for base access\n[ 0.257271] ACPI: Added _OSI(Module Device)\n[ 0.258207] ACPI: Added _OSI(Processor Device)\n[ 0.259160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260160] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262014] ACPI: Interpreter enabled\n[ 0.262883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271171] ACPI: (supports S0 S5)\n[ 0.271962] ACPI: Using IOAPIC for interrupt routing\n[ 0.273039] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276342] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280429] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283001] acpiphp: Slot [3] registered\n[ 0.283904] acpiphp: Slot [4] registered\n[ 0.284830] acpiphp: Slot [5] registered\n[ 0.285732] acpiphp: Slot [6] registered\n[ 0.286612] acpiphp: Slot [7] registered\n[ 0.287500] acpiphp: Slot [8] registered\n[ 0.288390] acpiphp: Slot [9] registered\n[ 0.289272] acpiphp: Slot [10] registered\n[ 0.290172] acpiphp: Slot [11] registered\n[ 0.291073] acpiphp: Slot [12] registered\n[ 0.291977] acpiphp: Slot [13] registered\n[ 0.292936] acpiphp: Slot [14] registered\n[ 0.293838] acpiphp: Slot [15] registered\n[ 0.305020] acpiphp: Slot [16] registered\n[ 0.305902] acpiphp: Slot [17] registered\n[ 0.306764] acpiphp: Slot [18] registered\n[ 0.307627] acpiphp: Slot [19] registered\n[ 0.308500] acpiphp: Slot [20] registered\n[ 0.309368] acpiphp: Slot [21] registered\n[ 0.310238] acpiphp: Slot [22] registered\n[ 0.311114] acpiphp: Slot [23] registered\n[ 0.311957] acpiphp: Slot [24] registered\n[ 0.312880] acpiphp: Slot [25] registered\n[ 0.313736] acpiphp: Slot [26] registered\n[ 0.314612] acpiphp: Slot [27] registered\n[ 0.315495] acpiphp: Slot [28] registered\n[ 0.316337] acpiphp: Slot [29] registered\n[ 0.317185] acpiphp: Slot [30] registered\n[ 0.318085] acpiphp: Slot [31] registered\n[ 0.319060] PCI host bridge to bus 0000:00\n[ 0.319916] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321203] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.322502] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.324018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.325573] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.327108] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330404] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331734] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332961] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.334275] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337838] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339415] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357422] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358950] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360779] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363682] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365010] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366385] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369122] vgaarb: loaded\n[ 0.369755] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371078] SCSI subsystem initialized\n[ 0.372006] ACPI: bus type USB registered\n[ 0.372863] usbcore: registered new interface driver usbfs\n[ 0.373930] usbcore: registered new interface driver hub\n[ 0.375011] usbcore: registered new device driver usb\n[ 0.376205] PCI: Using ACPI for IRQ routing\n[ 0.377338] NetLabel: Initializing\n[ 0.378094] NetLabel: domain hash size = 128\n[ 0.378989] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379974] NetLabel: unlabeled traffic allowed by default\n[ 0.381164] clocksource: Switched to clocksource kvm-clock\n[ 0.389312] AppArmor: AppArmor Filesystem Enabled\n[ 0.390324] pnp: PnP ACPI init\n[ 0.391274] pnp: PnP ACPI: found 5 devices\n[ 0.397602] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399400] NET: Registered protocol family 2\n[ 0.400473] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403065] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404321] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405491] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406757] NET: Registered protocol family 1\n[ 0.407670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408814] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409926] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423886] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437867] Trying to unpack rootfs image as initramfs...\n[ 0.493574] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495297] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498226] audit: initializing netlink subsys (disabled)\n[ 0.499400] audit: type=2000 audit(1531632352.690:1): initialized\n[ 0.500906] Initialise system trusted keyring\n[ 0.502011] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503346] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505678] zbud: loaded\n[ 0.506498] VFS: Disk quotas dquot_6.6.0\n[ 0.507439] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509240] fuse init (API version 7.23)\n[ 0.510241] Key type big_key registered\n[ 0.511146] Allocating IMA MOK and blacklist keyrings.\n[ 0.512525] Key type asymmetric registered\n[ 0.513476] Asymmetric key parser 'x509' registered\n[ 0.514567] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516268] io scheduler noop registered\n[ 0.517195] io scheduler deadline registered (default)\n[ 0.518339] io scheduler cfq registered\n[ 0.519292] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523596] ACPI: Power Button [PWRF]\n[ 0.524508] GHES: HEST is not enabled!\n[ 0.538008] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565748] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567934] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596787] Linux agpgart interface v0.103\n[ 0.599771] brd: module loaded\n[ 0.601539] loop: module loaded\n[ 0.605928] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607576] GPT:90111 != 2097151\n[ 0.608342] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609605] GPT:90111 != 2097151\n[ 0.610379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611488] vda: vda1 vda15\n[ 0.612948] scsi host0: ata_piix\n[ 0.613827] scsi host1: ata_piix\n[ 0.614630] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.616047] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.617739] libphy: Fixed MDIO Bus: probed\n[ 0.618665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619741] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622176] PPP generic driver version 2.4.2\n[ 0.623210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624571] ehci-pci: EHCI PCI platform driver\n[ 0.625571] ehci-platform: EHCI generic platform driver\n[ 0.626704] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627998] ohci-pci: OHCI PCI platform driver\n[ 0.628988] ohci-platform: OHCI generic platform driver\n[ 0.630118] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644460] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645605] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647258] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.649703] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651111] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652717] usb usb1: Product: UHCI Host Controller\n[ 0.653773] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655083] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656194] hub 1-0:1.0: USB hub found\n[ 0.657080] hub 1-0:1.0: 2 ports detected\n[ 0.658141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660508] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661608] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662794] mousedev: PS/2 mouse device common for all mice\n[ 0.664279] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666373] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667628] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668987] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670356] i2c /dev entries driver\n[ 0.671236] device-mapper: uevent: version 1.0.3\n[ 0.672326] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674193] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675784] NET: Registered protocol family 10\n[ 0.677040] NET: Registered protocol family 17\n[ 0.678065] Key type dns_resolver registered\n[ 0.679181] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680440] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682484] registered taskstats version 1\n[ 0.683446] Loading compiled-in X.509 certificates\n[ 0.685075] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687207] zswap: loaded using pool lzo/zbud\n[ 0.688978] Key type trusted registered\n[ 0.690851] Key type encrypted registered\n[ 0.691788] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692973] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694184] evm: HMAC attrs: 0x1\n[ 0.695228] Magic number: 10:36:416\n[ 0.696167] rtc_cmos 00:00: setting system clock to 2018-07-15 05:25:52 UTC (1531632352)\n[ 0.698019] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699289] EDD information not available.\n[ 0.778505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790589] Write protecting the kernel read-only data: 14336k\n[ 0.792873] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.842390] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.13...\nLease of 192.168.0.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.05. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClIMjd36l1wIyx6gy+SjK4yzUzkDi4eAHiy9889lcIvImnJ+aA12z1/rN8VqxUVW5D3Q13OT04sinveeYabEE0PXKuSl02Jxxp+X05FAFjlvu9PwVm6DMckZyuuheeuI5N6sZ6xBiFvurJAUCvu8Zm7mYsSuzoo6z+m4nzuwkjzd3ppGU5hNy/Pm+VyWgv0yIs+3Q0V2NJjJmVZ7BpF3gdwNNFWGqxlZ62/tbilTiwt2V0XwiLGm6MKmIhgbgp7NuHTXGJoAjbjgUQYpxJI3dzyh0M6ghGacGbJLvUIRDGwZ3VDJeFbduph0+mSIQQ1H92byFrMnxoz56/2Pm3HTbN root@singlevm1-vm-58e09b62-2ddd-4fc5-b22d-cd96d066f883\nssh-dss AAAAB3NzaC1kc3MAAACBAPA4ihZgfdOMwbRZwFyR90FI5NSwN9GCcyGZ24O/Yh+67zSFcoui9qIWStwpdmhKDEDLXSwD6QHPe3Wu+YC1iLcwVsQWl+8C+kuAYm4lgbHbIuIWVlMbpPM3ZwrwQjGA7OK2WEtQwTYOXuLi3IjjadjixRddYb+zS4NY9DwzzXfXAAAAFQD3TTsfQaI9PXMJiha2pYpVkWs9bQAAAIBxEemXlZawKtGyQnB2VSgtk5Cj+a8AmTZ4yFDfJDbwfxRr5o5xVU+/8VfJTQIGUMZnui7tZiRPEhRtPTPIZFgnM9SIU2LJX7BToOrPETQF7UNAZeulbIFe203y2LGxpZ1/qSbMoayA8LvGj6UWStZb2Bsdaha0PlWOGgQhUJrWVAAAAIEA7Atuhb/zJgOYgadJqDHwshAfIOxk8cBH/iBcfMNbjRBw3za6CV7IPnftL5UDCppCLGT8YoI2t1nnO2+mFr42FLAKmoM3ZnPcNNBr8yghv00rwc79Rb62tYJr4D6oZE74k+DFoUJLCJEBlGRJ/r2lPMyXSRysIwB145J76o1lfKg= root@singlevm1-vm-58e09b62-2ddd-4fc5-b22d-cd96d066f883\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.13,24,fe80::f816:3eff:fe84:227/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.3 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.13 \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-58e09b62-2ddd-4fc5-b22d-cd96d066f883\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.90 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-58e09b62-2ddd-4fc5-b22d-cd96d066f883 login: "} 2018-07-15 05:26:00,583 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b/action used request id req-fe8c9eeb-7d2e-48fc-9ec9-0b380e460604 2018-07-15 05:26:00,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.702596902847s 2018-07-15 05:26:00,584 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b/action used request id req-fe8c9eeb-7d2e-48fc-9ec9-0b380e460604 2018-07-15 05:26:00,584 - 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 473422059 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.149503] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.151338] pid_max: default: 32768 minimum: 301 [ 0.152343] ACPI: Core revision 20150930 [ 0.153845] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155326] Security Framework initialized [ 0.156260] Yama: becoming mindful. [ 0.157108] AppArmor: AppArmor initialized [ 0.158081] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159577] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161068] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162406] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163989] Initializing cgroup subsys io [ 0.164916] Initializing cgroup subsys memory [ 0.165870] Initializing cgroup subsys devices [ 0.166818] Initializing cgroup subsys freezer [ 0.167775] Initializing cgroup subsys net_cls [ 0.168766] Initializing cgroup subsys perf_event [ 0.169795] Initializing cgroup subsys net_prio [ 0.170790] Initializing cgroup subsys hugetlb [ 0.171766] Initializing cgroup subsys pids [ 0.172772] CPU: Physical Processor ID: 0 [ 0.174369] mce: CPU supports 10 MCE banks [ 0.175300] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.176407] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.192121] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.198274] ftrace: allocating 31920 entries in 125 pages [ 0.223123] smpboot: Max logical packages: 1 [ 0.224111] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225636] x2apic enabled [ 0.226494] Switched APIC routing to physical x2apic. [ 0.228310] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231867] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233882] KVM setup paravirtual spinlock [ 0.235254] x86: Booted up 1 node, 1 CPUs [ 0.236148] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237681] devtmpfs: initialized [ 0.239429] evm: security.selinux [ 0.240204] evm: security.SMACK64 [ 0.240969] evm: security.SMACK64EXEC [ 0.241793] evm: security.SMACK64TRANSMUTE [ 0.242693] evm: security.SMACK64MMAP [ 0.243524] evm: security.ima [ 0.244244] evm: security.capability [ 0.245123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247167] pinctrl core: initialized pinctrl subsystem [ 0.248368] RTC time: 5:25:51, date: 07/15/18 [ 0.249423] NET: Registered protocol family 16 [ 0.250490] cpuidle: using governor ladder [ 0.251392] cpuidle: using governor menu [ 0.252261] PCCT header not found. [ 0.253089] ACPI: bus type PCI registered [ 0.254010] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255400] PCI: Using configuration type 1 for base access [ 0.257271] ACPI: Added _OSI(Module Device) [ 0.258207] ACPI: Added _OSI(Processor Device) [ 0.259160] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260160] ACPI: Added _OSI(Processor Aggregator Device) [ 0.262014] ACPI: Interpreter enabled [ 0.262883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.264967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.267044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.269115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.271171] ACPI: (supports S0 S5) [ 0.271962] ACPI: Using IOAPIC for interrupt routing [ 0.273039] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.276342] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.277655] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.279092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.280429] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.283001] acpiphp: Slot [3] registered [ 0.283904] acpiphp: Slot [4] registered [ 0.284830] acpiphp: Slot [5] registered [ 0.285732] acpiphp: Slot [6] registered [ 0.286612] acpiphp: Slot [7] registered [ 0.287500] acpiphp: Slot [8] registered [ 0.288390] acpiphp: Slot [9] registered [ 0.289272] acpiphp: Slot [10] registered [ 0.290172] acpiphp: Slot [11] registered [ 0.291073] acpiphp: Slot [12] registered [ 0.291977] acpiphp: Slot [13] registered [ 0.292936] acpiphp: Slot [14] registered [ 0.293838] acpiphp: Slot [15] registered [ 0.305020] acpiphp: Slot [16] registered [ 0.305902] acpiphp: Slot [17] registered [ 0.306764] acpiphp: Slot [18] registered [ 0.307627] acpiphp: Slot [19] registered [ 0.308500] acpiphp: Slot [20] registered [ 0.309368] acpiphp: Slot [21] registered [ 0.310238] acpiphp: Slot [22] registered [ 0.311114] acpiphp: Slot [23] registered [ 0.311957] acpiphp: Slot [24] registered [ 0.312880] acpiphp: Slot [25] registered [ 0.313736] acpiphp: Slot [26] registered [ 0.314612] acpiphp: Slot [27] registered [ 0.315495] acpiphp: Slot [28] registered [ 0.316337] acpiphp: Slot [29] registered [ 0.317185] acpiphp: Slot [30] registered [ 0.318085] acpiphp: Slot [31] registered [ 0.319060] PCI host bridge to bus 0000:00 [ 0.319916] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.321203] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.322502] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.324018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.325573] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.327108] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.330404] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.331734] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.332961] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.334275] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.337838] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.339415] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357422] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358950] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360779] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362241] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363682] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365010] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366385] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367485] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.369122] vgaarb: loaded [ 0.369755] vgaarb: bridge control possible 0000:00:02.0 [ 0.371078] SCSI subsystem initialized [ 0.372006] ACPI: bus type USB registered [ 0.372863] usbcore: registered new interface driver usbfs [ 0.373930] usbcore: registered new interface driver hub [ 0.375011] usbcore: registered new device driver usb [ 0.376205] PCI: Using ACPI for IRQ routing [ 0.377338] NetLabel: Initializing [ 0.378094] NetLabel: domain hash size = 128 [ 0.378989] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.379974] NetLabel: unlabeled traffic allowed by default [ 0.381164] clocksource: Switched to clocksource kvm-clock [ 0.389312] AppArmor: AppArmor Filesystem Enabled [ 0.390324] pnp: PnP ACPI init [ 0.391274] pnp: PnP ACPI: found 5 devices [ 0.397602] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.399400] NET: Registered protocol family 2 [ 0.400473] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.401818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.403065] TCP: Hash tables configured (established 4096 bind 4096) [ 0.404321] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.405491] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.406757] NET: Registered protocol family 1 [ 0.407670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.408814] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409926] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423886] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.437867] Trying to unpack rootfs image as initramfs... [ 0.493574] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495297] Scanning for low memory corruption every 60 seconds [ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498226] audit: initializing netlink subsys (disabled) [ 0.499400] audit: type=2000 audit(1531632352.690:1): initialized [ 0.500906] Initialise system trusted keyring [ 0.502011] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503346] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505678] zbud: loaded [ 0.506498] VFS: Disk quotas dquot_6.6.0 [ 0.507439] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509240] fuse init (API version 7.23) [ 0.510241] Key type big_key registered [ 0.511146] Allocating IMA MOK and blacklist keyrings. [ 0.512525] Key type asymmetric registered [ 0.513476] Asymmetric key parser 'x509' registered [ 0.514567] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.516268] io scheduler noop registered [ 0.517195] io scheduler deadline registered (default) [ 0.518339] io scheduler cfq registered [ 0.519292] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523596] ACPI: Power Button [PWRF] [ 0.524508] GHES: HEST is not enabled! [ 0.538008] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565748] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567934] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.596787] Linux agpgart interface v0.103 [ 0.599771] brd: module loaded [ 0.601539] loop: module loaded [ 0.605928] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607576] GPT:90111 != 2097151 [ 0.608342] GPT:Alternate GPT header not at the end of the disk. [ 0.609605] GPT:90111 != 2097151 [ 0.610379] GPT: Use GNU Parted to correct GPT errors. [ 0.611488] vda: vda1 vda15 [ 0.612948] scsi host0: ata_piix [ 0.613827] scsi host1: ata_piix [ 0.614630] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.616047] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.617739] libphy: Fixed MDIO Bus: probed [ 0.618665] tun: Universal TUN/TAP device driver, 1.6 [ 0.619741] tun: (C) 1999-2004 Max Krasnyansky [ 0.622176] PPP generic driver version 2.4.2 [ 0.623210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624571] ehci-pci: EHCI PCI platform driver [ 0.625571] ehci-platform: EHCI generic platform driver [ 0.626704] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627998] ohci-pci: OHCI PCI platform driver [ 0.628988] ohci-platform: OHCI generic platform driver [ 0.630118] uhci_hcd: USB Universal Host Controller Interface driver [ 0.644460] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.645605] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.647258] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.648386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.649703] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.651111] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.652717] usb usb1: Product: UHCI Host Controller [ 0.653773] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.655083] usb usb1: SerialNumber: 0000:00:01.2 [ 0.656194] hub 1-0:1.0: USB hub found [ 0.657080] hub 1-0:1.0: 2 ports detected [ 0.658141] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660508] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661608] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662794] mousedev: PS/2 mouse device common for all mice [ 0.664279] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666373] rtc_cmos 00:00: RTC can wake from S4 [ 0.667628] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668987] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670356] i2c /dev entries driver [ 0.671236] device-mapper: uevent: version 1.0.3 [ 0.672326] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674193] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675784] NET: Registered protocol family 10 [ 0.677040] NET: Registered protocol family 17 [ 0.678065] Key type dns_resolver registered [ 0.679181] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.680440] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.682484] registered taskstats version 1 [ 0.683446] Loading compiled-in X.509 certificates [ 0.685075] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.687207] zswap: loaded using pool lzo/zbud [ 0.688978] Key type trusted registered [ 0.690851] Key type encrypted registered [ 0.691788] AppArmor: AppArmor sha1 policy hashing enabled [ 0.692973] ima: No TPM chip found, activating TPM-bypass! [ 0.694184] evm: HMAC attrs: 0x1 [ 0.695228] Magic number: 10:36:416 [ 0.696167] rtc_cmos 00:00: setting system clock to 2018-07-15 05:25:52 UTC (1531632352) [ 0.698019] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699289] EDD information not available. [ 0.778505] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790589] Write protecting the kernel read-only data: 14336k [ 0.792873] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.794906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.842390] 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.93 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.13... Lease of 192.168.0.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.05. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClIMjd36l1wIyx6gy+SjK4yzUzkDi4eAHiy9889lcIvImnJ+aA12z1/rN8VqxUVW5D3Q13OT04sinveeYabEE0PXKuSl02Jxxp+X05FAFjlvu9PwVm6DMckZyuuheeuI5N6sZ6xBiFvurJAUCvu8Zm7mYsSuzoo6z+m4nzuwkjzd3ppGU5hNy/Pm+VyWgv0yIs+3Q0V2NJjJmVZ7BpF3gdwNNFWGqxlZ62/tbilTiwt2V0XwiLGm6MKmIhgbgp7NuHTXGJoAjbjgUQYpxJI3dzyh0M6ghGacGbJLvUIRDGwZ3VDJeFbduph0+mSIQQ1H92byFrMnxoz56/2Pm3HTbN root@singlevm1-vm-58e09b62-2ddd-4fc5-b22d-cd96d066f883 ssh-dss AAAAB3NzaC1kc3MAAACBAPA4ihZgfdOMwbRZwFyR90FI5NSwN9GCcyGZ24O/Yh+67zSFcoui9qIWStwpdmhKDEDLXSwD6QHPe3Wu+YC1iLcwVsQWl+8C+kuAYm4lgbHbIuIWVlMbpPM3ZwrwQjGA7OK2WEtQwTYOXuLi3IjjadjixRddYb+zS4NY9DwzzXfXAAAAFQD3TTsfQaI9PXMJiha2pYpVkWs9bQAAAIBxEemXlZawKtGyQnB2VSgtk5Cj+a8AmTZ4yFDfJDbwfxRr5o5xVU+/8VfJTQIGUMZnui7tZiRPEhRtPTPIZFgnM9SIU2LJX7BToOrPETQF7UNAZeulbIFe203y2LGxpZ1/qSbMoayA8LvGj6UWStZb2Bsdaha0PlWOGgQhUJrWVAAAAIEA7Atuhb/zJgOYgadJqDHwshAfIOxk8cBH/iBcfMNbjRBw3za6CV7IPnftL5UDCppCLGT8YoI2t1nnO2+mFr42FLAKmoM3ZnPcNNBr8yghv00rwc79Rb62tYJr4D6oZE74k+DFoUJLCJEBlGRJ/r2lPMyXSRysIwB145J76o1lfKg= root@singlevm1-vm-58e09b62-2ddd-4fc5-b22d-cd96d066f883 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.13,24,fe80::f816:3eff:fe84:227/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.3 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.13 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-58e09b62-2ddd-4fc5-b22d-cd96d066f883 launch-index: 0 === cirros: current=0.4.0 uptime=4.90 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-58e09b62-2ddd-4fc5-b22d-cd96d066f883 login: 2018-07-15 05:26:01,587 - paramiko.transport - DEBUG - starting thread (client mode): 0x56f7d290L 2018-07-15 05:26:01,588 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-15 05:26:01,588 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-15 05:26:01,588 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-15 05:26:01,590 - 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-15 05:26:01,590 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-15 05:26:01,590 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-15 05:26:01,590 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-15 05:26:01,590 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-15 05:26:01,591 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-15 05:26:01,610 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-15 05:26:01,611 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-15 05:26:01,621 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 625c6df3af95e051d1a5268fa8413cb1 2018-07-15 05:26:01,622 - paramiko.transport - DEBUG - Trying discovered key 530d7ab363bd003c68e350be9d017e44 in /tmp/tmp_I4wZr 2018-07-15 05:26:01,650 - paramiko.transport - DEBUG - userauth is OK 2018-07-15 05:26:01,656 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-15 05:26:01,687 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-15 05:26:01,688 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-15 05:26:01,688 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-15 05:26:01,692 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-15 05:26:01,693 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-15 05:26:01,693 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-15 05:26:01,697 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-15 05:26:01,805 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 05:26:01,806 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:39 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-15 05:26:01,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-15 05:26:01,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/0e31e5f8-f80a-4699-8b94-18952b662d52.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:02,868 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e8f0232-99a0-4cf8-b48a-9be7204fe1c1 Content-Length: 0 Date: Sun, 15 Jul 2018 05:26:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:26:02,868 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/0e31e5f8-f80a-4699-8b94-18952b662d52.json used request id req-6e8f0232-99a0-4cf8-b48a-9be7204fe1c1 2018-07-15 05:26:02,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.0541331768s 2018-07-15 05:26:02,868 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/0e31e5f8-f80a-4699-8b94-18952b662d52.json used request id req-6e8f0232-99a0-4cf8-b48a-9be7204fe1c1 2018-07-15 05:26:02,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:26:02,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:02,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4a2ffbe0-c1e5-484d-bbf3-7b9b1f331232 Date: Sun, 15 Jul 2018 05:26:02 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:26:02,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-4a2ffbe0-c1e5-484d-bbf3-7b9b1f331232 2018-07-15 05:26:02,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0475289821625s 2018-07-15 05:26:02,921 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-4a2ffbe0-c1e5-484d-bbf3-7b9b1f331232 2018-07-15 05:26:02,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 05:26:02,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:03,148 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:26:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-30b3d300-4141-4a9e-8b96-0acce59c1b74 x-compute-request-id: req-30b3d300-4141-4a9e-8b96-0acce59c1b74 Content-Type: application/json 2018-07-15 05:26:03,148 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b used request id req-30b3d300-4141-4a9e-8b96-0acce59c1b74 2018-07-15 05:26:03,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.225327968597s 2018-07-15 05:26:03,148 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b used request id req-30b3d300-4141-4a9e-8b96-0acce59c1b74 2018-07-15 05:26:03,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:26:03,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:03,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c05bf49-e221-4cb9-bc25-fa96ee347c30 x-compute-request-id: req-1c05bf49-e221-4cb9-bc25-fa96ee347c30 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:02:27", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:02:27", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "bookmark"}], "image": {"id": "1f9ed230-982c-4b20-b163-6e4b9cc812dd", "links": [{"href": "http://172.30.9.25:8774/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-15T05:25:51.000000", "flavor": {"id": "5acb9e10-051d-47b6-99ed-812de2b69b0e", "links": [{"href": "http://172.30.9.25:8774/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "rel": "bookmark"}]}, "id": "ed829c94-bf63-4601-a72e-b7a89bb5104b", "security_groups": [{"name": "singlevm1-sg_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}], "user_id": "8d21b752781546b09f9c436b0144650e", "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-15T05:26:03Z", "hostId": "a374d0ec1f508f01c1646f8aa918ffaa0ebbab98e702af26128b2616", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "created": "2018-07-15T05:25:39Z", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:26:03,560 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1c05bf49-e221-4cb9-bc25-fa96ee347c30 2018-07-15 05:26:03,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.410764932632s 2018-07-15 05:26:03,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1c05bf49-e221-4cb9-bc25-fa96ee347c30 2018-07-15 05:26:03,562 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:26:05,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:26:05,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:06,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-debb3ee8-e789-45f1-825e-63daf2d82e97 x-compute-request-id: req-debb3ee8-e789-45f1-825e-63daf2d82e97 Content-Encoding: gzip Content-Length: 797 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:02:27", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed829c94-bf63-4601-a72e-b7a89bb5104b", "rel": "bookmark"}], "image": {"id": "1f9ed230-982c-4b20-b163-6e4b9cc812dd", "links": [{"href": "http://172.30.9.25:8774/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-15T05:25:51.000000", "flavor": {"id": "5acb9e10-051d-47b6-99ed-812de2b69b0e", "links": [{"href": "http://172.30.9.25:8774/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "rel": "bookmark"}]}, "id": "ed829c94-bf63-4601-a72e-b7a89bb5104b", "user_id": "8d21b752781546b09f9c436b0144650e", "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-15T05:26:03Z", "hostId": "a374d0ec1f508f01c1646f8aa918ffaa0ebbab98e702af26128b2616", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "created": "2018-07-15T05:25:39Z", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:26:06,005 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-debb3ee8-e789-45f1-825e-63daf2d82e97 2018-07-15 05:26:06,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.440916061401s 2018-07-15 05:26:06,006 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-debb3ee8-e789-45f1-825e-63daf2d82e97 2018-07-15 05:26:06,008 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:26:08,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:26:08,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:08,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26: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-2bbd59fc-63d4-44b3-bf69-50f201eef84a x-compute-request-id: req-2bbd59fc-63d4-44b3-bf69-50f201eef84a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 05:26:08,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2bbd59fc-63d4-44b3-bf69-50f201eef84a 2018-07-15 05:26:08,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.118746995926s 2018-07-15 05:26:08,130 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2bbd59fc-63d4-44b3-bf69-50f201eef84a 2018-07-15 05:26:08,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 05:26:08,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:08,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-d2c7338c-bb3e-4845-b87b-5184b2c64ece Date: Sun, 15 Jul 2018 05:26:08 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:25:32Z", "updated_at": "2018-07-15T05:25:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:32Z", "revision_number": 0, "id": "064f2de7-8020-468c-8c78-dadae5a56a78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:32Z", "security_group_id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:33Z", "revision_number": 0, "id": "0b920d3e-a5d6-4eab-a281-ead1da118203", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:33Z", "security_group_id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T05:25:32Z", "revision_number": 0, "id": "842ef74b-7f3e-40ef-b359-70d56d521cd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:32Z", "security_group_id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:32Z", "revision_number": 0, "id": "b120fd2a-e821-4a51-a734-613f02ddb189", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:32Z", "security_group_id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fef18fac968b4e41829891ac01ae670e"}], "revision_number": 3, "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "26c0f305-2d78-4f72-8c19-9391d4fe2edc", "name": "singlevm1-sg_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}, {"description": "Default security group", "tags": [], "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:23:48Z", "updated_at": "2018-07-15T05:23:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:49Z", "revision_number": 0, "id": "3e3b7926-493f-425a-b313-1a1ba761aea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:49Z", "security_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:49Z", "revision_number": 0, "id": "51ef0aa9-cba5-4181-81a0-9fd24dba9a50", "remote_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:49Z", "security_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:49Z", "revision_number": 0, "id": "b02aadb3-07a1-49e6-8132-c67a951a9689", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:49Z", "security_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fef18fac968b4e41829891ac01ae670e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:49Z", "revision_number": 0, "id": "df9a2a82-847d-4ae8-bfa5-0f61659f3f06", "remote_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:49Z", "security_group_id": "2e713132-167a-418f-a465-e7b0103389bd", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fef18fac968b4e41829891ac01ae670e"}], "revision_number": 1, "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "2e713132-167a-418f-a465-e7b0103389bd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "015b6efde4b14340b597d5c867c208e6", "created_at": "2018-07-15T05:20:33Z", "updated_at": "2018-07-15T05:20:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:20:33Z", "revision_number": 0, "id": "1314c509-1f62-4748-a11a-dd093097467f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:20:33Z", "security_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "tenant_id": "015b6efde4b14340b597d5c867c208e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "015b6efde4b14340b597d5c867c208e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:20:33Z", "revision_number": 0, "id": "174dc506-41f4-461e-a0ff-a4fbdd258f11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:20:33Z", "security_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "tenant_id": "015b6efde4b14340b597d5c867c208e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "015b6efde4b14340b597d5c867c208e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:20:33Z", "revision_number": 0, "id": "33666328-aeaf-4849-ba16-e5e5a4d54e0d", "remote_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "remote_ip_prefix": null, "created_at": "2018-07-15T05:20:33Z", "security_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "tenant_id": "015b6efde4b14340b597d5c867c208e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "015b6efde4b14340b597d5c867c208e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:20:33Z", "revision_number": 0, "id": "ac4809f8-58ed-40fb-94a0-5e0cf2040219", "remote_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "remote_ip_prefix": null, "created_at": "2018-07-15T05:20:33Z", "security_group_id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "tenant_id": "015b6efde4b14340b597d5c867c208e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "015b6efde4b14340b597d5c867c208e6"}], "revision_number": 1, "project_id": "015b6efde4b14340b597d5c867c208e6", "id": "31c01862-21bd-4666-8c4b-d7e1041f58de", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-15T05:23:52Z", "updated_at": "2018-07-15T05:23:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:52Z", "revision_number": 0, "id": "15aee91a-ab18-44e6-9ec3-f87fe986c4ee", "remote_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:52Z", "security_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "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-15T05:23:52Z", "revision_number": 0, "id": "af97969f-f8ce-414e-9dcb-5b71aecc927d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:52Z", "security_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "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-15T05:23:52Z", "revision_number": 0, "id": "bda601a4-f6cb-4fce-abda-fa0434b3a866", "remote_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:52Z", "security_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:23:52Z", "revision_number": 0, "id": "f8a289ce-4bd3-465a-ae52-491237e2951e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:23:52Z", "security_group_id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "400fc575-bfe6-4fb8-9d2d-cdb8a49e9b62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "created_at": "2018-07-15T05:25:01Z", "updated_at": "2018-07-15T05:25:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:01Z", "revision_number": 0, "id": "02e8bc71-1de1-48a6-bd35-8c284c531b2f", "remote_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:01Z", "security_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "port_range_min": null, "ethertype": "IPv6", "project_id": "e75f456bd47e47f0a9c35d340f659e23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:01Z", "revision_number": 0, "id": "691bbabe-2b84-4dea-b2d8-4d3d5137be16", "remote_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:01Z", "security_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "port_range_min": null, "ethertype": "IPv4", "project_id": "e75f456bd47e47f0a9c35d340f659e23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:01Z", "revision_number": 0, "id": "b9f3dc7c-f65e-46a1-950f-32d4f3a4ce1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:01Z", "security_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "port_range_min": null, "ethertype": "IPv6", "project_id": "e75f456bd47e47f0a9c35d340f659e23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:25:01Z", "revision_number": 0, "id": "e8c5a464-7bda-491f-99bc-8a45368d0af7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:25:01Z", "security_group_id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "tenant_id": "e75f456bd47e47f0a9c35d340f659e23", "port_range_min": null, "ethertype": "IPv4", "project_id": "e75f456bd47e47f0a9c35d340f659e23"}], "revision_number": 1, "project_id": "e75f456bd47e47f0a9c35d340f659e23", "id": "bef82f6a-654c-43b2-bc89-aae47dafb239", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d467a7310bc040979bb85f4e14145827", "created_at": "2018-07-15T05:24:13Z", "updated_at": "2018-07-15T05:24:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:24:13Z", "revision_number": 0, "id": "26ac8422-70e3-4e98-bb8f-2f1d277c63ba", "remote_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "remote_ip_prefix": null, "created_at": "2018-07-15T05:24:13Z", "security_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "tenant_id": "d467a7310bc040979bb85f4e14145827", "port_range_min": null, "ethertype": "IPv6", "project_id": "d467a7310bc040979bb85f4e14145827"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:24:13Z", "revision_number": 0, "id": "e15efb72-815f-481f-96a6-1ee6c26250cf", "remote_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "remote_ip_prefix": null, "created_at": "2018-07-15T05:24:13Z", "security_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "tenant_id": "d467a7310bc040979bb85f4e14145827", "port_range_min": null, "ethertype": "IPv4", "project_id": "d467a7310bc040979bb85f4e14145827"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:24:13Z", "revision_number": 0, "id": "ef6a1b96-f66a-416e-b4cb-960b3fbb20a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:24:13Z", "security_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "tenant_id": "d467a7310bc040979bb85f4e14145827", "port_range_min": null, "ethertype": "IPv4", "project_id": "d467a7310bc040979bb85f4e14145827"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:24:13Z", "revision_number": 0, "id": "fff98331-b8d1-4d1d-b943-074638c507b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:24:13Z", "security_group_id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "tenant_id": "d467a7310bc040979bb85f4e14145827", "port_range_min": null, "ethertype": "IPv6", "project_id": "d467a7310bc040979bb85f4e14145827"}], "revision_number": 1, "project_id": "d467a7310bc040979bb85f4e14145827", "id": "f4044692-40ac-46ec-9e09-e837fd0768bd", "name": "default"}]} 2018-07-15 05:26:08,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-d2c7338c-bb3e-4845-b87b-5184b2c64ece 2018-07-15 05:26:08,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0573949813843s 2018-07-15 05:26:08,191 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-d2c7338c-bb3e-4845-b87b-5184b2c64ece 2018-07-15 05:26:08,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-15 05:26:08,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/26c0f305-2d78-4f72-8c19-9391d4fe2edc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:08,444 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-647a5890-925f-4afc-b36a-36b1d7b3c9b9 Content-Length: 0 Date: Sun, 15 Jul 2018 05:26:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:26:08,444 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/26c0f305-2d78-4f72-8c19-9391d4fe2edc.json used request id req-647a5890-925f-4afc-b36a-36b1d7b3c9b9 2018-07-15 05:26:08,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.248887777328s 2018-07-15 05:26:08,444 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/26c0f305-2d78-4f72-8c19-9391d4fe2edc.json used request id req-647a5890-925f-4afc-b36a-36b1d7b3c9b9 2018-07-15 05:26:08,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-15 05:26:08,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:08,538 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:26: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-58bed2d5-5d42-4033-a534-a9ebb79373c1 x-compute-request-id: req-58bed2d5-5d42-4033-a534-a9ebb79373c1 Content-Length: 0 Content-Type: application/json 2018-07-15 05:26:08,538 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883 used request id req-58bed2d5-5d42-4033-a534-a9ebb79373c1 2018-07-15 05:26:08,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0929310321808s 2018-07-15 05:26:08,538 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm1-kp_58e09b62-2ddd-4fc5-b22d-cd96d066f883 used request id req-58bed2d5-5d42-4033-a534-a9ebb79373c1 2018-07-15 05:26:08,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 05:26:08,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/cecd8488-d3d3-4657-940a-96809dc629d2/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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" -d '{"subnet_id": "b2263af9-17b5-4cec-bda9-d2f476f9270c"}' 2018-07-15 05:26:10,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-127420ee-cd20-4254-9396-6c0efacc05f0 Date: Sun, 15 Jul 2018 05:26:10 GMT RESP BODY: {"network_id": "8e6832e9-832c-4626-9c36-39eef1c8b461", "tenant_id": "fef18fac968b4e41829891ac01ae670e", "subnet_id": "b2263af9-17b5-4cec-bda9-d2f476f9270c", "subnet_ids": ["b2263af9-17b5-4cec-bda9-d2f476f9270c"], "port_id": "1d30cb51-f59e-46d3-8449-1937dfe550d4", "id": "cecd8488-d3d3-4657-940a-96809dc629d2"} 2018-07-15 05:26:10,531 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/cecd8488-d3d3-4657-940a-96809dc629d2/remove_router_interface.json used request id req-127420ee-cd20-4254-9396-6c0efacc05f0 2018-07-15 05:26:10,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.99274396896s 2018-07-15 05:26:10,532 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/cecd8488-d3d3-4657-940a-96809dc629d2/remove_router_interface.json used request id req-127420ee-cd20-4254-9396-6c0efacc05f0 returning object cecd8488-d3d3-4657-940a-96809dc629d2 2018-07-15 05:26:10,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 05:26:10,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:10,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-7d160ded-9bab-4b02-a855-1465fc955f1e Date: Sun, 15 Jul 2018 05:26:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "fef18fac968b4e41829891ac01ae670e", "created_at": "2018-07-15T05:25:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-15T05:26:09Z", "revision_number": 4, "routes": [], "project_id": "fef18fac968b4e41829891ac01ae670e", "id": "cecd8488-d3d3-4657-940a-96809dc629d2", "name": "singlevm1-router_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}]} 2018-07-15 05:26:10,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-7d160ded-9bab-4b02-a855-1465fc955f1e 2018-07-15 05:26:10,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117293834686s 2018-07-15 05:26:10,650 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-7d160ded-9bab-4b02-a855-1465fc955f1e 2018-07-15 05:26:10,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 05:26:10,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/cecd8488-d3d3-4657-940a-96809dc629d2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:12,385 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c8acc484-164b-4798-8798-b19dc1341449 Content-Length: 0 Date: Sun, 15 Jul 2018 05:26:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:26:12,386 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/cecd8488-d3d3-4657-940a-96809dc629d2.json used request id req-c8acc484-164b-4798-8798-b19dc1341449 2018-07-15 05:26:12,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.73428106308s 2018-07-15 05:26:12,386 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/cecd8488-d3d3-4657-940a-96809dc629d2.json used request id req-c8acc484-164b-4798-8798-b19dc1341449 2018-07-15 05:26:12,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:26:12,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:12,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1283 X-Openstack-Request-Id: req-98123897-b0d7-4694-9290-6054158d11f0 Date: Sun, 15 Jul 2018 05:26:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8c572765-2d43-4b88-981e-707a56735cd1","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:41Z","dns_nameservers":[],"updated_at":"2018-07-15T05:20:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"015b6efde4b14340b597d5c867c208e6","id":"9f33378f-37e6-43b3-b0c2-4e18f83f5694","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e6832e9-832c-4626-9c36-39eef1c8b461","tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:25:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:25:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"fef18fac968b4e41829891ac01ae670e","id":"b2263af9-17b5-4cec-bda9-d2f476f9270c","subnetpool_id":null,"name":"singlevm1-subnet_58e09b62-2ddd-4fc5-b22d-cd96d066f883"}]} 2018-07-15 05:26:12,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-98123897-b0d7-4694-9290-6054158d11f0 2018-07-15 05:26:12,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0442130565643s 2018-07-15 05:26:12,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-98123897-b0d7-4694-9290-6054158d11f0 2018-07-15 05:26:12,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 05:26:12,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/b2263af9-17b5-4cec-bda9-d2f476f9270c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:14,636 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af64c53f-f46b-475c-b17c-eccc39897db4 Date: Sun, 15 Jul 2018 05:26:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:26:14,636 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/b2263af9-17b5-4cec-bda9-d2f476f9270c.json used request id req-af64c53f-f46b-475c-b17c-eccc39897db4 2018-07-15 05:26:14,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.20379304886s 2018-07-15 05:26:14,637 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/b2263af9-17b5-4cec-bda9-d2f476f9270c.json used request id req-af64c53f-f46b-475c-b17c-eccc39897db4 2018-07-15 05:26:14,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:26:14,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:15,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-bb574447-5fde-49e9-abd0-3c139e312ced Date: Sun, 15 Jul 2018 05:26:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8e6832e9-832c-4626-9c36-39eef1c8b461","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fef18fac968b4e41829891ac01ae670e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T05:26:14Z","provider:segmentation_id":33,"name":"singlevm1-net_58e09b62-2ddd-4fc5-b22d-cd96d066f883","admin_state_up":true,"tenant_id":"fef18fac968b4e41829891ac01ae670e","created_at":"2018-07-15T05:25:23Z","provider:network_type":"vxlan"}]} 2018-07-15 05:26:15,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-bb574447-5fde-49e9-abd0-3c139e312ced 2018-07-15 05:26:15,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.413963079453s 2018-07-15 05:26:15,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-bb574447-5fde-49e9-abd0-3c139e312ced 2018-07-15 05:26:15,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 05:26:15,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/8e6832e9-832c-4626-9c36-39eef1c8b461.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:16,669 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9cde7ae5-4001-496c-b662-709ec1fea4aa Date: Sun, 15 Jul 2018 05:26:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:26:16,670 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/8e6832e9-832c-4626-9c36-39eef1c8b461.json used request id req-9cde7ae5-4001-496c-b662-709ec1fea4aa 2018-07-15 05:26:16,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.61708903313s 2018-07-15 05:26:16,670 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/8e6832e9-832c-4626-9c36-39eef1c8b461.json used request id req-9cde7ae5-4001-496c-b662-709ec1fea4aa 2018-07-15 05:26:16,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:26:16,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:16,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-908694cb-6ced-4e3e-b5c8-3dd44ce1af3f Date: Sun, 15 Jul 2018 05:26:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd/snap", "metadata": {}}], "file": "/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd/file", "owner": "fef18fac968b4e41829891ac01ae670e", "id": "1f9ed230-982c-4b20-b163-6e4b9cc812dd", "size": 12716032, "self": "/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:25:30Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:25:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:26:16,908 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-908694cb-6ced-4e3e-b5c8-3dd44ce1af3f 2018-07-15 05:26:16,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.233927965164s 2018-07-15 05:26:16,908 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-908694cb-6ced-4e3e-b5c8-3dd44ce1af3f 2018-07-15 05:26:16,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 05:26:16,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:18,906 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cb57d911-5ceb-4305-bd5a-ef6485d24969 Date: Sun, 15 Jul 2018 05:26:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 05:26:18,906 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd used request id req-cb57d911-5ceb-4305-bd5a-ef6485d24969 2018-07-15 05:26:18,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.99618792534s 2018-07-15 05:26:18,906 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/1f9ed230-982c-4b20-b163-6e4b9cc812dd used request id req-cb57d911-5ceb-4305-bd5a-ef6485d24969 2018-07-15 05:26:18,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:26:18,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:18,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26: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-b30c0e90-e9e5-4b51-bf05-fb8c5086b69a x-compute-request-id: req-b30c0e90-e9e5-4b51-bf05-fb8c5086b69a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_58e09b62-2ddd-4fc5-b22d-cd96d066f883", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e", "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": "5acb9e10-051d-47b6-99ed-812de2b69b0e"}]} 2018-07-15 05:26:18,935 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b30c0e90-e9e5-4b51-bf05-fb8c5086b69a 2018-07-15 05:26:18,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.027948141098s 2018-07-15 05:26:18,935 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b30c0e90-e9e5-4b51-bf05-fb8c5086b69a 2018-07-15 05:26:18,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 05:26:18,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93ce908f42ca0ba4c085e07cb0194b01a50a9bb1" 2018-07-15 05:26:18,979 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:26: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 x-openstack-request-id: req-1d65e592-cf74-49d5-9052-4ebb1c1de80b x-compute-request-id: req-1d65e592-cf74-49d5-9052-4ebb1c1de80b Content-Length: 0 Content-Type: application/json 2018-07-15 05:26:18,979 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e used request id req-1d65e592-cf74-49d5-9052-4ebb1c1de80b 2018-07-15 05:26:18,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0429339408875s 2018-07-15 05:26:18,980 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/5acb9e10-051d-47b6-99ed-812de2b69b0e used request id req-1d65e592-cf74-49d5-9052-4ebb1c1de80b 2018-07-15 05:26:18,980 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-07-15 05:26:19,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:26:19,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:26:19,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:26:19,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:26:19,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:26:19,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:26:19,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:26:19,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:26:19,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:26:19,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:26:19,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:26:19,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:26:19,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:26:19,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:26:19,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:26:19,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:26:19,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:26:19,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:26:19,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:26:19,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:26:19,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:26:19,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:26:19,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:26:19,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79932cc5-ead4-4f02-80d8-d525ffa8a905 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:26:19,084 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-79932cc5-ead4-4f02-80d8-d525ffa8a905 2018-07-15 05:26:19,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:26:19,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}, {"id": "5ebc1b713512497e96c7a557520611d1", "name": "admin"}], "expires_at": "2018-07-15T06:26:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fef18fac968b4e41829891ac01ae670e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8d21b752781546b09f9c436b0144650e"}, "audit_ids": ["4UHzRPtcQ2i1VJ-nRBuIaA"], "issued_at": "2018-07-15T05:26:19.000000Z"}} 2018-07-15 05:26:19,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:26:19,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:26:19,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f5e6f3c6-5de5-4595-bb42-914fc74eead5 Date: Sun, 15 Jul 2018 05:26:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"}]} 2018-07-15 05:26:19,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f5e6f3c6-5de5-4595-bb42-914fc74eead5 2018-07-15 05:26:19,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.264518976212s 2018-07-15 05:26:19,768 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f5e6f3c6-5de5-4595-bb42-914fc74eead5 2018-07-15 05:26:19,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:26:19,778 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 05:26:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbf602bd-4690-425b-b4bd-f53832ea5107 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-15 05:26:19,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-dbf602bd-4690-425b-b4bd-f53832ea5107 2018-07-15 05:26:19,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 05:26:19,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:26:19,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-259d2ec8-a128-42cb-b9eb-a90c9cc49a20 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/41772bd83fa146659c07e7f2ce369b5b"}, "tags": [], "enabled": true, "id": "41772bd83fa146659c07e7f2ce369b5b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 05:26:19,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-259d2ec8-a128-42cb-b9eb-a90c9cc49a20 2018-07-15 05:26:19,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.107280015945s 2018-07-15 05:26:19,886 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-259d2ec8-a128-42cb-b9eb-a90c9cc49a20 2018-07-15 05:26:19,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 05:26:19,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_a66a3726-5c08-4885-81c1-f43b9b58162b"}}' 2018-07-15 05:26:20,074 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 05:26:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5f98a09-97ed-4fda-8b2b-a64773160c69 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.25:5000/v3/projects/80859f03d1ed4229ba12cbeec3ac6d3f"}, "tags": [], "enabled": true, "id": "80859f03d1ed4229ba12cbeec3ac6d3f", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_a66a3726-5c08-4885-81c1-f43b9b58162b"}} 2018-07-15 05:26:20,074 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-a5f98a09-97ed-4fda-8b2b-a64773160c69 2018-07-15 05:26:20,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.180618047714s 2018-07-15 05:26:20,074 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-a5f98a09-97ed-4fda-8b2b-a64773160c69 2018-07-15 05:26:20,075 - 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'80859f03d1ed4229ba12cbeec3ac6d3f', '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_a66a3726-5c08-4885-81c1-f43b9b58162b'}) 2018-07-15 05:26:20,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 05:26:20,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "257b320d-33dd-4982-8d32-781f93860330", "email": null, "name": "singlevm2-user_a66a3726-5c08-4885-81c1-f43b9b58162b"}}' 2018-07-15 05:26:20,518 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 05:26:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3010110d-cbd7-4668-9d31-4572e8f5f5b5 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_a66a3726-5c08-4885-81c1-f43b9b58162b", "links": {"self": "http://172.30.9.25:5000/v3/users/a8a8735a78884d76b3f0afa55a6bf414"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a8a8735a78884d76b3f0afa55a6bf414", "domain_id": "default", "password_expires_at": null}} 2018-07-15 05:26:20,519 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-3010110d-cbd7-4668-9d31-4572e8f5f5b5 2018-07-15 05:26:20,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.437482833862s 2018-07-15 05:26:20,519 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-3010110d-cbd7-4668-9d31-4572e8f5f5b5 2018-07-15 05:26:20,520 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a8a8735a78884d76b3f0afa55a6bf414', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_a66a3726-5c08-4885-81c1-f43b9b58162b'}) 2018-07-15 05:26:20,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:26:20,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:26:20,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92185d93-807e-4baf-9862-3b63f29b0a72 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:26:20,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-92185d93-807e-4baf-9862-3b63f29b0a72 2018-07-15 05:26:20,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10989689827s 2018-07-15 05:26:20,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-92185d93-807e-4baf-9862-3b63f29b0a72 2018-07-15 05:26:20,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:26:20,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:26:20,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39d7ce30-2fb8-4db6-b038-32e264764f86 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:26:20,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-39d7ce30-2fb8-4db6-b038-32e264764f86 2018-07-15 05:26:20,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0992140769958s 2018-07-15 05:26:20,738 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-39d7ce30-2fb8-4db6-b038-32e264764f86 2018-07-15 05:26:20,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:26:20,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:26:20,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e11a9c82-ba2f-4ab9-8b78-bd2668c8fafd Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:26:20,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e11a9c82-ba2f-4ab9-8b78-bd2668c8fafd 2018-07-15 05:26:20,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106127977371s 2018-07-15 05:26:20,849 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e11a9c82-ba2f-4ab9-8b78-bd2668c8fafd 2018-07-15 05:26:20,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 05:26:20,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:26:20,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bea62a40-8ff0-422f-ac9f-403fa9b9af6d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 05:26:20,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-bea62a40-8ff0-422f-ac9f-403fa9b9af6d 2018-07-15 05:26:20,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104772090912s 2018-07-15 05:26:20,959 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-bea62a40-8ff0-422f-ac9f-403fa9b9af6d 2018-07-15 05:26:20,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:26:20,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:26:21,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee4c429c-32fb-469c-82c6-2540a5718804 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/0255670b0f954e4da231ad2ed5f27d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0255670b0f954e4da231ad2ed5f27d37", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/11f7ce447f114de18e36cd87cce7e45d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11f7ce447f114de18e36cd87cce7e45d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/1ec4d9b432d246c9993dbcedf8bd520f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec4d9b432d246c9993dbcedf8bd520f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/34d6d74b6f394a4fa6665b584fdebff7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34d6d74b6f394a4fa6665b584fdebff7", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/39ab10c64eeb48fe91cb832c421b1876"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39ab10c64eeb48fe91cb832c421b1876", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/4e38ae7ba96441dd90050af4d6927b35"}, "domain_id": "41772bd83fa146659c07e7f2ce369b5b", "enabled": true, "options": {}, "id": "4e38ae7ba96441dd90050af4d6927b35", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/8d21b752781546b09f9c436b0144650e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d21b752781546b09f9c436b0144650e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/9b71d418c6c84ccfa444645c813d408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b71d418c6c84ccfa444645c813d408b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/a398bd60ebd44db68dec542120fe0b1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a398bd60ebd44db68dec542120fe0b1f", "email": "nova@localhost", "password_expires_at": null}, {"name": "singlevm2-user_a66a3726-5c08-4885-81c1-f43b9b58162b", "links": {"self": "http://172.30.9.25:5000/v3/users/a8a8735a78884d76b3f0afa55a6bf414"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a8a8735a78884d76b3f0afa55a6bf414", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/b3219c4fa4234ce48a596e1a59fdd268"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3219c4fa4234ce48a596e1a59fdd268", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/b3b51e255d1e45b88c6da3a68cdb9096"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3b51e255d1e45b88c6da3a68cdb9096", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/d3e1d34a8e4049a6b46b03e2f2f98f55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3e1d34a8e4049a6b46b03e2f2f98f55", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/f501b6fd0a644232b712a18c71145436"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f501b6fd0a644232b712a18c71145436", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/fcc9389cbd2d4e1e955095e15e39bf07"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fcc9389cbd2d4e1e955095e15e39bf07", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 05:26:21,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-ee4c429c-32fb-469c-82c6-2540a5718804 2018-07-15 05:26:21,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116203069687s 2018-07-15 05:26:21,077 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-ee4c429c-32fb-469c-82c6-2540a5718804 2018-07-15 05:26:21,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 05:26:21,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:26:21,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29b8756d-e73c-453b-8ebd-dcd34e4af2e9 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/fef18fac968b4e41829891ac01ae670e"}, "tags": [], "enabled": true, "id": "fef18fac968b4e41829891ac01ae670e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6"}, "tags": [], "enabled": true, "id": "015b6efde4b14340b597d5c867c208e6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.25:5000/v3/projects/80859f03d1ed4229ba12cbeec3ac6d3f"}, "tags": [], "enabled": true, "id": "80859f03d1ed4229ba12cbeec3ac6d3f", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_a66a3726-5c08-4885-81c1-f43b9b58162b"}]} 2018-07-15 05:26:21,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-29b8756d-e73c-453b-8ebd-dcd34e4af2e9 2018-07-15 05:26:21,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.110687971115s 2018-07-15 05:26:21,199 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-29b8756d-e73c-453b-8ebd-dcd34e4af2e9 2018-07-15 05:26:21,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 05:26:21,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=a8a8735a78884d76b3f0afa55a6bf414&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=80859f03d1ed4229ba12cbeec3ac6d3f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:26:21,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-667b72fe-59e1-4242-905e-037926549ddb Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=a8a8735a78884d76b3f0afa55a6bf414&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=80859f03d1ed4229ba12cbeec3ac6d3f", "previous": null, "next": null}} 2018-07-15 05:26:21,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=a8a8735a78884d76b3f0afa55a6bf414&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=80859f03d1ed4229ba12cbeec3ac6d3f used request id req-667b72fe-59e1-4242-905e-037926549ddb 2018-07-15 05:26:21,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.17733502388s 2018-07-15 05:26:21,384 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=a8a8735a78884d76b3f0afa55a6bf414&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=80859f03d1ed4229ba12cbeec3ac6d3f used request id req-667b72fe-59e1-4242-905e-037926549ddb 2018-07-15 05:26:21,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 05:26:21,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/80859f03d1ed4229ba12cbeec3ac6d3f/users/a8a8735a78884d76b3f0afa55a6bf414/roles/342d844a34e0406684703e0c0b7f9abb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:26:21,562 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:26:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebde37dd-0e77-4162-a918-2aaaa4d034fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:26:21,562 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/80859f03d1ed4229ba12cbeec3ac6d3f/users/a8a8735a78884d76b3f0afa55a6bf414/roles/342d844a34e0406684703e0c0b7f9abb used request id req-ebde37dd-0e77-4162-a918-2aaaa4d034fd 2018-07-15 05:26:21,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.174052000046s 2018-07-15 05:26:21,562 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/80859f03d1ed4229ba12cbeec3ac6d3f/users/a8a8735a78884d76b3f0afa55a6bf414/roles/342d844a34e0406684703e0c0b7f9abb used request id req-ebde37dd-0e77-4162-a918-2aaaa4d034fd 2018-07-15 05:26:21,563 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_a66a3726-5c08-4885-81c1-f43b9b58162b', 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'80859f03d1ed4229ba12cbeec3ac6d3f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '257b320d-33dd-4982-8d32-781f93860330', 'username': u'singlevm2-user_a66a3726-5c08-4885-81c1-f43b9b58162b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-15 05:26:21,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:26:21,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:26:21,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:26:21,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:26:21,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:26:21,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:26:21,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:26:21,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:26:21,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:26:21,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:26:21,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:26:21,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:26:21,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:26:21,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:26:21,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:26:21,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:26:21,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:26:21,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:26:21,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:26:21,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:26:21,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:26:21,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:26:21,568 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_a66a3726-5c08-4885-81c1-f43b9b58162b', 'password': '257b320d-33dd-4982-8d32-781f93860330', 'project_name': 'singlevm2-project_a66a3726-5c08-4885-81c1-f43b9b58162b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '80859f03d1ed4229ba12cbeec3ac6d3f', 'project_domain_name': 'Default'} 2018-07-15 05:26:21,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:26:21,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55886287-925c-4164-b281-26521b87f762 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:26:21,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-55886287-925c-4164-b281-26521b87f762 2018-07-15 05:26:21,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:26:21,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}], "expires_at": "2018-07-15T06:26:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "80859f03d1ed4229ba12cbeec3ac6d3f", "name": "singlevm2-project_a66a3726-5c08-4885-81c1-f43b9b58162b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/80859f03d1ed4229ba12cbeec3ac6d3f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/80859f03d1ed4229ba12cbeec3ac6d3f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/80859f03d1ed4229ba12cbeec3ac6d3f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_80859f03d1ed4229ba12cbeec3ac6d3f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_80859f03d1ed4229ba12cbeec3ac6d3f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/80859f03d1ed4229ba12cbeec3ac6d3f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/80859f03d1ed4229ba12cbeec3ac6d3f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/80859f03d1ed4229ba12cbeec3ac6d3f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/80859f03d1ed4229ba12cbeec3ac6d3f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/80859f03d1ed4229ba12cbeec3ac6d3f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/80859f03d1ed4229ba12cbeec3ac6d3f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/80859f03d1ed4229ba12cbeec3ac6d3f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/80859f03d1ed4229ba12cbeec3ac6d3f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/80859f03d1ed4229ba12cbeec3ac6d3f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_a66a3726-5c08-4885-81c1-f43b9b58162b", "id": "a8a8735a78884d76b3f0afa55a6bf414"}, "audit_ids": ["zGj2TAfjTHisW1XFRBEjQg"], "issued_at": "2018-07-15T05:26:21.000000Z"}} 2018-07-15 05:26:21,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 05:26:21,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" -d '{"network": {"name": "singlevm2-net_a66a3726-5c08-4885-81c1-f43b9b58162b", "admin_state_up": true}}' 2018-07-15 05:26:22,589 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-8246bc35-47d0-42df-a259-f47fc71b68f6 Date: Sun, 15 Jul 2018 05:26:22 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"80859f03d1ed4229ba12cbeec3ac6d3f","created_at":"2018-07-15T05:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-15T05:26:22Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"80859f03d1ed4229ba12cbeec3ac6d3f","id":"ebfc672e-7d48-49ec-8287-fd68b18f0a0e","name":"singlevm2-net_a66a3726-5c08-4885-81c1-f43b9b58162b"}} 2018-07-15 05:26:22,589 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8246bc35-47d0-42df-a259-f47fc71b68f6 2018-07-15 05:26:22,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.608084917068s 2018-07-15 05:26:22,590 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8246bc35-47d0-42df-a259-f47fc71b68f6 2018-07-15 05:26:22,590 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:26:22Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ebfc672e-7d48-49ec-8287-fd68b18f0a0e', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_a66a3726-5c08-4885-81c1-f43b9b58162b', u'admin_state_up': True, u'tenant_id': u'80859f03d1ed4229ba12cbeec3ac6d3f', u'created_at': u'2018-07-15T05:26:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'80859f03d1ed4229ba12cbeec3ac6d3f'}) 2018-07-15 05:26:22,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:26:22,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:22,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-d1afb48d-90da-413d-be89-c7db4d8a20bf Date: Sun, 15 Jul 2018 05:26:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T05:26:22Z","tenant_id":"80859f03d1ed4229ba12cbeec3ac6d3f","created_at":"2018-07-15T05:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"80859f03d1ed4229ba12cbeec3ac6d3f","id":"ebfc672e-7d48-49ec-8287-fd68b18f0a0e","name":"singlevm2-net_a66a3726-5c08-4885-81c1-f43b9b58162b"}]} 2018-07-15 05:26:22,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d1afb48d-90da-413d-be89-c7db4d8a20bf 2018-07-15 05:26:22,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.307775974274s 2018-07-15 05:26:22,899 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d1afb48d-90da-413d-be89-c7db4d8a20bf 2018-07-15 05:26:22,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 05:26:22,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" -d '{"subnet": {"name": "singlevm2-subnet_a66a3726-5c08-4885-81c1-f43b9b58162b", "enable_dhcp": true, "network_id": "ebfc672e-7d48-49ec-8287-fd68b18f0a0e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 05:26:23,776 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-52290797-d561-49c2-9bbe-d54198a31d26 Date: Sun, 15 Jul 2018 05:26:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ebfc672e-7d48-49ec-8287-fd68b18f0a0e","tenant_id":"80859f03d1ed4229ba12cbeec3ac6d3f","created_at":"2018-07-15T05:26:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:26:23Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"80859f03d1ed4229ba12cbeec3ac6d3f","id":"714e5bce-b400-4f0f-aa76-6483d07b9c99","subnetpool_id":null,"name":"singlevm2-subnet_a66a3726-5c08-4885-81c1-f43b9b58162b"}} 2018-07-15 05:26:23,776 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-52290797-d561-49c2-9bbe-d54198a31d26 2018-07-15 05:26:23,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.876057863235s 2018-07-15 05:26:23,777 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-52290797-d561-49c2-9bbe-d54198a31d26 2018-07-15 05:26:23,777 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:26:23Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'714e5bce-b400-4f0f-aa76-6483d07b9c99', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_a66a3726-5c08-4885-81c1-f43b9b58162b', u'enable_dhcp': True, u'network_id': u'ebfc672e-7d48-49ec-8287-fd68b18f0a0e', u'tenant_id': u'80859f03d1ed4229ba12cbeec3ac6d3f', u'created_at': u'2018-07-15T05:26:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'80859f03d1ed4229ba12cbeec3ac6d3f'}) 2018-07-15 05:26:23,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 05:26:23,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" -d '{"router": {"external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1"}, "name": "singlevm2-router_a66a3726-5c08-4885-81c1-f43b9b58162b", "admin_state_up": true}}' 2018-07-15 05:26:25,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-5670c1fe-7194-430d-9097-4ef407e36b6b Date: Sun, 15 Jul 2018 05:26:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "created_at": "2018-07-15T05:26:24Z", "admin_state_up": true, "updated_at": "2018-07-15T05:26:24Z", "revision_number": 2, "routes": [], "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "id": "da3ee38b-5800-498b-b443-01f138dc5640", "name": "singlevm2-router_a66a3726-5c08-4885-81c1-f43b9b58162b"}} 2018-07-15 05:26:25,281 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-5670c1fe-7194-430d-9097-4ef407e36b6b 2018-07-15 05:26:25,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.50360989571s 2018-07-15 05:26:25,282 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-5670c1fe-7194-430d-9097-4ef407e36b6b 2018-07-15 05:26:25,282 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'9f33378f-37e6-43b3-b0c2-4e18f83f5694', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'80859f03d1ed4229ba12cbeec3ac6d3f', u'created_at': u'2018-07-15T05:26:24Z', u'admin_state_up': True, u'updated_at': u'2018-07-15T05:26:24Z', u'revision_number': 2, u'routes': [], u'project_id': u'80859f03d1ed4229ba12cbeec3ac6d3f', u'id': u'da3ee38b-5800-498b-b443-01f138dc5640', u'name': u'singlevm2-router_a66a3726-5c08-4885-81c1-f43b9b58162b'}) 2018-07-15 05:26:25,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 05:26:25,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/da3ee38b-5800-498b-b443-01f138dc5640/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}050c2ca41ade09ee1c189dbe256f238474446649" -d '{"subnet_id": "714e5bce-b400-4f0f-aa76-6483d07b9c99"}' 2018-07-15 05:26:27,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4422e4f9-4768-4053-ab9d-c5e619b6e506 Date: Sun, 15 Jul 2018 05:26:27 GMT RESP BODY: {"network_id": "ebfc672e-7d48-49ec-8287-fd68b18f0a0e", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "subnet_id": "714e5bce-b400-4f0f-aa76-6483d07b9c99", "subnet_ids": ["714e5bce-b400-4f0f-aa76-6483d07b9c99"], "port_id": "e49619e7-8839-4809-9b2a-f90a9bce9e4e", "id": "da3ee38b-5800-498b-b443-01f138dc5640"} 2018-07-15 05:26:27,498 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/da3ee38b-5800-498b-b443-01f138dc5640/add_router_interface.json used request id req-4422e4f9-4768-4053-ab9d-c5e619b6e506 2018-07-15 05:26:27,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.21542000771s 2018-07-15 05:26:27,499 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/da3ee38b-5800-498b-b443-01f138dc5640/add_router_interface.json used request id req-4422e4f9-4768-4053-ab9d-c5e619b6e506 returning object da3ee38b-5800-498b-b443-01f138dc5640 2018-07-15 05:26:27,499 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 05:26:27,631 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 05:26:27,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:26:27,638 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 05:26:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-07-15 05:26:27,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:26:27,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:27,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4bf84ba6-c450-432c-9125-cf3adbbc0828 Date: Sun, 15 Jul 2018 05:26:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:26:27,872 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-4bf84ba6-c450-432c-9125-cf3adbbc0828 2018-07-15 05:26:27,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.23185801506s 2018-07-15 05:26:27,872 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-4bf84ba6-c450-432c-9125-cf3adbbc0828 2018-07-15 05:26:27,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 05:26:27,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_a66a3726-5c08-4885-81c1-f43b9b58162b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_a66a3726-5c08-4885-81c1-f43b9b58162b"}' 2018-07-15 05:26:28,145 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c1313987-7c1d-4cad-8ad9-01cf015d9e60 Date: Sun, 15 Jul 2018 05:26:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66/file", "owner": "80859f03d1ed4229ba12cbeec3ac6d3f", "id": "2550a7b8-c916-4e3c-bb72-c875449cba66", "size": null, "self": "/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:26:28Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_a66a3726-5c08-4885-81c1-f43b9b58162b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_a66a3726-5c08-4885-81c1-f43b9b58162b", "checksum": null, "created_at": "2018-07-15T05:26:28Z", "protected": false} 2018-07-15 05:26:28,145 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-c1313987-7c1d-4cad-8ad9-01cf015d9e60 2018-07-15 05:26:28,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.265871047974s 2018-07-15 05:26:28,146 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-c1313987-7c1d-4cad-8ad9-01cf015d9e60 returning object 2550a7b8-c916-4e3c-bb72-c875449cba66 2018-07-15 05:26:28,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 05:26:28,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66/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}050c2ca41ade09ee1c189dbe256f238474446649" -d '' 2018-07-15 05:26:29,332 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-60a362ed-fdaa-4b1a-94a9-8b902a788cc0 Date: Sun, 15 Jul 2018 05:26:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 05:26:29,332 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66/file used request id req-60a362ed-fdaa-4b1a-94a9-8b902a788cc0 2018-07-15 05:26:29,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.18594503403s 2018-07-15 05:26:29,333 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66/file used request id req-60a362ed-fdaa-4b1a-94a9-8b902a788cc0 2018-07-15 05:26:29,333 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_a66a3726-5c08-4885-81c1-f43b9b58162b', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T05:26:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66/file', u'owner': u'80859f03d1ed4229ba12cbeec3ac6d3f', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'2550a7b8-c916-4e3c-bb72-c875449cba66', u'size': None, u'name': u'singlevm2-img_a66a3726-5c08-4885-81c1-f43b9b58162b', u'checksum': None, u'self': u'/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T05:26:28Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 05:26:29,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 05:26:29,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_a66a3726-5c08-4885-81c1-f43b9b58162b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 05:26:29,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-247c9909-74c5-4058-9bb9-db9be87edf62 x-compute-request-id: req-247c9909-74c5-4058-9bb9-db9be87edf62 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_a66a3726-5c08-4885-81c1-f43b9b58162b", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9", "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": "385e6cfa-c7df-45ed-9487-88784395a2b9"}} 2018-07-15 05:26:29,569 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-247c9909-74c5-4058-9bb9-db9be87edf62 2018-07-15 05:26:29,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.235309123993s 2018-07-15 05:26:29,569 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-247c9909-74c5-4058-9bb9-db9be87edf62 2018-07-15 05:26:29,570 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_a66a3726-5c08-4885-81c1-f43b9b58162b', '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'fef18fac968b4e41829891ac01ae670e', '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'385e6cfa-c7df-45ed-9487-88784395a2b9', 'swap': 0}) 2018-07-15 05:26:29,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 05:26:29,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9/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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" -d '{"extra_specs": {}}' 2018-07-15 05:26:29,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26: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-68d566d5-1c6c-40c8-a2fb-e4e6888377c0 x-compute-request-id: req-68d566d5-1c6c-40c8-a2fb-e4e6888377c0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 05:26:29,595 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9/os-extra_specs used request id req-68d566d5-1c6c-40c8-a2fb-e4e6888377c0 2018-07-15 05:26:29,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0240759849548s 2018-07-15 05:26:29,595 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9/os-extra_specs used request id req-68d566d5-1c6c-40c8-a2fb-e4e6888377c0 2018-07-15 05:26:29,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-15 05:26:29,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" -d '{"keypair": {"name": "singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b"}}' 2018-07-15 05:26:30,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d88c3fc6-44bb-4d9d-bafd-5de683ca4a79 x-compute-request-id: req-d88c3fc6-44bb-4d9d-bafd-5de683ca4a79 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwazTko3c10Y18FilDLS9yHu31BuzBbEeI0n2k53rAxCkCbQvlWJtpzmCxRD8Nw3ANDKY9upAHgZOKq5A2/AQW28ZIsbS7vmiLHMQFwviSF4JMWrZWH2erf/iCk1oxf9TJH2/oIhBTqbwKYvKK0lqJv+EisA9xKhuo4MCIzEHaFJ6dEntOYvxyjPUQ3IWz+86x4H/86NZp+vBM94/V0U95+h6Czovf0QwFaAf2+Au+QAR92J3sBZp/fZCzVq/eG2tsfRE/nLIR2wMQyTFsJBjBhgR2N4GTP9Y12vmV/9xACamUMLdvUYWvBtfexskIDE5/bQ+euiYqzI62CjfwULGX Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsGs05KN3NdGNfBYpQy0vch7t9QbswWxHiNJ9pOd6wMQpAm0L\n5Vibac5gsUQ/DcNwDQymPbqQB4GTiquQNvwEFtvGSLG0u75oixzEBcL4kheCTFq2\nVh9nq3/4gpNaMX/UyR9v6CIQU6m8CmLyitJaib/hIrAPcSobqODAiMxB2hSenRJ7\nTmL8coz1ENyFs/vOseB//OjWafrwTPeP1dFPefoegs6L39EMBWgH9vgLvkAEfdid\n7AWaf32Qs1av3htrbH0RP5yyEdsDEMkxbCQYwYYEdjeBkz/WNdr5lf/cQAmplDC3\nb1GFrwbX3sbJCAxOf20PnromKsyOtgo38FCxlwIDAQABAoIBAD8DvBvi66TUmfX1\nsH1nOWhI9fQsqgqY06BilzB84lLSfld4feRI1xJe/hizaNZQtchjeUnZRrL3rKy+\nhT+umwNTMysqFoVtCMiP2NC6CLGeJhOB31k51Hzks+5oFbJSl73TNdSzviM0II+R\nMlM1udM0L4WFX66rPMAAr6TtWKQ9WtZ28jBHOLEJBh7SGegctjxevLE9s8Rur8Ul\nhZVgXpANCLodnDajLySQmy2ov1aGSmFPxyeoxEqURJ+7pFJiermqAGerBE+ROPqg\njOrt8LM/4Q9tTbu4sS9dK/8THXUl/Lp5g+lCx9BM/rh8UK4ZC4tgjjKiANIMm0te\n3L6ALzECgYEA6A4pgAGqDRrypX6u3WyibmVw+q2XxQdGFNEzxUi2L3Lt4S+d9sWb\n4AYwg8vq1KfKCIu1O7lQ79y2IPCYodu7kZYls9bEroProTd0UJBH7V4h8P0YHAHO\njGcYDz33u61kaUZNzqPbKy+xy3AVp7PORP91VSOsEFJqzxaLPRyS2n8CgYEAwp9h\ny4dpRxbuO1G9wKngGnuD55o+3tDybLQ2i5VA9taNHIPzFf2urwucLHhCpfm223s4\nA8ATZ8UDcKK1QvjL86UDGj6VJtEIRwZQ+qxjeSmqIONiKLhb5gnKMd+SJOwmyf5x\n4ca9yVJSZt4YoFiFc+9cPtvFPzGMjFKagR3mLOkCgYEAr5b3xAp+WEhJzvxa6OVo\ny0wq/yQXsVjdqKbcG633XVQDt99GEhJY7l0AnNnSKXOFJo5AZp7FJZrGnYowlFkm\nRvVsNfaPANaFl4nUk5l5M52E5Us90QN0/TyNMgtbx0Fet2IhQfkuwDDowd1gJXOi\n4wbCC9hgPEGA3I5ccbOLU5UCgYB7BirYcBFhaaJQBvyuk/NgaiFYPo1tZaFIi6ZL\nF57IKZlrpBD+HqzUY79l8OMYbcBj/wDKhhj+KHBjO8bevcyWiAFtDpBTyCC2XMzF\nmEEM7wRm47VBzj/xKtEQM6X7BvgCCYBNWsbPQuVptwzUFwDM50plRaDqsFSKwxB9\ne7vrOQKBgQCKUcXjPR4HyIvDg7IH0Wa9uiQf3F9M9BX0wlhO5OeeXLVibTjakqwc\nb4He8UJ0O4nx1oNek2STaDEnySYYz0SSbzlxnVDg2dT6S2ChAxJ1kM62KlbFz6QM\nkMuVcMEsRvqzvGB0/qnPuel42MDWLKub+SU5L4//+qDwN4t65ZpJZw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "a8a8735a78884d76b3f0afa55a6bf414", "name": "singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b", "fingerprint": "17:d1:7b:18:82:86:d8:82:f1:4b:35:66:d5:e8:e7:18"}} 2018-07-15 05:26:30,493 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-d88c3fc6-44bb-4d9d-bafd-5de683ca4a79 2018-07-15 05:26:30,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.897676944733s 2018-07-15 05:26:30,494 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-d88c3fc6-44bb-4d9d-bafd-5de683ca4a79 2018-07-15 05:26:30,495 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwazTko3c10Y18FilDLS9yHu31BuzBbEeI0n2k53rAxCkCbQvlWJtpzmCxRD8Nw3ANDKY9upAHgZOKq5A2/AQW28ZIsbS7vmiLHMQFwviSF4JMWrZWH2erf/iCk1oxf9TJH2/oIhBTqbwKYvKK0lqJv+EisA9xKhuo4MCIzEHaFJ6dEntOYvxyjPUQ3IWz+86x4H/86NZp+vBM94/V0U95+h6Czovf0QwFaAf2+Au+QAR92J3sBZp/fZCzVq/eG2tsfRE/nLIR2wMQyTFsJBjBhgR2N4GTP9Y12vmV/9xACamUMLdvUYWvBtfexskIDE5/bQ+euiYqzI62CjfwULGX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsGs05KN3NdGNfBYpQy0vch7t9QbswWxHiNJ9pOd6wMQpAm0L\n5Vibac5gsUQ/DcNwDQymPbqQB4GTiquQNvwEFtvGSLG0u75oixzEBcL4kheCTFq2\nVh9nq3/4gpNaMX/UyR9v6CIQU6m8CmLyitJaib/hIrAPcSobqODAiMxB2hSenRJ7\nTmL8coz1ENyFs/vOseB//OjWafrwTPeP1dFPefoegs6L39EMBWgH9vgLvkAEfdid\n7AWaf32Qs1av3htrbH0RP5yyEdsDEMkxbCQYwYYEdjeBkz/WNdr5lf/cQAmplDC3\nb1GFrwbX3sbJCAxOf20PnromKsyOtgo38FCxlwIDAQABAoIBAD8DvBvi66TUmfX1\nsH1nOWhI9fQsqgqY06BilzB84lLSfld4feRI1xJe/hizaNZQtchjeUnZRrL3rKy+\nhT+umwNTMysqFoVtCMiP2NC6CLGeJhOB31k51Hzks+5oFbJSl73TNdSzviM0II+R\nMlM1udM0L4WFX66rPMAAr6TtWKQ9WtZ28jBHOLEJBh7SGegctjxevLE9s8Rur8Ul\nhZVgXpANCLodnDajLySQmy2ov1aGSmFPxyeoxEqURJ+7pFJiermqAGerBE+ROPqg\njOrt8LM/4Q9tTbu4sS9dK/8THXUl/Lp5g+lCx9BM/rh8UK4ZC4tgjjKiANIMm0te\n3L6ALzECgYEA6A4pgAGqDRrypX6u3WyibmVw+q2XxQdGFNEzxUi2L3Lt4S+d9sWb\n4AYwg8vq1KfKCIu1O7lQ79y2IPCYodu7kZYls9bEroProTd0UJBH7V4h8P0YHAHO\njGcYDz33u61kaUZNzqPbKy+xy3AVp7PORP91VSOsEFJqzxaLPRyS2n8CgYEAwp9h\ny4dpRxbuO1G9wKngGnuD55o+3tDybLQ2i5VA9taNHIPzFf2urwucLHhCpfm223s4\nA8ATZ8UDcKK1QvjL86UDGj6VJtEIRwZQ+qxjeSmqIONiKLhb5gnKMd+SJOwmyf5x\n4ca9yVJSZt4YoFiFc+9cPtvFPzGMjFKagR3mLOkCgYEAr5b3xAp+WEhJzvxa6OVo\ny0wq/yQXsVjdqKbcG633XVQDt99GEhJY7l0AnNnSKXOFJo5AZp7FJZrGnYowlFkm\nRvVsNfaPANaFl4nUk5l5M52E5Us90QN0/TyNMgtbx0Fet2IhQfkuwDDowd1gJXOi\n4wbCC9hgPEGA3I5ccbOLU5UCgYB7BirYcBFhaaJQBvyuk/NgaiFYPo1tZaFIi6ZL\nF57IKZlrpBD+HqzUY79l8OMYbcBj/wDKhhj+KHBjO8bevcyWiAFtDpBTyCC2XMzF\nmEEM7wRm47VBzj/xKtEQM6X7BvgCCYBNWsbPQuVptwzUFwDM50plRaDqsFSKwxB9\ne7vrOQKBgQCKUcXjPR4HyIvDg7IH0Wa9uiQf3F9M9BX0wlhO5OeeXLVibTjakqwc\nb4He8UJ0O4nx1oNek2STaDEnySYYz0SSbzlxnVDg2dT6S2ChAxJ1kM62KlbFz6QM\nkMuVcMEsRvqzvGB0/qnPuel42MDWLKub+SU5L4//+qDwN4t65ZpJZw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'a8a8735a78884d76b3f0afa55a6bf414', 'name': u'singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b', 'created_at': '2018-07-15T05:26:30.495061', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'80859f03d1ed4229ba12cbeec3ac6d3f', 'name': 'singlevm2-project_a66a3726-5c08-4885-81c1-f43b9b58162b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'17:d1:7b:18:82:86:d8:82:f1:4b:35:66:d5:e8:e7:18', 'type': 'ssh', 'id': u'singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b'}) 2018-07-15 05:26:30,495 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAsGs05KN3NdGNfBYpQy0vch7t9QbswWxHiNJ9pOd6wMQpAm0L 5Vibac5gsUQ/DcNwDQymPbqQB4GTiquQNvwEFtvGSLG0u75oixzEBcL4kheCTFq2 Vh9nq3/4gpNaMX/UyR9v6CIQU6m8CmLyitJaib/hIrAPcSobqODAiMxB2hSenRJ7 TmL8coz1ENyFs/vOseB//OjWafrwTPeP1dFPefoegs6L39EMBWgH9vgLvkAEfdid 7AWaf32Qs1av3htrbH0RP5yyEdsDEMkxbCQYwYYEdjeBkz/WNdr5lf/cQAmplDC3 b1GFrwbX3sbJCAxOf20PnromKsyOtgo38FCxlwIDAQABAoIBAD8DvBvi66TUmfX1 sH1nOWhI9fQsqgqY06BilzB84lLSfld4feRI1xJe/hizaNZQtchjeUnZRrL3rKy+ hT+umwNTMysqFoVtCMiP2NC6CLGeJhOB31k51Hzks+5oFbJSl73TNdSzviM0II+R MlM1udM0L4WFX66rPMAAr6TtWKQ9WtZ28jBHOLEJBh7SGegctjxevLE9s8Rur8Ul hZVgXpANCLodnDajLySQmy2ov1aGSmFPxyeoxEqURJ+7pFJiermqAGerBE+ROPqg jOrt8LM/4Q9tTbu4sS9dK/8THXUl/Lp5g+lCx9BM/rh8UK4ZC4tgjjKiANIMm0te 3L6ALzECgYEA6A4pgAGqDRrypX6u3WyibmVw+q2XxQdGFNEzxUi2L3Lt4S+d9sWb 4AYwg8vq1KfKCIu1O7lQ79y2IPCYodu7kZYls9bEroProTd0UJBH7V4h8P0YHAHO jGcYDz33u61kaUZNzqPbKy+xy3AVp7PORP91VSOsEFJqzxaLPRyS2n8CgYEAwp9h y4dpRxbuO1G9wKngGnuD55o+3tDybLQ2i5VA9taNHIPzFf2urwucLHhCpfm223s4 A8ATZ8UDcKK1QvjL86UDGj6VJtEIRwZQ+qxjeSmqIONiKLhb5gnKMd+SJOwmyf5x 4ca9yVJSZt4YoFiFc+9cPtvFPzGMjFKagR3mLOkCgYEAr5b3xAp+WEhJzvxa6OVo y0wq/yQXsVjdqKbcG633XVQDt99GEhJY7l0AnNnSKXOFJo5AZp7FJZrGnYowlFkm RvVsNfaPANaFl4nUk5l5M52E5Us90QN0/TyNMgtbx0Fet2IhQfkuwDDowd1gJXOi 4wbCC9hgPEGA3I5ccbOLU5UCgYB7BirYcBFhaaJQBvyuk/NgaiFYPo1tZaFIi6ZL F57IKZlrpBD+HqzUY79l8OMYbcBj/wDKhhj+KHBjO8bevcyWiAFtDpBTyCC2XMzF mEEM7wRm47VBzj/xKtEQM6X7BvgCCYBNWsbPQuVptwzUFwDM50plRaDqsFSKwxB9 e7vrOQKBgQCKUcXjPR4HyIvDg7IH0Wa9uiQf3F9M9BX0wlhO5OeeXLVibTjakqwc b4He8UJ0O4nx1oNek2STaDEnySYYz0SSbzlxnVDg2dT6S2ChAxJ1kM62KlbFz6QM kMuVcMEsRvqzvGB0/qnPuel42MDWLKub+SU5L4//+qDwN4t65ZpJZw== -----END RSA PRIVATE KEY----- 2018-07-15 05:26:30,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-15 05:26:30,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" -d '{"security_group": {"name": "singlevm2-sg_a66a3726-5c08-4885-81c1-f43b9b58162b", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-07-15 05:26:31,646 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-ca9f461b-e1b0-4a1c-915e-818f6150a8a6 Date: Sun, 15 Jul 2018 05:26:31 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "created_at": "2018-07-15T05:26:31Z", "updated_at": "2018-07-15T05:26:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:31Z", "revision_number": 0, "id": "b706051f-ca87-44ea-a9bc-b1d2c6af978d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:31Z", "security_group_id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv6", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:31Z", "revision_number": 0, "id": "d1803bbd-3689-432b-aa77-d007d9eed5f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:31Z", "security_group_id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv4", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}], "revision_number": 1, "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "name": "singlevm2-sg_a66a3726-5c08-4885-81c1-f43b9b58162b"}} 2018-07-15 05:26:31,647 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-ca9f461b-e1b0-4a1c-915e-818f6150a8a6 2018-07-15 05:26:31,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 1.1478729248s 2018-07-15 05:26:31,647 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-ca9f461b-e1b0-4a1c-915e-818f6150a8a6 2018-07-15 05:26:31,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 05:26:31,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:31,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-3a121e94-8dd3-4c9a-b58f-e1c144cf3702 Date: Sun, 15 Jul 2018 05:26:31 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "created_at": "2018-07-15T05:26:31Z", "updated_at": "2018-07-15T05:26:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:31Z", "revision_number": 0, "id": "b706051f-ca87-44ea-a9bc-b1d2c6af978d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:31Z", "security_group_id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv6", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:31Z", "revision_number": 0, "id": "d1803bbd-3689-432b-aa77-d007d9eed5f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:31Z", "security_group_id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv4", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}], "revision_number": 1, "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "name": "singlevm2-sg_a66a3726-5c08-4885-81c1-f43b9b58162b"}, {"description": "Default security group", "tags": [], "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "created_at": "2018-07-15T05:26:22Z", "updated_at": "2018-07-15T05:26:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:22Z", "revision_number": 0, "id": "313f86ab-31b4-4f9d-a43f-0c96270b63c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:22Z", "security_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv6", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:22Z", "revision_number": 0, "id": "c30033f9-bb19-4ddb-b84c-fea5decf2bd9", "remote_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:22Z", "security_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv6", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:22Z", "revision_number": 0, "id": "c44aad74-5872-457f-8a34-dbbe0d137180", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:22Z", "security_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv4", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:22Z", "revision_number": 0, "id": "f99dd5bd-5eed-4316-853e-80e11a59e7db", "remote_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:22Z", "security_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv4", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}], "revision_number": 1, "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "id": "811aac42-01f5-45cb-8f1e-b74061c33227", "name": "default"}]} 2018-07-15 05:26:31,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-3a121e94-8dd3-4c9a-b58f-e1c144cf3702 2018-07-15 05:26:31,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.24848985672s 2018-07-15 05:26:31,901 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-3a121e94-8dd3-4c9a-b58f-e1c144cf3702 2018-07-15 05:26:31,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 05:26:31,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" -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": "5359f8b6-0044-430d-b17d-4309faeb3dc9"}}' 2018-07-15 05:26:32,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-dc82d7ae-426c-49b0-b9f8-dc4026c8879a Date: Sun, 15 Jul 2018 05:26:32 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-15T05:26:32Z", "security_group_id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "port_range_min": 22, "revision_number": 0, "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "created_at": "2018-07-15T05:26:32Z", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "id": "a1435577-6797-4768-8d49-bdadf0df33e8"}} 2018-07-15 05:26:32,323 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-dc82d7ae-426c-49b0-b9f8-dc4026c8879a 2018-07-15 05:26:32,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.417887210846s 2018-07-15 05:26:32,324 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-dc82d7ae-426c-49b0-b9f8-dc4026c8879a 2018-07-15 05:26:32,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 05:26:32,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:32,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-443f3602-114f-4625-b709-f557fbb022bd Date: Sun, 15 Jul 2018 05:26:32 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "created_at": "2018-07-15T05:26:31Z", "updated_at": "2018-07-15T05:26:32Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T05:26:32Z", "revision_number": 0, "id": "a1435577-6797-4768-8d49-bdadf0df33e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:32Z", "security_group_id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:31Z", "revision_number": 0, "id": "b706051f-ca87-44ea-a9bc-b1d2c6af978d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:31Z", "security_group_id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv6", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:31Z", "revision_number": 0, "id": "d1803bbd-3689-432b-aa77-d007d9eed5f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:31Z", "security_group_id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv4", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}], "revision_number": 2, "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "name": "singlevm2-sg_a66a3726-5c08-4885-81c1-f43b9b58162b"}, {"description": "Default security group", "tags": [], "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "created_at": "2018-07-15T05:26:22Z", "updated_at": "2018-07-15T05:26:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:22Z", "revision_number": 0, "id": "313f86ab-31b4-4f9d-a43f-0c96270b63c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:22Z", "security_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv6", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:22Z", "revision_number": 0, "id": "c30033f9-bb19-4ddb-b84c-fea5decf2bd9", "remote_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:22Z", "security_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv6", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:22Z", "revision_number": 0, "id": "c44aad74-5872-457f-8a34-dbbe0d137180", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:22Z", "security_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv4", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:22Z", "revision_number": 0, "id": "f99dd5bd-5eed-4316-853e-80e11a59e7db", "remote_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:22Z", "security_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv4", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}], "revision_number": 1, "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "id": "811aac42-01f5-45cb-8f1e-b74061c33227", "name": "default"}]} 2018-07-15 05:26:32,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-443f3602-114f-4625-b709-f557fbb022bd 2018-07-15 05:26:32,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.238065004349s 2018-07-15 05:26:32,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-443f3602-114f-4625-b709-f557fbb022bd 2018-07-15 05:26:32,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 05:26:32,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" -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": "5359f8b6-0044-430d-b17d-4309faeb3dc9"}}' 2018-07-15 05:26:32,976 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-7dd6b802-49f6-4eba-bfeb-a5780b96f132 Date: Sun, 15 Jul 2018 05:26:32 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-15T05:26:32Z", "security_group_id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "port_range_min": null, "revision_number": 0, "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "created_at": "2018-07-15T05:26:32Z", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "id": "605f3f38-4b54-412c-a6f3-dc096588880a"}} 2018-07-15 05:26:32,976 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-7dd6b802-49f6-4eba-bfeb-a5780b96f132 2018-07-15 05:26:32,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.406306028366s 2018-07-15 05:26:32,977 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-7dd6b802-49f6-4eba-bfeb-a5780b96f132 2018-07-15 05:26:32,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:26:32,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:33,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-1fd77eb5-33fc-45e9-ba70-4b6508644fad Date: Sun, 15 Jul 2018 05:26:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["714e5bce-b400-4f0f-aa76-6483d07b9c99"],"updated_at":"2018-07-15T05:26:23Z","tenant_id":"80859f03d1ed4229ba12cbeec3ac6d3f","created_at":"2018-07-15T05:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"80859f03d1ed4229ba12cbeec3ac6d3f","id":"ebfc672e-7d48-49ec-8287-fd68b18f0a0e","name":"singlevm2-net_a66a3726-5c08-4885-81c1-f43b9b58162b"}]} 2018-07-15 05:26:33,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-1fd77eb5-33fc-45e9-ba70-4b6508644fad 2018-07-15 05:26:33,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11982011795s 2018-07-15 05:26:33,098 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-1fd77eb5-33fc-45e9-ba70-4b6508644fad 2018-07-15 05:26:33,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:26:33,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:33,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-63d6ff65-6a79-4c91-adad-0439310dfb23 Date: Sun, 15 Jul 2018 05:26:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/2550a7b8-c916-4e3c-bb72-c875449cba66/snap", "metadata": {}}], "file": "/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66/file", "owner": "80859f03d1ed4229ba12cbeec3ac6d3f", "id": "2550a7b8-c916-4e3c-bb72-c875449cba66", "size": 12716032, "self": "/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/2550a7b8-c916-4e3c-bb72-c875449cba66/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:26:29Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_a66a3726-5c08-4885-81c1-f43b9b58162b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_a66a3726-5c08-4885-81c1-f43b9b58162b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:26:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:26:33,819 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-63d6ff65-6a79-4c91-adad-0439310dfb23 2018-07-15 05:26:33,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.716632843018s 2018-07-15 05:26:33,820 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-63d6ff65-6a79-4c91-adad-0439310dfb23 2018-07-15 05:26:33,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:26:33,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:33,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5d9de4e-c588-4bca-8d0c-c0738beb6004 x-compute-request-id: req-d5d9de4e-c588-4bca-8d0c-c0738beb6004 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_a66a3726-5c08-4885-81c1-f43b9b58162b", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9", "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": "385e6cfa-c7df-45ed-9487-88784395a2b9"}]} 2018-07-15 05:26:33,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d5d9de4e-c588-4bca-8d0c-c0738beb6004 2018-07-15 05:26:33,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0319490432739s 2018-07-15 05:26:33,854 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d5d9de4e-c588-4bca-8d0c-c0738beb6004 2018-07-15 05:26:33,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 05:26:33,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" -d '{"server": {"name": "singlevm2-vm_a66a3726-5c08-4885-81c1-f43b9b58162b", "imageRef": "2550a7b8-c916-4e3c-bb72-c875449cba66", "key_name": "singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b", "flavorRef": "385e6cfa-c7df-45ed-9487-88784395a2b9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ebfc672e-7d48-49ec-8287-fd68b18f0a0e"}], "security_groups": [{"name": "5359f8b6-0044-430d-b17d-4309faeb3dc9"}]}}' 2018-07-15 05:26:36,750 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:26:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-49be3592-e351-484d-a2f5-61d51c4fccdf x-compute-request-id: req-49be3592-e351-484d-a2f5-61d51c4fccdf Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "5359f8b6-0044-430d-b17d-4309faeb3dc9"}], "OS-DCF:diskConfig": "MANUAL", "id": "5e0f8c7a-7090-45cb-a506-3feb864c921d", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "bookmark"}], "adminPass": "ARXYtfdSU62h"}} 2018-07-15 05:26:36,751 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-49be3592-e351-484d-a2f5-61d51c4fccdf 2018-07-15 05:26:36,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.89464616776s 2018-07-15 05:26:36,751 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-49be3592-e351-484d-a2f5-61d51c4fccdf 2018-07-15 05:26:36,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:26:36,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:37,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39f8740c-46b6-46e5-9afc-6decd8b328e3 x-compute-request-id: req-39f8740c-46b6-46e5-9afc-6decd8b328e3 Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "bookmark"}], "image": {"id": "2550a7b8-c916-4e3c-bb72-c875449cba66", "links": [{"href": "http://172.30.9.25:8774/images/2550a7b8-c916-4e3c-bb72-c875449cba66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "385e6cfa-c7df-45ed-9487-88784395a2b9", "links": [{"href": "http://172.30.9.25:8774/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9", "rel": "bookmark"}]}, "id": "5e0f8c7a-7090-45cb-a506-3feb864c921d", "user_id": "a8a8735a78884d76b3f0afa55a6bf414", "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-15T05:26:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b", "name": "singlevm2-vm_a66a3726-5c08-4885-81c1-f43b9b58162b", "created": "2018-07-15T05:26:36Z", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:26:37,081 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-39f8740c-46b6-46e5-9afc-6decd8b328e3 2018-07-15 05:26:37,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.329110860825s 2018-07-15 05:26:37,081 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-39f8740c-46b6-46e5-9afc-6decd8b328e3 2018-07-15 05:26:37,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:26:37,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:37,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-cdc1fa89-8257-4133-9779-decc9261dcaf Date: Sun, 15 Jul 2018 05:26:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["714e5bce-b400-4f0f-aa76-6483d07b9c99"],"updated_at":"2018-07-15T05:26:23Z","tenant_id":"80859f03d1ed4229ba12cbeec3ac6d3f","created_at":"2018-07-15T05:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"80859f03d1ed4229ba12cbeec3ac6d3f","id":"ebfc672e-7d48-49ec-8287-fd68b18f0a0e","name":"singlevm2-net_a66a3726-5c08-4885-81c1-f43b9b58162b"}]} 2018-07-15 05:26:37,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-cdc1fa89-8257-4133-9779-decc9261dcaf 2018-07-15 05:26:37,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.313402175903s 2018-07-15 05:26:37,402 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-cdc1fa89-8257-4133-9779-decc9261dcaf 2018-07-15 05:26:37,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:26:37,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:37,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-30f29326-f722-42be-b342-795f67d4bf7d Date: Sun, 15 Jul 2018 05:26:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ebfc672e-7d48-49ec-8287-fd68b18f0a0e","tenant_id":"80859f03d1ed4229ba12cbeec3ac6d3f","created_at":"2018-07-15T05:26:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:26:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"80859f03d1ed4229ba12cbeec3ac6d3f","id":"714e5bce-b400-4f0f-aa76-6483d07b9c99","subnetpool_id":null,"name":"singlevm2-subnet_a66a3726-5c08-4885-81c1-f43b9b58162b"}]} 2018-07-15 05:26:37,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-30f29326-f722-42be-b342-795f67d4bf7d 2018-07-15 05:26:37,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.38303899765s 2018-07-15 05:26:37,786 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-30f29326-f722-42be-b342-795f67d4bf7d 2018-07-15 05:26:37,787 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:26:39,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:26:39,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:40,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26: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-1ea62194-a8b3-4f48-bcf3-03822a0b6075 x-compute-request-id: req-1ea62194-a8b3-4f48-bcf3-03822a0b6075 Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "bookmark"}], "image": {"id": "2550a7b8-c916-4e3c-bb72-c875449cba66", "links": [{"href": "http://172.30.9.25:8774/images/2550a7b8-c916-4e3c-bb72-c875449cba66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "385e6cfa-c7df-45ed-9487-88784395a2b9", "links": [{"href": "http://172.30.9.25:8774/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9", "rel": "bookmark"}]}, "id": "5e0f8c7a-7090-45cb-a506-3feb864c921d", "user_id": "a8a8735a78884d76b3f0afa55a6bf414", "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-15T05:26:39Z", "hostId": "16ab9907f573583d0ae6ad289a8aeae308064207fa499722caf2eede", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b", "name": "singlevm2-vm_a66a3726-5c08-4885-81c1-f43b9b58162b", "created": "2018-07-15T05:26:36Z", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:26:40,746 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1ea62194-a8b3-4f48-bcf3-03822a0b6075 2018-07-15 05:26:40,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.956956863403s 2018-07-15 05:26:40,747 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1ea62194-a8b3-4f48-bcf3-03822a0b6075 2018-07-15 05:26:40,751 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:26:42,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:26:42,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:43,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26: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-aa0730a7-03c1-49cc-963a-8148e745ee79 x-compute-request-id: req-aa0730a7-03c1-49cc-963a-8148e745ee79 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.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "bookmark"}], "image": {"id": "2550a7b8-c916-4e3c-bb72-c875449cba66", "links": [{"href": "http://172.30.9.25:8774/images/2550a7b8-c916-4e3c-bb72-c875449cba66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "385e6cfa-c7df-45ed-9487-88784395a2b9", "links": [{"href": "http://172.30.9.25:8774/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9", "rel": "bookmark"}]}, "id": "5e0f8c7a-7090-45cb-a506-3feb864c921d", "security_groups": [{"name": "singlevm2-sg_a66a3726-5c08-4885-81c1-f43b9b58162b"}], "user_id": "a8a8735a78884d76b3f0afa55a6bf414", "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-15T05:26:40Z", "hostId": "16ab9907f573583d0ae6ad289a8aeae308064207fa499722caf2eede", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b", "name": "singlevm2-vm_a66a3726-5c08-4885-81c1-f43b9b58162b", "created": "2018-07-15T05:26:36Z", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:26:43,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aa0730a7-03c1-49cc-963a-8148e745ee79 2018-07-15 05:26:43,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.628301143646s 2018-07-15 05:26:43,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aa0730a7-03c1-49cc-963a-8148e745ee79 2018-07-15 05:26:43,386 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:26:45,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:26:45,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:46,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7ea83e7-1dfc-47f9-aa27-123635072079 x-compute-request-id: req-f7ea83e7-1dfc-47f9-aa27-123635072079 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.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "bookmark"}], "image": {"id": "2550a7b8-c916-4e3c-bb72-c875449cba66", "links": [{"href": "http://172.30.9.25:8774/images/2550a7b8-c916-4e3c-bb72-c875449cba66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "385e6cfa-c7df-45ed-9487-88784395a2b9", "links": [{"href": "http://172.30.9.25:8774/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9", "rel": "bookmark"}]}, "id": "5e0f8c7a-7090-45cb-a506-3feb864c921d", "security_groups": [{"name": "singlevm2-sg_a66a3726-5c08-4885-81c1-f43b9b58162b"}], "user_id": "a8a8735a78884d76b3f0afa55a6bf414", "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-15T05:26:40Z", "hostId": "16ab9907f573583d0ae6ad289a8aeae308064207fa499722caf2eede", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b", "name": "singlevm2-vm_a66a3726-5c08-4885-81c1-f43b9b58162b", "created": "2018-07-15T05:26:36Z", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:26:46,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f7ea83e7-1dfc-47f9-aa27-123635072079 2018-07-15 05:26:46,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.619684934616s 2018-07-15 05:26:46,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f7ea83e7-1dfc-47f9-aa27-123635072079 2018-07-15 05:26:46,012 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:26:48,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:26:48,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:49,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fa27b13-6af3-4241-ad32-551a7480199a x-compute-request-id: req-7fa27b13-6af3-4241-ad32-551a7480199a Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_a66a3726-5c08-4885-81c1-f43b9b58162b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:d0:ee", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "bookmark"}], "image": {"id": "2550a7b8-c916-4e3c-bb72-c875449cba66", "links": [{"href": "http://172.30.9.25:8774/images/2550a7b8-c916-4e3c-bb72-c875449cba66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:26:47.000000", "flavor": {"id": "385e6cfa-c7df-45ed-9487-88784395a2b9", "links": [{"href": "http://172.30.9.25:8774/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9", "rel": "bookmark"}]}, "id": "5e0f8c7a-7090-45cb-a506-3feb864c921d", "security_groups": [{"name": "singlevm2-sg_a66a3726-5c08-4885-81c1-f43b9b58162b"}], "user_id": "a8a8735a78884d76b3f0afa55a6bf414", "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-15T05:26:47Z", "hostId": "16ab9907f573583d0ae6ad289a8aeae308064207fa499722caf2eede", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b", "name": "singlevm2-vm_a66a3726-5c08-4885-81c1-f43b9b58162b", "created": "2018-07-15T05:26:36Z", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:26:49,372 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7fa27b13-6af3-4241-ad32-551a7480199a 2018-07-15 05:26:49,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.35675191879s 2018-07-15 05:26:49,372 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7fa27b13-6af3-4241-ad32-551a7480199a 2018-07-15 05:26:49,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:26:49,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=5e0f8c7a-7090-45cb-a506-3feb864c921d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:49,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-b4bff11a-7f2f-45a3-866d-eb4fc904c7a8 Date: Sun, 15 Jul 2018 05:26:49 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ebfc672e-7d48-49ec-8287-fd68b18f0a0e","tenant_id":"80859f03d1ed4229ba12cbeec3ac6d3f","created_at":"2018-07-15T05:26:40Z","admin_state_up":true,"updated_at":"2018-07-15T05:26:46Z","binding:vnic_type":"normal","device_id":"5e0f8c7a-7090-45cb-a506-3feb864c921d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:1a:d0:ee","id":"8962b0dc-704c-4c1d-96d9-f68477e0df89","port_security_enabled":true,"project_id":"80859f03d1ed4229ba12cbeec3ac6d3f","fixed_ips":[{"subnet_id":"714e5bce-b400-4f0f-aa76-6483d07b9c99","ip_address":"192.168.0.14"}],"extra_dhcp_opts":[],"security_groups":["5359f8b6-0044-430d-b17d-4309faeb3dc9"],"name":""}]} 2018-07-15 05:26:49,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=5e0f8c7a-7090-45cb-a506-3feb864c921d used request id req-b4bff11a-7f2f-45a3-866d-eb4fc904c7a8 2018-07-15 05:26:49,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.141613960266s 2018-07-15 05:26:49,518 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=5e0f8c7a-7090-45cb-a506-3feb864c921d used request id req-b4bff11a-7f2f-45a3-866d-eb4fc904c7a8 2018-07-15 05:26:49,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:26:49,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=8962b0dc-704c-4c1d-96d9-f68477e0df89" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:49,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d92734ee-a89a-4a81-9920-9ad10c27d47c Date: Sun, 15 Jul 2018 05:26:49 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:26:49,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=8962b0dc-704c-4c1d-96d9-f68477e0df89 used request id req-d92734ee-a89a-4a81-9920-9ad10c27d47c 2018-07-15 05:26:49,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.225556135178s 2018-07-15 05:26:49,749 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=8962b0dc-704c-4c1d-96d9-f68477e0df89 used request id req-d92734ee-a89a-4a81-9920-9ad10c27d47c 2018-07-15 05:26:49,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:26:49,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:50,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26: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-0c2f6340-87f1-4b0e-a20e-9ac477560dc5 x-compute-request-id: req-0c2f6340-87f1-4b0e-a20e-9ac477560dc5 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_a66a3726-5c08-4885-81c1-f43b9b58162b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:d0:ee", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "bookmark"}], "image": {"id": "2550a7b8-c916-4e3c-bb72-c875449cba66", "links": [{"href": "http://172.30.9.25:8774/images/2550a7b8-c916-4e3c-bb72-c875449cba66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:26:47.000000", "flavor": {"id": "385e6cfa-c7df-45ed-9487-88784395a2b9", "links": [{"href": "http://172.30.9.25:8774/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9", "rel": "bookmark"}]}, "id": "5e0f8c7a-7090-45cb-a506-3feb864c921d", "security_groups": [{"name": "singlevm2-sg_a66a3726-5c08-4885-81c1-f43b9b58162b"}], "user_id": "a8a8735a78884d76b3f0afa55a6bf414", "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-15T05:26:47Z", "hostId": "16ab9907f573583d0ae6ad289a8aeae308064207fa499722caf2eede", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b", "name": "singlevm2-vm_a66a3726-5c08-4885-81c1-f43b9b58162b", "created": "2018-07-15T05:26:36Z", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:26:50,982 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0c2f6340-87f1-4b0e-a20e-9ac477560dc5 2018-07-15 05:26:50,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23215103149s 2018-07-15 05:26:50,982 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0c2f6340-87f1-4b0e-a20e-9ac477560dc5 2018-07-15 05:26:50,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:26:50,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=5e0f8c7a-7090-45cb-a506-3feb864c921d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:51,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-f804033b-5a18-434b-a2d1-e6b693903ac3 Date: Sun, 15 Jul 2018 05:26:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ebfc672e-7d48-49ec-8287-fd68b18f0a0e","tenant_id":"80859f03d1ed4229ba12cbeec3ac6d3f","created_at":"2018-07-15T05:26:40Z","admin_state_up":true,"updated_at":"2018-07-15T05:26:46Z","binding:vnic_type":"normal","device_id":"5e0f8c7a-7090-45cb-a506-3feb864c921d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:1a:d0:ee","id":"8962b0dc-704c-4c1d-96d9-f68477e0df89","port_security_enabled":true,"project_id":"80859f03d1ed4229ba12cbeec3ac6d3f","fixed_ips":[{"subnet_id":"714e5bce-b400-4f0f-aa76-6483d07b9c99","ip_address":"192.168.0.14"}],"extra_dhcp_opts":[],"security_groups":["5359f8b6-0044-430d-b17d-4309faeb3dc9"],"name":""}]} 2018-07-15 05:26:51,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=5e0f8c7a-7090-45cb-a506-3feb864c921d used request id req-f804033b-5a18-434b-a2d1-e6b693903ac3 2018-07-15 05:26:51,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0577051639557s 2018-07-15 05:26:51,044 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=5e0f8c7a-7090-45cb-a506-3feb864c921d used request id req-f804033b-5a18-434b-a2d1-e6b693903ac3 2018-07-15 05:26:51,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:26:51,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=8962b0dc-704c-4c1d-96d9-f68477e0df89" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:51,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e2d2124b-d021-4e4c-b5c4-49579da84b5e Date: Sun, 15 Jul 2018 05:26:51 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:26:51,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=8962b0dc-704c-4c1d-96d9-f68477e0df89 used request id req-e2d2124b-d021-4e4c-b5c4-49579da84b5e 2018-07-15 05:26:51,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0467321872711s 2018-07-15 05:26:51,097 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=8962b0dc-704c-4c1d-96d9-f68477e0df89 used request id req-e2d2124b-d021-4e4c-b5c4-49579da84b5e 2018-07-15 05:26:51,098 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_a66a3726-5c08-4885-81c1-f43b9b58162b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1a:d0:ee', u'version': 4, u'addr': u'192.168.0.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2550a7b8-c916-4e3c-bb72-c875449cba66'}), 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-15T05:26:47.000000', 'flavor': Munch({u'id': u'385e6cfa-c7df-45ed-9487-88784395a2b9'}), 'az': u'nova', 'id': u'5e0f8c7a-7090-45cb-a506-3feb864c921d', 'security_groups': [Munch({u'name': u'singlevm2-sg_a66a3726-5c08-4885-81c1-f43b9b58162b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a8a8735a78884d76b3f0afa55a6bf414', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'80859f03d1ed4229ba12cbeec3ac6d3f', 'name': 'singlevm2-project_a66a3726-5c08-4885-81c1-f43b9b58162b', '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-15T05:26:47.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T05:26:47Z', 'hostId': u'16ab9907f573583d0ae6ad289a8aeae308064207fa499722caf2eede', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b', 'public_v6': '', 'private_v4': u'192.168.0.14', 'cloud': 'envvars', 'host_id': u'16ab9907f573583d0ae6ad289a8aeae308064207fa499722caf2eede', '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-15T05:26:47.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'80859f03d1ed4229ba12cbeec3ac6d3f', 'name': u'singlevm2-vm_a66a3726-5c08-4885-81c1-f43b9b58162b', 'adminPass': None, 'tenant_id': u'80859f03d1ed4229ba12cbeec3ac6d3f', 'created_at': u'2018-07-15T05:26:36Z', 'created': u'2018-07-15T05:26:36Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 05:26:51,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:26:51,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:51,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-af3a81f5-8448-44cf-b3d4-b17687f95d7b Date: Sun, 15 Jul 2018 05:26:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["714e5bce-b400-4f0f-aa76-6483d07b9c99"],"updated_at":"2018-07-15T05:26:23Z","tenant_id":"80859f03d1ed4229ba12cbeec3ac6d3f","created_at":"2018-07-15T05:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"80859f03d1ed4229ba12cbeec3ac6d3f","id":"ebfc672e-7d48-49ec-8287-fd68b18f0a0e","name":"singlevm2-net_a66a3726-5c08-4885-81c1-f43b9b58162b"}]} 2018-07-15 05:26:51,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-af3a81f5-8448-44cf-b3d4-b17687f95d7b 2018-07-15 05:26:51,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11722612381s 2018-07-15 05:26:51,218 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-af3a81f5-8448-44cf-b3d4-b17687f95d7b 2018-07-15 05:26:51,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:26:51,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=5e0f8c7a-7090-45cb-a506-3feb864c921d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:51,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-3fa0f632-dc59-4a86-ae44-b78b299beb09 Date: Sun, 15 Jul 2018 05:26:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ebfc672e-7d48-49ec-8287-fd68b18f0a0e","tenant_id":"80859f03d1ed4229ba12cbeec3ac6d3f","created_at":"2018-07-15T05:26:40Z","admin_state_up":true,"updated_at":"2018-07-15T05:26:46Z","binding:vnic_type":"normal","device_id":"5e0f8c7a-7090-45cb-a506-3feb864c921d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:1a:d0:ee","id":"8962b0dc-704c-4c1d-96d9-f68477e0df89","port_security_enabled":true,"project_id":"80859f03d1ed4229ba12cbeec3ac6d3f","fixed_ips":[{"subnet_id":"714e5bce-b400-4f0f-aa76-6483d07b9c99","ip_address":"192.168.0.14"}],"extra_dhcp_opts":[],"security_groups":["5359f8b6-0044-430d-b17d-4309faeb3dc9"],"name":""}]} 2018-07-15 05:26:51,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=5e0f8c7a-7090-45cb-a506-3feb864c921d used request id req-3fa0f632-dc59-4a86-ae44-b78b299beb09 2018-07-15 05:26:51,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.212406158447s 2018-07-15 05:26:51,432 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=5e0f8c7a-7090-45cb-a506-3feb864c921d used request id req-3fa0f632-dc59-4a86-ae44-b78b299beb09 2018-07-15 05:26:51,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-15 05:26:51,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" -d '{"floatingip": {"floating_network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "fixed_ip_address": "192.168.0.14", "port_id": "8962b0dc-704c-4c1d-96d9-f68477e0df89"}}' 2018-07-15 05:26:53,424 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-9c6d36ad-6f80-49c0-a937-9d8d48c0a11a Date: Sun, 15 Jul 2018 05:26:53 GMT RESP BODY: {"floatingip": {"router_id": "da3ee38b-5800-498b-b443-01f138dc5640", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-15T05:26:52Z", "floating_network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "fixed_ip_address": "192.168.0.14", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "8962b0dc-704c-4c1d-96d9-f68477e0df89", "id": "5eea5cfe-e274-46e7-b562-550d652cd9b3", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "created_at": "2018-07-15T05:26:52Z", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}} 2018-07-15 05:26:53,424 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-9c6d36ad-6f80-49c0-a937-9d8d48c0a11a 2018-07-15 05:26:53,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.99139094353s 2018-07-15 05:26:53,425 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-9c6d36ad-6f80-49c0-a937-9d8d48c0a11a 2018-07-15 05:26:53,428 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'da3ee38b-5800-498b-b443-01f138dc5640', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'80859f03d1ed4229ba12cbeec3ac6d3f', 'created_at': u'2018-07-15T05:26:52Z', 'attached': True, 'updated_at': u'2018-07-15T05:26:52Z', 'id': u'5eea5cfe-e274-46e7-b562-550d652cd9b3', 'floating_network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', 'fixed_ip_address': u'192.168.0.14', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'80859f03d1ed4229ba12cbeec3ac6d3f', 'name': 'singlevm2-project_a66a3726-5c08-4885-81c1-f43b9b58162b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'da3ee38b-5800-498b-b443-01f138dc5640', 'project_id': u'80859f03d1ed4229ba12cbeec3ac6d3f', 'port_id': u'8962b0dc-704c-4c1d-96d9-f68477e0df89', 'port': u'8962b0dc-704c-4c1d-96d9-f68477e0df89', 'network': u'8c572765-2d43-4b88-981e-707a56735cd1'}) 2018-07-15 05:26:53,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 05:26:53,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d/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}050c2ca41ade09ee1c189dbe256f238474446649" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 05:26:53,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26: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-bf493c01-c398-4815-858d-7a6d2e6a8031 x-compute-request-id: req-bf493c01-c398-4815-858d-7a6d2e6a8031 Content-Encoding: gzip Content-Length: 9567 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481133179 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.138804] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140496] pid_max: default: 32768 minimum: 301\n[ 0.141414] ACPI: Core revision 20150930\n[ 0.142823] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144180] Security Framework initialized\n[ 0.145024] Yama: becoming mindful.\n[ 0.145772] AppArmor: AppArmor initialized\n[ 0.146656] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148020] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149341] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150581] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152171] Initializing cgroup subsys io\n[ 0.153017] Initializing cgroup subsys memory\n[ 0.153917] Initializing cgroup subsys devices\n[ 0.154813] Initializing cgroup subsys freezer\n[ 0.155710] Initializing cgroup subsys net_cls\n[ 0.156604] Initializing cgroup subsys perf_event\n[ 0.157542] Initializing cgroup subsys net_prio\n[ 0.158506] Initializing cgroup subsys hugetlb\n[ 0.159407] Initializing cgroup subsys pids\n[ 0.160303] CPU: Physical Processor ID: 0\n[ 0.161833] mce: CPU supports 10 MCE banks\n[ 0.162705] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179634] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185714] ftrace: allocating 31920 entries in 125 pages\n[ 0.210538] smpboot: Max logical packages: 1\n[ 0.211434] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212813] x2apic enabled\n[ 0.213634] Switched APIC routing to physical x2apic.\n[ 0.215395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216548] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218684] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220524] KVM setup paravirtual spinlock\n[ 0.221860] x86: Booted up 1 node, 1 CPUs\n[ 0.222684] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224105] devtmpfs: initialized\n[ 0.225837] evm: security.selinux\n[ 0.226551] evm: security.SMACK64\n[ 0.227266] evm: security.SMACK64EXEC\n[ 0.228031] evm: security.SMACK64TRANSMUTE\n[ 0.228859] evm: security.SMACK64MMAP\n[ 0.229621] evm: security.ima\n[ 0.230277] evm: security.capability\n[ 0.231101] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232991] pinctrl core: initialized pinctrl subsystem\n[ 0.234117] RTC time: 5:26:47, date: 07/15/18\n[ 0.235104] NET: Registered protocol family 16\n[ 0.236111] cpuidle: using governor ladder\n[ 0.236948] cpuidle: using governor menu\n[ 0.237749] PCCT header not found.\n[ 0.238521] ACPI: bus type PCI registered\n[ 0.239357] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240632] PCI: Using configuration type 1 for base access\n[ 0.242421] ACPI: Added _OSI(Module Device)\n[ 0.243306] ACPI: Added _OSI(Processor Device)\n[ 0.244189] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245119] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246898] ACPI: Interpreter enabled\n[ 0.247703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253375] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255266] ACPI: (supports S0 S5)\n[ 0.255987] ACPI: Using IOAPIC for interrupt routing\n[ 0.256961] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260101] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261278] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262548] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263774] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266044] acpiphp: Slot [3] registered\n[ 0.266874] acpiphp: Slot [4] registered\n[ 0.267705] acpiphp: Slot [5] registered\n[ 0.268519] acpiphp: Slot [6] registered\n[ 0.269344] acpiphp: Slot [7] registered\n[ 0.270167] acpiphp: Slot [8] registered\n[ 0.270991] acpiphp: Slot [9] registered\n[ 0.271814] acpiphp: Slot [10] registered\n[ 0.272646] acpiphp: Slot [11] registered\n[ 0.273472] acpiphp: Slot [12] registered\n[ 0.274310] acpiphp: Slot [13] registered\n[ 0.275141] acpiphp: Slot [14] registered\n[ 0.275973] acpiphp: Slot [15] registered\n[ 0.287522] acpiphp: Slot [16] registered\n[ 0.288366] acpiphp: Slot [17] registered\n[ 0.289200] acpiphp: Slot [18] registered\n[ 0.290030] acpiphp: Slot [19] registered\n[ 0.290859] acpiphp: Slot [20] registered\n[ 0.291698] acpiphp: Slot [21] registered\n[ 0.292525] acpiphp: Slot [22] registered\n[ 0.293353] acpiphp: Slot [23] registered\n[ 0.294185] acpiphp: Slot [24] registered\n[ 0.295022] acpiphp: Slot [25] registered\n[ 0.295855] acpiphp: Slot [26] registered\n[ 0.296685] acpiphp: Slot [27] registered\n[ 0.297549] acpiphp: Slot [28] registered\n[ 0.298395] acpiphp: Slot [29] registered\n[ 0.299225] acpiphp: Slot [30] registered\n[ 0.300062] acpiphp: Slot [31] registered\n[ 0.300891] PCI host bridge to bus 0000:00\n[ 0.301719] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302963] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304213] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305699] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307195] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313233] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314429] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315713] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319255] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320791] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.339038] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340549] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.342325] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343776] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.345186] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.346480] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347801] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348885] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.350483] vgaarb: loaded\n[ 0.351117] vgaarb: bridge control possible 0000:00:02.0\n[ 0.352374] SCSI subsystem initialized\n[ 0.353302] ACPI: bus type USB registered\n[ 0.354148] usbcore: registered new interface driver usbfs\n[ 0.355216] usbcore: registered new interface driver hub\n[ 0.356251] usbcore: registered new device driver usb\n[ 0.357379] PCI: Using ACPI for IRQ routing\n[ 0.358511] NetLabel: Initializing\n[ 0.359249] NetLabel: domain hash size = 128\n[ 0.360117] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.361105] NetLabel: unlabeled traffic allowed by default\n[ 0.362284] clocksource: Switched to clocksource kvm-clock\n[ 0.370560] AppArmor: AppArmor Filesystem Enabled\n[ 0.371555] pnp: PnP ACPI init\n[ 0.372515] pnp: PnP ACPI: found 5 devices\n[ 0.378857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380606] NET: Registered protocol family 2\n[ 0.381668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382997] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.384234] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385462] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386579] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387794] NET: Registered protocol family 1\n[ 0.388697] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389819] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390925] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.404989] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.419092] Trying to unpack rootfs image as initramfs...\n[ 0.475791] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.477479] Scanning for low memory corruption every 60 seconds\n[ 0.478879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.480073] audit: initializing netlink subsys (disabled)\n[ 0.481130] audit: type=2000 audit(1531632408.090:1): initialized\n[ 0.482549] Initialise system trusted keyring\n[ 0.483517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.484712] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.486881] zbud: loaded\n[ 0.487629] VFS: Disk quotas dquot_6.6.0\n[ 0.488465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.490095] fuse init (API version 7.23)\n[ 0.491035] Key type big_key registered\n[ 0.491861] Allocating IMA MOK and blacklist keyrings.\n[ 0.493108] Key type asymmetric registered\n[ 0.493956] Asymmetric key parser 'x509' registered\n[ 0.494962] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.496484] io scheduler noop registered\n[ 0.497301] io scheduler deadline registered (default)\n[ 0.498338] io scheduler cfq registered\n[ 0.499210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.500276] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.501573] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.503064] ACPI: Power Button [PWRF]\n[ 0.503931] GHES: HEST is not enabled!\n[ 0.517534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547114] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.571096] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573465] Linux agpgart interface v0.103\n[ 0.576235] brd: module loaded\n[ 0.577936] loop: module loaded\n[ 0.584691] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.586226] GPT:90111 != 2097151\n[ 0.586939] GPT:Alternate GPT header not at the end of the disk.\n[ 0.588091] GPT:90111 != 2097151\n[ 0.588798] GPT: Use GNU Parted to correct GPT errors.\n[ 0.589816] vda: vda1 vda15\n[ 0.591295] scsi host0: ata_piix\n[ 0.592114] scsi host1: ata_piix\n[ 0.592868] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.594144] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.595705] libphy: Fixed MDIO Bus: probed\n[ 0.596562] tun: Universal TUN/TAP device driver, 1.6\n[ 0.597564] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.599947] PPP generic driver version 2.4.2\n[ 0.600916] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.602172] ehci-pci: EHCI PCI platform driver\n[ 0.603099] ehci-platform: EHCI generic platform driver\n[ 0.604151] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.605344] ohci-pci: OHCI PCI platform driver\n[ 0.606262] ohci-platform: OHCI generic platform driver\n[ 0.607312] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.621564] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.622641] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.624178] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.625222] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.626431] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.627703] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.629160] usb usb1: Product: UHCI Host Controller\n[ 0.630123] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.631293] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.632313] hub 1-0:1.0: USB hub found\n[ 0.633125] hub 1-0:1.0: 2 ports detected\n[ 0.634101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.636306] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.637302] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.638383] mousedev: PS/2 mouse device common for all mice\n[ 0.639706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.641636] rtc_cmos 00:00: RTC can wake from S4\n[ 0.642785] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.644028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.645263] i2c /dev entries driver\n[ 0.646065] device-mapper: uevent: version 1.0.3\n[ 0.647058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.648750] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.650213] NET: Registered protocol family 10\n[ 0.651388] NET: Registered protocol family 17\n[ 0.652323] Key type dns_resolver registered\n[ 0.653360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.654505] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.656358] registered taskstats version 1\n[ 0.657233] Loading compiled-in X.509 certificates\n[ 0.658758] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.660674] zswap: loaded using pool lzo/zbud\n[ 0.662371] Key type trusted registered\n[ 0.664182] Key type encrypted registered\n[ 0.665051] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.666142] ima: No TPM chip found, activating TPM-bypass!\n[ 0.667256] evm: HMAC attrs: 0x1\n[ 0.668264] Magic number: 10:36:416\n[ 0.669162] rtc_cmos 00:00: setting system clock to 2018-07-15 05:26:47 UTC (1531632407)\n[ 0.670871] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.672036] EDD information not available.\n[ 0.755590] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767944] Write protecting the kernel read-only data: 14336k\n[ 0.770108] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.772022] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.817353] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.14...\nLease of 192.168.0.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.90. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNRyPuictvLnlQyUPNYoWIE7vZ+FYFUc2NdF5+vVjlvNkN3mNDajQWE0ZFQRpaOBldQjgT+r2zxHuta7H8aUti49HXil7LOrt5BKtRvXHNZECj4TtYsG13BIMeIKYe1DRH33h1eH01l1rn+PzaTJmH1yLKK9WadOynC1cwe4yTk2/XTX0Ksvz9ydbYoAaegDqSTZe4fBj3HVer/UGucHGrU5a78QRyyzxe4bGpeJNVEOMtn0i0/qE2lS7euQPA8qCgMva6G/mdH2vlxHsn3nAfS+D/uMaKZb9AEhYuUxHtN+zoYY2IVtOaekTF1+0bFSfmUsOm5YCT4SNeROyWnbXL root@singlevm2-vm-a66a3726-5c08-4885-81c1-f43b9b58162b\nssh-dss AAAAB3NzaC1kc3MAAACBAJpcuTiMdTVJC369YL0gBlpMCbJVWLchTygCm0JXs1CIfhIdY6wjHZe8M0n4iocxene01Mzo3QKzyLNcGc2Q6BZhZbPYjIY/Ei6y6esaVTiPjbLpdQHtMKSgBVaLh28dQzYf0RZErvFSJxhdx8dEBBwXHpgyvc3LbbvXUIaPQpOhAAAAFQCCZnfWRXKU8Cjdc5jo+XeK7hLgOQAAAIAmwUT6N2ngaxIW9XZ/6ILeIlcIgnlneoVFUL/Bq2GWqFxuPcy+b5xJ3V/5Z2XtkMh7V75yu2kr9rumOzh9OGs3Miuq/ApC7EP0CpsUatVYi9+xBEIQtsSwG9TYphL5p/mkRHf4w+tgd62nV7L3f1NGqDRy/cFZtiuhsaEMieJ/cgAAAIACexdrv4jKimAPHMdS+ayONm3Gwm2Ljcp87XmyFpq6KEsLc+nUVcLN8zLPUlpiWFzu6r4HMJUe0+lvAJLmlamDBMwQGQmN8mj7WvNdwVTYcXOli1ob7Sg6lNjb87XcttvmvBudf1FOyosdatX+Qsi8/BBLAHDn2cgZcLlu2MLPIA== root@singlevm2-vm-a66a3726-5c08-4885-81c1-f43b9b58162b\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.14,24,fe80::f816:3eff:fe1a:d0ee/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.2 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.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-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-a66a3726-5c08-4885-81c1-f43b9b58162b\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.81 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-a66a3726-5c08-4885-81c1-f43b9b58162b login: "} 2018-07-15 05:26:53,570 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d/action used request id req-bf493c01-c398-4815-858d-7a6d2e6a8031 2018-07-15 05:26:53,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.140764951706s 2018-07-15 05:26:53,571 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d/action used request id req-bf493c01-c398-4815-858d-7a6d2e6a8031 2018-07-15 05:26:53,571 - 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 481133179 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.138804] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140496] pid_max: default: 32768 minimum: 301 [ 0.141414] ACPI: Core revision 20150930 [ 0.142823] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144180] Security Framework initialized [ 0.145024] Yama: becoming mindful. [ 0.145772] AppArmor: AppArmor initialized [ 0.146656] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148020] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149341] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150581] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152171] Initializing cgroup subsys io [ 0.153017] Initializing cgroup subsys memory [ 0.153917] Initializing cgroup subsys devices [ 0.154813] Initializing cgroup subsys freezer [ 0.155710] Initializing cgroup subsys net_cls [ 0.156604] Initializing cgroup subsys perf_event [ 0.157542] Initializing cgroup subsys net_prio [ 0.158506] Initializing cgroup subsys hugetlb [ 0.159407] Initializing cgroup subsys pids [ 0.160303] CPU: Physical Processor ID: 0 [ 0.161833] mce: CPU supports 10 MCE banks [ 0.162705] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.179634] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.185714] ftrace: allocating 31920 entries in 125 pages [ 0.210538] smpboot: Max logical packages: 1 [ 0.211434] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.212813] x2apic enabled [ 0.213634] Switched APIC routing to physical x2apic. [ 0.215395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.216548] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.218684] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.220524] KVM setup paravirtual spinlock [ 0.221860] x86: Booted up 1 node, 1 CPUs [ 0.222684] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.224105] devtmpfs: initialized [ 0.225837] evm: security.selinux [ 0.226551] evm: security.SMACK64 [ 0.227266] evm: security.SMACK64EXEC [ 0.228031] evm: security.SMACK64TRANSMUTE [ 0.228859] evm: security.SMACK64MMAP [ 0.229621] evm: security.ima [ 0.230277] evm: security.capability [ 0.231101] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232991] pinctrl core: initialized pinctrl subsystem [ 0.234117] RTC time: 5:26:47, date: 07/15/18 [ 0.235104] NET: Registered protocol family 16 [ 0.236111] cpuidle: using governor ladder [ 0.236948] cpuidle: using governor menu [ 0.237749] PCCT header not found. [ 0.238521] ACPI: bus type PCI registered [ 0.239357] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.240632] PCI: Using configuration type 1 for base access [ 0.242421] ACPI: Added _OSI(Module Device) [ 0.243306] ACPI: Added _OSI(Processor Device) [ 0.244189] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.245119] ACPI: Added _OSI(Processor Aggregator Device) [ 0.246898] ACPI: Interpreter enabled [ 0.247703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.249600] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.251477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.253375] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.255266] ACPI: (supports S0 S5) [ 0.255987] ACPI: Using IOAPIC for interrupt routing [ 0.256961] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.260101] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261278] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.262548] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.263774] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.266044] acpiphp: Slot [3] registered [ 0.266874] acpiphp: Slot [4] registered [ 0.267705] acpiphp: Slot [5] registered [ 0.268519] acpiphp: Slot [6] registered [ 0.269344] acpiphp: Slot [7] registered [ 0.270167] acpiphp: Slot [8] registered [ 0.270991] acpiphp: Slot [9] registered [ 0.271814] acpiphp: Slot [10] registered [ 0.272646] acpiphp: Slot [11] registered [ 0.273472] acpiphp: Slot [12] registered [ 0.274310] acpiphp: Slot [13] registered [ 0.275141] acpiphp: Slot [14] registered [ 0.275973] acpiphp: Slot [15] registered [ 0.287522] acpiphp: Slot [16] registered [ 0.288366] acpiphp: Slot [17] registered [ 0.289200] acpiphp: Slot [18] registered [ 0.290030] acpiphp: Slot [19] registered [ 0.290859] acpiphp: Slot [20] registered [ 0.291698] acpiphp: Slot [21] registered [ 0.292525] acpiphp: Slot [22] registered [ 0.293353] acpiphp: Slot [23] registered [ 0.294185] acpiphp: Slot [24] registered [ 0.295022] acpiphp: Slot [25] registered [ 0.295855] acpiphp: Slot [26] registered [ 0.296685] acpiphp: Slot [27] registered [ 0.297549] acpiphp: Slot [28] registered [ 0.298395] acpiphp: Slot [29] registered [ 0.299225] acpiphp: Slot [30] registered [ 0.300062] acpiphp: Slot [31] registered [ 0.300891] PCI host bridge to bus 0000:00 [ 0.301719] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302963] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.304213] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305699] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.307195] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308700] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313233] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314429] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315713] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319255] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.320791] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.339038] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340549] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.342325] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.343776] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.345186] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.346480] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.347801] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.348885] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.350483] vgaarb: loaded [ 0.351117] vgaarb: bridge control possible 0000:00:02.0 [ 0.352374] SCSI subsystem initialized [ 0.353302] ACPI: bus type USB registered [ 0.354148] usbcore: registered new interface driver usbfs [ 0.355216] usbcore: registered new interface driver hub [ 0.356251] usbcore: registered new device driver usb [ 0.357379] PCI: Using ACPI for IRQ routing [ 0.358511] NetLabel: Initializing [ 0.359249] NetLabel: domain hash size = 128 [ 0.360117] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.361105] NetLabel: unlabeled traffic allowed by default [ 0.362284] clocksource: Switched to clocksource kvm-clock [ 0.370560] AppArmor: AppArmor Filesystem Enabled [ 0.371555] pnp: PnP ACPI init [ 0.372515] pnp: PnP ACPI: found 5 devices [ 0.378857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380606] NET: Registered protocol family 2 [ 0.381668] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.382997] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.384234] TCP: Hash tables configured (established 4096 bind 4096) [ 0.385462] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386579] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387794] NET: Registered protocol family 1 [ 0.388697] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389819] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390925] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.404989] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.419092] Trying to unpack rootfs image as initramfs... [ 0.475791] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.477479] Scanning for low memory corruption every 60 seconds [ 0.478879] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.480073] audit: initializing netlink subsys (disabled) [ 0.481130] audit: type=2000 audit(1531632408.090:1): initialized [ 0.482549] Initialise system trusted keyring [ 0.483517] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.484712] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.486881] zbud: loaded [ 0.487629] VFS: Disk quotas dquot_6.6.0 [ 0.488465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.490095] fuse init (API version 7.23) [ 0.491035] Key type big_key registered [ 0.491861] Allocating IMA MOK and blacklist keyrings. [ 0.493108] Key type asymmetric registered [ 0.493956] Asymmetric key parser 'x509' registered [ 0.494962] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.496484] io scheduler noop registered [ 0.497301] io scheduler deadline registered (default) [ 0.498338] io scheduler cfq registered [ 0.499210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.500276] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.501573] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.503064] ACPI: Power Button [PWRF] [ 0.503931] GHES: HEST is not enabled! [ 0.517534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.544954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.547114] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.571096] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.573465] Linux agpgart interface v0.103 [ 0.576235] brd: module loaded [ 0.577936] loop: module loaded [ 0.584691] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.586226] GPT:90111 != 2097151 [ 0.586939] GPT:Alternate GPT header not at the end of the disk. [ 0.588091] GPT:90111 != 2097151 [ 0.588798] GPT: Use GNU Parted to correct GPT errors. [ 0.589816] vda: vda1 vda15 [ 0.591295] scsi host0: ata_piix [ 0.592114] scsi host1: ata_piix [ 0.592868] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.594144] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.595705] libphy: Fixed MDIO Bus: probed [ 0.596562] tun: Universal TUN/TAP device driver, 1.6 [ 0.597564] tun: (C) 1999-2004 Max Krasnyansky [ 0.599947] PPP generic driver version 2.4.2 [ 0.600916] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.602172] ehci-pci: EHCI PCI platform driver [ 0.603099] ehci-platform: EHCI generic platform driver [ 0.604151] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.605344] ohci-pci: OHCI PCI platform driver [ 0.606262] ohci-platform: OHCI generic platform driver [ 0.607312] uhci_hcd: USB Universal Host Controller Interface driver [ 0.621564] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.622641] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.624178] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.625222] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.626431] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.627703] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.629160] usb usb1: Product: UHCI Host Controller [ 0.630123] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.631293] usb usb1: SerialNumber: 0000:00:01.2 [ 0.632313] hub 1-0:1.0: USB hub found [ 0.633125] hub 1-0:1.0: 2 ports detected [ 0.634101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.636306] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.637302] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.638383] mousedev: PS/2 mouse device common for all mice [ 0.639706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.641636] rtc_cmos 00:00: RTC can wake from S4 [ 0.642785] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.644028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.645263] i2c /dev entries driver [ 0.646065] device-mapper: uevent: version 1.0.3 [ 0.647058] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.648750] ledtrig-cpu: registered to indicate activity on CPUs [ 0.650213] NET: Registered protocol family 10 [ 0.651388] NET: Registered protocol family 17 [ 0.652323] Key type dns_resolver registered [ 0.653360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.654505] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.656358] registered taskstats version 1 [ 0.657233] Loading compiled-in X.509 certificates [ 0.658758] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.660674] zswap: loaded using pool lzo/zbud [ 0.662371] Key type trusted registered [ 0.664182] Key type encrypted registered [ 0.665051] AppArmor: AppArmor sha1 policy hashing enabled [ 0.666142] ima: No TPM chip found, activating TPM-bypass! [ 0.667256] evm: HMAC attrs: 0x1 [ 0.668264] Magic number: 10:36:416 [ 0.669162] rtc_cmos 00:00: setting system clock to 2018-07-15 05:26:47 UTC (1531632407) [ 0.670871] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.672036] EDD information not available. [ 0.755590] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.767944] Write protecting the kernel read-only data: 14336k [ 0.770108] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.772022] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.817353] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.14... Lease of 192.168.0.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.90. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNRyPuictvLnlQyUPNYoWIE7vZ+FYFUc2NdF5+vVjlvNkN3mNDajQWE0ZFQRpaOBldQjgT+r2zxHuta7H8aUti49HXil7LOrt5BKtRvXHNZECj4TtYsG13BIMeIKYe1DRH33h1eH01l1rn+PzaTJmH1yLKK9WadOynC1cwe4yTk2/XTX0Ksvz9ydbYoAaegDqSTZe4fBj3HVer/UGucHGrU5a78QRyyzxe4bGpeJNVEOMtn0i0/qE2lS7euQPA8qCgMva6G/mdH2vlxHsn3nAfS+D/uMaKZb9AEhYuUxHtN+zoYY2IVtOaekTF1+0bFSfmUsOm5YCT4SNeROyWnbXL root@singlevm2-vm-a66a3726-5c08-4885-81c1-f43b9b58162b ssh-dss AAAAB3NzaC1kc3MAAACBAJpcuTiMdTVJC369YL0gBlpMCbJVWLchTygCm0JXs1CIfhIdY6wjHZe8M0n4iocxene01Mzo3QKzyLNcGc2Q6BZhZbPYjIY/Ei6y6esaVTiPjbLpdQHtMKSgBVaLh28dQzYf0RZErvFSJxhdx8dEBBwXHpgyvc3LbbvXUIaPQpOhAAAAFQCCZnfWRXKU8Cjdc5jo+XeK7hLgOQAAAIAmwUT6N2ngaxIW9XZ/6ILeIlcIgnlneoVFUL/Bq2GWqFxuPcy+b5xJ3V/5Z2XtkMh7V75yu2kr9rumOzh9OGs3Miuq/ApC7EP0CpsUatVYi9+xBEIQtsSwG9TYphL5p/mkRHf4w+tgd62nV7L3f1NGqDRy/cFZtiuhsaEMieJ/cgAAAIACexdrv4jKimAPHMdS+ayONm3Gwm2Ljcp87XmyFpq6KEsLc+nUVcLN8zLPUlpiWFzu6r4HMJUe0+lvAJLmlamDBMwQGQmN8mj7WvNdwVTYcXOli1ob7Sg6lNjb87XcttvmvBudf1FOyosdatX+Qsi8/BBLAHDn2cgZcLlu2MLPIA== root@singlevm2-vm-a66a3726-5c08-4885-81c1-f43b9b58162b -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.14,24,fe80::f816:3eff:fe1a:d0ee/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.2 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.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-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-a66a3726-5c08-4885-81c1-f43b9b58162b launch-index: 0 === cirros: current=0.4.0 uptime=3.81 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-a66a3726-5c08-4885-81c1-f43b9b58162b login: 2018-07-15 05:26:55,577 - paramiko.transport - DEBUG - starting thread (client mode): 0x56e69750L 2018-07-15 05:26:55,577 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-15 05:26:55,578 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-15 05:26:55,578 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-15 05:26:55,579 - 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-15 05:26:55,579 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-15 05:26:55,579 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-15 05:26:55,579 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-15 05:26:55,579 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-15 05:26:55,580 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-15 05:26:55,597 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-15 05:26:55,598 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-15 05:26:55,609 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.209: a3fc43504a61072673e2ededa2b2bc39 2018-07-15 05:26:55,610 - paramiko.transport - DEBUG - Trying discovered key 17d17b188286d882f14b3566d5e8e718 in /tmp/tmpadeY9t 2018-07-15 05:26:55,635 - paramiko.transport - DEBUG - userauth is OK 2018-07-15 05:26:55,641 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-15 05:26:55,643 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-15 05:26:55,644 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-15 05:26:55,644 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-15 05:26:55,645 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-15 05:26:55,647 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-15 05:26:55,646 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-15 05:26:55,651 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-15 05:26:55,771 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 05:26:55,772 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:34 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-15 05:26:55,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-15 05:26:55,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/5eea5cfe-e274-46e7-b562-550d652cd9b3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:56,808 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a5cc2462-09c1-4783-a08f-f55a8154a926 Content-Length: 0 Date: Sun, 15 Jul 2018 05:26:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:26:56,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/5eea5cfe-e274-46e7-b562-550d652cd9b3.json used request id req-a5cc2462-09c1-4783-a08f-f55a8154a926 2018-07-15 05:26:56,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.02863502502s 2018-07-15 05:26:56,808 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/5eea5cfe-e274-46e7-b562-550d652cd9b3.json used request id req-a5cc2462-09c1-4783-a08f-f55a8154a926 2018-07-15 05:26:56,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:26:56,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:56,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-218d27be-a15d-4568-bd5a-d9ba3da10330 Date: Sun, 15 Jul 2018 05:26:56 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:26:56,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-218d27be-a15d-4568-bd5a-d9ba3da10330 2018-07-15 05:26:56,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0554330348969s 2018-07-15 05:26:56,869 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-218d27be-a15d-4568-bd5a-d9ba3da10330 2018-07-15 05:26:56,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 05:26:56,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:57,105 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:26:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0783985e-d9bb-4a57-b7d7-3d440944c831 x-compute-request-id: req-0783985e-d9bb-4a57-b7d7-3d440944c831 Content-Type: application/json 2018-07-15 05:26:57,105 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d used request id req-0783985e-d9bb-4a57-b7d7-3d440944c831 2018-07-15 05:26:57,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.235117912292s 2018-07-15 05:26:57,106 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d used request id req-0783985e-d9bb-4a57-b7d7-3d440944c831 2018-07-15 05:26:57,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:26:57,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:26:57,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26: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-8778bf7e-e3a2-467b-b4d7-8691e9c9000c x-compute-request-id: req-8778bf7e-e3a2-467b-b4d7-8691e9c9000c Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_a66a3726-5c08-4885-81c1-f43b9b58162b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:d0:ee", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:d0:ee", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5e0f8c7a-7090-45cb-a506-3feb864c921d", "rel": "bookmark"}], "image": {"id": "2550a7b8-c916-4e3c-bb72-c875449cba66", "links": [{"href": "http://172.30.9.25:8774/images/2550a7b8-c916-4e3c-bb72-c875449cba66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:26:47.000000", "flavor": {"id": "385e6cfa-c7df-45ed-9487-88784395a2b9", "links": [{"href": "http://172.30.9.25:8774/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9", "rel": "bookmark"}]}, "id": "5e0f8c7a-7090-45cb-a506-3feb864c921d", "security_groups": [{"name": "singlevm2-sg_a66a3726-5c08-4885-81c1-f43b9b58162b"}], "user_id": "a8a8735a78884d76b3f0afa55a6bf414", "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-15T05:26:57Z", "hostId": "16ab9907f573583d0ae6ad289a8aeae308064207fa499722caf2eede", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b", "name": "singlevm2-vm_a66a3726-5c08-4885-81c1-f43b9b58162b", "created": "2018-07-15T05:26:36Z", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:26:57,981 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8778bf7e-e3a2-467b-b4d7-8691e9c9000c 2018-07-15 05:26:57,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.87450504303s 2018-07-15 05:26:57,981 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8778bf7e-e3a2-467b-b4d7-8691e9c9000c 2018-07-15 05:26:57,983 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:26:59,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:26:59,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:27:00,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:26: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-ba6496ec-91dc-41b2-a303-098464a6146b x-compute-request-id: req-ba6496ec-91dc-41b2-a303-098464a6146b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 05:27:00,070 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ba6496ec-91dc-41b2-a303-098464a6146b 2018-07-15 05:27:00,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0849800109863s 2018-07-15 05:27:00,071 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ba6496ec-91dc-41b2-a303-098464a6146b 2018-07-15 05:27:00,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 05:27:00,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:27:00,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-1589d409-8763-4a9e-b8b6-273265898a0e Date: Sun, 15 Jul 2018 05:27:00 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "created_at": "2018-07-15T05:26:31Z", "updated_at": "2018-07-15T05:26:32Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:32Z", "revision_number": 0, "id": "605f3f38-4b54-412c-a6f3-dc096588880a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:32Z", "security_group_id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv4", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T05:26:32Z", "revision_number": 0, "id": "a1435577-6797-4768-8d49-bdadf0df33e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:32Z", "security_group_id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:31Z", "revision_number": 0, "id": "b706051f-ca87-44ea-a9bc-b1d2c6af978d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:31Z", "security_group_id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv6", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:31Z", "revision_number": 0, "id": "d1803bbd-3689-432b-aa77-d007d9eed5f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:31Z", "security_group_id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv4", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}], "revision_number": 3, "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "id": "5359f8b6-0044-430d-b17d-4309faeb3dc9", "name": "singlevm2-sg_a66a3726-5c08-4885-81c1-f43b9b58162b"}, {"description": "Default security group", "tags": [], "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "created_at": "2018-07-15T05:26:22Z", "updated_at": "2018-07-15T05:26:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:22Z", "revision_number": 0, "id": "313f86ab-31b4-4f9d-a43f-0c96270b63c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:22Z", "security_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv6", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:22Z", "revision_number": 0, "id": "c30033f9-bb19-4ddb-b84c-fea5decf2bd9", "remote_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:22Z", "security_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv6", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:22Z", "revision_number": 0, "id": "c44aad74-5872-457f-8a34-dbbe0d137180", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:22Z", "security_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv4", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:26:22Z", "revision_number": 0, "id": "f99dd5bd-5eed-4316-853e-80e11a59e7db", "remote_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "remote_ip_prefix": null, "created_at": "2018-07-15T05:26:22Z", "security_group_id": "811aac42-01f5-45cb-8f1e-b74061c33227", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "port_range_min": null, "ethertype": "IPv4", "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f"}], "revision_number": 1, "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "id": "811aac42-01f5-45cb-8f1e-b74061c33227", "name": "default"}]} 2018-07-15 05:27:00,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-1589d409-8763-4a9e-b8b6-273265898a0e 2018-07-15 05:27:00,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.257210016251s 2018-07-15 05:27:00,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-1589d409-8763-4a9e-b8b6-273265898a0e 2018-07-15 05:27:00,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-15 05:27:00,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/5359f8b6-0044-430d-b17d-4309faeb3dc9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:27:00,505 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-afd35d0e-9f1e-43e1-9be8-59da9c063de6 Content-Length: 0 Date: Sun, 15 Jul 2018 05:27:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:27:00,506 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/5359f8b6-0044-430d-b17d-4309faeb3dc9.json used request id req-afd35d0e-9f1e-43e1-9be8-59da9c063de6 2018-07-15 05:27:00,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.170421123505s 2018-07-15 05:27:00,506 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/5359f8b6-0044-430d-b17d-4309faeb3dc9.json used request id req-afd35d0e-9f1e-43e1-9be8-59da9c063de6 2018-07-15 05:27:00,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-15 05:27:00,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:27:00,568 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:27:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-28507a3c-6641-44a4-8318-30c80db210f5 x-compute-request-id: req-28507a3c-6641-44a4-8318-30c80db210f5 Content-Length: 0 Content-Type: application/json 2018-07-15 05:27:00,568 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b used request id req-28507a3c-6641-44a4-8318-30c80db210f5 2018-07-15 05:27:00,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0613560676575s 2018-07-15 05:27:00,568 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm2-kp_a66a3726-5c08-4885-81c1-f43b9b58162b used request id req-28507a3c-6641-44a4-8318-30c80db210f5 2018-07-15 05:27:00,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 05:27:00,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/da3ee38b-5800-498b-b443-01f138dc5640/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}050c2ca41ade09ee1c189dbe256f238474446649" -d '{"subnet_id": "714e5bce-b400-4f0f-aa76-6483d07b9c99"}' 2018-07-15 05:27:02,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-34017790-b728-4417-8fc5-5a83422d9bbd Date: Sun, 15 Jul 2018 05:27:02 GMT RESP BODY: {"network_id": "ebfc672e-7d48-49ec-8287-fd68b18f0a0e", "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "subnet_id": "714e5bce-b400-4f0f-aa76-6483d07b9c99", "subnet_ids": ["714e5bce-b400-4f0f-aa76-6483d07b9c99"], "port_id": "e49619e7-8839-4809-9b2a-f90a9bce9e4e", "id": "da3ee38b-5800-498b-b443-01f138dc5640"} 2018-07-15 05:27:02,262 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/da3ee38b-5800-498b-b443-01f138dc5640/remove_router_interface.json used request id req-34017790-b728-4417-8fc5-5a83422d9bbd 2018-07-15 05:27:02,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.69322609901s 2018-07-15 05:27:02,262 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/da3ee38b-5800-498b-b443-01f138dc5640/remove_router_interface.json used request id req-34017790-b728-4417-8fc5-5a83422d9bbd returning object da3ee38b-5800-498b-b443-01f138dc5640 2018-07-15 05:27:02,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 05:27:02,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:27:02,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-38a648a6-fb51-43b6-8991-c18810f2a60a Date: Sun, 15 Jul 2018 05:27:02 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "created_at": "2018-07-15T05:26:24Z", "admin_state_up": true, "updated_at": "2018-07-15T05:27:01Z", "revision_number": 4, "routes": [], "project_id": "80859f03d1ed4229ba12cbeec3ac6d3f", "id": "da3ee38b-5800-498b-b443-01f138dc5640", "name": "singlevm2-router_a66a3726-5c08-4885-81c1-f43b9b58162b"}]} 2018-07-15 05:27:02,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-38a648a6-fb51-43b6-8991-c18810f2a60a 2018-07-15 05:27:02,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.121282100677s 2018-07-15 05:27:02,384 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-38a648a6-fb51-43b6-8991-c18810f2a60a 2018-07-15 05:27:02,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 05:27:02,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/da3ee38b-5800-498b-b443-01f138dc5640.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:27:03,928 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-677d3abd-2f2e-49c0-b9ef-03fb59c1b413 Content-Length: 0 Date: Sun, 15 Jul 2018 05:27:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:27:03,928 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/da3ee38b-5800-498b-b443-01f138dc5640.json used request id req-677d3abd-2f2e-49c0-b9ef-03fb59c1b413 2018-07-15 05:27:03,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.54229593277s 2018-07-15 05:27:03,928 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/da3ee38b-5800-498b-b443-01f138dc5640.json used request id req-677d3abd-2f2e-49c0-b9ef-03fb59c1b413 2018-07-15 05:27:03,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:27:03,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:27:04,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-18f19a2c-b05c-4608-a9db-e531e7ce43c7 Date: Sun, 15 Jul 2018 05:27:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ebfc672e-7d48-49ec-8287-fd68b18f0a0e","tenant_id":"80859f03d1ed4229ba12cbeec3ac6d3f","created_at":"2018-07-15T05:26:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:26:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"80859f03d1ed4229ba12cbeec3ac6d3f","id":"714e5bce-b400-4f0f-aa76-6483d07b9c99","subnetpool_id":null,"name":"singlevm2-subnet_a66a3726-5c08-4885-81c1-f43b9b58162b"}]} 2018-07-15 05:27:04,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-18f19a2c-b05c-4608-a9db-e531e7ce43c7 2018-07-15 05:27:04,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.228479862213s 2018-07-15 05:27:04,158 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-18f19a2c-b05c-4608-a9db-e531e7ce43c7 2018-07-15 05:27:04,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 05:27:04,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/714e5bce-b400-4f0f-aa76-6483d07b9c99.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:27:06,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9fdbebef-4d6f-42ff-ae06-c102a6f5dffc Date: Sun, 15 Jul 2018 05:27:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:27:06,628 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/714e5bce-b400-4f0f-aa76-6483d07b9c99.json used request id req-9fdbebef-4d6f-42ff-ae06-c102a6f5dffc 2018-07-15 05:27:06,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.46896696091s 2018-07-15 05:27:06,629 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/714e5bce-b400-4f0f-aa76-6483d07b9c99.json used request id req-9fdbebef-4d6f-42ff-ae06-c102a6f5dffc 2018-07-15 05:27:06,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:27:06,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:27:06,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-d8ec65fc-a686-4a53-b782-10efe64a622e Date: Sun, 15 Jul 2018 05:27:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T05:27:06Z","tenant_id":"80859f03d1ed4229ba12cbeec3ac6d3f","created_at":"2018-07-15T05:26:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"80859f03d1ed4229ba12cbeec3ac6d3f","id":"ebfc672e-7d48-49ec-8287-fd68b18f0a0e","name":"singlevm2-net_a66a3726-5c08-4885-81c1-f43b9b58162b"}]} 2018-07-15 05:27:06,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d8ec65fc-a686-4a53-b782-10efe64a622e 2018-07-15 05:27:06,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.129956960678s 2018-07-15 05:27:06,760 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d8ec65fc-a686-4a53-b782-10efe64a622e 2018-07-15 05:27:06,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 05:27:06,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/ebfc672e-7d48-49ec-8287-fd68b18f0a0e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:27:08,094 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c85ff568-88b6-44f3-b417-64f07e98521f Date: Sun, 15 Jul 2018 05:27:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:27:08,094 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/ebfc672e-7d48-49ec-8287-fd68b18f0a0e.json used request id req-c85ff568-88b6-44f3-b417-64f07e98521f 2018-07-15 05:27:08,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.33327507973s 2018-07-15 05:27:08,094 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/ebfc672e-7d48-49ec-8287-fd68b18f0a0e.json used request id req-c85ff568-88b6-44f3-b417-64f07e98521f 2018-07-15 05:27:08,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:27:08,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:27:08,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-cab53054-eac4-4d5a-84ef-76e70e81b78a Date: Sun, 15 Jul 2018 05:27:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/2550a7b8-c916-4e3c-bb72-c875449cba66/snap", "metadata": {}}], "file": "/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66/file", "owner": "80859f03d1ed4229ba12cbeec3ac6d3f", "id": "2550a7b8-c916-4e3c-bb72-c875449cba66", "size": 12716032, "self": "/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/2550a7b8-c916-4e3c-bb72-c875449cba66/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:26:29Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_a66a3726-5c08-4885-81c1-f43b9b58162b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_a66a3726-5c08-4885-81c1-f43b9b58162b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:26:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:27:08,138 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-cab53054-eac4-4d5a-84ef-76e70e81b78a 2018-07-15 05:27:08,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0393381118774s 2018-07-15 05:27:08,138 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-cab53054-eac4-4d5a-84ef-76e70e81b78a 2018-07-15 05:27:08,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 05:27:08,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}050c2ca41ade09ee1c189dbe256f238474446649" 2018-07-15 05:27:08,898 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2754be64-c481-4c21-8a9b-a6b589733a30 Date: Sun, 15 Jul 2018 05:27:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 05:27:08,899 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66 used request id req-2754be64-c481-4c21-8a9b-a6b589733a30 2018-07-15 05:27:08,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.759152173996s 2018-07-15 05:27:08,899 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/2550a7b8-c916-4e3c-bb72-c875449cba66 used request id req-2754be64-c481-4c21-8a9b-a6b589733a30 2018-07-15 05:27:08,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:27:08,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:27:08,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27: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-eec34610-f3b3-4244-99bf-80e152865c82 x-compute-request-id: req-eec34610-f3b3-4244-99bf-80e152865c82 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_a66a3726-5c08-4885-81c1-f43b9b58162b", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9", "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": "385e6cfa-c7df-45ed-9487-88784395a2b9"}]} 2018-07-15 05:27:08,943 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-eec34610-f3b3-4244-99bf-80e152865c82 2018-07-15 05:27:08,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0434119701385s 2018-07-15 05:27:08,943 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-eec34610-f3b3-4244-99bf-80e152865c82 2018-07-15 05:27:08,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 05:27:08,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:27:08,979 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:27: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-d242536a-efa3-4e97-9b02-0a3d85dd5471 x-compute-request-id: req-d242536a-efa3-4e97-9b02-0a3d85dd5471 Content-Length: 0 Content-Type: application/json 2018-07-15 05:27:08,979 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9 used request id req-d242536a-efa3-4e97-9b02-0a3d85dd5471 2018-07-15 05:27:08,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0341250896454s 2018-07-15 05:27:08,979 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/385e6cfa-c7df-45ed-9487-88784395a2b9 used request id req-d242536a-efa3-4e97-9b02-0a3d85dd5471 2018-07-15 05:27:08,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:27:08,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:27:09,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-358d0675-e461-445b-9b6f-5cf6e0337713 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/0255670b0f954e4da231ad2ed5f27d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0255670b0f954e4da231ad2ed5f27d37", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/11f7ce447f114de18e36cd87cce7e45d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11f7ce447f114de18e36cd87cce7e45d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/1ec4d9b432d246c9993dbcedf8bd520f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec4d9b432d246c9993dbcedf8bd520f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/34d6d74b6f394a4fa6665b584fdebff7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34d6d74b6f394a4fa6665b584fdebff7", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/39ab10c64eeb48fe91cb832c421b1876"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39ab10c64eeb48fe91cb832c421b1876", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/4e38ae7ba96441dd90050af4d6927b35"}, "domain_id": "41772bd83fa146659c07e7f2ce369b5b", "enabled": true, "options": {}, "id": "4e38ae7ba96441dd90050af4d6927b35", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/8d21b752781546b09f9c436b0144650e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d21b752781546b09f9c436b0144650e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/9b71d418c6c84ccfa444645c813d408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b71d418c6c84ccfa444645c813d408b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/a398bd60ebd44db68dec542120fe0b1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a398bd60ebd44db68dec542120fe0b1f", "email": "nova@localhost", "password_expires_at": null}, {"name": "singlevm2-user_a66a3726-5c08-4885-81c1-f43b9b58162b", "links": {"self": "http://172.30.9.25:5000/v3/users/a8a8735a78884d76b3f0afa55a6bf414"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a8a8735a78884d76b3f0afa55a6bf414", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/b3219c4fa4234ce48a596e1a59fdd268"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3219c4fa4234ce48a596e1a59fdd268", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/b3b51e255d1e45b88c6da3a68cdb9096"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3b51e255d1e45b88c6da3a68cdb9096", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/d3e1d34a8e4049a6b46b03e2f2f98f55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3e1d34a8e4049a6b46b03e2f2f98f55", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/f501b6fd0a644232b712a18c71145436"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f501b6fd0a644232b712a18c71145436", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/fcc9389cbd2d4e1e955095e15e39bf07"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fcc9389cbd2d4e1e955095e15e39bf07", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 05:27:09,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-358d0675-e461-445b-9b6f-5cf6e0337713 2018-07-15 05:27:09,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119713783264s 2018-07-15 05:27:09,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-358d0675-e461-445b-9b6f-5cf6e0337713 2018-07-15 05:27:09,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:27:09,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/a8a8735a78884d76b3f0afa55a6bf414 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:27:09,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed6f085d-cd3a-4d32-8c48-8a3318b2bc73 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_a66a3726-5c08-4885-81c1-f43b9b58162b", "links": {"self": "http://172.30.9.25:5000/v3/users/a8a8735a78884d76b3f0afa55a6bf414"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "a8a8735a78884d76b3f0afa55a6bf414", "description": null}} 2018-07-15 05:27:09,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/a8a8735a78884d76b3f0afa55a6bf414 used request id req-ed6f085d-cd3a-4d32-8c48-8a3318b2bc73 2018-07-15 05:27:09,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120577096939s 2018-07-15 05:27:09,227 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/a8a8735a78884d76b3f0afa55a6bf414 used request id req-ed6f085d-cd3a-4d32-8c48-8a3318b2bc73 2018-07-15 05:27:09,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 05:27:09,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/a8a8735a78884d76b3f0afa55a6bf414 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:27:09,552 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:27:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87f99f77-3914-4727-8f50-bd8e1c8b08f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:27:09,553 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/a8a8735a78884d76b3f0afa55a6bf414 used request id req-87f99f77-3914-4727-8f50-bd8e1c8b08f2 2018-07-15 05:27:09,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.325324058533s 2018-07-15 05:27:09,553 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/a8a8735a78884d76b3f0afa55a6bf414 used request id req-87f99f77-3914-4727-8f50-bd8e1c8b08f2 2018-07-15 05:27:09,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 05:27:09,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:27:09,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4bc3822-b915-4c30-b8d1-2280713e3b1d Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6"}, "tags": [], "enabled": true, "id": "015b6efde4b14340b597d5c867c208e6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.25:5000/v3/projects/80859f03d1ed4229ba12cbeec3ac6d3f"}, "tags": [], "enabled": true, "id": "80859f03d1ed4229ba12cbeec3ac6d3f", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_a66a3726-5c08-4885-81c1-f43b9b58162b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/fef18fac968b4e41829891ac01ae670e"}, "tags": [], "enabled": true, "id": "fef18fac968b4e41829891ac01ae670e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-15 05:27:09,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-a4bc3822-b915-4c30-b8d1-2280713e3b1d 2018-07-15 05:27:09,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.107084989548s 2018-07-15 05:27:09,667 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-a4bc3822-b915-4c30-b8d1-2280713e3b1d 2018-07-15 05:27:09,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 05:27:09,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/80859f03d1ed4229ba12cbeec3ac6d3f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d65245c6ca9647e79f7ceb92c2bba08727b6e225" 2018-07-15 05:27:09,961 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:27:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a25e48f4-bb53-4d52-a3c6-251c091b6632 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:27:09,961 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/80859f03d1ed4229ba12cbeec3ac6d3f used request id req-a25e48f4-bb53-4d52-a3c6-251c091b6632 2018-07-15 05:27:09,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.289747953415s 2018-07-15 05:27:09,962 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/80859f03d1ed4229ba12cbeec3ac6d3f used request id req-a25e48f4-bb53-4d52-a3c6-251c091b6632 2018-07-15 05:27:09,962 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-07-15 05:27:10,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:27:10,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:27:10,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:27:10,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:27:10,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:27:10,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:27:10,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:27:10,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:27:10,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:27:10,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:27:10,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:27:10,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:27:10,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:27:10,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:27:10,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:27:10,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:27:10,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:27:10,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:27:10,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:27:10,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:27:10,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:27:10,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:27:10,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:27:10,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb7d4f4b-801d-4e09-b4d1-225cb358d104 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:27:10,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-fb7d4f4b-801d-4e09-b4d1-225cb358d104 2018-07-15 05:27:10,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:27:10,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}, {"id": "5ebc1b713512497e96c7a557520611d1", "name": "admin"}], "expires_at": "2018-07-15T06:27:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fef18fac968b4e41829891ac01ae670e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8d21b752781546b09f9c436b0144650e"}, "audit_ids": ["GKXHrTo9RYSvzeK1xz_Uvw"], "issued_at": "2018-07-15T05:27:10.000000Z"}} 2018-07-15 05:27:10,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:27:10,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:27:10,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-35897521-6d31-4d5f-bf8f-b2e1a9a7d86b Date: Sun, 15 Jul 2018 05:27:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"}]} 2018-07-15 05:27:10,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-35897521-6d31-4d5f-bf8f-b2e1a9a7d86b 2018-07-15 05:27:10,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.304034948349s 2018-07-15 05:27:10,787 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-35897521-6d31-4d5f-bf8f-b2e1a9a7d86b 2018-07-15 05:27:10,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:27:10,796 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 05:27:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70e370c2-6e8e-41f6-a552-ca10d61f535f 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-15 05:27:10,796 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-70e370c2-6e8e-41f6-a552-ca10d61f535f 2018-07-15 05:27:10,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 05:27:10,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:27:10,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11e0d588-e9e0-4d43-a820-937784500b68 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/41772bd83fa146659c07e7f2ce369b5b"}, "tags": [], "enabled": true, "id": "41772bd83fa146659c07e7f2ce369b5b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 05:27:10,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-11e0d588-e9e0-4d43-a820-937784500b68 2018-07-15 05:27:10,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.117999076843s 2018-07-15 05:27:10,915 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-11e0d588-e9e0-4d43-a820-937784500b68 2018-07-15 05:27:10,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 05:27:10,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7aef2434594452ec627d24c7a3daca3e74d038b0" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_13adfbb5-4250-4861-91ef-4e30de631a42"}}' 2018-07-15 05:27:11,113 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 05:27:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f679eee-e143-429d-ac19-9366b362558c 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.25:5000/v3/projects/3a2653ca25224ae7ad680e657c3a384e"}, "tags": [], "enabled": true, "id": "3a2653ca25224ae7ad680e657c3a384e", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_13adfbb5-4250-4861-91ef-4e30de631a42"}} 2018-07-15 05:27:11,113 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-5f679eee-e143-429d-ac19-9366b362558c 2018-07-15 05:27:11,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.191699028015s 2018-07-15 05:27:11,114 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-5f679eee-e143-429d-ac19-9366b362558c 2018-07-15 05:27:11,114 - 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'3a2653ca25224ae7ad680e657c3a384e', '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_13adfbb5-4250-4861-91ef-4e30de631a42'}) 2018-07-15 05:27:11,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 05:27:11,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7aef2434594452ec627d24c7a3daca3e74d038b0" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8d02a498-892a-4aa8-9095-1882b1d7a6c0", "email": null, "name": "vping_ssh-user_13adfbb5-4250-4861-91ef-4e30de631a42"}}' 2018-07-15 05:27:11,573 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 05:27:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56cbd972-26fa-4a7d-baed-bbef6c2ff804 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_13adfbb5-4250-4861-91ef-4e30de631a42", "links": {"self": "http://172.30.9.25:5000/v3/users/59a827bb9ae14287bafc69c723295ff0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59a827bb9ae14287bafc69c723295ff0", "domain_id": "default", "password_expires_at": null}} 2018-07-15 05:27:11,574 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-56cbd972-26fa-4a7d-baed-bbef6c2ff804 2018-07-15 05:27:11,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.453652858734s 2018-07-15 05:27:11,574 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-56cbd972-26fa-4a7d-baed-bbef6c2ff804 2018-07-15 05:27:11,574 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'59a827bb9ae14287bafc69c723295ff0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_13adfbb5-4250-4861-91ef-4e30de631a42'}) 2018-07-15 05:27:11,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:27:11,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:27:11,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cec10a4a-3003-4ec9-abcc-ce9ee10fe76b Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:27:11,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-cec10a4a-3003-4ec9-abcc-ce9ee10fe76b 2018-07-15 05:27:11,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103672027588s 2018-07-15 05:27:11,682 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-cec10a4a-3003-4ec9-abcc-ce9ee10fe76b 2018-07-15 05:27:11,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:27:11,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:27:11,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a3416c8-0f8e-4558-a1c7-b1731a93f42b Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:27:11,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-3a3416c8-0f8e-4558-a1c7-b1731a93f42b 2018-07-15 05:27:11,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102136135101s 2018-07-15 05:27:11,789 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-3a3416c8-0f8e-4558-a1c7-b1731a93f42b 2018-07-15 05:27:11,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:27:11,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:27:11,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d18e57e3-9dff-40eb-bb86-aecc76952e9b Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:27:11,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-d18e57e3-9dff-40eb-bb86-aecc76952e9b 2018-07-15 05:27:11,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107557058334s 2018-07-15 05:27:11,902 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-d18e57e3-9dff-40eb-bb86-aecc76952e9b 2018-07-15 05:27:11,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 05:27:11,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:27:12,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-468cf36e-3d59-4c77-801c-40deca1c2ddf Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 05:27:12,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-468cf36e-3d59-4c77-801c-40deca1c2ddf 2018-07-15 05:27:12,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102493047714s 2018-07-15 05:27:12,010 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-468cf36e-3d59-4c77-801c-40deca1c2ddf 2018-07-15 05:27:12,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:27:12,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:27:12,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-726fb377-8b2d-4c86-8731-b61a1269e53c Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/0255670b0f954e4da231ad2ed5f27d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0255670b0f954e4da231ad2ed5f27d37", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/11f7ce447f114de18e36cd87cce7e45d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11f7ce447f114de18e36cd87cce7e45d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/1ec4d9b432d246c9993dbcedf8bd520f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec4d9b432d246c9993dbcedf8bd520f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/34d6d74b6f394a4fa6665b584fdebff7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34d6d74b6f394a4fa6665b584fdebff7", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/39ab10c64eeb48fe91cb832c421b1876"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39ab10c64eeb48fe91cb832c421b1876", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/4e38ae7ba96441dd90050af4d6927b35"}, "domain_id": "41772bd83fa146659c07e7f2ce369b5b", "enabled": true, "options": {}, "id": "4e38ae7ba96441dd90050af4d6927b35", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_13adfbb5-4250-4861-91ef-4e30de631a42", "links": {"self": "http://172.30.9.25:5000/v3/users/59a827bb9ae14287bafc69c723295ff0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59a827bb9ae14287bafc69c723295ff0", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/8d21b752781546b09f9c436b0144650e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d21b752781546b09f9c436b0144650e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/9b71d418c6c84ccfa444645c813d408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b71d418c6c84ccfa444645c813d408b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/a398bd60ebd44db68dec542120fe0b1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a398bd60ebd44db68dec542120fe0b1f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/b3219c4fa4234ce48a596e1a59fdd268"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3219c4fa4234ce48a596e1a59fdd268", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/b3b51e255d1e45b88c6da3a68cdb9096"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3b51e255d1e45b88c6da3a68cdb9096", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/d3e1d34a8e4049a6b46b03e2f2f98f55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3e1d34a8e4049a6b46b03e2f2f98f55", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/f501b6fd0a644232b712a18c71145436"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f501b6fd0a644232b712a18c71145436", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/fcc9389cbd2d4e1e955095e15e39bf07"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fcc9389cbd2d4e1e955095e15e39bf07", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 05:27:12,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-726fb377-8b2d-4c86-8731-b61a1269e53c 2018-07-15 05:27:12,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0385038852692s 2018-07-15 05:27:12,050 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-726fb377-8b2d-4c86-8731-b61a1269e53c 2018-07-15 05:27:12,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 05:27:12,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:27:12,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b84ba030-01c2-49e3-80b0-b70398322b1b Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/fef18fac968b4e41829891ac01ae670e"}, "tags": [], "enabled": true, "id": "fef18fac968b4e41829891ac01ae670e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6"}, "tags": [], "enabled": true, "id": "015b6efde4b14340b597d5c867c208e6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.25:5000/v3/projects/3a2653ca25224ae7ad680e657c3a384e"}, "tags": [], "enabled": true, "id": "3a2653ca25224ae7ad680e657c3a384e", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_13adfbb5-4250-4861-91ef-4e30de631a42"}]} 2018-07-15 05:27:12,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-b84ba030-01c2-49e3-80b0-b70398322b1b 2018-07-15 05:27:12,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.111731052399s 2018-07-15 05:27:12,173 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-b84ba030-01c2-49e3-80b0-b70398322b1b 2018-07-15 05:27:12,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 05:27:12,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=59a827bb9ae14287bafc69c723295ff0&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=3a2653ca25224ae7ad680e657c3a384e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:27:12,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dca1b383-6297-4fd9-9b89-eb6f36231156 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=59a827bb9ae14287bafc69c723295ff0&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=3a2653ca25224ae7ad680e657c3a384e", "previous": null, "next": null}} 2018-07-15 05:27:12,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=59a827bb9ae14287bafc69c723295ff0&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=3a2653ca25224ae7ad680e657c3a384e used request id req-dca1b383-6297-4fd9-9b89-eb6f36231156 2018-07-15 05:27:12,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.110817909241s 2018-07-15 05:27:12,292 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=59a827bb9ae14287bafc69c723295ff0&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=3a2653ca25224ae7ad680e657c3a384e used request id req-dca1b383-6297-4fd9-9b89-eb6f36231156 2018-07-15 05:27:12,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 05:27:12,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/3a2653ca25224ae7ad680e657c3a384e/users/59a827bb9ae14287bafc69c723295ff0/roles/342d844a34e0406684703e0c0b7f9abb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:27:12,588 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:27:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8218c344-5a7d-4380-a3b9-e3747a9874b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:27:12,588 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/3a2653ca25224ae7ad680e657c3a384e/users/59a827bb9ae14287bafc69c723295ff0/roles/342d844a34e0406684703e0c0b7f9abb used request id req-8218c344-5a7d-4380-a3b9-e3747a9874b5 2018-07-15 05:27:12,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.29271197319s 2018-07-15 05:27:12,588 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/3a2653ca25224ae7ad680e657c3a384e/users/59a827bb9ae14287bafc69c723295ff0/roles/342d844a34e0406684703e0c0b7f9abb used request id req-8218c344-5a7d-4380-a3b9-e3747a9874b5 2018-07-15 05:27:12,589 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_13adfbb5-4250-4861-91ef-4e30de631a42', 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'3a2653ca25224ae7ad680e657c3a384e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '8d02a498-892a-4aa8-9095-1882b1d7a6c0', 'username': u'vping_ssh-user_13adfbb5-4250-4861-91ef-4e30de631a42', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-15 05:27:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:27:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:27:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:27:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:27:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:27:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:27:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:27:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:27:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:27:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:27:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:27:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:27:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:27:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:27:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:27:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:27:12,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:27:12,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:27:12,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:27:12,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:27:12,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:27:12,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:27:12,594 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_13adfbb5-4250-4861-91ef-4e30de631a42', 'password': '8d02a498-892a-4aa8-9095-1882b1d7a6c0', 'project_name': 'vping_ssh-project_13adfbb5-4250-4861-91ef-4e30de631a42', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '3a2653ca25224ae7ad680e657c3a384e', 'project_domain_name': 'Default'} 2018-07-15 05:27:12,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:27:12,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10d8848d-8269-43b5-96e8-61cbe7a4649d 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:27:12,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-10d8848d-8269-43b5-96e8-61cbe7a4649d 2018-07-15 05:27:12,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:27:13,017 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}], "expires_at": "2018-07-15T06:27:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a2653ca25224ae7ad680e657c3a384e", "name": "vping_ssh-project_13adfbb5-4250-4861-91ef-4e30de631a42"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3a2653ca25224ae7ad680e657c3a384e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/3a2653ca25224ae7ad680e657c3a384e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/3a2653ca25224ae7ad680e657c3a384e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_3a2653ca25224ae7ad680e657c3a384e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_3a2653ca25224ae7ad680e657c3a384e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/3a2653ca25224ae7ad680e657c3a384e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/3a2653ca25224ae7ad680e657c3a384e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/3a2653ca25224ae7ad680e657c3a384e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/3a2653ca25224ae7ad680e657c3a384e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/3a2653ca25224ae7ad680e657c3a384e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/3a2653ca25224ae7ad680e657c3a384e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/3a2653ca25224ae7ad680e657c3a384e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/3a2653ca25224ae7ad680e657c3a384e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/3a2653ca25224ae7ad680e657c3a384e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_13adfbb5-4250-4861-91ef-4e30de631a42", "id": "59a827bb9ae14287bafc69c723295ff0"}, "audit_ids": ["I8slU_fiSxyAMojWFGwZYA"], "issued_at": "2018-07-15T05:27:12.000000Z"}} 2018-07-15 05:27:13,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 05:27:13,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -d '{"network": {"name": "vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42", "admin_state_up": true}}' 2018-07-15 05:27:13,798 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-33062e42-aaf9-44b3-a982-0a6244f27ecc Date: Sun, 15 Jul 2018 05:27:13 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-15T05:27:13Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3a2653ca25224ae7ad680e657c3a384e","id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","name":"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42"}} 2018-07-15 05:27:13,799 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-33062e42-aaf9-44b3-a982-0a6244f27ecc 2018-07-15 05:27:13,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.778396844864s 2018-07-15 05:27:13,799 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-33062e42-aaf9-44b3-a982-0a6244f27ecc 2018-07-15 05:27:13,800 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:27:13Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'6fc9da9d-eb42-4afc-903a-d8c498b90aeb', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42', u'admin_state_up': True, u'tenant_id': u'3a2653ca25224ae7ad680e657c3a384e', u'created_at': u'2018-07-15T05:27:13Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'3a2653ca25224ae7ad680e657c3a384e'}) 2018-07-15 05:27:13,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:27:13,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:14,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-9ef6c5e6-f038-46cb-b907-c108490cbea8 Date: Sun, 15 Jul 2018 05:27:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T05:27:13Z","tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"3a2653ca25224ae7ad680e657c3a384e","id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","name":"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"}]} 2018-07-15 05:27:14,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-9ef6c5e6-f038-46cb-b907-c108490cbea8 2018-07-15 05:27:14,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.301136016846s 2018-07-15 05:27:14,102 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-9ef6c5e6-f038-46cb-b907-c108490cbea8 2018-07-15 05:27:14,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 05:27:14,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -d '{"subnet": {"name": "vping_ssh-subnet_13adfbb5-4250-4861-91ef-4e30de631a42", "enable_dhcp": true, "network_id": "6fc9da9d-eb42-4afc-903a-d8c498b90aeb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 05:27:14,979 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-955203a0-f2c2-4af3-8e49-0a60ae8ada88 Date: Sun, 15 Jul 2018 05:27:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:27:14Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"3a2653ca25224ae7ad680e657c3a384e","id":"104cc5d5-670d-49e1-bcc3-7e98abd89f70","subnetpool_id":null,"name":"vping_ssh-subnet_13adfbb5-4250-4861-91ef-4e30de631a42"}} 2018-07-15 05:27:14,979 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-955203a0-f2c2-4af3-8e49-0a60ae8ada88 2018-07-15 05:27:14,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.875638008118s 2018-07-15 05:27:14,980 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-955203a0-f2c2-4af3-8e49-0a60ae8ada88 2018-07-15 05:27:14,980 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:27:14Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'104cc5d5-670d-49e1-bcc3-7e98abd89f70', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_13adfbb5-4250-4861-91ef-4e30de631a42', u'enable_dhcp': True, u'network_id': u'6fc9da9d-eb42-4afc-903a-d8c498b90aeb', u'tenant_id': u'3a2653ca25224ae7ad680e657c3a384e', u'created_at': u'2018-07-15T05:27:14Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'3a2653ca25224ae7ad680e657c3a384e'}) 2018-07-15 05:27:14,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 05:27:14,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -d '{"router": {"external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1"}, "name": "vping_ssh-router_13adfbb5-4250-4861-91ef-4e30de631a42", "admin_state_up": true}}' 2018-07-15 05:27:16,532 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-a7d6f029-1af7-4cfc-b88e-2f3963f9755c Date: Sun, 15 Jul 2018 05:27:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "created_at": "2018-07-15T05:27:15Z", "admin_state_up": true, "updated_at": "2018-07-15T05:27:16Z", "revision_number": 2, "routes": [], "project_id": "3a2653ca25224ae7ad680e657c3a384e", "id": "8e0e6c82-b4dd-4da0-a51a-f49fd116d32b", "name": "vping_ssh-router_13adfbb5-4250-4861-91ef-4e30de631a42"}} 2018-07-15 05:27:16,532 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-a7d6f029-1af7-4cfc-b88e-2f3963f9755c 2018-07-15 05:27:16,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.5513818264s 2018-07-15 05:27:16,532 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-a7d6f029-1af7-4cfc-b88e-2f3963f9755c 2018-07-15 05:27:16,533 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'9f33378f-37e6-43b3-b0c2-4e18f83f5694', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'3a2653ca25224ae7ad680e657c3a384e', u'created_at': u'2018-07-15T05:27:15Z', u'admin_state_up': True, u'updated_at': u'2018-07-15T05:27:16Z', u'revision_number': 2, u'routes': [], u'project_id': u'3a2653ca25224ae7ad680e657c3a384e', u'id': u'8e0e6c82-b4dd-4da0-a51a-f49fd116d32b', u'name': u'vping_ssh-router_13adfbb5-4250-4861-91ef-4e30de631a42'}) 2018-07-15 05:27:16,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 05:27:16,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/8e0e6c82-b4dd-4da0-a51a-f49fd116d32b/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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -d '{"subnet_id": "104cc5d5-670d-49e1-bcc3-7e98abd89f70"}' 2018-07-15 05:27:18,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2e27af6e-dd08-41aa-9fbe-da5119b42740 Date: Sun, 15 Jul 2018 05:27:18 GMT RESP BODY: {"network_id": "6fc9da9d-eb42-4afc-903a-d8c498b90aeb", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "subnet_id": "104cc5d5-670d-49e1-bcc3-7e98abd89f70", "subnet_ids": ["104cc5d5-670d-49e1-bcc3-7e98abd89f70"], "port_id": "8b151021-2e5c-420b-8426-db3483f53db3", "id": "8e0e6c82-b4dd-4da0-a51a-f49fd116d32b"} 2018-07-15 05:27:18,757 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/8e0e6c82-b4dd-4da0-a51a-f49fd116d32b/add_router_interface.json used request id req-2e27af6e-dd08-41aa-9fbe-da5119b42740 2018-07-15 05:27:18,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.22333598137s 2018-07-15 05:27:18,757 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/8e0e6c82-b4dd-4da0-a51a-f49fd116d32b/add_router_interface.json used request id req-2e27af6e-dd08-41aa-9fbe-da5119b42740 returning object 8e0e6c82-b4dd-4da0-a51a-f49fd116d32b 2018-07-15 05:27:18,757 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 05:27:18,909 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 05:27:18,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:27:18,916 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 05:27:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-07-15 05:27:18,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:27:18,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:19,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f1190b98-87fb-42e6-8d70-f7efe161e6c9 Date: Sun, 15 Jul 2018 05:27:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:27:19,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f1190b98-87fb-42e6-8d70-f7efe161e6c9 2018-07-15 05:27:19,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.224969148636s 2018-07-15 05:27:19,146 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f1190b98-87fb-42e6-8d70-f7efe161e6c9 2018-07-15 05:27:19,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 05:27:19,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_13adfbb5-4250-4861-91ef-4e30de631a42", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_13adfbb5-4250-4861-91ef-4e30de631a42"}' 2018-07-15 05:27:19,435 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f0779f97-db5d-47e1-9579-449a8d20d736 Date: Sun, 15 Jul 2018 05:27:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8/file", "owner": "3a2653ca25224ae7ad680e657c3a384e", "id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "size": null, "self": "/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:27:19Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_13adfbb5-4250-4861-91ef-4e30de631a42", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_13adfbb5-4250-4861-91ef-4e30de631a42", "checksum": null, "created_at": "2018-07-15T05:27:19Z", "protected": false} 2018-07-15 05:27:19,435 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-f0779f97-db5d-47e1-9579-449a8d20d736 2018-07-15 05:27:19,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.281503200531s 2018-07-15 05:27:19,436 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-f0779f97-db5d-47e1-9579-449a8d20d736 returning object de62763c-3860-4acc-bc19-4152d7a2f4c8 2018-07-15 05:27:19,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 05:27:19,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8/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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -d '' 2018-07-15 05:27:20,856 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3785a204-2ba5-4753-a6c3-86fcfdd39b2b Date: Sun, 15 Jul 2018 05:27:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 05:27:20,856 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8/file used request id req-3785a204-2ba5-4753-a6c3-86fcfdd39b2b 2018-07-15 05:27:20,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.41953611374s 2018-07-15 05:27:20,856 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8/file used request id req-3785a204-2ba5-4753-a6c3-86fcfdd39b2b 2018-07-15 05:27:20,856 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_13adfbb5-4250-4861-91ef-4e30de631a42', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T05:27:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8/file', u'owner': u'3a2653ca25224ae7ad680e657c3a384e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'de62763c-3860-4acc-bc19-4152d7a2f4c8', u'size': None, u'name': u'vping_ssh-img_13adfbb5-4250-4861-91ef-4e30de631a42', u'checksum': None, u'self': u'/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T05:27:19Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 05:27:20,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 05:27:20,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7aef2434594452ec627d24c7a3daca3e74d038b0" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_13adfbb5-4250-4861-91ef-4e30de631a42", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 05:27:21,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27: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-194ac7a1-147b-4eb6-a0fa-4a4daf4aaf1c x-compute-request-id: req-194ac7a1-147b-4eb6-a0fa-4a4daf4aaf1c Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_13adfbb5-4250-4861-91ef-4e30de631a42", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "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": "e000f48c-458c-4476-907b-e0ed0bc84346"}} 2018-07-15 05:27:21,129 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-194ac7a1-147b-4eb6-a0fa-4a4daf4aaf1c 2018-07-15 05:27:21,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.27130317688s 2018-07-15 05:27:21,129 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-194ac7a1-147b-4eb6-a0fa-4a4daf4aaf1c 2018-07-15 05:27:21,130 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_13adfbb5-4250-4861-91ef-4e30de631a42', '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'fef18fac968b4e41829891ac01ae670e', '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'e000f48c-458c-4476-907b-e0ed0bc84346', 'swap': 0}) 2018-07-15 05:27:21,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 05:27:21,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/e000f48c-458c-4476-907b-e0ed0bc84346/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}7aef2434594452ec627d24c7a3daca3e74d038b0" -d '{"extra_specs": {}}' 2018-07-15 05:27:21,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9d683849-1e86-47ec-93c6-ceeec0c4f491 x-compute-request-id: req-9d683849-1e86-47ec-93c6-ceeec0c4f491 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 05:27:21,159 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/e000f48c-458c-4476-907b-e0ed0bc84346/os-extra_specs used request id req-9d683849-1e86-47ec-93c6-ceeec0c4f491 2018-07-15 05:27:21,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0282979011536s 2018-07-15 05:27:21,159 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/e000f48c-458c-4476-907b-e0ed0bc84346/os-extra_specs used request id req-9d683849-1e86-47ec-93c6-ceeec0c4f491 2018-07-15 05:27:21,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-15 05:27:21,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -d '{"keypair": {"name": "vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42"}}' 2018-07-15 05:27:21,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a90ecd5-e343-4052-ab5d-a79ebf5fbe48 x-compute-request-id: req-2a90ecd5-e343-4052-ab5d-a79ebf5fbe48 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEnYITk7GzJBVUAJxaNIDPCzthFQabN1nPnE84UwvGRl6Z3mFF8InKosnzZ1+Jx45sWZ8q02AAtDm+Sl5KevPYypiZCxi0LwMu1e0pRm+GC3EQR8V68k2NBgXYCjT8ctE79QmFexTgj+18HE0w0j/QCta7BI2jRBjn8wiIsspcQM9K1+JvPB9LmUq1iX6AMlWKGMphBk88nGhcWM+CFWlSyn35kho5guUXx3UMU07WnjSc7GUTvHQJLIaxJBya6TgLcVT3bjpqZbD9xShsPtUHNBjQoM+8KpuCCHnbThaA13AxZNKrLyKz6bo8CNPk3pK2pbGA3WqBvv65d2hgYDgV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxJ2CE5OxsyQVVACcWjSAzws7YRUGmzdZz5xPOFMLxkZemd5h\nRfCJyqLJ82dficeObFmfKtNgALQ5vkpeSnrz2MqYmQsYtC8DLtXtKUZvhgtxEEfF\nevJNjQYF2Ao0/HLRO/UJhXsU4I/tfBxNMNI/0ArWuwSNo0QY5/MIiLLKXEDPStfi\nbzwfS5lKtYl+gDJVihjKYQZPPJxoXFjPghVpUsp9+ZIaOYLlF8d1DFNO1p40nOxl\nE7x0CSyGsSQcmuk4C3FU9246amWw/cUobD7VBzQY0KDPvCqbggh5204WgNdwMWTS\nqy8is+m6PAjT5N6StqWxgN1qgb7+uXdoYGA4FQIDAQABAoIBAGm6cXppj8NPghCc\nC3gOh73Owm2gSt8o0qjr20Xkko5axQBlL1XW1aIcDBFR43RJ1XK6dvcml5eJUwvb\nHf1bRMmtmIWkC/LI3SNQcqohcFNaz7/7eFx28/ED7hyQ0JF4hL+DM02ONFnVy9VT\nusaoKRyM14/WEPxc4C/K5ynrSxpz5CK+K3RTo8Nw4KzRBnf9Vp1V8iNdkmL1+q8/\niQz1bvvLn3xpNtWlxAnCCnNLCeX8qtTBiP8AnaIo8QjYsU7HEG+LuO6KIsqRgIPb\nOH6rwgDo3QGDjcrISwSAqq2AIHVVmv890mQwgvgfllOW8olvDzdjEpZQiokzuu6u\nm0NjyQECgYEA/+mrkKt5uMZ371T5WFCoUrOJVoW5fiJOGUyQNPhvAO0PZNEJMzAt\nNKenpNsgR4Au4NGmfd1ru3iNm6I2LbD6AD3Alol8eY25RPlKlc851Seg3QCAlXUi\nF63yQHPTarsEF8d+Hl7R2j76ZcRO4or5GDjxNfv1zJKNvFxIXKnuMHUCgYEAxK6p\n9Qcw4tu+BwAGoZSGhRtciQssHaXF75pdoYWqcnEhipCJWAPwwAe1yRe/8VlhRc7B\n1HAcakRqpuEfzqLcNNXW65hyJKpCQdFmXI4VMYaOF1+slr8biKGpeQHR8RNnv2lx\n4ueIXXH/BF2YdFzr0pJgXWglOXlpOHekkGmc9SECgYEArMJAMa+wwk4pFQZWNYpt\ntzbAVgp8SGw8MNQA3eGAfi2KoNKE1WuGeO9dOus6hUpBWz/slzdszOf7IL+Gt52r\nh5IoevdhcmV8VtW7xhpYvk68R7VZGIw0cavZyCzo4jpR7wObXkFAhYbSXvUBE+oh\ncnquS3VGX83npOrfZr7IrykCgYBVSnkhbNDiT/CEEJrPjx0Ws9rZAyNKaA0B7qsT\n1Gcp4a1t7Wfh5zOL0swePFJcUyo/n32mpkdsPecSHyYv8agUsXbWC/HTvJGnASum\nj2bZZ0RPFoo9hPpnsdNQSl3EcWnYM93TTBxyiXDRb9UhAPqzAg8P8o3R8riSaC/R\nADu0gQKBgQC0tEm+HIIJW2skBPZ4Tam7Neg7/TXTD4Klt2C7rCE3Iq2LZ3vVZSC/\n+n1QXm+zuqJiOfDoQN2cJvXU1Ij2TacGlWCSxF4wYkc+0NUef3a4CX8Wu/gAEfGj\nJCjMXZzpdc+TSE3N68lcjahxgq/v7cOvONAiXbXS6Xg0z2/fw22GHA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "59a827bb9ae14287bafc69c723295ff0", "name": "vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42", "fingerprint": "f5:bd:14:49:fe:f5:f3:24:65:b0:1d:94:95:4d:eb:e0"}} 2018-07-15 05:27:21,590 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-2a90ecd5-e343-4052-ab5d-a79ebf5fbe48 2018-07-15 05:27:21,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.430449008942s 2018-07-15 05:27:21,591 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-2a90ecd5-e343-4052-ab5d-a79ebf5fbe48 2018-07-15 05:27:21,591 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEnYITk7GzJBVUAJxaNIDPCzthFQabN1nPnE84UwvGRl6Z3mFF8InKosnzZ1+Jx45sWZ8q02AAtDm+Sl5KevPYypiZCxi0LwMu1e0pRm+GC3EQR8V68k2NBgXYCjT8ctE79QmFexTgj+18HE0w0j/QCta7BI2jRBjn8wiIsspcQM9K1+JvPB9LmUq1iX6AMlWKGMphBk88nGhcWM+CFWlSyn35kho5guUXx3UMU07WnjSc7GUTvHQJLIaxJBya6TgLcVT3bjpqZbD9xShsPtUHNBjQoM+8KpuCCHnbThaA13AxZNKrLyKz6bo8CNPk3pK2pbGA3WqBvv65d2hgYDgV Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxJ2CE5OxsyQVVACcWjSAzws7YRUGmzdZz5xPOFMLxkZemd5h\nRfCJyqLJ82dficeObFmfKtNgALQ5vkpeSnrz2MqYmQsYtC8DLtXtKUZvhgtxEEfF\nevJNjQYF2Ao0/HLRO/UJhXsU4I/tfBxNMNI/0ArWuwSNo0QY5/MIiLLKXEDPStfi\nbzwfS5lKtYl+gDJVihjKYQZPPJxoXFjPghVpUsp9+ZIaOYLlF8d1DFNO1p40nOxl\nE7x0CSyGsSQcmuk4C3FU9246amWw/cUobD7VBzQY0KDPvCqbggh5204WgNdwMWTS\nqy8is+m6PAjT5N6StqWxgN1qgb7+uXdoYGA4FQIDAQABAoIBAGm6cXppj8NPghCc\nC3gOh73Owm2gSt8o0qjr20Xkko5axQBlL1XW1aIcDBFR43RJ1XK6dvcml5eJUwvb\nHf1bRMmtmIWkC/LI3SNQcqohcFNaz7/7eFx28/ED7hyQ0JF4hL+DM02ONFnVy9VT\nusaoKRyM14/WEPxc4C/K5ynrSxpz5CK+K3RTo8Nw4KzRBnf9Vp1V8iNdkmL1+q8/\niQz1bvvLn3xpNtWlxAnCCnNLCeX8qtTBiP8AnaIo8QjYsU7HEG+LuO6KIsqRgIPb\nOH6rwgDo3QGDjcrISwSAqq2AIHVVmv890mQwgvgfllOW8olvDzdjEpZQiokzuu6u\nm0NjyQECgYEA/+mrkKt5uMZ371T5WFCoUrOJVoW5fiJOGUyQNPhvAO0PZNEJMzAt\nNKenpNsgR4Au4NGmfd1ru3iNm6I2LbD6AD3Alol8eY25RPlKlc851Seg3QCAlXUi\nF63yQHPTarsEF8d+Hl7R2j76ZcRO4or5GDjxNfv1zJKNvFxIXKnuMHUCgYEAxK6p\n9Qcw4tu+BwAGoZSGhRtciQssHaXF75pdoYWqcnEhipCJWAPwwAe1yRe/8VlhRc7B\n1HAcakRqpuEfzqLcNNXW65hyJKpCQdFmXI4VMYaOF1+slr8biKGpeQHR8RNnv2lx\n4ueIXXH/BF2YdFzr0pJgXWglOXlpOHekkGmc9SECgYEArMJAMa+wwk4pFQZWNYpt\ntzbAVgp8SGw8MNQA3eGAfi2KoNKE1WuGeO9dOus6hUpBWz/slzdszOf7IL+Gt52r\nh5IoevdhcmV8VtW7xhpYvk68R7VZGIw0cavZyCzo4jpR7wObXkFAhYbSXvUBE+oh\ncnquS3VGX83npOrfZr7IrykCgYBVSnkhbNDiT/CEEJrPjx0Ws9rZAyNKaA0B7qsT\n1Gcp4a1t7Wfh5zOL0swePFJcUyo/n32mpkdsPecSHyYv8agUsXbWC/HTvJGnASum\nj2bZZ0RPFoo9hPpnsdNQSl3EcWnYM93TTBxyiXDRb9UhAPqzAg8P8o3R8riSaC/R\nADu0gQKBgQC0tEm+HIIJW2skBPZ4Tam7Neg7/TXTD4Klt2C7rCE3Iq2LZ3vVZSC/\n+n1QXm+zuqJiOfDoQN2cJvXU1Ij2TacGlWCSxF4wYkc+0NUef3a4CX8Wu/gAEfGj\nJCjMXZzpdc+TSE3N68lcjahxgq/v7cOvONAiXbXS6Xg0z2/fw22GHA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'59a827bb9ae14287bafc69c723295ff0', 'name': u'vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42', 'created_at': '2018-07-15T05:27:21.591872', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3a2653ca25224ae7ad680e657c3a384e', 'name': 'vping_ssh-project_13adfbb5-4250-4861-91ef-4e30de631a42', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'f5:bd:14:49:fe:f5:f3:24:65:b0:1d:94:95:4d:eb:e0', 'type': 'ssh', 'id': u'vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42'}) 2018-07-15 05:27:21,592 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAxJ2CE5OxsyQVVACcWjSAzws7YRUGmzdZz5xPOFMLxkZemd5h RfCJyqLJ82dficeObFmfKtNgALQ5vkpeSnrz2MqYmQsYtC8DLtXtKUZvhgtxEEfF evJNjQYF2Ao0/HLRO/UJhXsU4I/tfBxNMNI/0ArWuwSNo0QY5/MIiLLKXEDPStfi bzwfS5lKtYl+gDJVihjKYQZPPJxoXFjPghVpUsp9+ZIaOYLlF8d1DFNO1p40nOxl E7x0CSyGsSQcmuk4C3FU9246amWw/cUobD7VBzQY0KDPvCqbggh5204WgNdwMWTS qy8is+m6PAjT5N6StqWxgN1qgb7+uXdoYGA4FQIDAQABAoIBAGm6cXppj8NPghCc C3gOh73Owm2gSt8o0qjr20Xkko5axQBlL1XW1aIcDBFR43RJ1XK6dvcml5eJUwvb Hf1bRMmtmIWkC/LI3SNQcqohcFNaz7/7eFx28/ED7hyQ0JF4hL+DM02ONFnVy9VT usaoKRyM14/WEPxc4C/K5ynrSxpz5CK+K3RTo8Nw4KzRBnf9Vp1V8iNdkmL1+q8/ iQz1bvvLn3xpNtWlxAnCCnNLCeX8qtTBiP8AnaIo8QjYsU7HEG+LuO6KIsqRgIPb OH6rwgDo3QGDjcrISwSAqq2AIHVVmv890mQwgvgfllOW8olvDzdjEpZQiokzuu6u m0NjyQECgYEA/+mrkKt5uMZ371T5WFCoUrOJVoW5fiJOGUyQNPhvAO0PZNEJMzAt NKenpNsgR4Au4NGmfd1ru3iNm6I2LbD6AD3Alol8eY25RPlKlc851Seg3QCAlXUi F63yQHPTarsEF8d+Hl7R2j76ZcRO4or5GDjxNfv1zJKNvFxIXKnuMHUCgYEAxK6p 9Qcw4tu+BwAGoZSGhRtciQssHaXF75pdoYWqcnEhipCJWAPwwAe1yRe/8VlhRc7B 1HAcakRqpuEfzqLcNNXW65hyJKpCQdFmXI4VMYaOF1+slr8biKGpeQHR8RNnv2lx 4ueIXXH/BF2YdFzr0pJgXWglOXlpOHekkGmc9SECgYEArMJAMa+wwk4pFQZWNYpt tzbAVgp8SGw8MNQA3eGAfi2KoNKE1WuGeO9dOus6hUpBWz/slzdszOf7IL+Gt52r h5IoevdhcmV8VtW7xhpYvk68R7VZGIw0cavZyCzo4jpR7wObXkFAhYbSXvUBE+oh cnquS3VGX83npOrfZr7IrykCgYBVSnkhbNDiT/CEEJrPjx0Ws9rZAyNKaA0B7qsT 1Gcp4a1t7Wfh5zOL0swePFJcUyo/n32mpkdsPecSHyYv8agUsXbWC/HTvJGnASum j2bZZ0RPFoo9hPpnsdNQSl3EcWnYM93TTBxyiXDRb9UhAPqzAg8P8o3R8riSaC/R ADu0gQKBgQC0tEm+HIIJW2skBPZ4Tam7Neg7/TXTD4Klt2C7rCE3Iq2LZ3vVZSC/ +n1QXm+zuqJiOfDoQN2cJvXU1Ij2TacGlWCSxF4wYkc+0NUef3a4CX8Wu/gAEfGj JCjMXZzpdc+TSE3N68lcjahxgq/v7cOvONAiXbXS6Xg0z2/fw22GHA== -----END RSA PRIVATE KEY----- 2018-07-15 05:27:21,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-15 05:27:21,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -d '{"security_group": {"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-07-15 05:27:22,148 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-7ae91a54-d967-4e8c-813c-ef5a2694810f Date: Sun, 15 Jul 2018 05:27:22 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "created_at": "2018-07-15T05:27:21Z", "updated_at": "2018-07-15T05:27:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:21Z", "revision_number": 0, "id": "2ed15622-b72c-4c37-a872-e9520e9a4bb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:21Z", "security_group_id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:21Z", "revision_number": 0, "id": "9681e247-1892-4566-88b5-28442546eb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:21Z", "security_group_id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}], "revision_number": 1, "project_id": "3a2653ca25224ae7ad680e657c3a384e", "id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}} 2018-07-15 05:27:22,148 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-7ae91a54-d967-4e8c-813c-ef5a2694810f 2018-07-15 05:27:22,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.553173065186s 2018-07-15 05:27:22,148 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-7ae91a54-d967-4e8c-813c-ef5a2694810f 2018-07-15 05:27:22,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 05:27:22,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:22,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-a9c26d60-b66a-4031-9c76-dbd33fb63cd9 Date: Sun, 15 Jul 2018 05:27:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "created_at": "2018-07-15T05:27:13Z", "updated_at": "2018-07-15T05:27:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:13Z", "revision_number": 0, "id": "a302bf2d-46ee-41ff-90d3-b5d088335aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:13Z", "security_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:13Z", "revision_number": 0, "id": "a3c7f048-1420-4639-b0b2-288d5b2478ae", "remote_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:13Z", "security_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:13Z", "revision_number": 0, "id": "b446f9ae-30ff-4982-b2e1-db0c82614414", "remote_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:13Z", "security_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:13Z", "revision_number": 0, "id": "da79f11a-9ee7-4678-b2e7-2f5313359a84", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:13Z", "security_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}], "revision_number": 1, "project_id": "3a2653ca25224ae7ad680e657c3a384e", "id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "created_at": "2018-07-15T05:27:21Z", "updated_at": "2018-07-15T05:27:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:21Z", "revision_number": 0, "id": "2ed15622-b72c-4c37-a872-e9520e9a4bb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:21Z", "security_group_id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:21Z", "revision_number": 0, "id": "9681e247-1892-4566-88b5-28442546eb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:21Z", "security_group_id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}], "revision_number": 1, "project_id": "3a2653ca25224ae7ad680e657c3a384e", "id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}]} 2018-07-15 05:27:22,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a9c26d60-b66a-4031-9c76-dbd33fb63cd9 2018-07-15 05:27:22,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.233766078949s 2018-07-15 05:27:22,387 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a9c26d60-b66a-4031-9c76-dbd33fb63cd9 2018-07-15 05:27:22,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 05:27:22,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -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": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2"}}' 2018-07-15 05:27:22,754 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8d126a42-6dbd-48c5-8a75-c01342756b2c Date: Sun, 15 Jul 2018 05:27:22 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-15T05:27:22Z", "security_group_id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "port_range_min": 22, "revision_number": 0, "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "created_at": "2018-07-15T05:27:22Z", "project_id": "3a2653ca25224ae7ad680e657c3a384e", "id": "18575fdd-5be4-4046-b6e3-8334240bc289"}} 2018-07-15 05:27:22,754 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-8d126a42-6dbd-48c5-8a75-c01342756b2c 2018-07-15 05:27:22,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.363672018051s 2018-07-15 05:27:22,754 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-8d126a42-6dbd-48c5-8a75-c01342756b2c 2018-07-15 05:27:22,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 05:27:22,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:22,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-0705acb9-8e1c-488b-9bcd-af9d3ee82aee Date: Sun, 15 Jul 2018 05:27:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "created_at": "2018-07-15T05:27:13Z", "updated_at": "2018-07-15T05:27:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:13Z", "revision_number": 0, "id": "a302bf2d-46ee-41ff-90d3-b5d088335aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:13Z", "security_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:13Z", "revision_number": 0, "id": "a3c7f048-1420-4639-b0b2-288d5b2478ae", "remote_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:13Z", "security_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:13Z", "revision_number": 0, "id": "b446f9ae-30ff-4982-b2e1-db0c82614414", "remote_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:13Z", "security_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:13Z", "revision_number": 0, "id": "da79f11a-9ee7-4678-b2e7-2f5313359a84", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:13Z", "security_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}], "revision_number": 1, "project_id": "3a2653ca25224ae7ad680e657c3a384e", "id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "created_at": "2018-07-15T05:27:21Z", "updated_at": "2018-07-15T05:27:22Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T05:27:22Z", "revision_number": 0, "id": "18575fdd-5be4-4046-b6e3-8334240bc289", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:22Z", "security_group_id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:21Z", "revision_number": 0, "id": "2ed15622-b72c-4c37-a872-e9520e9a4bb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:21Z", "security_group_id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:21Z", "revision_number": 0, "id": "9681e247-1892-4566-88b5-28442546eb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:21Z", "security_group_id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}], "revision_number": 2, "project_id": "3a2653ca25224ae7ad680e657c3a384e", "id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}]} 2018-07-15 05:27:22,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-0705acb9-8e1c-488b-9bcd-af9d3ee82aee 2018-07-15 05:27:22,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.215223073959s 2018-07-15 05:27:22,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-0705acb9-8e1c-488b-9bcd-af9d3ee82aee 2018-07-15 05:27:22,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 05:27:22,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -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": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2"}}' 2018-07-15 05:27:23,150 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-79079a5f-f77c-45d4-afd1-f4c06d4a4a10 Date: Sun, 15 Jul 2018 05:27:23 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-15T05:27:23Z", "security_group_id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "port_range_min": null, "revision_number": 0, "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "created_at": "2018-07-15T05:27:23Z", "project_id": "3a2653ca25224ae7ad680e657c3a384e", "id": "f80f100d-1091-496b-bd43-5215094f312e"}} 2018-07-15 05:27:23,150 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-79079a5f-f77c-45d4-afd1-f4c06d4a4a10 2018-07-15 05:27:23,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.172915220261s 2018-07-15 05:27:23,150 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-79079a5f-f77c-45d4-afd1-f4c06d4a4a10 2018-07-15 05:27:23,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:27:23,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:23,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-fc556707-86ca-4dc2-bde8-063f5ebb0a5a Date: Sun, 15 Jul 2018 05:27:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["104cc5d5-670d-49e1-bcc3-7e98abd89f70"],"updated_at":"2018-07-15T05:27:14Z","tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3a2653ca25224ae7ad680e657c3a384e","id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","name":"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"}]} 2018-07-15 05:27:23,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-fc556707-86ca-4dc2-bde8-063f5ebb0a5a 2018-07-15 05:27:23,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112790107727s 2018-07-15 05:27:23,265 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-fc556707-86ca-4dc2-bde8-063f5ebb0a5a 2018-07-15 05:27:23,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:27:23,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:23,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-9b4b444e-0116-4a4b-87d4-da2221806f46 Date: Sun, 15 Jul 2018 05:27:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/de62763c-3860-4acc-bc19-4152d7a2f4c8/snap", "metadata": {}}], "file": "/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8/file", "owner": "3a2653ca25224ae7ad680e657c3a384e", "id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "size": 12716032, "self": "/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/de62763c-3860-4acc-bc19-4152d7a2f4c8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:27:20Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_13adfbb5-4250-4861-91ef-4e30de631a42", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_13adfbb5-4250-4861-91ef-4e30de631a42", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:27:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:27:23,985 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-9b4b444e-0116-4a4b-87d4-da2221806f46 2018-07-15 05:27:23,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.716052055359s 2018-07-15 05:27:23,986 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-9b4b444e-0116-4a4b-87d4-da2221806f46 2018-07-15 05:27:23,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:27:23,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:24,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27: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-47cae774-4315-4599-beb8-3c45917095c9 x-compute-request-id: req-47cae774-4315-4599-beb8-3c45917095c9 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_13adfbb5-4250-4861-91ef-4e30de631a42", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "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": "e000f48c-458c-4476-907b-e0ed0bc84346"}]} 2018-07-15 05:27:24,015 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-47cae774-4315-4599-beb8-3c45917095c9 2018-07-15 05:27:24,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0277409553528s 2018-07-15 05:27:24,016 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-47cae774-4315-4599-beb8-3c45917095c9 2018-07-15 05:27:24,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 05:27:24,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -d '{"server": {"name": "vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42", "imageRef": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "flavorRef": "e000f48c-458c-4476-907b-e0ed0bc84346", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6fc9da9d-eb42-4afc-903a-d8c498b90aeb"}], "security_groups": [{"name": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2"}]}}' 2018-07-15 05:27:26,594 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:27: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-6fe16fb4-f690-4b4a-aa9b-82133953a257 x-compute-request-id: req-6fe16fb4-f690-4b4a-aa9b-82133953a257 Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2"}], "OS-DCF:diskConfig": "MANUAL", "id": "c2e65215-839d-4f15-9c05-886d694a80fd", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "bookmark"}], "adminPass": "Sc9hmUySXLBf"}} 2018-07-15 05:27:26,594 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-6fe16fb4-f690-4b4a-aa9b-82133953a257 2018-07-15 05:27:26,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.5761950016s 2018-07-15 05:27:26,594 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-6fe16fb4-f690-4b4a-aa9b-82133953a257 2018-07-15 05:27:26,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:27:26,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:27,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27: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-3a52084e-6c25-4bc4-8ab7-3cb65de631d4 x-compute-request-id: req-3a52084e-6c25-4bc4-8ab7-3cb65de631d4 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.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "c2e65215-839d-4f15-9c05-886d694a80fd", "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:26Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:27:27,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3a52084e-6c25-4bc4-8ab7-3cb65de631d4 2018-07-15 05:27:27,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.438026189804s 2018-07-15 05:27:27,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3a52084e-6c25-4bc4-8ab7-3cb65de631d4 2018-07-15 05:27:27,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:27:27,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:27,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-a3b788ec-be28-445d-bc01-100624f1a3d5 Date: Sun, 15 Jul 2018 05:27:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["104cc5d5-670d-49e1-bcc3-7e98abd89f70"],"updated_at":"2018-07-15T05:27:14Z","tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3a2653ca25224ae7ad680e657c3a384e","id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","name":"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"}]} 2018-07-15 05:27:27,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a3b788ec-be28-445d-bc01-100624f1a3d5 2018-07-15 05:27:27,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.303118228912s 2018-07-15 05:27:27,344 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a3b788ec-be28-445d-bc01-100624f1a3d5 2018-07-15 05:27:27,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:27:27,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:27,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-ad78923d-a297-433b-8761-ee401142b950 Date: Sun, 15 Jul 2018 05:27:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:27:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"3a2653ca25224ae7ad680e657c3a384e","id":"104cc5d5-670d-49e1-bcc3-7e98abd89f70","subnetpool_id":null,"name":"vping_ssh-subnet_13adfbb5-4250-4861-91ef-4e30de631a42"}]} 2018-07-15 05:27:27,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ad78923d-a297-433b-8761-ee401142b950 2018-07-15 05:27:27,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.232607841492s 2018-07-15 05:27:27,577 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ad78923d-a297-433b-8761-ee401142b950 2018-07-15 05:27:27,578 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:27:29,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:27:29,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:30,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-891b8b74-d247-489d-aaea-4221cb8af26f x-compute-request-id: req-891b8b74-d247-489d-aaea-4221cb8af26f Content-Encoding: gzip Content-Length: 638 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "c2e65215-839d-4f15-9c05-886d694a80fd", "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:29Z", "hostId": "6c644d63791aad60ec2de04f46eb84a513551388d4a356a07a5d50cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:26Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:27:30,689 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-891b8b74-d247-489d-aaea-4221cb8af26f 2018-07-15 05:27:30,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10846495628s 2018-07-15 05:27:30,690 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-891b8b74-d247-489d-aaea-4221cb8af26f 2018-07-15 05:27:30,694 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:27:32,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:27:32,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:33,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9a78f4a-77f6-4f5a-be97-a67f8d0790f3 x-compute-request-id: req-e9a78f4a-77f6-4f5a-be97-a67f8d0790f3 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.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "c2e65215-839d-4f15-9c05-886d694a80fd", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:30Z", "hostId": "6c644d63791aad60ec2de04f46eb84a513551388d4a356a07a5d50cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:26Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:27:33,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e9a78f4a-77f6-4f5a-be97-a67f8d0790f3 2018-07-15 05:27:33,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14010381699s 2018-07-15 05:27:33,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e9a78f4a-77f6-4f5a-be97-a67f8d0790f3 2018-07-15 05:27:33,841 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:27:35,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:27:35,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:36,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-950b8fcb-fb46-44ca-8f55-b748073e4c3f x-compute-request-id: req-950b8fcb-fb46-44ca-8f55-b748073e4c3f 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.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "c2e65215-839d-4f15-9c05-886d694a80fd", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:30Z", "hostId": "6c644d63791aad60ec2de04f46eb84a513551388d4a356a07a5d50cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:26Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:27:36,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-950b8fcb-fb46-44ca-8f55-b748073e4c3f 2018-07-15 05:27:36,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07023382187s 2018-07-15 05:27:36,915 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-950b8fcb-fb46-44ca-8f55-b748073e4c3f 2018-07-15 05:27:36,919 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:27:38,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:27:38,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:39,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e0bb8e7-4c57-4dd6-b482-0cae33533952 x-compute-request-id: req-9e0bb8e7-4c57-4dd6-b482-0cae33533952 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:04:21", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:27:36.000000", "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "c2e65215-839d-4f15-9c05-886d694a80fd", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:36Z", "hostId": "6c644d63791aad60ec2de04f46eb84a513551388d4a356a07a5d50cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:26Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:27:39,521 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9e0bb8e7-4c57-4dd6-b482-0cae33533952 2018-07-15 05:27:39,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.600212097168s 2018-07-15 05:27:39,522 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9e0bb8e7-4c57-4dd6-b482-0cae33533952 2018-07-15 05:27:39,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:27:39,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=c2e65215-839d-4f15-9c05-886d694a80fd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:39,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-7b5d6327-524f-4b3d-893c-e6ea2fcde721 Date: Sun, 15 Jul 2018 05:27:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:30Z","admin_state_up":true,"updated_at":"2018-07-15T05:27:35Z","binding:vnic_type":"normal","device_id":"c2e65215-839d-4f15-9c05-886d694a80fd","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c5:04:21","id":"022d56fa-64ee-41ea-a30b-858759ebefb4","port_security_enabled":true,"project_id":"3a2653ca25224ae7ad680e657c3a384e","fixed_ips":[{"subnet_id":"104cc5d5-670d-49e1-bcc3-7e98abd89f70","ip_address":"192.168.0.6"}],"extra_dhcp_opts":[],"security_groups":["e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2"],"name":""}]} 2018-07-15 05:27:39,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=c2e65215-839d-4f15-9c05-886d694a80fd used request id req-7b5d6327-524f-4b3d-893c-e6ea2fcde721 2018-07-15 05:27:39,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0590929985046s 2018-07-15 05:27:39,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=c2e65215-839d-4f15-9c05-886d694a80fd used request id req-7b5d6327-524f-4b3d-893c-e6ea2fcde721 2018-07-15 05:27:39,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:27:39,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=022d56fa-64ee-41ea-a30b-858759ebefb4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:39,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-11f3ab8d-9d63-482f-be00-aed630653373 Date: Sun, 15 Jul 2018 05:27:39 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:27:39,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=022d56fa-64ee-41ea-a30b-858759ebefb4 used request id req-11f3ab8d-9d63-482f-be00-aed630653373 2018-07-15 05:27:39,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.250767946243s 2018-07-15 05:27:39,842 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=022d56fa-64ee-41ea-a30b-858759ebefb4 used request id req-11f3ab8d-9d63-482f-be00-aed630653373 2018-07-15 05:27:39,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:27:39,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:40,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27: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-4adc0ccb-1e41-42a1-ba61-e57e5ab3b172 x-compute-request-id: req-4adc0ccb-1e41-42a1-ba61-e57e5ab3b172 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:04:21", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:27:36.000000", "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "c2e65215-839d-4f15-9c05-886d694a80fd", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:36Z", "hostId": "6c644d63791aad60ec2de04f46eb84a513551388d4a356a07a5d50cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:26Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:27:40,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4adc0ccb-1e41-42a1-ba61-e57e5ab3b172 2018-07-15 05:27:40,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.779772043228s 2018-07-15 05:27:40,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4adc0ccb-1e41-42a1-ba61-e57e5ab3b172 2018-07-15 05:27:40,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:27:40,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=c2e65215-839d-4f15-9c05-886d694a80fd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:40,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-313ed2eb-6a4e-4d25-9a91-7ddfbd2c992d Date: Sun, 15 Jul 2018 05:27:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:30Z","admin_state_up":true,"updated_at":"2018-07-15T05:27:35Z","binding:vnic_type":"normal","device_id":"c2e65215-839d-4f15-9c05-886d694a80fd","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c5:04:21","id":"022d56fa-64ee-41ea-a30b-858759ebefb4","port_security_enabled":true,"project_id":"3a2653ca25224ae7ad680e657c3a384e","fixed_ips":[{"subnet_id":"104cc5d5-670d-49e1-bcc3-7e98abd89f70","ip_address":"192.168.0.6"}],"extra_dhcp_opts":[],"security_groups":["e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2"],"name":""}]} 2018-07-15 05:27:40,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=c2e65215-839d-4f15-9c05-886d694a80fd used request id req-313ed2eb-6a4e-4d25-9a91-7ddfbd2c992d 2018-07-15 05:27:40,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0596380233765s 2018-07-15 05:27:40,687 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=c2e65215-839d-4f15-9c05-886d694a80fd used request id req-313ed2eb-6a4e-4d25-9a91-7ddfbd2c992d 2018-07-15 05:27:40,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:27:40,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=022d56fa-64ee-41ea-a30b-858759ebefb4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:40,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-dc425977-b08c-4611-9f30-b250462b85c0 Date: Sun, 15 Jul 2018 05:27:40 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:27:40,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=022d56fa-64ee-41ea-a30b-858759ebefb4 used request id req-dc425977-b08c-4611-9f30-b250462b85c0 2018-07-15 05:27:40,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0446219444275s 2018-07-15 05:27:40,737 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=022d56fa-64ee-41ea-a30b-858759ebefb4 used request id req-dc425977-b08c-4611-9f30-b250462b85c0 2018-07-15 05:27:40,738 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c5:04:21', u'version': 4, u'addr': u'192.168.0.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'de62763c-3860-4acc-bc19-4152d7a2f4c8'}), 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-15T05:27:36.000000', 'flavor': Munch({u'id': u'e000f48c-458c-4476-907b-e0ed0bc84346'}), 'az': u'nova', 'id': u'c2e65215-839d-4f15-9c05-886d694a80fd', 'security_groups': [Munch({u'name': u'vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'59a827bb9ae14287bafc69c723295ff0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3a2653ca25224ae7ad680e657c3a384e', 'name': 'vping_ssh-project_13adfbb5-4250-4861-91ef-4e30de631a42', '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-15T05:27:36.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T05:27:36Z', 'hostId': u'6c644d63791aad60ec2de04f46eb84a513551388d4a356a07a5d50cb', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.6', 'cloud': 'envvars', 'host_id': u'6c644d63791aad60ec2de04f46eb84a513551388d4a356a07a5d50cb', '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-15T05:27:36.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'3a2653ca25224ae7ad680e657c3a384e', 'name': u'vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42', 'adminPass': None, 'tenant_id': u'3a2653ca25224ae7ad680e657c3a384e', 'created_at': u'2018-07-15T05:27:26Z', 'created': u'2018-07-15T05:27:26Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 05:27:40,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:27:40,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:40,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-dbf16bec-ec70-4b49-bda4-69465819a295 Date: Sun, 15 Jul 2018 05:27:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["104cc5d5-670d-49e1-bcc3-7e98abd89f70"],"updated_at":"2018-07-15T05:27:14Z","tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3a2653ca25224ae7ad680e657c3a384e","id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","name":"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"}]} 2018-07-15 05:27:40,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-dbf16bec-ec70-4b49-bda4-69465819a295 2018-07-15 05:27:40,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113803863525s 2018-07-15 05:27:40,853 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-dbf16bec-ec70-4b49-bda4-69465819a295 2018-07-15 05:27:40,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:27:40,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:40,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-0dd450b9-5f45-4302-9ad9-cc49c7034857 Date: Sun, 15 Jul 2018 05:27:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/de62763c-3860-4acc-bc19-4152d7a2f4c8/snap", "metadata": {}}], "file": "/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8/file", "owner": "3a2653ca25224ae7ad680e657c3a384e", "id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "size": 12716032, "self": "/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/de62763c-3860-4acc-bc19-4152d7a2f4c8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:27:20Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_13adfbb5-4250-4861-91ef-4e30de631a42", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_13adfbb5-4250-4861-91ef-4e30de631a42", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:27:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:27:40,897 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0dd450b9-5f45-4302-9ad9-cc49c7034857 2018-07-15 05:27:40,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.039186000824s 2018-07-15 05:27:40,897 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0dd450b9-5f45-4302-9ad9-cc49c7034857 2018-07-15 05:27:40,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:27:40,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:41,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27: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-f2871b37-99d3-4c6e-99a4-b4f7aa47da43 x-compute-request-id: req-f2871b37-99d3-4c6e-99a4-b4f7aa47da43 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_13adfbb5-4250-4861-91ef-4e30de631a42", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "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": "e000f48c-458c-4476-907b-e0ed0bc84346"}]} 2018-07-15 05:27:41,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-f2871b37-99d3-4c6e-99a4-b4f7aa47da43 2018-07-15 05:27:41,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.194056034088s 2018-07-15 05:27:41,093 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-f2871b37-99d3-4c6e-99a4-b4f7aa47da43 2018-07-15 05:27:41,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 05:27:41,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -d '{"server": {"name": "vping_ssh-vm_13adfbb5-4250-4861-91ef-4e30de631a42", "imageRef": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "key_name": "vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42", "flavorRef": "e000f48c-458c-4476-907b-e0ed0bc84346", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6fc9da9d-eb42-4afc-903a-d8c498b90aeb"}], "security_groups": [{"name": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2"}]}}' 2018-07-15 05:27:45,074 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:27:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-44dc3364-fcb2-431e-975e-5dd253c3736b x-compute-request-id: req-44dc3364-fcb2-431e-975e-5dd253c3736b Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2"}], "OS-DCF:diskConfig": "MANUAL", "id": "b2f788f1-1a14-4a69-813a-e1a10d23731c", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "bookmark"}], "adminPass": "XeU4auisT3x9"}} 2018-07-15 05:27:45,075 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-44dc3364-fcb2-431e-975e-5dd253c3736b 2018-07-15 05:27:45,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.98036313057s 2018-07-15 05:27:45,075 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-44dc3364-fcb2-431e-975e-5dd253c3736b 2018-07-15 05:27:45,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:27:45,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:45,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8d098eb-a3c7-4f2a-9c20-ae8f6573c544 x-compute-request-id: req-a8d098eb-a3c7-4f2a-9c20-ae8f6573c544 Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "b2f788f1-1a14-4a69-813a-e1a10d23731c", "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42", "name": "vping_ssh-vm_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:44Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:04:21", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:27:36.000000", "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "c2e65215-839d-4f15-9c05-886d694a80fd", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:36Z", "hostId": "6c644d63791aad60ec2de04f46eb84a513551388d4a356a07a5d50cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:26Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:27:45,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a8d098eb-a3c7-4f2a-9c20-ae8f6573c544 2018-07-15 05:27:45,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.857625961304s 2018-07-15 05:27:45,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a8d098eb-a3c7-4f2a-9c20-ae8f6573c544 2018-07-15 05:27:45,939 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:27:47,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:27:47,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:48,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27: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-dffb2d52-9b38-45bc-856c-06d0409e7e30 x-compute-request-id: req-dffb2d52-9b38-45bc-856c-06d0409e7e30 Content-Encoding: gzip Content-Length: 891 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "b2f788f1-1a14-4a69-813a-e1a10d23731c", "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:47Z", "hostId": "8aa13b3cc3ef633e519e2f9d792c315d6b9d368624913d3338dd8e06", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42", "name": "vping_ssh-vm_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:44Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:04:21", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:27:36.000000", "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "c2e65215-839d-4f15-9c05-886d694a80fd", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:36Z", "hostId": "6c644d63791aad60ec2de04f46eb84a513551388d4a356a07a5d50cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:26Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:27:48,369 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-dffb2d52-9b38-45bc-856c-06d0409e7e30 2018-07-15 05:27:48,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427469968796s 2018-07-15 05:27:48,369 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-dffb2d52-9b38-45bc-856c-06d0409e7e30 2018-07-15 05:27:48,374 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:27:50,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:27:50,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:51,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27: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-062b5823-c474-4f98-904c-5eef4895bb86 x-compute-request-id: req-062b5823-c474-4f98-904c-5eef4895bb86 Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "b2f788f1-1a14-4a69-813a-e1a10d23731c", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:48Z", "hostId": "8aa13b3cc3ef633e519e2f9d792c315d6b9d368624913d3338dd8e06", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42", "name": "vping_ssh-vm_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:44Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:04:21", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:27:36.000000", "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "c2e65215-839d-4f15-9c05-886d694a80fd", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:36Z", "hostId": "6c644d63791aad60ec2de04f46eb84a513551388d4a356a07a5d50cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:26Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:27:51,699 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-062b5823-c474-4f98-904c-5eef4895bb86 2018-07-15 05:27:51,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32282710075s 2018-07-15 05:27:51,700 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-062b5823-c474-4f98-904c-5eef4895bb86 2018-07-15 05:27:51,705 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:27:53,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:27:53,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:54,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27: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-192ecf21-d7f7-4344-8e16-443f1f8167f0 x-compute-request-id: req-192ecf21-d7f7-4344-8e16-443f1f8167f0 Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "b2f788f1-1a14-4a69-813a-e1a10d23731c", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:48Z", "hostId": "8aa13b3cc3ef633e519e2f9d792c315d6b9d368624913d3338dd8e06", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42", "name": "vping_ssh-vm_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:44Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:04:21", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:27:36.000000", "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "c2e65215-839d-4f15-9c05-886d694a80fd", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:36Z", "hostId": "6c644d63791aad60ec2de04f46eb84a513551388d4a356a07a5d50cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:26Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:27:54,313 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-192ecf21-d7f7-4344-8e16-443f1f8167f0 2018-07-15 05:27:54,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60617685318s 2018-07-15 05:27:54,314 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-192ecf21-d7f7-4344-8e16-443f1f8167f0 2018-07-15 05:27:54,319 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:27:56,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:27:56,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:56,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27: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-44a71201-4965-48d9-aa4f-89e974733b38 x-compute-request-id: req-44a71201-4965-48d9-aa4f-89e974733b38 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:2c:7f", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:27:55.000000", "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "b2f788f1-1a14-4a69-813a-e1a10d23731c", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:55Z", "hostId": "8aa13b3cc3ef633e519e2f9d792c315d6b9d368624913d3338dd8e06", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42", "name": "vping_ssh-vm_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:44Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:04:21", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:27:36.000000", "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "c2e65215-839d-4f15-9c05-886d694a80fd", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:36Z", "hostId": "6c644d63791aad60ec2de04f46eb84a513551388d4a356a07a5d50cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:26Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:27:56,978 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-44a71201-4965-48d9-aa4f-89e974733b38 2018-07-15 05:27:56,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656473875046s 2018-07-15 05:27:56,978 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-44a71201-4965-48d9-aa4f-89e974733b38 2018-07-15 05:27:56,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:27:56,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=b2f788f1-1a14-4a69-813a-e1a10d23731c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:57,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-6ce0749b-f15b-4860-8b45-8b39de57404b Date: Sun, 15 Jul 2018 05:27:57 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:48Z","admin_state_up":true,"updated_at":"2018-07-15T05:27:55Z","binding:vnic_type":"normal","device_id":"b2f788f1-1a14-4a69-813a-e1a10d23731c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:54:2c:7f","id":"3d16f20c-9bf1-4c13-bcf9-f4d3517a564f","port_security_enabled":true,"project_id":"3a2653ca25224ae7ad680e657c3a384e","fixed_ips":[{"subnet_id":"104cc5d5-670d-49e1-bcc3-7e98abd89f70","ip_address":"192.168.0.14"}],"extra_dhcp_opts":[],"security_groups":["e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2"],"name":""}]} 2018-07-15 05:27:57,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=b2f788f1-1a14-4a69-813a-e1a10d23731c used request id req-6ce0749b-f15b-4860-8b45-8b39de57404b 2018-07-15 05:27:57,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0574431419373s 2018-07-15 05:27:57,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=b2f788f1-1a14-4a69-813a-e1a10d23731c used request id req-6ce0749b-f15b-4860-8b45-8b39de57404b 2018-07-15 05:27:57,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:27:57,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=3d16f20c-9bf1-4c13-bcf9-f4d3517a564f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:57,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4a2e1069-00d8-46ed-b3d6-4f399e3f92fa Date: Sun, 15 Jul 2018 05:27:57 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:27:57,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=3d16f20c-9bf1-4c13-bcf9-f4d3517a564f used request id req-4a2e1069-00d8-46ed-b3d6-4f399e3f92fa 2018-07-15 05:27:57,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0485389232635s 2018-07-15 05:27:57,095 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=3d16f20c-9bf1-4c13-bcf9-f4d3517a564f used request id req-4a2e1069-00d8-46ed-b3d6-4f399e3f92fa 2018-07-15 05:27:57,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:27:57,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:57,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:27: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-7a6aed13-dba7-4ea3-a9ca-c112cd2d990f x-compute-request-id: req-7a6aed13-dba7-4ea3-a9ca-c112cd2d990f Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:2c:7f", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:27:55.000000", "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "b2f788f1-1a14-4a69-813a-e1a10d23731c", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:55Z", "hostId": "8aa13b3cc3ef633e519e2f9d792c315d6b9d368624913d3338dd8e06", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42", "name": "vping_ssh-vm_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:44Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:04:21", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:27:36.000000", "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "c2e65215-839d-4f15-9c05-886d694a80fd", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:36Z", "hostId": "6c644d63791aad60ec2de04f46eb84a513551388d4a356a07a5d50cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:26Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:27:57,898 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7a6aed13-dba7-4ea3-a9ca-c112cd2d990f 2018-07-15 05:27:57,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.80214214325s 2018-07-15 05:27:57,899 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7a6aed13-dba7-4ea3-a9ca-c112cd2d990f 2018-07-15 05:27:57,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:27:57,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=b2f788f1-1a14-4a69-813a-e1a10d23731c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:57,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a9e68e43-f490-4737-8746-abf4e3414731 Date: Sun, 15 Jul 2018 05:27:57 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:48Z","admin_state_up":true,"updated_at":"2018-07-15T05:27:55Z","binding:vnic_type":"normal","device_id":"b2f788f1-1a14-4a69-813a-e1a10d23731c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:54:2c:7f","id":"3d16f20c-9bf1-4c13-bcf9-f4d3517a564f","port_security_enabled":true,"project_id":"3a2653ca25224ae7ad680e657c3a384e","fixed_ips":[{"subnet_id":"104cc5d5-670d-49e1-bcc3-7e98abd89f70","ip_address":"192.168.0.14"}],"extra_dhcp_opts":[],"security_groups":["e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2"],"name":""}]} 2018-07-15 05:27:57,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=b2f788f1-1a14-4a69-813a-e1a10d23731c used request id req-a9e68e43-f490-4737-8746-abf4e3414731 2018-07-15 05:27:57,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0740489959717s 2018-07-15 05:27:57,978 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=b2f788f1-1a14-4a69-813a-e1a10d23731c used request id req-a9e68e43-f490-4737-8746-abf4e3414731 2018-07-15 05:27:57,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:27:57,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=3d16f20c-9bf1-4c13-bcf9-f4d3517a564f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:58,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f877c103-e51c-4c5c-b3fe-a6366bea8d0c Date: Sun, 15 Jul 2018 05:27:58 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:27:58,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=3d16f20c-9bf1-4c13-bcf9-f4d3517a564f used request id req-f877c103-e51c-4c5c-b3fe-a6366bea8d0c 2018-07-15 05:27:58,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.221600055695s 2018-07-15 05:27:58,205 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=3d16f20c-9bf1-4c13-bcf9-f4d3517a564f used request id req-f877c103-e51c-4c5c-b3fe-a6366bea8d0c 2018-07-15 05:27:58,205 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:54:2c:7f', u'version': 4, u'addr': u'192.168.0.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'de62763c-3860-4acc-bc19-4152d7a2f4c8'}), 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-15T05:27:55.000000', 'flavor': Munch({u'id': u'e000f48c-458c-4476-907b-e0ed0bc84346'}), 'az': u'nova', 'id': u'b2f788f1-1a14-4a69-813a-e1a10d23731c', 'security_groups': [Munch({u'name': u'vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'59a827bb9ae14287bafc69c723295ff0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3a2653ca25224ae7ad680e657c3a384e', 'name': 'vping_ssh-project_13adfbb5-4250-4861-91ef-4e30de631a42', '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-15T05:27:55.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T05:27:55Z', 'hostId': u'8aa13b3cc3ef633e519e2f9d792c315d6b9d368624913d3338dd8e06', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42', 'public_v6': '', 'private_v4': u'192.168.0.14', 'cloud': 'envvars', 'host_id': u'8aa13b3cc3ef633e519e2f9d792c315d6b9d368624913d3338dd8e06', '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-15T05:27:55.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'3a2653ca25224ae7ad680e657c3a384e', 'name': u'vping_ssh-vm_13adfbb5-4250-4861-91ef-4e30de631a42', 'adminPass': None, 'tenant_id': u'3a2653ca25224ae7ad680e657c3a384e', 'created_at': u'2018-07-15T05:27:44Z', 'created': u'2018-07-15T05:27:44Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 05:27:58,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:27:58,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:58,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-50769248-da7a-49bc-bf29-fdcb2db9b3f3 Date: Sun, 15 Jul 2018 05:27:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["104cc5d5-670d-49e1-bcc3-7e98abd89f70"],"updated_at":"2018-07-15T05:27:14Z","tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3a2653ca25224ae7ad680e657c3a384e","id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","name":"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"}]} 2018-07-15 05:27:58,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-50769248-da7a-49bc-bf29-fdcb2db9b3f3 2018-07-15 05:27:58,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.322093963623s 2018-07-15 05:27:58,531 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-50769248-da7a-49bc-bf29-fdcb2db9b3f3 2018-07-15 05:27:58,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:27:58,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=b2f788f1-1a14-4a69-813a-e1a10d23731c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:27:58,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-30c45bd1-b5c4-4fe9-93c6-56b7c2a211e5 Date: Sun, 15 Jul 2018 05:27:58 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:48Z","admin_state_up":true,"updated_at":"2018-07-15T05:27:55Z","binding:vnic_type":"normal","device_id":"b2f788f1-1a14-4a69-813a-e1a10d23731c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:54:2c:7f","id":"3d16f20c-9bf1-4c13-bcf9-f4d3517a564f","port_security_enabled":true,"project_id":"3a2653ca25224ae7ad680e657c3a384e","fixed_ips":[{"subnet_id":"104cc5d5-670d-49e1-bcc3-7e98abd89f70","ip_address":"192.168.0.14"}],"extra_dhcp_opts":[],"security_groups":["e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2"],"name":""}]} 2018-07-15 05:27:58,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=b2f788f1-1a14-4a69-813a-e1a10d23731c used request id req-30c45bd1-b5c4-4fe9-93c6-56b7c2a211e5 2018-07-15 05:27:58,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0576720237732s 2018-07-15 05:27:58,591 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=b2f788f1-1a14-4a69-813a-e1a10d23731c used request id req-30c45bd1-b5c4-4fe9-93c6-56b7c2a211e5 2018-07-15 05:27:58,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-15 05:27:58,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -d '{"floatingip": {"floating_network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "fixed_ip_address": "192.168.0.14", "port_id": "3d16f20c-9bf1-4c13-bcf9-f4d3517a564f"}}' 2018-07-15 05:28:00,407 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-131de547-73f9-4d64-996c-e32a681e8261 Date: Sun, 15 Jul 2018 05:28:00 GMT RESP BODY: {"floatingip": {"router_id": "8e0e6c82-b4dd-4da0-a51a-f49fd116d32b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-15T05:27:59Z", "floating_network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "fixed_ip_address": "192.168.0.14", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "3d16f20c-9bf1-4c13-bcf9-f4d3517a564f", "id": "654cbd7e-b8a7-4347-822a-419181b70ffc", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "created_at": "2018-07-15T05:27:59Z", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}} 2018-07-15 05:28:00,408 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-131de547-73f9-4d64-996c-e32a681e8261 2018-07-15 05:28:00,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.8163690567s 2018-07-15 05:28:00,408 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-131de547-73f9-4d64-996c-e32a681e8261 2018-07-15 05:28:00,412 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'8e0e6c82-b4dd-4da0-a51a-f49fd116d32b', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'3a2653ca25224ae7ad680e657c3a384e', 'created_at': u'2018-07-15T05:27:59Z', 'attached': True, 'updated_at': u'2018-07-15T05:27:59Z', 'id': u'654cbd7e-b8a7-4347-822a-419181b70ffc', 'floating_network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', 'fixed_ip_address': u'192.168.0.14', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3a2653ca25224ae7ad680e657c3a384e', 'name': 'vping_ssh-project_13adfbb5-4250-4861-91ef-4e30de631a42', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'8e0e6c82-b4dd-4da0-a51a-f49fd116d32b', 'project_id': u'3a2653ca25224ae7ad680e657c3a384e', 'port_id': u'3d16f20c-9bf1-4c13-bcf9-f4d3517a564f', 'port': u'3d16f20c-9bf1-4c13-bcf9-f4d3517a564f', 'network': u'8c572765-2d43-4b88-981e-707a56735cd1'}) 2018-07-15 05:28:00,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 05:28:00,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c/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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 05:28:01,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28: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-6fe236b6-357d-4be1-b28f-f0cf60053090 x-compute-request-id: req-6fe236b6-357d-4be1-b28f-f0cf60053090 Content-Encoding: gzip Content-Length: 9615 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 489934062 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.150483] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152302] pid_max: default: 32768 minimum: 301\n[ 0.153267] ACPI: Core revision 20150930\n[ 0.154746] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156155] Security Framework initialized\n[ 0.157038] Yama: becoming mindful.\n[ 0.157837] AppArmor: AppArmor initialized\n[ 0.158760] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.160198] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162902] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164435] Initializing cgroup subsys io\n[ 0.165315] Initializing cgroup subsys memory\n[ 0.166248] Initializing cgroup subsys devices\n[ 0.167192] Initializing cgroup subsys freezer\n[ 0.168121] Initializing cgroup subsys net_cls\n[ 0.169061] Initializing cgroup subsys perf_event\n[ 0.170047] Initializing cgroup subsys net_prio\n[ 0.171000] Initializing cgroup subsys hugetlb\n[ 0.171930] Initializing cgroup subsys pids\n[ 0.172867] CPU: Physical Processor ID: 0\n[ 0.174447] mce: CPU supports 10 MCE banks\n[ 0.175362] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199191] ftrace: allocating 31920 entries in 125 pages\n[ 0.224564] smpboot: Max logical packages: 1\n[ 0.225512] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226971] x2apic enabled\n[ 0.227818] Switched APIC routing to physical x2apic.\n[ 0.229645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233077] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235005] KVM setup paravirtual spinlock\n[ 0.236419] x86: Booted up 1 node, 1 CPUs\n[ 0.237291] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238786] devtmpfs: initialized\n[ 0.240555] evm: security.selinux\n[ 0.241315] evm: security.SMACK64\n[ 0.242062] evm: security.SMACK64EXEC\n[ 0.242859] evm: security.SMACK64TRANSMUTE\n[ 0.243733] evm: security.SMACK64MMAP\n[ 0.244528] evm: security.ima\n[ 0.245210] evm: security.capability\n[ 0.246075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248078] pinctrl core: initialized pinctrl subsystem\n[ 0.249262] RTC time: 5:27:55, date: 07/15/18\n[ 0.250302] NET: Registered protocol family 16\n[ 0.251360] cpuidle: using governor ladder\n[ 0.252249] cpuidle: using governor menu\n[ 0.253101] PCCT header not found.\n[ 0.253908] ACPI: bus type PCI registered\n[ 0.254766] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256104] PCI: Using configuration type 1 for base access\n[ 0.257981] ACPI: Added _OSI(Module Device)\n[ 0.258882] ACPI: Added _OSI(Processor Device)\n[ 0.259805] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260769] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262590] ACPI: Interpreter enabled\n[ 0.263415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269344] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271323] ACPI: (supports S0 S5)\n[ 0.272077] ACPI: Using IOAPIC for interrupt routing\n[ 0.273099] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277593] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280217] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282603] acpiphp: Slot [3] registered\n[ 0.283460] acpiphp: Slot [4] registered\n[ 0.284321] acpiphp: Slot [5] registered\n[ 0.285177] acpiphp: Slot [6] registered\n[ 0.286034] acpiphp: Slot [7] registered\n[ 0.286887] acpiphp: Slot [8] registered\n[ 0.287745] acpiphp: Slot [9] registered\n[ 0.288599] acpiphp: Slot [10] registered\n[ 0.289472] acpiphp: Slot [11] registered\n[ 0.290350] acpiphp: Slot [12] registered\n[ 0.291219] acpiphp: Slot [13] registered\n[ 0.292088] acpiphp: Slot [14] registered\n[ 0.292963] acpiphp: Slot [15] registered\n[ 0.303885] acpiphp: Slot [16] registered\n[ 0.304751] acpiphp: Slot [17] registered\n[ 0.305617] acpiphp: Slot [18] registered\n[ 0.306494] acpiphp: Slot [19] registered\n[ 0.307364] acpiphp: Slot [20] registered\n[ 0.308237] acpiphp: Slot [21] registered\n[ 0.309110] acpiphp: Slot [22] registered\n[ 0.309981] acpiphp: Slot [23] registered\n[ 0.310891] acpiphp: Slot [24] registered\n[ 0.311776] acpiphp: Slot [25] registered\n[ 0.312670] acpiphp: Slot [26] registered\n[ 0.313601] acpiphp: Slot [27] registered\n[ 0.314479] acpiphp: Slot [28] registered\n[ 0.315363] acpiphp: Slot [29] registered\n[ 0.316231] acpiphp: Slot [30] registered\n[ 0.317105] acpiphp: Slot [31] registered\n[ 0.317972] PCI host bridge to bus 0000:00\n[ 0.318839] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.320152] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.321455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.323312] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.324989] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.326524] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.329954] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331293] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333837] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337451] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339211] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357518] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360862] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362323] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363783] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366454] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367559] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369168] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371078] SCSI subsystem initialized\n[ 0.372045] ACPI: bus type USB registered\n[ 0.372906] usbcore: registered new interface driver usbfs\n[ 0.373988] usbcore: registered new interface driver hub\n[ 0.375042] usbcore: registered new device driver usb\n[ 0.376206] PCI: Using ACPI for IRQ routing\n[ 0.377361] NetLabel: Initializing\n[ 0.378110] NetLabel: domain hash size = 128\n[ 0.378993] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380010] NetLabel: unlabeled traffic allowed by default\n[ 0.381250] clocksource: Switched to clocksource kvm-clock\n[ 0.389852] AppArmor: AppArmor Filesystem Enabled\n[ 0.390863] pnp: PnP ACPI init\n[ 0.391830] pnp: PnP ACPI: found 5 devices\n[ 0.398200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399993] NET: Registered protocol family 2\n[ 0.401082] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402432] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403698] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404953] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406090] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407324] NET: Registered protocol family 1\n[ 0.408242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409397] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410514] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424619] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438797] Trying to unpack rootfs image as initramfs...\n[ 0.495301] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497019] Scanning for low memory corruption every 60 seconds\n[ 0.498444] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499660] audit: initializing netlink subsys (disabled)\n[ 0.500729] audit: type=2000 audit(1531632476.012:1): initialized\n[ 0.502144] Initialise system trusted keyring\n[ 0.503122] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504327] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506516] zbud: loaded\n[ 0.507274] VFS: Disk quotas dquot_6.6.0\n[ 0.508130] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509798] fuse init (API version 7.23)\n[ 0.510738] Key type big_key registered\n[ 0.511569] Allocating IMA MOK and blacklist keyrings.\n[ 0.512848] Key type asymmetric registered\n[ 0.513718] Asymmetric key parser 'x509' registered\n[ 0.514719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516247] io scheduler noop registered\n[ 0.517073] io scheduler deadline registered (default)\n[ 0.518117] io scheduler cfq registered\n[ 0.519001] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521429] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522924] ACPI: Power Button [PWRF]\n[ 0.523796] GHES: HEST is not enabled!\n[ 0.537497] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565568] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570292] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597345] Linux agpgart interface v0.103\n[ 0.600454] brd: module loaded\n[ 0.602234] loop: module loaded\n[ 0.606983] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608502] GPT:90111 != 2097151\n[ 0.609205] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610348] GPT:90111 != 2097151\n[ 0.611059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612079] vda: vda1 vda15\n[ 0.613599] scsi host0: ata_piix\n[ 0.614428] scsi host1: ata_piix\n[ 0.615180] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.616447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.618013] libphy: Fixed MDIO Bus: probed\n[ 0.618884] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619879] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622513] PPP generic driver version 2.4.2\n[ 0.623710] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624981] ehci-pci: EHCI PCI platform driver\n[ 0.625913] ehci-platform: EHCI generic platform driver\n[ 0.626960] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628261] ohci-pci: OHCI PCI platform driver\n[ 0.629175] ohci-platform: OHCI generic platform driver\n[ 0.630228] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644558] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647354] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648432] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.649688] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651040] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652575] usb usb1: Product: UHCI Host Controller\n[ 0.653615] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655969] hub 1-0:1.0: USB hub found\n[ 0.656799] hub 1-0:1.0: 2 ports detected\n[ 0.657822] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660074] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661104] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662236] mousedev: PS/2 mouse device common for all mice\n[ 0.663676] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665753] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666937] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668241] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669523] i2c /dev entries driver\n[ 0.670376] device-mapper: uevent: version 1.0.3\n[ 0.671443] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673244] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674889] NET: Registered protocol family 10\n[ 0.676154] NET: Registered protocol family 17\n[ 0.677173] Key type dns_resolver registered\n[ 0.678367] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679559] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681539] registered taskstats version 1\n[ 0.682455] Loading compiled-in X.509 certificates\n[ 0.684005] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686140] zswap: loaded using pool lzo/zbud\n[ 0.687931] Key type trusted registered\n[ 0.689761] Key type encrypted registered\n[ 0.690656] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691768] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692881] evm: HMAC attrs: 0x1\n[ 0.693910] Magic number: 10:586:466\n[ 0.694795] cache: hash matches\n[ 0.695637] rtc_cmos 00:00: setting system clock to 2018-07-15 05:27:55 UTC (1531632475)\n[ 0.697403] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698598] EDD information not available.\n[ 0.778989] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.780676] Write protecting the kernel read-only data: 14336k\n[ 0.783822] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785963] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.835504] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.14...\nLease of 192.168.0.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.84. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCoEDZKDpDNNGIx/pLHRuZJ9E0sHUPaVll1JEl52uezqZjE2z/8VAlc/uX3drd+SXCfdCMZOmydWlbIYTzHZMVb9K3G5Dbfk6li8Jk0aXkOiGQ0BcXrSVKS/mvIKz+q64ixDzTFSUQxGqPJ2/2XXeAXowJj8iXcWatmthtcUyL0A9RYvUwGNYlAlvOJivKhD75QU0blNC6QPBlP5zrZV8u7WQnteZd8mkBOVqGFcZHRXEQcz3kT9UzCRV7n5zzuE9bRCzyRbuE14Jz5pgCwsHkkX22/hZ3N/rQdg/731PurNjd3hxMW+e5VDnS+ScLN/LOt7CfdHzfTewOobotcb07l root@vping-ssh-vm-13adfbb5-4250-4861-91ef-4e30de631a42\nssh-dss AAAAB3NzaC1kc3MAAACBAJTwZH1hoveEBMRoCpCG/C7u93OsS4R90bZzaYnz/GgjbvLiKP1VCt2WT5tR71lJ5ge3gjrwLPeyjbyx/eFUHV5SkZHKHV4A3xyPenLhrFOIku1SsTCZ9gTX4+YbJk+kXQfJMicOmygF3zmRrXaybyG/ZNJZq9YRN/c0s/bPUrsXAAAAFQCFfZd+qZYV6lOGn/QASvJIOMJP4QAAAIBdJh56K0mWVpMZO4zFGpWF9xg4Mbhq+FTTDwYQRJfq2vfCz4aS3TyM9nXOAQ9YMa5lqtaEjmtCJITJzi5A3uJ8fq9DDURmYoD+8ETNl1GDSEnwE99DjTQpuagQnCOxkeVH0U2TCd3zY9WbRuXB6oyj6l9JA61/VY0ty9fjX1iVvgAAAIBoGFijKeIfnNmxSpR48Y0BZfiSvm3zeqwjS7+pC/z93hN1YYQ8dsoR5loBN0ssMhvQzfQyc8TsJgJiWdeAp4LjBqq9SZ7D14cRAR/BPIlJvvu6WxsqWILOgQhxDkWnQLottRrwmqtm6CR9L/v/2lkiXeYVEWIv1KgGW3dWhR31/g== root@vping-ssh-vm-13adfbb5-4250-4861-91ef-4e30de631a42\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.19s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.14,24,fe80::f816:3eff:fe54:2c7f/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.2 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.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-13adfbb5-4250-4861-91ef-4e30de631a42\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.58 ===\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-13adfbb5-4250-4861-91ef-4e30de631a42 login: "} 2018-07-15 05:28:01,154 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c/action used request id req-6fe236b6-357d-4be1-b28f-f0cf60053090 2018-07-15 05:28:01,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.741568088531s 2018-07-15 05:28:01,155 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c/action used request id req-6fe236b6-357d-4be1-b28f-f0cf60053090 2018-07-15 05:28:01,156 - 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 489934062 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.150483] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.152302] pid_max: default: 32768 minimum: 301 [ 0.153267] ACPI: Core revision 20150930 [ 0.154746] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.156155] Security Framework initialized [ 0.157038] Yama: becoming mindful. [ 0.157837] AppArmor: AppArmor initialized [ 0.158760] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.160198] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162902] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164435] Initializing cgroup subsys io [ 0.165315] Initializing cgroup subsys memory [ 0.166248] Initializing cgroup subsys devices [ 0.167192] Initializing cgroup subsys freezer [ 0.168121] Initializing cgroup subsys net_cls [ 0.169061] Initializing cgroup subsys perf_event [ 0.170047] Initializing cgroup subsys net_prio [ 0.171000] Initializing cgroup subsys hugetlb [ 0.171930] Initializing cgroup subsys pids [ 0.172867] CPU: Physical Processor ID: 0 [ 0.174447] mce: CPU supports 10 MCE banks [ 0.175362] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.176434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.192932] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.199191] ftrace: allocating 31920 entries in 125 pages [ 0.224564] smpboot: Max logical packages: 1 [ 0.225512] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226971] x2apic enabled [ 0.227818] Switched APIC routing to physical x2apic. [ 0.229645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.230852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233077] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235005] KVM setup paravirtual spinlock [ 0.236419] x86: Booted up 1 node, 1 CPUs [ 0.237291] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.238786] devtmpfs: initialized [ 0.240555] evm: security.selinux [ 0.241315] evm: security.SMACK64 [ 0.242062] evm: security.SMACK64EXEC [ 0.242859] evm: security.SMACK64TRANSMUTE [ 0.243733] evm: security.SMACK64MMAP [ 0.244528] evm: security.ima [ 0.245210] evm: security.capability [ 0.246075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248078] pinctrl core: initialized pinctrl subsystem [ 0.249262] RTC time: 5:27:55, date: 07/15/18 [ 0.250302] NET: Registered protocol family 16 [ 0.251360] cpuidle: using governor ladder [ 0.252249] cpuidle: using governor menu [ 0.253101] PCCT header not found. [ 0.253908] ACPI: bus type PCI registered [ 0.254766] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256104] PCI: Using configuration type 1 for base access [ 0.257981] ACPI: Added _OSI(Module Device) [ 0.258882] ACPI: Added _OSI(Processor Device) [ 0.259805] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260769] ACPI: Added _OSI(Processor Aggregator Device) [ 0.262590] ACPI: Interpreter enabled [ 0.263415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.265392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.267371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.269344] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.271323] ACPI: (supports S0 S5) [ 0.272077] ACPI: Using IOAPIC for interrupt routing [ 0.273099] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.276361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.277593] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.278928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.280217] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.282603] acpiphp: Slot [3] registered [ 0.283460] acpiphp: Slot [4] registered [ 0.284321] acpiphp: Slot [5] registered [ 0.285177] acpiphp: Slot [6] registered [ 0.286034] acpiphp: Slot [7] registered [ 0.286887] acpiphp: Slot [8] registered [ 0.287745] acpiphp: Slot [9] registered [ 0.288599] acpiphp: Slot [10] registered [ 0.289472] acpiphp: Slot [11] registered [ 0.290350] acpiphp: Slot [12] registered [ 0.291219] acpiphp: Slot [13] registered [ 0.292088] acpiphp: Slot [14] registered [ 0.292963] acpiphp: Slot [15] registered [ 0.303885] acpiphp: Slot [16] registered [ 0.304751] acpiphp: Slot [17] registered [ 0.305617] acpiphp: Slot [18] registered [ 0.306494] acpiphp: Slot [19] registered [ 0.307364] acpiphp: Slot [20] registered [ 0.308237] acpiphp: Slot [21] registered [ 0.309110] acpiphp: Slot [22] registered [ 0.309981] acpiphp: Slot [23] registered [ 0.310891] acpiphp: Slot [24] registered [ 0.311776] acpiphp: Slot [25] registered [ 0.312670] acpiphp: Slot [26] registered [ 0.313601] acpiphp: Slot [27] registered [ 0.314479] acpiphp: Slot [28] registered [ 0.315363] acpiphp: Slot [29] registered [ 0.316231] acpiphp: Slot [30] registered [ 0.317105] acpiphp: Slot [31] registered [ 0.317972] PCI host bridge to bus 0000:00 [ 0.318839] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.320152] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.321455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.323312] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.324989] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.326524] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.329954] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.331293] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.332515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.333837] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.337451] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.339211] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357518] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359390] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360862] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362323] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363783] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366454] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367559] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.369168] vgaarb: loaded [ 0.369798] vgaarb: bridge control possible 0000:00:02.0 [ 0.371078] SCSI subsystem initialized [ 0.372045] ACPI: bus type USB registered [ 0.372906] usbcore: registered new interface driver usbfs [ 0.373988] usbcore: registered new interface driver hub [ 0.375042] usbcore: registered new device driver usb [ 0.376206] PCI: Using ACPI for IRQ routing [ 0.377361] NetLabel: Initializing [ 0.378110] NetLabel: domain hash size = 128 [ 0.378993] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380010] NetLabel: unlabeled traffic allowed by default [ 0.381250] clocksource: Switched to clocksource kvm-clock [ 0.389852] AppArmor: AppArmor Filesystem Enabled [ 0.390863] pnp: PnP ACPI init [ 0.391830] pnp: PnP ACPI: found 5 devices [ 0.398200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.399993] NET: Registered protocol family 2 [ 0.401082] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.402432] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.403698] TCP: Hash tables configured (established 4096 bind 4096) [ 0.404953] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.406090] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.407324] NET: Registered protocol family 1 [ 0.408242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.409397] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.410514] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.424619] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438797] Trying to unpack rootfs image as initramfs... [ 0.495301] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497019] Scanning for low memory corruption every 60 seconds [ 0.498444] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499660] audit: initializing netlink subsys (disabled) [ 0.500729] audit: type=2000 audit(1531632476.012:1): initialized [ 0.502144] Initialise system trusted keyring [ 0.503122] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504327] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506516] zbud: loaded [ 0.507274] VFS: Disk quotas dquot_6.6.0 [ 0.508130] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509798] fuse init (API version 7.23) [ 0.510738] Key type big_key registered [ 0.511569] Allocating IMA MOK and blacklist keyrings. [ 0.512848] Key type asymmetric registered [ 0.513718] Asymmetric key parser 'x509' registered [ 0.514719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.516247] io scheduler noop registered [ 0.517073] io scheduler deadline registered (default) [ 0.518117] io scheduler cfq registered [ 0.519001] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521429] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522924] ACPI: Power Button [PWRF] [ 0.523796] GHES: HEST is not enabled! [ 0.537497] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565568] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.570292] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.594627] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597345] Linux agpgart interface v0.103 [ 0.600454] brd: module loaded [ 0.602234] loop: module loaded [ 0.606983] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.608502] GPT:90111 != 2097151 [ 0.609205] GPT:Alternate GPT header not at the end of the disk. [ 0.610348] GPT:90111 != 2097151 [ 0.611059] GPT: Use GNU Parted to correct GPT errors. [ 0.612079] vda: vda1 vda15 [ 0.613599] scsi host0: ata_piix [ 0.614428] scsi host1: ata_piix [ 0.615180] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.616447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.618013] libphy: Fixed MDIO Bus: probed [ 0.618884] tun: Universal TUN/TAP device driver, 1.6 [ 0.619879] tun: (C) 1999-2004 Max Krasnyansky [ 0.622513] PPP generic driver version 2.4.2 [ 0.623710] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624981] ehci-pci: EHCI PCI platform driver [ 0.625913] ehci-platform: EHCI generic platform driver [ 0.626960] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628261] ohci-pci: OHCI PCI platform driver [ 0.629175] ohci-platform: OHCI generic platform driver [ 0.630228] uhci_hcd: USB Universal Host Controller Interface driver [ 0.644558] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.645760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.647354] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.648432] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.649688] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.651040] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.652575] usb usb1: Product: UHCI Host Controller [ 0.653615] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.654896] usb usb1: SerialNumber: 0000:00:01.2 [ 0.655969] hub 1-0:1.0: USB hub found [ 0.656799] hub 1-0:1.0: 2 ports detected [ 0.657822] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660074] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661104] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662236] mousedev: PS/2 mouse device common for all mice [ 0.663676] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665753] rtc_cmos 00:00: RTC can wake from S4 [ 0.666937] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668241] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669523] i2c /dev entries driver [ 0.670376] device-mapper: uevent: version 1.0.3 [ 0.671443] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673244] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674889] NET: Registered protocol family 10 [ 0.676154] NET: Registered protocol family 17 [ 0.677173] Key type dns_resolver registered [ 0.678367] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679559] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681539] registered taskstats version 1 [ 0.682455] Loading compiled-in X.509 certificates [ 0.684005] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.686140] zswap: loaded using pool lzo/zbud [ 0.687931] Key type trusted registered [ 0.689761] Key type encrypted registered [ 0.690656] AppArmor: AppArmor sha1 policy hashing enabled [ 0.691768] ima: No TPM chip found, activating TPM-bypass! [ 0.692881] evm: HMAC attrs: 0x1 [ 0.693910] Magic number: 10:586:466 [ 0.694795] cache: hash matches [ 0.695637] rtc_cmos 00:00: setting system clock to 2018-07-15 05:27:55 UTC (1531632475) [ 0.697403] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.698598] EDD information not available. [ 0.778989] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.780676] Write protecting the kernel read-only data: 14336k [ 0.783822] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785963] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.835504] 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.75 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.14... Lease of 192.168.0.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.84. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCoEDZKDpDNNGIx/pLHRuZJ9E0sHUPaVll1JEl52uezqZjE2z/8VAlc/uX3drd+SXCfdCMZOmydWlbIYTzHZMVb9K3G5Dbfk6li8Jk0aXkOiGQ0BcXrSVKS/mvIKz+q64ixDzTFSUQxGqPJ2/2XXeAXowJj8iXcWatmthtcUyL0A9RYvUwGNYlAlvOJivKhD75QU0blNC6QPBlP5zrZV8u7WQnteZd8mkBOVqGFcZHRXEQcz3kT9UzCRV7n5zzuE9bRCzyRbuE14Jz5pgCwsHkkX22/hZ3N/rQdg/731PurNjd3hxMW+e5VDnS+ScLN/LOt7CfdHzfTewOobotcb07l root@vping-ssh-vm-13adfbb5-4250-4861-91ef-4e30de631a42 ssh-dss AAAAB3NzaC1kc3MAAACBAJTwZH1hoveEBMRoCpCG/C7u93OsS4R90bZzaYnz/GgjbvLiKP1VCt2WT5tR71lJ5ge3gjrwLPeyjbyx/eFUHV5SkZHKHV4A3xyPenLhrFOIku1SsTCZ9gTX4+YbJk+kXQfJMicOmygF3zmRrXaybyG/ZNJZq9YRN/c0s/bPUrsXAAAAFQCFfZd+qZYV6lOGn/QASvJIOMJP4QAAAIBdJh56K0mWVpMZO4zFGpWF9xg4Mbhq+FTTDwYQRJfq2vfCz4aS3TyM9nXOAQ9YMa5lqtaEjmtCJITJzi5A3uJ8fq9DDURmYoD+8ETNl1GDSEnwE99DjTQpuagQnCOxkeVH0U2TCd3zY9WbRuXB6oyj6l9JA61/VY0ty9fjX1iVvgAAAIBoGFijKeIfnNmxSpR48Y0BZfiSvm3zeqwjS7+pC/z93hN1YYQ8dsoR5loBN0ssMhvQzfQyc8TsJgJiWdeAp4LjBqq9SZ7D14cRAR/BPIlJvvu6WxsqWILOgQhxDkWnQLottRrwmqtm6CR9L/v/2lkiXeYVEWIv1KgGW3dWhR31/g== root@vping-ssh-vm-13adfbb5-4250-4861-91ef-4e30de631a42 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.19s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.14,24,fe80::f816:3eff:fe54:2c7f/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.2 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.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-13adfbb5-4250-4861-91ef-4e30de631a42 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.58 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-13adfbb5-4250-4861-91ef-4e30de631a42 login: 2018-07-15 05:28:02,158 - paramiko.transport - DEBUG - starting thread (client mode): 0x56e32150L 2018-07-15 05:28:02,159 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-15 05:28:02,159 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-15 05:28:02,159 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-15 05:28:02,160 - 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-15 05:28:02,161 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-15 05:28:02,161 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-15 05:28:02,161 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-15 05:28:02,161 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-15 05:28:02,161 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-15 05:28:02,179 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-15 05:28:02,179 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-15 05:28:02,191 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.207: e4205cbb7995cd7e44ce08c63c9b5638 2018-07-15 05:28:02,192 - paramiko.transport - DEBUG - Trying discovered key f5bd1449fef5f32465b01d94954debe0 in /tmp/tmpD3SoF2 2018-07-15 05:28:02,217 - paramiko.transport - DEBUG - userauth is OK 2018-07-15 05:28:02,223 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-15 05:28:02,225 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-15 05:28:02,226 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-15 05:28:02,226 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-15 05:28:02,227 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-15 05:28:02,230 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-15 05:28:02,230 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - output: PING 192.168.0.6 (192.168.0.6): 56 data bytes 64 bytes from 192.168.0.6: seq=0 ttl=64 time=1.139 ms --- 192.168.0.6 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.139/1.139/1.139 ms 2018-07-15 05:28:02,234 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-15 05:28:02,345 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 05:28:02,345 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-15 05:28:02,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 05:28:02,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:02,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:28:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9d2b67e9-ba10-4168-b029-b0ed50442fae x-compute-request-id: req-9d2b67e9-ba10-4168-b029-b0ed50442fae Content-Type: application/json 2018-07-15 05:28:02,561 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd used request id req-9d2b67e9-ba10-4168-b029-b0ed50442fae 2018-07-15 05:28:02,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.210874080658s 2018-07-15 05:28:02,562 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd used request id req-9d2b67e9-ba10-4168-b029-b0ed50442fae 2018-07-15 05:28:02,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:28:02,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:03,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28: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-aa5ced54-bb92-4ed0-a9ee-c12636f39d10 x-compute-request-id: req-aa5ced54-bb92-4ed0-a9ee-c12636f39d10 Content-Encoding: gzip Content-Length: 898 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:2c:7f", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:2c:7f", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:27:55.000000", "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "b2f788f1-1a14-4a69-813a-e1a10d23731c", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:55Z", "hostId": "8aa13b3cc3ef633e519e2f9d792c315d6b9d368624913d3338dd8e06", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42", "name": "vping_ssh-vm_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:44Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:04:21", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c2e65215-839d-4f15-9c05-886d694a80fd", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:27:36.000000", "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "c2e65215-839d-4f15-9c05-886d694a80fd", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:28:02Z", "hostId": "6c644d63791aad60ec2de04f46eb84a513551388d4a356a07a5d50cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:26Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:28:03,336 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aa5ced54-bb92-4ed0-a9ee-c12636f39d10 2018-07-15 05:28:03,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.774136066437s 2018-07-15 05:28:03,337 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aa5ced54-bb92-4ed0-a9ee-c12636f39d10 2018-07-15 05:28:03,340 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:28:05,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:28:05,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:06,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67434e74-fa78-4e7b-8d43-4e03fbface5c x-compute-request-id: req-67434e74-fa78-4e7b-8d43-4e03fbface5c Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:2c:7f", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:2c:7f", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:27:55.000000", "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "b2f788f1-1a14-4a69-813a-e1a10d23731c", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:27:55Z", "hostId": "8aa13b3cc3ef633e519e2f9d792c315d6b9d368624913d3338dd8e06", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42", "name": "vping_ssh-vm_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:44Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:28:06,271 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-67434e74-fa78-4e7b-8d43-4e03fbface5c 2018-07-15 05:28:06,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.928794145584s 2018-07-15 05:28:06,272 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-67434e74-fa78-4e7b-8d43-4e03fbface5c 2018-07-15 05:28:06,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-15 05:28:06,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/654cbd7e-b8a7-4347-822a-419181b70ffc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:07,277 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e9417635-a2a9-46ce-9e90-2bf9ab7d468b Content-Length: 0 Date: Sun, 15 Jul 2018 05:28:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:28:07,277 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/654cbd7e-b8a7-4347-822a-419181b70ffc.json used request id req-e9417635-a2a9-46ce-9e90-2bf9ab7d468b 2018-07-15 05:28:07,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.00138497353s 2018-07-15 05:28:07,277 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/654cbd7e-b8a7-4347-822a-419181b70ffc.json used request id req-e9417635-a2a9-46ce-9e90-2bf9ab7d468b 2018-07-15 05:28:07,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:28:07,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:07,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e8a7688d-7be1-4016-9f10-560e791803b6 Date: Sun, 15 Jul 2018 05:28:07 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:28:07,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-e8a7688d-7be1-4016-9f10-560e791803b6 2018-07-15 05:28:07,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.235911130905s 2018-07-15 05:28:07,519 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-e8a7688d-7be1-4016-9f10-560e791803b6 2018-07-15 05:28:07,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 05:28:07,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:07,874 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:28:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a51c3bf1-ad26-44a3-a433-040889886e71 x-compute-request-id: req-a51c3bf1-ad26-44a3-a433-040889886e71 Content-Type: application/json 2018-07-15 05:28:07,874 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c used request id req-a51c3bf1-ad26-44a3-a433-040889886e71 2018-07-15 05:28:07,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.353665828705s 2018-07-15 05:28:07,874 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c used request id req-a51c3bf1-ad26-44a3-a433-040889886e71 2018-07-15 05:28:07,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:28:07,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:08,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28: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-347beb5b-f8ed-4845-ab9f-bea652c8bec2 x-compute-request-id: req-347beb5b-f8ed-4845-ab9f-bea652c8bec2 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:2c:7f", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:2c:7f", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b2f788f1-1a14-4a69-813a-e1a10d23731c", "rel": "bookmark"}], "image": {"id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "links": [{"href": "http://172.30.9.25:8774/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:27:55.000000", "flavor": {"id": "e000f48c-458c-4476-907b-e0ed0bc84346", "links": [{"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "bookmark"}]}, "id": "b2f788f1-1a14-4a69-813a-e1a10d23731c", "security_groups": [{"name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}], "user_id": "59a827bb9ae14287bafc69c723295ff0", "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-15T05:28:07Z", "hostId": "8aa13b3cc3ef633e519e2f9d792c315d6b9d368624913d3338dd8e06", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42", "name": "vping_ssh-vm_13adfbb5-4250-4861-91ef-4e30de631a42", "created": "2018-07-15T05:27:44Z", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:28:08,361 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-347beb5b-f8ed-4845-ab9f-bea652c8bec2 2018-07-15 05:28:08,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.48682308197s 2018-07-15 05:28:08,362 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-347beb5b-f8ed-4845-ab9f-bea652c8bec2 2018-07-15 05:28:08,363 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:28:10,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:28:10,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:10,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28: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-fb531542-fc8f-48f9-ade5-ff0bc0265f29 x-compute-request-id: req-fb531542-fc8f-48f9-ade5-ff0bc0265f29 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 05:28:10,464 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fb531542-fc8f-48f9-ade5-ff0bc0265f29 2018-07-15 05:28:10,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.09818983078s 2018-07-15 05:28:10,465 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fb531542-fc8f-48f9-ade5-ff0bc0265f29 2018-07-15 05:28:10,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 05:28:10,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:10,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-0104c145-68f8-460e-9e78-5402ae3fb7bf Date: Sun, 15 Jul 2018 05:28:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "created_at": "2018-07-15T05:27:13Z", "updated_at": "2018-07-15T05:27:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:13Z", "revision_number": 0, "id": "a302bf2d-46ee-41ff-90d3-b5d088335aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:13Z", "security_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:13Z", "revision_number": 0, "id": "a3c7f048-1420-4639-b0b2-288d5b2478ae", "remote_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:13Z", "security_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:13Z", "revision_number": 0, "id": "b446f9ae-30ff-4982-b2e1-db0c82614414", "remote_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:13Z", "security_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:13Z", "revision_number": 0, "id": "da79f11a-9ee7-4678-b2e7-2f5313359a84", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:13Z", "security_group_id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}], "revision_number": 1, "project_id": "3a2653ca25224ae7ad680e657c3a384e", "id": "436d9b4d-0f95-4e4d-91d6-7422ae03badf", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "created_at": "2018-07-15T05:27:21Z", "updated_at": "2018-07-15T05:27:23Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T05:27:22Z", "revision_number": 0, "id": "18575fdd-5be4-4046-b6e3-8334240bc289", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:22Z", "security_group_id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:21Z", "revision_number": 0, "id": "2ed15622-b72c-4c37-a872-e9520e9a4bb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:21Z", "security_group_id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:21Z", "revision_number": 0, "id": "9681e247-1892-4566-88b5-28442546eb7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:21Z", "security_group_id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:27:23Z", "revision_number": 0, "id": "f80f100d-1091-496b-bd43-5215094f312e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:27:23Z", "security_group_id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a2653ca25224ae7ad680e657c3a384e"}], "revision_number": 3, "project_id": "3a2653ca25224ae7ad680e657c3a384e", "id": "e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2", "name": "vping_ssh-sg_13adfbb5-4250-4861-91ef-4e30de631a42"}]} 2018-07-15 05:28:10,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-0104c145-68f8-460e-9e78-5402ae3fb7bf 2018-07-15 05:28:10,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0536839962006s 2018-07-15 05:28:10,522 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-0104c145-68f8-460e-9e78-5402ae3fb7bf 2018-07-15 05:28:10,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-15 05:28:10,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:10,711 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0916911f-686f-4073-a647-e4095bdfa695 Content-Length: 0 Date: Sun, 15 Jul 2018 05:28:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:28:10,711 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2.json used request id req-0916911f-686f-4073-a647-e4095bdfa695 2018-07-15 05:28:10,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.186680078506s 2018-07-15 05:28:10,712 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/e9c2c7f8-eea1-49a7-ad0a-5ae3d78593a2.json used request id req-0916911f-686f-4073-a647-e4095bdfa695 2018-07-15 05:28:10,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-15 05:28:10,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:10,806 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:28: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-84e01902-649d-4350-808b-fb3e8ef54b93 x-compute-request-id: req-84e01902-649d-4350-808b-fb3e8ef54b93 Content-Length: 0 Content-Type: application/json 2018-07-15 05:28:10,806 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42 used request id req-84e01902-649d-4350-808b-fb3e8ef54b93 2018-07-15 05:28:10,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0943250656128s 2018-07-15 05:28:10,807 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_13adfbb5-4250-4861-91ef-4e30de631a42 used request id req-84e01902-649d-4350-808b-fb3e8ef54b93 2018-07-15 05:28:10,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 05:28:10,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/8e0e6c82-b4dd-4da0-a51a-f49fd116d32b/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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" -d '{"subnet_id": "104cc5d5-670d-49e1-bcc3-7e98abd89f70"}' 2018-07-15 05:28:12,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-012b2825-7da7-4fc8-b928-e9df531b0f01 Date: Sun, 15 Jul 2018 05:28:12 GMT RESP BODY: {"network_id": "6fc9da9d-eb42-4afc-903a-d8c498b90aeb", "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "subnet_id": "104cc5d5-670d-49e1-bcc3-7e98abd89f70", "subnet_ids": ["104cc5d5-670d-49e1-bcc3-7e98abd89f70"], "port_id": "8b151021-2e5c-420b-8426-db3483f53db3", "id": "8e0e6c82-b4dd-4da0-a51a-f49fd116d32b"} 2018-07-15 05:28:12,583 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/8e0e6c82-b4dd-4da0-a51a-f49fd116d32b/remove_router_interface.json used request id req-012b2825-7da7-4fc8-b928-e9df531b0f01 2018-07-15 05:28:12,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.77610993385s 2018-07-15 05:28:12,584 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/8e0e6c82-b4dd-4da0-a51a-f49fd116d32b/remove_router_interface.json used request id req-012b2825-7da7-4fc8-b928-e9df531b0f01 returning object 8e0e6c82-b4dd-4da0-a51a-f49fd116d32b 2018-07-15 05:28:12,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 05:28:12,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:12,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-388f30f7-e67e-4139-a97c-64c82f827449 Date: Sun, 15 Jul 2018 05:28:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "3a2653ca25224ae7ad680e657c3a384e", "created_at": "2018-07-15T05:27:15Z", "admin_state_up": true, "updated_at": "2018-07-15T05:28:11Z", "revision_number": 4, "routes": [], "project_id": "3a2653ca25224ae7ad680e657c3a384e", "id": "8e0e6c82-b4dd-4da0-a51a-f49fd116d32b", "name": "vping_ssh-router_13adfbb5-4250-4861-91ef-4e30de631a42"}]} 2018-07-15 05:28:12,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-388f30f7-e67e-4139-a97c-64c82f827449 2018-07-15 05:28:12,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.303210020065s 2018-07-15 05:28:12,888 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-388f30f7-e67e-4139-a97c-64c82f827449 2018-07-15 05:28:12,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 05:28:12,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/8e0e6c82-b4dd-4da0-a51a-f49fd116d32b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:14,618 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ba68607a-ad8c-4f3e-a28b-47d3ac802881 Content-Length: 0 Date: Sun, 15 Jul 2018 05:28:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:28:14,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/8e0e6c82-b4dd-4da0-a51a-f49fd116d32b.json used request id req-ba68607a-ad8c-4f3e-a28b-47d3ac802881 2018-07-15 05:28:14,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.72868204117s 2018-07-15 05:28:14,618 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/8e0e6c82-b4dd-4da0-a51a-f49fd116d32b.json used request id req-ba68607a-ad8c-4f3e-a28b-47d3ac802881 2018-07-15 05:28:14,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:28:14,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:14,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-f84bf36f-1abb-47df-bf50-33dbd246a734 Date: Sun, 15 Jul 2018 05:28:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:27:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"3a2653ca25224ae7ad680e657c3a384e","id":"104cc5d5-670d-49e1-bcc3-7e98abd89f70","subnetpool_id":null,"name":"vping_ssh-subnet_13adfbb5-4250-4861-91ef-4e30de631a42"}]} 2018-07-15 05:28:14,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-f84bf36f-1abb-47df-bf50-33dbd246a734 2018-07-15 05:28:14,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.221424102783s 2018-07-15 05:28:14,840 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-f84bf36f-1abb-47df-bf50-33dbd246a734 2018-07-15 05:28:14,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 05:28:14,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/104cc5d5-670d-49e1-bcc3-7e98abd89f70.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:17,367 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a1fdd577-9287-44f6-aeff-8d8f336d7ade Date: Sun, 15 Jul 2018 05:28:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:28:17,368 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/104cc5d5-670d-49e1-bcc3-7e98abd89f70.json used request id req-a1fdd577-9287-44f6-aeff-8d8f336d7ade 2018-07-15 05:28:17,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.52585291862s 2018-07-15 05:28:17,368 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/104cc5d5-670d-49e1-bcc3-7e98abd89f70.json used request id req-a1fdd577-9287-44f6-aeff-8d8f336d7ade 2018-07-15 05:28:17,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:28:17,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:17,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-9ed1e76a-7d38-41f4-bac3-0685c38d4279 Date: Sun, 15 Jul 2018 05:28:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T05:28:17Z","tenant_id":"3a2653ca25224ae7ad680e657c3a384e","created_at":"2018-07-15T05:27:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3a2653ca25224ae7ad680e657c3a384e","id":"6fc9da9d-eb42-4afc-903a-d8c498b90aeb","name":"vping_ssh-net_13adfbb5-4250-4861-91ef-4e30de631a42"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"}]} 2018-07-15 05:28:17,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-9ed1e76a-7d38-41f4-bac3-0685c38d4279 2018-07-15 05:28:17,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119886159897s 2018-07-15 05:28:17,489 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-9ed1e76a-7d38-41f4-bac3-0685c38d4279 2018-07-15 05:28:17,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 05:28:17,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/6fc9da9d-eb42-4afc-903a-d8c498b90aeb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:18,948 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8b297c77-21ce-442e-8dc6-d2e56385c7e7 Date: Sun, 15 Jul 2018 05:28:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:28:18,949 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/6fc9da9d-eb42-4afc-903a-d8c498b90aeb.json used request id req-8b297c77-21ce-442e-8dc6-d2e56385c7e7 2018-07-15 05:28:18,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.4584941864s 2018-07-15 05:28:18,949 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/6fc9da9d-eb42-4afc-903a-d8c498b90aeb.json used request id req-8b297c77-21ce-442e-8dc6-d2e56385c7e7 2018-07-15 05:28:18,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:28:18,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:19,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-fbb6fd04-9596-4579-8c23-472fca8abd6a Date: Sun, 15 Jul 2018 05:28:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/de62763c-3860-4acc-bc19-4152d7a2f4c8/snap", "metadata": {}}], "file": "/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8/file", "owner": "3a2653ca25224ae7ad680e657c3a384e", "id": "de62763c-3860-4acc-bc19-4152d7a2f4c8", "size": 12716032, "self": "/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/de62763c-3860-4acc-bc19-4152d7a2f4c8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:27:20Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_13adfbb5-4250-4861-91ef-4e30de631a42", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_13adfbb5-4250-4861-91ef-4e30de631a42", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:27:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:28:19,661 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-fbb6fd04-9596-4579-8c23-472fca8abd6a 2018-07-15 05:28:19,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.707686901093s 2018-07-15 05:28:19,661 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-fbb6fd04-9596-4579-8c23-472fca8abd6a 2018-07-15 05:28:19,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 05:28:19,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c6bf49377b3381ae51fb59a977a3800a34bfc0f" 2018-07-15 05:28:21,075 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-98fed52a-483e-4e65-9360-b0c5ad25a5e1 Date: Sun, 15 Jul 2018 05:28:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 05:28:21,075 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8 used request id req-98fed52a-483e-4e65-9360-b0c5ad25a5e1 2018-07-15 05:28:21,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.41193795204s 2018-07-15 05:28:21,075 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/de62763c-3860-4acc-bc19-4152d7a2f4c8 used request id req-98fed52a-483e-4e65-9360-b0c5ad25a5e1 2018-07-15 05:28:21,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:28:21,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:28:21,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad6cd558-cef4-4ac1-9947-2a806b86c106 x-compute-request-id: req-ad6cd558-cef4-4ac1-9947-2a806b86c106 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_13adfbb5-4250-4861-91ef-4e30de631a42", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/e000f48c-458c-4476-907b-e0ed0bc84346", "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": "e000f48c-458c-4476-907b-e0ed0bc84346"}]} 2018-07-15 05:28:21,105 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-ad6cd558-cef4-4ac1-9947-2a806b86c106 2018-07-15 05:28:21,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0293259620667s 2018-07-15 05:28:21,106 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-ad6cd558-cef4-4ac1-9947-2a806b86c106 2018-07-15 05:28:21,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 05:28:21,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/e000f48c-458c-4476-907b-e0ed0bc84346 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:28:21,145 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:28:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-78e57efd-e287-4226-960f-710e020dae92 x-compute-request-id: req-78e57efd-e287-4226-960f-710e020dae92 Content-Length: 0 Content-Type: application/json 2018-07-15 05:28:21,146 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/e000f48c-458c-4476-907b-e0ed0bc84346 used request id req-78e57efd-e287-4226-960f-710e020dae92 2018-07-15 05:28:21,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0387909412384s 2018-07-15 05:28:21,146 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/e000f48c-458c-4476-907b-e0ed0bc84346 used request id req-78e57efd-e287-4226-960f-710e020dae92 2018-07-15 05:28:21,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:28:21,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:28:21,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb7a72e3-fe66-40b0-87a6-227c36d65bcf Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/0255670b0f954e4da231ad2ed5f27d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0255670b0f954e4da231ad2ed5f27d37", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/11f7ce447f114de18e36cd87cce7e45d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11f7ce447f114de18e36cd87cce7e45d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/1ec4d9b432d246c9993dbcedf8bd520f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec4d9b432d246c9993dbcedf8bd520f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/34d6d74b6f394a4fa6665b584fdebff7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34d6d74b6f394a4fa6665b584fdebff7", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/39ab10c64eeb48fe91cb832c421b1876"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39ab10c64eeb48fe91cb832c421b1876", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/4e38ae7ba96441dd90050af4d6927b35"}, "domain_id": "41772bd83fa146659c07e7f2ce369b5b", "enabled": true, "options": {}, "id": "4e38ae7ba96441dd90050af4d6927b35", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_13adfbb5-4250-4861-91ef-4e30de631a42", "links": {"self": "http://172.30.9.25:5000/v3/users/59a827bb9ae14287bafc69c723295ff0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59a827bb9ae14287bafc69c723295ff0", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/8d21b752781546b09f9c436b0144650e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d21b752781546b09f9c436b0144650e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/9b71d418c6c84ccfa444645c813d408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b71d418c6c84ccfa444645c813d408b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/a398bd60ebd44db68dec542120fe0b1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a398bd60ebd44db68dec542120fe0b1f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/b3219c4fa4234ce48a596e1a59fdd268"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3219c4fa4234ce48a596e1a59fdd268", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/b3b51e255d1e45b88c6da3a68cdb9096"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3b51e255d1e45b88c6da3a68cdb9096", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/d3e1d34a8e4049a6b46b03e2f2f98f55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3e1d34a8e4049a6b46b03e2f2f98f55", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/f501b6fd0a644232b712a18c71145436"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f501b6fd0a644232b712a18c71145436", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/fcc9389cbd2d4e1e955095e15e39bf07"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fcc9389cbd2d4e1e955095e15e39bf07", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 05:28:21,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-cb7a72e3-fe66-40b0-87a6-227c36d65bcf 2018-07-15 05:28:21,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121428012848s 2018-07-15 05:28:21,269 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-cb7a72e3-fe66-40b0-87a6-227c36d65bcf 2018-07-15 05:28:21,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:28:21,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/59a827bb9ae14287bafc69c723295ff0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:28:21,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6ed58ec-2573-41ae-9541-e51e1367cda6 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_13adfbb5-4250-4861-91ef-4e30de631a42", "links": {"self": "http://172.30.9.25:5000/v3/users/59a827bb9ae14287bafc69c723295ff0"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "59a827bb9ae14287bafc69c723295ff0", "description": null}} 2018-07-15 05:28:21,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/59a827bb9ae14287bafc69c723295ff0 used request id req-b6ed58ec-2573-41ae-9541-e51e1367cda6 2018-07-15 05:28:21,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118361949921s 2018-07-15 05:28:21,394 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/59a827bb9ae14287bafc69c723295ff0 used request id req-b6ed58ec-2573-41ae-9541-e51e1367cda6 2018-07-15 05:28:21,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 05:28:21,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/59a827bb9ae14287bafc69c723295ff0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:28:21,657 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:28:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63456a1e-e335-4163-8054-55060f6f7368 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:28:21,657 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/59a827bb9ae14287bafc69c723295ff0 used request id req-63456a1e-e335-4163-8054-55060f6f7368 2018-07-15 05:28:21,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.262538909912s 2018-07-15 05:28:21,657 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/59a827bb9ae14287bafc69c723295ff0 used request id req-63456a1e-e335-4163-8054-55060f6f7368 2018-07-15 05:28:21,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 05:28:21,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:28:21,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b48ef2fc-facf-4a44-b2b0-fada102ba2e4 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6"}, "tags": [], "enabled": true, "id": "015b6efde4b14340b597d5c867c208e6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.25:5000/v3/projects/3a2653ca25224ae7ad680e657c3a384e"}, "tags": [], "enabled": true, "id": "3a2653ca25224ae7ad680e657c3a384e", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_13adfbb5-4250-4861-91ef-4e30de631a42"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/fef18fac968b4e41829891ac01ae670e"}, "tags": [], "enabled": true, "id": "fef18fac968b4e41829891ac01ae670e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-15 05:28:21,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-b48ef2fc-facf-4a44-b2b0-fada102ba2e4 2018-07-15 05:28:21,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.108636140823s 2018-07-15 05:28:21,773 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-b48ef2fc-facf-4a44-b2b0-fada102ba2e4 2018-07-15 05:28:21,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 05:28:21,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/3a2653ca25224ae7ad680e657c3a384e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7aef2434594452ec627d24c7a3daca3e74d038b0" 2018-07-15 05:28:21,982 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:28:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e5394a5-87bd-4e92-b369-43017fff8d2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:28:21,982 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/3a2653ca25224ae7ad680e657c3a384e used request id req-2e5394a5-87bd-4e92-b369-43017fff8d2e 2018-07-15 05:28:21,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.205561876297s 2018-07-15 05:28:21,983 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/3a2653ca25224ae7ad680e657c3a384e used request id req-2e5394a5-87bd-4e92-b369-43017fff8d2e 2018-07-15 05:28:21,983 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-07-15 05:28:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:28:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:28:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:28:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:28:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:28:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:28:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:28:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:28:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:28:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:28:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:28:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:28:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:28:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:28:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:28:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:28:22,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:28:22,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:28:22,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:28:22,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:28:22,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:28:22,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:28:22,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:28:22,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-977ed36f-0147-4533-800a-64269e421980 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:28:22,089 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-977ed36f-0147-4533-800a-64269e421980 2018-07-15 05:28:22,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:28:22,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}, {"id": "5ebc1b713512497e96c7a557520611d1", "name": "admin"}], "expires_at": "2018-07-15T06:28:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fef18fac968b4e41829891ac01ae670e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8d21b752781546b09f9c436b0144650e"}, "audit_ids": ["ZCPt6UETSBWHqRaflddO2A"], "issued_at": "2018-07-15T05:28:22.000000Z"}} 2018-07-15 05:28:22,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:28:22,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:28:22,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-489ebfdd-5c03-49e7-93b1-2d93d5d9b277 Date: Sun, 15 Jul 2018 05:28:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"}]} 2018-07-15 05:28:22,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-489ebfdd-5c03-49e7-93b1-2d93d5d9b277 2018-07-15 05:28:22,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.281368970871s 2018-07-15 05:28:22,764 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-489ebfdd-5c03-49e7-93b1-2d93d5d9b277 2018-07-15 05:28:22,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:28:22,775 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 05:28:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-283e8819-40fe-451e-bb63-0eaf8f380d05 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-15 05:28:22,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-283e8819-40fe-451e-bb63-0eaf8f380d05 2018-07-15 05:28:22,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 05:28:22,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:28:22,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24399832-a7a2-4de9-a767-45c89991b778 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/41772bd83fa146659c07e7f2ce369b5b"}, "tags": [], "enabled": true, "id": "41772bd83fa146659c07e7f2ce369b5b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 05:28:22,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-24399832-a7a2-4de9-a767-45c89991b778 2018-07-15 05:28:22,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.106945991516s 2018-07-15 05:28:22,883 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-24399832-a7a2-4de9-a767-45c89991b778 2018-07-15 05:28:22,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 05:28:22,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_189550f3-f6ed-4627-8dca-a1ce22c4a459"}}' 2018-07-15 05:28:23,052 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 05:28:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4532d139-b628-4554-b58f-69a1078af68e 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.25:5000/v3/projects/6ecdaf454f964cbf89f9fc9ad2c6bed3"}, "tags": [], "enabled": true, "id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_189550f3-f6ed-4627-8dca-a1ce22c4a459"}} 2018-07-15 05:28:23,052 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-4532d139-b628-4554-b58f-69a1078af68e 2018-07-15 05:28:23,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.162070035934s 2018-07-15 05:28:23,053 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-4532d139-b628-4554-b58f-69a1078af68e 2018-07-15 05:28:23,053 - 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'6ecdaf454f964cbf89f9fc9ad2c6bed3', '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_189550f3-f6ed-4627-8dca-a1ce22c4a459'}) 2018-07-15 05:28:23,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 05:28:23,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b65ae11f-1638-40cf-9d0f-66fb7ec578bb", "email": null, "name": "vping_userdata-user_189550f3-f6ed-4627-8dca-a1ce22c4a459"}}' 2018-07-15 05:28:23,485 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 05:28:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb8b1de9-a269-40ee-b1f0-5870a80d6293 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_189550f3-f6ed-4627-8dca-a1ce22c4a459", "links": {"self": "http://172.30.9.25:5000/v3/users/c2b8e9f5b6a14ed295f36da8913ebc57"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c2b8e9f5b6a14ed295f36da8913ebc57", "domain_id": "default", "password_expires_at": null}} 2018-07-15 05:28:23,485 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-eb8b1de9-a269-40ee-b1f0-5870a80d6293 2018-07-15 05:28:23,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.425034999847s 2018-07-15 05:28:23,485 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-eb8b1de9-a269-40ee-b1f0-5870a80d6293 2018-07-15 05:28:23,486 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c2b8e9f5b6a14ed295f36da8913ebc57', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_189550f3-f6ed-4627-8dca-a1ce22c4a459'}) 2018-07-15 05:28:23,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:28:23,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:28:23,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b896b620-6738-4167-9cdb-a62ddf32666e Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:28:23,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b896b620-6738-4167-9cdb-a62ddf32666e 2018-07-15 05:28:23,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105265855789s 2018-07-15 05:28:23,595 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b896b620-6738-4167-9cdb-a62ddf32666e 2018-07-15 05:28:23,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:28:23,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:28:23,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6ff8673-5100-4384-a486-86c7c1866923 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:28:23,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b6ff8673-5100-4384-a486-86c7c1866923 2018-07-15 05:28:23,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0188610553741s 2018-07-15 05:28:23,619 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b6ff8673-5100-4384-a486-86c7c1866923 2018-07-15 05:28:23,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:28:23,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:28:23,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59872664-f0ed-4316-91ca-77181d82a242 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:28:23,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-59872664-f0ed-4316-91ca-77181d82a242 2018-07-15 05:28:23,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106986999512s 2018-07-15 05:28:23,731 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-59872664-f0ed-4316-91ca-77181d82a242 2018-07-15 05:28:23,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 05:28:23,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:28:23,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f9c30ed-b5bf-4c83-89dd-fa8b78222120 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 05:28:23,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-6f9c30ed-b5bf-4c83-89dd-fa8b78222120 2018-07-15 05:28:23,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.107577085495s 2018-07-15 05:28:23,843 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-6f9c30ed-b5bf-4c83-89dd-fa8b78222120 2018-07-15 05:28:23,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:28:23,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:28:23,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92ca57f0-787c-429e-a611-21185496ca9e Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/0255670b0f954e4da231ad2ed5f27d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0255670b0f954e4da231ad2ed5f27d37", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/11f7ce447f114de18e36cd87cce7e45d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11f7ce447f114de18e36cd87cce7e45d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/1ec4d9b432d246c9993dbcedf8bd520f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec4d9b432d246c9993dbcedf8bd520f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/34d6d74b6f394a4fa6665b584fdebff7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34d6d74b6f394a4fa6665b584fdebff7", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/39ab10c64eeb48fe91cb832c421b1876"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39ab10c64eeb48fe91cb832c421b1876", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/4e38ae7ba96441dd90050af4d6927b35"}, "domain_id": "41772bd83fa146659c07e7f2ce369b5b", "enabled": true, "options": {}, "id": "4e38ae7ba96441dd90050af4d6927b35", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/8d21b752781546b09f9c436b0144650e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d21b752781546b09f9c436b0144650e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/9b71d418c6c84ccfa444645c813d408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b71d418c6c84ccfa444645c813d408b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/a398bd60ebd44db68dec542120fe0b1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a398bd60ebd44db68dec542120fe0b1f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/b3219c4fa4234ce48a596e1a59fdd268"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3219c4fa4234ce48a596e1a59fdd268", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/b3b51e255d1e45b88c6da3a68cdb9096"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3b51e255d1e45b88c6da3a68cdb9096", "email": "swift@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_189550f3-f6ed-4627-8dca-a1ce22c4a459", "links": {"self": "http://172.30.9.25:5000/v3/users/c2b8e9f5b6a14ed295f36da8913ebc57"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c2b8e9f5b6a14ed295f36da8913ebc57", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/d3e1d34a8e4049a6b46b03e2f2f98f55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3e1d34a8e4049a6b46b03e2f2f98f55", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/f501b6fd0a644232b712a18c71145436"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f501b6fd0a644232b712a18c71145436", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/fcc9389cbd2d4e1e955095e15e39bf07"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fcc9389cbd2d4e1e955095e15e39bf07", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 05:28:23,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-92ca57f0-787c-429e-a611-21185496ca9e 2018-07-15 05:28:23,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117815971375s 2018-07-15 05:28:23,962 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-92ca57f0-787c-429e-a611-21185496ca9e 2018-07-15 05:28:23,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 05:28:23,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:28:24,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c105fa03-61fa-4a02-b4e1-f703e1f8d8bc Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/fef18fac968b4e41829891ac01ae670e"}, "tags": [], "enabled": true, "id": "fef18fac968b4e41829891ac01ae670e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6"}, "tags": [], "enabled": true, "id": "015b6efde4b14340b597d5c867c208e6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.25:5000/v3/projects/6ecdaf454f964cbf89f9fc9ad2c6bed3"}, "tags": [], "enabled": true, "id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_189550f3-f6ed-4627-8dca-a1ce22c4a459"}]} 2018-07-15 05:28:24,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-c105fa03-61fa-4a02-b4e1-f703e1f8d8bc 2018-07-15 05:28:24,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.116566181183s 2018-07-15 05:28:24,091 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-c105fa03-61fa-4a02-b4e1-f703e1f8d8bc 2018-07-15 05:28:24,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 05:28:24,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=c2b8e9f5b6a14ed295f36da8913ebc57&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=6ecdaf454f964cbf89f9fc9ad2c6bed3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:28:24,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19e2d1f1-1683-4bba-acb4-b3dd24391092 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=c2b8e9f5b6a14ed295f36da8913ebc57&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=6ecdaf454f964cbf89f9fc9ad2c6bed3", "previous": null, "next": null}} 2018-07-15 05:28:24,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=c2b8e9f5b6a14ed295f36da8913ebc57&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=6ecdaf454f964cbf89f9fc9ad2c6bed3 used request id req-19e2d1f1-1683-4bba-acb4-b3dd24391092 2018-07-15 05:28:24,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.114519119263s 2018-07-15 05:28:24,213 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=c2b8e9f5b6a14ed295f36da8913ebc57&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=6ecdaf454f964cbf89f9fc9ad2c6bed3 used request id req-19e2d1f1-1683-4bba-acb4-b3dd24391092 2018-07-15 05:28:24,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 05:28:24,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/6ecdaf454f964cbf89f9fc9ad2c6bed3/users/c2b8e9f5b6a14ed295f36da8913ebc57/roles/342d844a34e0406684703e0c0b7f9abb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:28:24,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:28:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-629e384f-d553-4488-bc6d-28b9a0979984 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:28:24,411 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/6ecdaf454f964cbf89f9fc9ad2c6bed3/users/c2b8e9f5b6a14ed295f36da8913ebc57/roles/342d844a34e0406684703e0c0b7f9abb used request id req-629e384f-d553-4488-bc6d-28b9a0979984 2018-07-15 05:28:24,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.194146156311s 2018-07-15 05:28:24,411 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/6ecdaf454f964cbf89f9fc9ad2c6bed3/users/c2b8e9f5b6a14ed295f36da8913ebc57/roles/342d844a34e0406684703e0c0b7f9abb used request id req-629e384f-d553-4488-bc6d-28b9a0979984 2018-07-15 05:28:24,412 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_189550f3-f6ed-4627-8dca-a1ce22c4a459', 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'6ecdaf454f964cbf89f9fc9ad2c6bed3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'b65ae11f-1638-40cf-9d0f-66fb7ec578bb', 'username': u'vping_userdata-user_189550f3-f6ed-4627-8dca-a1ce22c4a459', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-15 05:28:24,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:28:24,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:28:24,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:28:24,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:28:24,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:28:24,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:28:24,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:28:24,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:28:24,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:28:24,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:28:24,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:28:24,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:28:24,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:28:24,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:28:24,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:28:24,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:28:24,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:28:24,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:28:24,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:28:24,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:28:24,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:28:24,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:28:24,417 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_189550f3-f6ed-4627-8dca-a1ce22c4a459', 'password': 'b65ae11f-1638-40cf-9d0f-66fb7ec578bb', 'project_name': 'vping_userdata-project_189550f3-f6ed-4627-8dca-a1ce22c4a459', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '6ecdaf454f964cbf89f9fc9ad2c6bed3', 'project_domain_name': 'Default'} 2018-07-15 05:28:24,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:28:24,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-298bd75f-d183-490e-8f14-aab65a1fd199 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:28:24,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-298bd75f-d183-490e-8f14-aab65a1fd199 2018-07-15 05:28:24,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:28:24,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}], "expires_at": "2018-07-15T06:28:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "name": "vping_userdata-project_189550f3-f6ed-4627-8dca-a1ce22c4a459"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6ecdaf454f964cbf89f9fc9ad2c6bed3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/6ecdaf454f964cbf89f9fc9ad2c6bed3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/6ecdaf454f964cbf89f9fc9ad2c6bed3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_6ecdaf454f964cbf89f9fc9ad2c6bed3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_6ecdaf454f964cbf89f9fc9ad2c6bed3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/6ecdaf454f964cbf89f9fc9ad2c6bed3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/6ecdaf454f964cbf89f9fc9ad2c6bed3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/6ecdaf454f964cbf89f9fc9ad2c6bed3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/6ecdaf454f964cbf89f9fc9ad2c6bed3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/6ecdaf454f964cbf89f9fc9ad2c6bed3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/6ecdaf454f964cbf89f9fc9ad2c6bed3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/6ecdaf454f964cbf89f9fc9ad2c6bed3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/6ecdaf454f964cbf89f9fc9ad2c6bed3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/6ecdaf454f964cbf89f9fc9ad2c6bed3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_189550f3-f6ed-4627-8dca-a1ce22c4a459", "id": "c2b8e9f5b6a14ed295f36da8913ebc57"}, "audit_ids": ["NZcXorPOS1SdLcgam5lomA"], "issued_at": "2018-07-15T05:28:24.000000Z"}} 2018-07-15 05:28:24,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 05:28:24,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" -d '{"network": {"name": "vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459", "admin_state_up": true}}' 2018-07-15 05:28:25,660 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-ecb05137-9b65-4c21-abab-04094d0162f3 Date: Sun, 15 Jul 2018 05:28:25 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","created_at":"2018-07-15T05:28:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-15T05:28:25Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","id":"0284addb-d884-4c7f-b862-0e4df7535612","name":"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459"}} 2018-07-15 05:28:25,660 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ecb05137-9b65-4c21-abab-04094d0162f3 2018-07-15 05:28:25,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.834523916245s 2018-07-15 05:28:25,661 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ecb05137-9b65-4c21-abab-04094d0162f3 2018-07-15 05:28:25,661 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:28:25Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'0284addb-d884-4c7f-b862-0e4df7535612', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459', u'admin_state_up': True, u'tenant_id': u'6ecdaf454f964cbf89f9fc9ad2c6bed3', u'created_at': u'2018-07-15T05:28:25Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6ecdaf454f964cbf89f9fc9ad2c6bed3'}) 2018-07-15 05:28:25,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:28:25,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:25,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-cfea7ea7-ae43-46df-89c0-b49d2e5ff29d Date: Sun, 15 Jul 2018 05:28:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T05:28:25Z","tenant_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","created_at":"2018-07-15T05:28:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","id":"0284addb-d884-4c7f-b862-0e4df7535612","name":"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"}]} 2018-07-15 05:28:25,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-cfea7ea7-ae43-46df-89c0-b49d2e5ff29d 2018-07-15 05:28:25,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.290042877197s 2018-07-15 05:28:25,952 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-cfea7ea7-ae43-46df-89c0-b49d2e5ff29d 2018-07-15 05:28:25,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 05:28:25,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" -d '{"subnet": {"name": "vping_userdata-subnet_189550f3-f6ed-4627-8dca-a1ce22c4a459", "enable_dhcp": true, "network_id": "0284addb-d884-4c7f-b862-0e4df7535612", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 05:28:26,750 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-29fd5eb1-d2a4-4794-8533-364341b8feb7 Date: Sun, 15 Jul 2018 05:28:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0284addb-d884-4c7f-b862-0e4df7535612","tenant_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","created_at":"2018-07-15T05:28:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:28:26Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","id":"106d0527-73d5-4185-8502-3740bd920b18","subnetpool_id":null,"name":"vping_userdata-subnet_189550f3-f6ed-4627-8dca-a1ce22c4a459"}} 2018-07-15 05:28:26,750 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-29fd5eb1-d2a4-4794-8533-364341b8feb7 2018-07-15 05:28:26,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.796591997147s 2018-07-15 05:28:26,751 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-29fd5eb1-d2a4-4794-8533-364341b8feb7 2018-07-15 05:28:26,751 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:28:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'106d0527-73d5-4185-8502-3740bd920b18', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_189550f3-f6ed-4627-8dca-a1ce22c4a459', u'enable_dhcp': True, u'network_id': u'0284addb-d884-4c7f-b862-0e4df7535612', u'tenant_id': u'6ecdaf454f964cbf89f9fc9ad2c6bed3', u'created_at': u'2018-07-15T05:28:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'6ecdaf454f964cbf89f9fc9ad2c6bed3'}) 2018-07-15 05:28:26,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 05:28:26,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" -d '{"router": {"external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1"}, "name": "vping_userdata-router_189550f3-f6ed-4627-8dca-a1ce22c4a459", "admin_state_up": true}}' 2018-07-15 05:28:28,208 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-0a947372-4a86-4e70-80ab-d523a9cedf1c Date: Sun, 15 Jul 2018 05:28:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "created_at": "2018-07-15T05:28:27Z", "admin_state_up": true, "updated_at": "2018-07-15T05:28:27Z", "revision_number": 2, "routes": [], "project_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "id": "d546e001-16e8-4850-8f20-2ae4f5e05f7e", "name": "vping_userdata-router_189550f3-f6ed-4627-8dca-a1ce22c4a459"}} 2018-07-15 05:28:28,208 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-0a947372-4a86-4e70-80ab-d523a9cedf1c 2018-07-15 05:28:28,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.45672297478s 2018-07-15 05:28:28,209 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-0a947372-4a86-4e70-80ab-d523a9cedf1c 2018-07-15 05:28:28,209 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'9f33378f-37e6-43b3-b0c2-4e18f83f5694', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6ecdaf454f964cbf89f9fc9ad2c6bed3', u'created_at': u'2018-07-15T05:28:27Z', u'admin_state_up': True, u'updated_at': u'2018-07-15T05:28:27Z', u'revision_number': 2, u'routes': [], u'project_id': u'6ecdaf454f964cbf89f9fc9ad2c6bed3', u'id': u'd546e001-16e8-4850-8f20-2ae4f5e05f7e', u'name': u'vping_userdata-router_189550f3-f6ed-4627-8dca-a1ce22c4a459'}) 2018-07-15 05:28:28,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 05:28:28,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/d546e001-16e8-4850-8f20-2ae4f5e05f7e/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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" -d '{"subnet_id": "106d0527-73d5-4185-8502-3740bd920b18"}' 2018-07-15 05:28:30,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-01182559-ff65-4de2-8140-02e0b9de4443 Date: Sun, 15 Jul 2018 05:28:30 GMT RESP BODY: {"network_id": "0284addb-d884-4c7f-b862-0e4df7535612", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "subnet_id": "106d0527-73d5-4185-8502-3740bd920b18", "subnet_ids": ["106d0527-73d5-4185-8502-3740bd920b18"], "port_id": "a07f7d5b-c6fc-40df-937a-bc02c921cd97", "id": "d546e001-16e8-4850-8f20-2ae4f5e05f7e"} 2018-07-15 05:28:30,302 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/d546e001-16e8-4850-8f20-2ae4f5e05f7e/add_router_interface.json used request id req-01182559-ff65-4de2-8140-02e0b9de4443 2018-07-15 05:28:30,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.09280204773s 2018-07-15 05:28:30,303 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/d546e001-16e8-4850-8f20-2ae4f5e05f7e/add_router_interface.json used request id req-01182559-ff65-4de2-8140-02e0b9de4443 returning object d546e001-16e8-4850-8f20-2ae4f5e05f7e 2018-07-15 05:28:30,303 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 05:28:30,422 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 05:28:30,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:28:30,429 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 05:28:30 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-07-15 05:28:30,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:28:30,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:31,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ac1ff537-cecc-4558-a143-1e629a2bc903 Date: Sun, 15 Jul 2018 05:28:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:28:31,137 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-ac1ff537-cecc-4558-a143-1e629a2bc903 2018-07-15 05:28:31,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.702620029449s 2018-07-15 05:28:31,137 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-ac1ff537-cecc-4558-a143-1e629a2bc903 2018-07-15 05:28:31,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 05:28:31,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_189550f3-f6ed-4627-8dca-a1ce22c4a459", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_189550f3-f6ed-4627-8dca-a1ce22c4a459"}' 2018-07-15 05:28:31,384 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b54b1c01-c503-4fac-9dfa-d92384c9de27 Date: Sun, 15 Jul 2018 05:28:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7/file", "owner": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "size": null, "self": "/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:28:31Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_189550f3-f6ed-4627-8dca-a1ce22c4a459", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_189550f3-f6ed-4627-8dca-a1ce22c4a459", "checksum": null, "created_at": "2018-07-15T05:28:31Z", "protected": false} 2018-07-15 05:28:31,385 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-b54b1c01-c503-4fac-9dfa-d92384c9de27 2018-07-15 05:28:31,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.238181829453s 2018-07-15 05:28:31,385 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-b54b1c01-c503-4fac-9dfa-d92384c9de27 returning object 401c478f-ba70-4cf1-b7a6-c85dded510c7 2018-07-15 05:28:31,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 05:28:31,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7/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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" -d '' 2018-07-15 05:28:32,889 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a02f6763-ed21-46d7-a5e6-a3fb7fbb5f38 Date: Sun, 15 Jul 2018 05:28:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 05:28:32,889 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7/file used request id req-a02f6763-ed21-46d7-a5e6-a3fb7fbb5f38 2018-07-15 05:28:32,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.50319886208s 2018-07-15 05:28:32,889 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7/file used request id req-a02f6763-ed21-46d7-a5e6-a3fb7fbb5f38 2018-07-15 05:28:32,890 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_userdata-img_189550f3-f6ed-4627-8dca-a1ce22c4a459', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T05:28:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7/file', u'owner': u'6ecdaf454f964cbf89f9fc9ad2c6bed3', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'401c478f-ba70-4cf1-b7a6-c85dded510c7', u'size': None, u'name': u'vping_userdata-img_189550f3-f6ed-4627-8dca-a1ce22c4a459', u'checksum': None, u'self': u'/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T05:28:31Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 05:28:32,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 05:28:32,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_189550f3-f6ed-4627-8dca-a1ce22c4a459", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 05:28:33,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c7a7e5c-f5cc-467a-919d-988b88716d8f x-compute-request-id: req-9c7a7e5c-f5cc-467a-919d-988b88716d8f Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_189550f3-f6ed-4627-8dca-a1ce22c4a459", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "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": "e2e75cdc-c950-4111-a401-97f3fcb48707"}} 2018-07-15 05:28:33,716 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-9c7a7e5c-f5cc-467a-919d-988b88716d8f 2018-07-15 05:28:33,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.82560300827s 2018-07-15 05:28:33,716 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-9c7a7e5c-f5cc-467a-919d-988b88716d8f 2018-07-15 05:28:33,717 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_189550f3-f6ed-4627-8dca-a1ce22c4a459', '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'fef18fac968b4e41829891ac01ae670e', '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'e2e75cdc-c950-4111-a401-97f3fcb48707', 'swap': 0}) 2018-07-15 05:28:33,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 05:28:33,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707/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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" -d '{"extra_specs": {}}' 2018-07-15 05:28:33,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-056c972a-4d0d-4cca-ba32-2066d2cecdb6 x-compute-request-id: req-056c972a-4d0d-4cca-ba32-2066d2cecdb6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 05:28:33,743 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707/os-extra_specs used request id req-056c972a-4d0d-4cca-ba32-2066d2cecdb6 2018-07-15 05:28:33,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0254139900208s 2018-07-15 05:28:33,744 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707/os-extra_specs used request id req-056c972a-4d0d-4cca-ba32-2066d2cecdb6 2018-07-15 05:28:33,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:28:33,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:34,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-54ab0c84-19eb-41b8-9ddc-43704da58c8e Date: Sun, 15 Jul 2018 05:28:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["106d0527-73d5-4185-8502-3740bd920b18"],"updated_at":"2018-07-15T05:28:26Z","tenant_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","created_at":"2018-07-15T05:28:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","id":"0284addb-d884-4c7f-b862-0e4df7535612","name":"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"}]} 2018-07-15 05:28:34,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-54ab0c84-19eb-41b8-9ddc-43704da58c8e 2018-07-15 05:28:34,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.296396017075s 2018-07-15 05:28:34,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-54ab0c84-19eb-41b8-9ddc-43704da58c8e 2018-07-15 05:28:34,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:28:34,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:34,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-0175a2af-6d38-4e5e-a287-2bb375623273 Date: Sun, 15 Jul 2018 05:28:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/401c478f-ba70-4cf1-b7a6-c85dded510c7/snap", "metadata": {}}], "file": "/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7/file", "owner": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "size": 12716032, "self": "/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/401c478f-ba70-4cf1-b7a6-c85dded510c7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:28:32Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_189550f3-f6ed-4627-8dca-a1ce22c4a459", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_189550f3-f6ed-4627-8dca-a1ce22c4a459", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:28:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:28:34,272 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0175a2af-6d38-4e5e-a287-2bb375623273 2018-07-15 05:28:34,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.226831912994s 2018-07-15 05:28:34,273 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0175a2af-6d38-4e5e-a287-2bb375623273 2018-07-15 05:28:34,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:28:34,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:34,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11554e18-bbd5-4bd1-9a6d-9485bd83e8ac x-compute-request-id: req-11554e18-bbd5-4bd1-9a6d-9485bd83e8ac Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_189550f3-f6ed-4627-8dca-a1ce22c4a459", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "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": "e2e75cdc-c950-4111-a401-97f3fcb48707"}]} 2018-07-15 05:28:34,491 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-11554e18-bbd5-4bd1-9a6d-9485bd83e8ac 2018-07-15 05:28:34,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.215939998627s 2018-07-15 05:28:34,492 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-11554e18-bbd5-4bd1-9a6d-9485bd83e8ac 2018-07-15 05:28:34,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 05:28:34,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" -d '{"server": {"name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "imageRef": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "flavorRef": "e2e75cdc-c950-4111-a401-97f3fcb48707", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0284addb-d884-4c7f-b862-0e4df7535612"}]}}' 2018-07-15 05:28:37,061 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:28:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-38d96b96-8740-4087-8c60-eff79d94b0f3 x-compute-request-id: req-38d96b96-8740-4087-8c60-eff79d94b0f3 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "adminPass": "uiCYm6w6aWms"}} 2018-07-15 05:28:37,061 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-38d96b96-8740-4087-8c60-eff79d94b0f3 2018-07-15 05:28:37,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.56778907776s 2018-07-15 05:28:37,062 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-38d96b96-8740-4087-8c60-eff79d94b0f3 2018-07-15 05:28:37,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:28:37,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:37,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28: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-e8a1a56d-ed77-4e19-90bf-0a5e102c4101 x-compute-request-id: req-e8a1a56d-ed77-4e19-90bf-0a5e102c4101 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.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:28:37,652 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e8a1a56d-ed77-4e19-90bf-0a5e102c4101 2018-07-15 05:28:37,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.58965086937s 2018-07-15 05:28:37,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e8a1a56d-ed77-4e19-90bf-0a5e102c4101 2018-07-15 05:28:37,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:28:37,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:37,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-08a1b20c-8b88-4202-ad31-fa5157d1bb81 Date: Sun, 15 Jul 2018 05:28:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["106d0527-73d5-4185-8502-3740bd920b18"],"updated_at":"2018-07-15T05:28:26Z","tenant_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","created_at":"2018-07-15T05:28:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","id":"0284addb-d884-4c7f-b862-0e4df7535612","name":"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"}]} 2018-07-15 05:28:37,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-08a1b20c-8b88-4202-ad31-fa5157d1bb81 2018-07-15 05:28:37,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.291035890579s 2018-07-15 05:28:37,947 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-08a1b20c-8b88-4202-ad31-fa5157d1bb81 2018-07-15 05:28:37,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:28:37,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:37,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-cd6ac22c-02b4-45a2-920d-1c956c3c30b9 Date: Sun, 15 Jul 2018 05:28:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0284addb-d884-4c7f-b862-0e4df7535612","tenant_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","created_at":"2018-07-15T05:28:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:28:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","id":"106d0527-73d5-4185-8502-3740bd920b18","subnetpool_id":null,"name":"vping_userdata-subnet_189550f3-f6ed-4627-8dca-a1ce22c4a459"}]} 2018-07-15 05:28:37,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-cd6ac22c-02b4-45a2-920d-1c956c3c30b9 2018-07-15 05:28:37,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0489761829376s 2018-07-15 05:28:37,997 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-cd6ac22c-02b4-45a2-920d-1c956c3c30b9 2018-07-15 05:28:37,998 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:28:40,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:28:40,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:40,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28: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-b3e377b3-85a7-4563-8a1a-1b6421f9505f x-compute-request-id: req-b3e377b3-85a7-4563-8a1a-1b6421f9505f Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:28:40,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b3e377b3-85a7-4563-8a1a-1b6421f9505f 2018-07-15 05:28:40,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546155929565s 2018-07-15 05:28:40,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b3e377b3-85a7-4563-8a1a-1b6421f9505f 2018-07-15 05:28:40,551 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:28:42,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:28:42,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:44,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28: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-30140745-dd38-45ae-96ba-e92f9bdb22be x-compute-request-id: req-30140745-dd38-45ae-96ba-e92f9bdb22be 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.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:41Z", "hostId": "3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:28:44,083 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-30140745-dd38-45ae-96ba-e92f9bdb22be 2018-07-15 05:28:44,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.52998399734s 2018-07-15 05:28:44,084 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-30140745-dd38-45ae-96ba-e92f9bdb22be 2018-07-15 05:28:44,088 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:28:46,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:28:46,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:47,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28: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-8bc71cdf-f0da-4634-afce-07bf8097b074 x-compute-request-id: req-8bc71cdf-f0da-4634-afce-07bf8097b074 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.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:41Z", "hostId": "3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:28:47,024 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8bc71cdf-f0da-4634-afce-07bf8097b074 2018-07-15 05:28:47,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.932694911957s 2018-07-15 05:28:47,024 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8bc71cdf-f0da-4634-afce-07bf8097b074 2018-07-15 05:28:47,028 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:28:49,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:28:49,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:49,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73d6f7cf-7e41-4e56-bfdc-e09a544c4359 x-compute-request-id: req-73d6f7cf-7e41-4e56-bfdc-e09a544c4359 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:71:fb", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:28:46.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:46Z", "hostId": "3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:28:49,956 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-73d6f7cf-7e41-4e56-bfdc-e09a544c4359 2018-07-15 05:28:49,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.926937103271s 2018-07-15 05:28:49,957 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-73d6f7cf-7e41-4e56-bfdc-e09a544c4359 2018-07-15 05:28:49,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:28:49,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=9f31d5cd-c721-4d81-9420-9f04f72c9ff5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:50,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-8a02c072-4b21-4d5f-bf71-7cf51d7bbdc7 Date: Sun, 15 Jul 2018 05:28:49 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0284addb-d884-4c7f-b862-0e4df7535612","tenant_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","created_at":"2018-07-15T05:28:42Z","admin_state_up":true,"updated_at":"2018-07-15T05:28:46Z","binding:vnic_type":"normal","device_id":"9f31d5cd-c721-4d81-9420-9f04f72c9ff5","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:00:71:fb","id":"bff4d4ef-ee86-414d-ad9c-fb0eb8103947","port_security_enabled":true,"project_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","fixed_ips":[{"subnet_id":"106d0527-73d5-4185-8502-3740bd920b18","ip_address":"192.168.0.11"}],"extra_dhcp_opts":[],"security_groups":["1c33c7f2-9868-4e4f-8806-60f844360876"],"name":""}]} 2018-07-15 05:28:50,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=9f31d5cd-c721-4d81-9420-9f04f72c9ff5 used request id req-8a02c072-4b21-4d5f-bf71-7cf51d7bbdc7 2018-07-15 05:28:50,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0648200511932s 2018-07-15 05:28:50,026 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=9f31d5cd-c721-4d81-9420-9f04f72c9ff5 used request id req-8a02c072-4b21-4d5f-bf71-7cf51d7bbdc7 2018-07-15 05:28:50,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:28:50,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=bff4d4ef-ee86-414d-ad9c-fb0eb8103947" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:50,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7d220bb6-963c-4fbe-a28c-fe529ee5b466 Date: Sun, 15 Jul 2018 05:28:50 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:28:50,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=bff4d4ef-ee86-414d-ad9c-fb0eb8103947 used request id req-7d220bb6-963c-4fbe-a28c-fe529ee5b466 2018-07-15 05:28:50,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0467710494995s 2018-07-15 05:28:50,078 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=bff4d4ef-ee86-414d-ad9c-fb0eb8103947 used request id req-7d220bb6-963c-4fbe-a28c-fe529ee5b466 2018-07-15 05:28:50,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:28:50,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:51,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28: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-deaa4c63-5ea0-45fe-a061-eda836e26276 x-compute-request-id: req-deaa4c63-5ea0-45fe-a061-eda836e26276 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:71:fb", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:28:46.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:46Z", "hostId": "3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:28:51,301 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-deaa4c63-5ea0-45fe-a061-eda836e26276 2018-07-15 05:28:51,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22197604179s 2018-07-15 05:28:51,302 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-deaa4c63-5ea0-45fe-a061-eda836e26276 2018-07-15 05:28:51,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:28:51,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=9f31d5cd-c721-4d81-9420-9f04f72c9ff5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:51,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-8e04ee46-02f3-4f1f-a0b5-046824d6bcc3 Date: Sun, 15 Jul 2018 05:28:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0284addb-d884-4c7f-b862-0e4df7535612","tenant_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","created_at":"2018-07-15T05:28:42Z","admin_state_up":true,"updated_at":"2018-07-15T05:28:46Z","binding:vnic_type":"normal","device_id":"9f31d5cd-c721-4d81-9420-9f04f72c9ff5","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:00:71:fb","id":"bff4d4ef-ee86-414d-ad9c-fb0eb8103947","port_security_enabled":true,"project_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","fixed_ips":[{"subnet_id":"106d0527-73d5-4185-8502-3740bd920b18","ip_address":"192.168.0.11"}],"extra_dhcp_opts":[],"security_groups":["1c33c7f2-9868-4e4f-8806-60f844360876"],"name":""}]} 2018-07-15 05:28:51,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=9f31d5cd-c721-4d81-9420-9f04f72c9ff5 used request id req-8e04ee46-02f3-4f1f-a0b5-046824d6bcc3 2018-07-15 05:28:51,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.23904299736s 2018-07-15 05:28:51,545 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=9f31d5cd-c721-4d81-9420-9f04f72c9ff5 used request id req-8e04ee46-02f3-4f1f-a0b5-046824d6bcc3 2018-07-15 05:28:51,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:28:51,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=bff4d4ef-ee86-414d-ad9c-fb0eb8103947" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:51,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0fa264d6-cf86-465a-af8d-999b558a496c Date: Sun, 15 Jul 2018 05:28:51 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:28:51,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=bff4d4ef-ee86-414d-ad9c-fb0eb8103947 used request id req-0fa264d6-cf86-465a-af8d-999b558a496c 2018-07-15 05:28:51,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0523040294647s 2018-07-15 05:28:51,603 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=bff4d4ef-ee86-414d-ad9c-fb0eb8103947 used request id req-0fa264d6-cf86-465a-af8d-999b558a496c 2018-07-15 05:28:51,604 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:00:71:fb', u'version': 4, u'addr': u'192.168.0.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'401c478f-ba70-4cf1-b7a6-c85dded510c7'}), 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-15T05:28:46.000000', 'flavor': Munch({u'id': u'e2e75cdc-c950-4111-a401-97f3fcb48707'}), 'az': u'nova', 'id': u'9f31d5cd-c721-4d81-9420-9f04f72c9ff5', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c2b8e9f5b6a14ed295f36da8913ebc57', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ecdaf454f964cbf89f9fc9ad2c6bed3', 'name': 'vping_userdata-project_189550f3-f6ed-4627-8dca-a1ce22c4a459', '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-15T05:28:46.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T05:28:46Z', 'hostId': u'3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.11', 'cloud': 'envvars', 'host_id': u'3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f', '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-15T05:28:46.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6ecdaf454f964cbf89f9fc9ad2c6bed3', 'name': u'vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459', 'adminPass': None, 'tenant_id': u'6ecdaf454f964cbf89f9fc9ad2c6bed3', 'created_at': u'2018-07-15T05:28:37Z', 'created': u'2018-07-15T05:28:37Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 05:28:51,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:28:51,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:51,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-52621ca5-ac75-4255-860e-c855f07b921f Date: Sun, 15 Jul 2018 05:28:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["106d0527-73d5-4185-8502-3740bd920b18"],"updated_at":"2018-07-15T05:28:26Z","tenant_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","created_at":"2018-07-15T05:28:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","id":"0284addb-d884-4c7f-b862-0e4df7535612","name":"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"}]} 2018-07-15 05:28:51,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-52621ca5-ac75-4255-860e-c855f07b921f 2018-07-15 05:28:51,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115860939026s 2018-07-15 05:28:51,721 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-52621ca5-ac75-4255-860e-c855f07b921f 2018-07-15 05:28:51,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:28:51,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:51,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-a24074ee-cc7b-4b1b-8735-6cbc9f559991 Date: Sun, 15 Jul 2018 05:28:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/401c478f-ba70-4cf1-b7a6-c85dded510c7/snap", "metadata": {}}], "file": "/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7/file", "owner": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "size": 12716032, "self": "/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/401c478f-ba70-4cf1-b7a6-c85dded510c7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:28:32Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_189550f3-f6ed-4627-8dca-a1ce22c4a459", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_189550f3-f6ed-4627-8dca-a1ce22c4a459", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:28:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:28:51,953 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a24074ee-cc7b-4b1b-8735-6cbc9f559991 2018-07-15 05:28:51,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.227809906006s 2018-07-15 05:28:51,954 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a24074ee-cc7b-4b1b-8735-6cbc9f559991 2018-07-15 05:28:51,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:28:51,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:51,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28: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-195f90ea-4270-434d-8904-313a99ebd711 x-compute-request-id: req-195f90ea-4270-434d-8904-313a99ebd711 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_189550f3-f6ed-4627-8dca-a1ce22c4a459", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "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": "e2e75cdc-c950-4111-a401-97f3fcb48707"}]} 2018-07-15 05:28:51,983 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-195f90ea-4270-434d-8904-313a99ebd711 2018-07-15 05:28:51,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0276069641113s 2018-07-15 05:28:51,983 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-195f90ea-4270-434d-8904-313a99ebd711 2018-07-15 05:28:51,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 05:28:51,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" -d '{"server": {"name": "vping_userdata-vm2_189550f3-f6ed-4627-8dca-a1ce22c4a459", "imageRef": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "flavorRef": "e2e75cdc-c950-4111-a401-97f3fcb48707", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMC4xMSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0284addb-d884-4c7f-b862-0e4df7535612"}]}}' 2018-07-15 05:28:54,779 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:28: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-4f8a8d5a-6eab-4604-a052-30158726f63e x-compute-request-id: req-4f8a8d5a-6eab-4604-a052-30158726f63e Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d1ac24ff-5a54-4a44-a143-241aec9c3c09", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "bookmark"}], "adminPass": "Yo5gZsHRRjM5"}} 2018-07-15 05:28:54,780 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-4f8a8d5a-6eab-4604-a052-30158726f63e 2018-07-15 05:28:54,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.79514479637s 2018-07-15 05:28:54,780 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-4f8a8d5a-6eab-4604-a052-30158726f63e 2018-07-15 05:28:54,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:28:54,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:55,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e628bd6-d8b2-421e-b76f-bd58d12db730 x-compute-request-id: req-6e628bd6-d8b2-421e-b76f-bd58d12db730 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.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "d1ac24ff-5a54-4a44-a143-241aec9c3c09", "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:54Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:71:fb", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:28:46.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:46Z", "hostId": "3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:28:55,864 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6e628bd6-d8b2-421e-b76f-bd58d12db730 2018-07-15 05:28:55,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08360409737s 2018-07-15 05:28:55,865 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6e628bd6-d8b2-421e-b76f-bd58d12db730 2018-07-15 05:28:55,870 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:28:57,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:28:57,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:28:58,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:28: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-e06400ab-7eb5-4ad4-bc78-f9178c4c9f6c x-compute-request-id: req-e06400ab-7eb5-4ad4-bc78-f9178c4c9f6c Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "d1ac24ff-5a54-4a44-a143-241aec9c3c09", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:57Z", "hostId": "4992caf1451616e2e021ec622f2244f19cdd9fad050389651aa7f3b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:54Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:71:fb", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:28:46.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:46Z", "hostId": "3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:28:58,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e06400ab-7eb5-4ad4-bc78-f9178c4c9f6c 2018-07-15 05:28:58,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656773090363s 2018-07-15 05:28:58,530 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e06400ab-7eb5-4ad4-bc78-f9178c4c9f6c 2018-07-15 05:28:58,535 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:29:00,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:00,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:01,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-072b727a-5471-4ba7-aa99-ebc8549f1264 x-compute-request-id: req-072b727a-5471-4ba7-aa99-ebc8549f1264 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "d1ac24ff-5a54-4a44-a143-241aec9c3c09", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:57Z", "hostId": "4992caf1451616e2e021ec622f2244f19cdd9fad050389651aa7f3b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:54Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:71:fb", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:28:46.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:46Z", "hostId": "3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:29:01,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-072b727a-5471-4ba7-aa99-ebc8549f1264 2018-07-15 05:29:01,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.571058034897s 2018-07-15 05:29:01,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-072b727a-5471-4ba7-aa99-ebc8549f1264 2018-07-15 05:29:01,114 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:29:03,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:03,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:03,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb1b4723-4efb-4a10-b0de-c2cd0d8d3287 x-compute-request-id: req-eb1b4723-4efb-4a10-b0de-c2cd0d8d3287 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "d1ac24ff-5a54-4a44-a143-241aec9c3c09", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:57Z", "hostId": "4992caf1451616e2e021ec622f2244f19cdd9fad050389651aa7f3b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:54Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:71:fb", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:28:46.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:46Z", "hostId": "3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:29:03,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-eb1b4723-4efb-4a10-b0de-c2cd0d8d3287 2018-07-15 05:29:03,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.578731060028s 2018-07-15 05:29:03,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-eb1b4723-4efb-4a10-b0de-c2cd0d8d3287 2018-07-15 05:29:03,701 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:29:05,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:05,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:06,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6085076-af21-45dd-b316-32d17745ed2c x-compute-request-id: req-a6085076-af21-45dd-b316-32d17745ed2c Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:c7:5b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:03.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "d1ac24ff-5a54-4a44-a143-241aec9c3c09", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:29:03Z", "hostId": "4992caf1451616e2e021ec622f2244f19cdd9fad050389651aa7f3b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:54Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:71:fb", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:28:46.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:46Z", "hostId": "3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:29:06,407 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a6085076-af21-45dd-b316-32d17745ed2c 2018-07-15 05:29:06,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703695058823s 2018-07-15 05:29:06,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a6085076-af21-45dd-b316-32d17745ed2c 2018-07-15 05:29:06,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:29:06,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=d1ac24ff-5a54-4a44-a143-241aec9c3c09" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:06,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1e8eca87-6836-42ac-8580-217a32d8615b Date: Sun, 15 Jul 2018 05:29:06 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0284addb-d884-4c7f-b862-0e4df7535612","tenant_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","created_at":"2018-07-15T05:28:57Z","admin_state_up":true,"updated_at":"2018-07-15T05:29:03Z","binding:vnic_type":"normal","device_id":"d1ac24ff-5a54-4a44-a143-241aec9c3c09","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:7a:c7:5b","id":"5e47933a-a094-4c50-b5f4-c0ec9f25aad6","port_security_enabled":true,"project_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","fixed_ips":[{"subnet_id":"106d0527-73d5-4185-8502-3740bd920b18","ip_address":"192.168.0.10"}],"extra_dhcp_opts":[],"security_groups":["1c33c7f2-9868-4e4f-8806-60f844360876"],"name":""}]} 2018-07-15 05:29:06,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=d1ac24ff-5a54-4a44-a143-241aec9c3c09 used request id req-1e8eca87-6836-42ac-8580-217a32d8615b 2018-07-15 05:29:06,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0627009868622s 2018-07-15 05:29:06,476 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=d1ac24ff-5a54-4a44-a143-241aec9c3c09 used request id req-1e8eca87-6836-42ac-8580-217a32d8615b 2018-07-15 05:29:06,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:29:06,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=5e47933a-a094-4c50-b5f4-c0ec9f25aad6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:06,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-12e6af71-54ad-44cb-bc6e-361c7b685d32 Date: Sun, 15 Jul 2018 05:29:06 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:29:06,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=5e47933a-a094-4c50-b5f4-c0ec9f25aad6 used request id req-12e6af71-54ad-44cb-bc6e-361c7b685d32 2018-07-15 05:29:06,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0552461147308s 2018-07-15 05:29:06,536 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=5e47933a-a094-4c50-b5f4-c0ec9f25aad6 used request id req-12e6af71-54ad-44cb-bc6e-361c7b685d32 2018-07-15 05:29:06,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:06,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:07,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-7474764f-a095-4e31-afc3-090b46815759 x-compute-request-id: req-7474764f-a095-4e31-afc3-090b46815759 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:c7:5b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:03.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "d1ac24ff-5a54-4a44-a143-241aec9c3c09", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:29:03Z", "hostId": "4992caf1451616e2e021ec622f2244f19cdd9fad050389651aa7f3b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:54Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:71:fb", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:28:46.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:46Z", "hostId": "3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:29:07,820 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7474764f-a095-4e31-afc3-090b46815759 2018-07-15 05:29:07,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.28298187256s 2018-07-15 05:29:07,821 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7474764f-a095-4e31-afc3-090b46815759 2018-07-15 05:29:07,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:29:07,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=d1ac24ff-5a54-4a44-a143-241aec9c3c09" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:07,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a410ef31-3de4-4097-a4d2-b5cb480975dc Date: Sun, 15 Jul 2018 05:29:07 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0284addb-d884-4c7f-b862-0e4df7535612","tenant_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","created_at":"2018-07-15T05:28:57Z","admin_state_up":true,"updated_at":"2018-07-15T05:29:03Z","binding:vnic_type":"normal","device_id":"d1ac24ff-5a54-4a44-a143-241aec9c3c09","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:7a:c7:5b","id":"5e47933a-a094-4c50-b5f4-c0ec9f25aad6","port_security_enabled":true,"project_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","fixed_ips":[{"subnet_id":"106d0527-73d5-4185-8502-3740bd920b18","ip_address":"192.168.0.10"}],"extra_dhcp_opts":[],"security_groups":["1c33c7f2-9868-4e4f-8806-60f844360876"],"name":""}]} 2018-07-15 05:29:07,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=d1ac24ff-5a54-4a44-a143-241aec9c3c09 used request id req-a410ef31-3de4-4097-a4d2-b5cb480975dc 2018-07-15 05:29:07,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0914800167084s 2018-07-15 05:29:07,918 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=d1ac24ff-5a54-4a44-a143-241aec9c3c09 used request id req-a410ef31-3de4-4097-a4d2-b5cb480975dc 2018-07-15 05:29:07,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:29:07,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=5e47933a-a094-4c50-b5f4-c0ec9f25aad6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:07,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b37c2e25-2a8e-4679-b58a-e8fcafa035fd Date: Sun, 15 Jul 2018 05:29:07 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:29:07,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=5e47933a-a094-4c50-b5f4-c0ec9f25aad6 used request id req-b37c2e25-2a8e-4679-b58a-e8fcafa035fd 2018-07-15 05:29:07,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0436859130859s 2018-07-15 05:29:07,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=5e47933a-a094-4c50-b5f4-c0ec9f25aad6 used request id req-b37c2e25-2a8e-4679-b58a-e8fcafa035fd 2018-07-15 05:29:07,968 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7a:c7:5b', u'version': 4, u'addr': u'192.168.0.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'401c478f-ba70-4cf1-b7a6-c85dded510c7'}), 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-15T05:29:03.000000', 'flavor': Munch({u'id': u'e2e75cdc-c950-4111-a401-97f3fcb48707'}), 'az': u'nova', 'id': u'd1ac24ff-5a54-4a44-a143-241aec9c3c09', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c2b8e9f5b6a14ed295f36da8913ebc57', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ecdaf454f964cbf89f9fc9ad2c6bed3', 'name': 'vping_userdata-project_189550f3-f6ed-4627-8dca-a1ce22c4a459', '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-15T05:29:03.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T05:29:03Z', 'hostId': u'4992caf1451616e2e021ec622f2244f19cdd9fad050389651aa7f3b2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.10', 'cloud': 'envvars', 'host_id': u'4992caf1451616e2e021ec622f2244f19cdd9fad050389651aa7f3b2', '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-15T05:29:03.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6ecdaf454f964cbf89f9fc9ad2c6bed3', 'name': u'vping_userdata-vm2_189550f3-f6ed-4627-8dca-a1ce22c4a459', 'adminPass': None, 'tenant_id': u'6ecdaf454f964cbf89f9fc9ad2c6bed3', 'created_at': u'2018-07-15T05:28:54Z', 'created': u'2018-07-15T05:28:54Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 05:29:07,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:07,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:09,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-1cf332d3-45c4-4dd1-9bfc-67aff31d380f x-compute-request-id: req-1cf332d3-45c4-4dd1-9bfc-67aff31d380f Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:c7:5b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:03.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "d1ac24ff-5a54-4a44-a143-241aec9c3c09", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:29:03Z", "hostId": "4992caf1451616e2e021ec622f2244f19cdd9fad050389651aa7f3b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:54Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:71:fb", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:28:46.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:46Z", "hostId": "3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:29:09,346 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1cf332d3-45c4-4dd1-9bfc-67aff31d380f 2018-07-15 05:29:09,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.37777996063s 2018-07-15 05:29:09,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1cf332d3-45c4-4dd1-9bfc-67aff31d380f 2018-07-15 05:29:09,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:29:09,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=d1ac24ff-5a54-4a44-a143-241aec9c3c09" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:09,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-368203c6-f53f-47b4-8491-179beca74ec6 Date: Sun, 15 Jul 2018 05:29:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0284addb-d884-4c7f-b862-0e4df7535612","tenant_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","created_at":"2018-07-15T05:28:57Z","admin_state_up":true,"updated_at":"2018-07-15T05:29:03Z","binding:vnic_type":"normal","device_id":"d1ac24ff-5a54-4a44-a143-241aec9c3c09","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:7a:c7:5b","id":"5e47933a-a094-4c50-b5f4-c0ec9f25aad6","port_security_enabled":true,"project_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","fixed_ips":[{"subnet_id":"106d0527-73d5-4185-8502-3740bd920b18","ip_address":"192.168.0.10"}],"extra_dhcp_opts":[],"security_groups":["1c33c7f2-9868-4e4f-8806-60f844360876"],"name":""}]} 2018-07-15 05:29:09,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=d1ac24ff-5a54-4a44-a143-241aec9c3c09 used request id req-368203c6-f53f-47b4-8491-179beca74ec6 2018-07-15 05:29:09,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0685031414032s 2018-07-15 05:29:09,421 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=d1ac24ff-5a54-4a44-a143-241aec9c3c09 used request id req-368203c6-f53f-47b4-8491-179beca74ec6 2018-07-15 05:29:09,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:29:09,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=5e47933a-a094-4c50-b5f4-c0ec9f25aad6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:09,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f634ce01-6be1-49ba-b9c4-32be9992ff47 Date: Sun, 15 Jul 2018 05:29:09 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:29:09,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=5e47933a-a094-4c50-b5f4-c0ec9f25aad6 used request id req-f634ce01-6be1-49ba-b9c4-32be9992ff47 2018-07-15 05:29:09,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.243236064911s 2018-07-15 05:29:09,670 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=5e47933a-a094-4c50-b5f4-c0ec9f25aad6 used request id req-f634ce01-6be1-49ba-b9c4-32be9992ff47 2018-07-15 05:29:09,671 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-07-15 05:29:10,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:10,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:11,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-d5465287-0280-4b40-a909-b334ca1b2f0a x-compute-request-id: req-d5465287-0280-4b40-a909-b334ca1b2f0a Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:c7:5b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:03.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "d1ac24ff-5a54-4a44-a143-241aec9c3c09", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:29:03Z", "hostId": "4992caf1451616e2e021ec622f2244f19cdd9fad050389651aa7f3b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:54Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:71:fb", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:28:46.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:28:46Z", "hostId": "3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:29:11,574 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d5465287-0280-4b40-a909-b334ca1b2f0a 2018-07-15 05:29:11,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.902057170868s 2018-07-15 05:29:11,575 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d5465287-0280-4b40-a909-b334ca1b2f0a 2018-07-15 05:29:11,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 05:29:11,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09/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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 05:29:11,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-dfb77c18-23cc-4fe7-8be1-e3955814d0a5 x-compute-request-id: req-dfb77c18-23cc-4fe7-8be1-e3955814d0a5 Content-Encoding: gzip Content-Length: 9584 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 482845160 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.142146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143894] pid_max: default: 32768 minimum: 301\n[ 0.144858] ACPI: Core revision 20150930\n[ 0.146285] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147672] Security Framework initialized\n[ 0.148532] Yama: becoming mindful.\n[ 0.149318] AppArmor: AppArmor initialized\n[ 0.150239] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151648] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153003] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155779] Initializing cgroup subsys io\n[ 0.156645] Initializing cgroup subsys memory\n[ 0.157563] Initializing cgroup subsys devices\n[ 0.158484] Initializing cgroup subsys freezer\n[ 0.159400] Initializing cgroup subsys net_cls\n[ 0.160313] Initializing cgroup subsys perf_event\n[ 0.161286] Initializing cgroup subsys net_prio\n[ 0.162220] Initializing cgroup subsys hugetlb\n[ 0.163131] Initializing cgroup subsys pids\n[ 0.164045] CPU: Physical Processor ID: 0\n[ 0.165614] mce: CPU supports 10 MCE banks\n[ 0.166512] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167571] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184243] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190683] ftrace: allocating 31920 entries in 125 pages\n[ 0.216983] smpboot: Max logical packages: 1\n[ 0.217894] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219316] x2apic enabled\n[ 0.220153] Switched APIC routing to physical x2apic.\n[ 0.221952] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223127] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227204] KVM setup paravirtual spinlock\n[ 0.228576] x86: Booted up 1 node, 1 CPUs\n[ 0.229433] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230899] devtmpfs: initialized\n[ 0.232653] evm: security.selinux\n[ 0.233386] evm: security.SMACK64\n[ 0.234112] evm: security.SMACK64EXEC\n[ 0.234897] evm: security.SMACK64TRANSMUTE\n[ 0.235753] evm: security.SMACK64MMAP\n[ 0.236533] evm: security.ima\n[ 0.237202] evm: security.capability\n[ 0.238048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240004] pinctrl core: initialized pinctrl subsystem\n[ 0.241160] RTC time: 5:29:03, date: 07/15/18\n[ 0.242187] NET: Registered protocol family 16\n[ 0.243228] cpuidle: using governor ladder\n[ 0.244108] cpuidle: using governor menu\n[ 0.244945] PCCT header not found.\n[ 0.245736] ACPI: bus type PCI registered\n[ 0.246575] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247893] PCI: Using configuration type 1 for base access\n[ 0.249740] ACPI: Added _OSI(Module Device)\n[ 0.250628] ACPI: Added _OSI(Processor Device)\n[ 0.251538] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252493] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254366] ACPI: Interpreter enabled\n[ 0.255184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259093] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262996] ACPI: (supports S0 S5)\n[ 0.263739] ACPI: Using IOAPIC for interrupt routing\n[ 0.264739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270480] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271750] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274087] acpiphp: Slot [3] registered\n[ 0.274939] acpiphp: Slot [4] registered\n[ 0.275792] acpiphp: Slot [5] registered\n[ 0.276640] acpiphp: Slot [6] registered\n[ 0.277484] acpiphp: Slot [7] registered\n[ 0.278342] acpiphp: Slot [8] registered\n[ 0.279189] acpiphp: Slot [9] registered\n[ 0.280036] acpiphp: Slot [10] registered\n[ 0.280895] acpiphp: Slot [11] registered\n[ 0.281754] acpiphp: Slot [12] registered\n[ 0.282606] acpiphp: Slot [13] registered\n[ 0.283463] acpiphp: Slot [14] registered\n[ 0.284324] acpiphp: Slot [15] registered\n[ 0.295456] acpiphp: Slot [16] registered\n[ 0.296320] acpiphp: Slot [17] registered\n[ 0.297174] acpiphp: Slot [18] registered\n[ 0.298028] acpiphp: Slot [19] registered\n[ 0.298880] acpiphp: Slot [20] registered\n[ 0.299736] acpiphp: Slot [21] registered\n[ 0.300589] acpiphp: Slot [22] registered\n[ 0.301443] acpiphp: Slot [23] registered\n[ 0.302302] acpiphp: Slot [24] registered\n[ 0.303157] acpiphp: Slot [25] registered\n[ 0.304016] acpiphp: Slot [26] registered\n[ 0.304936] acpiphp: Slot [27] registered\n[ 0.305795] acpiphp: Slot [28] registered\n[ 0.306655] acpiphp: Slot [29] registered\n[ 0.307505] acpiphp: Slot [30] registered\n[ 0.308368] acpiphp: Slot [31] registered\n[ 0.309221] PCI host bridge to bus 0000:00\n[ 0.310072] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311352] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312642] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314164] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315688] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.317248] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320701] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322055] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.323296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324634] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328240] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330235] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352098] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355090] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357925] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359348] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360463] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362086] vgaarb: loaded\n[ 0.362722] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364017] SCSI subsystem initialized\n[ 0.364985] ACPI: bus type USB registered\n[ 0.365868] usbcore: registered new interface driver usbfs\n[ 0.366967] usbcore: registered new interface driver hub\n[ 0.368034] usbcore: registered new device driver usb\n[ 0.369212] PCI: Using ACPI for IRQ routing\n[ 0.370395] NetLabel: Initializing\n[ 0.371159] NetLabel: domain hash size = 128\n[ 0.372057] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373071] NetLabel: unlabeled traffic allowed by default\n[ 0.374296] clocksource: Switched to clocksource kvm-clock\n[ 0.382794] AppArmor: AppArmor Filesystem Enabled\n[ 0.383819] pnp: PnP ACPI init\n[ 0.384806] pnp: PnP ACPI: found 5 devices\n[ 0.391285] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393103] NET: Registered protocol family 2\n[ 0.394221] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395591] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396880] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400564] NET: Registered protocol family 1\n[ 0.401498] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402665] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432110] Trying to unpack rootfs image as initramfs...\n[ 0.489862] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491651] Scanning for low memory corruption every 60 seconds\n[ 0.493087] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494337] audit: initializing netlink subsys (disabled)\n[ 0.495432] audit: type=2000 audit(1531632543.944:1): initialized\n[ 0.496855] Initialise system trusted keyring\n[ 0.497881] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499118] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501342] zbud: loaded\n[ 0.502114] VFS: Disk quotas dquot_6.6.0\n[ 0.503002] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504709] fuse init (API version 7.23)\n[ 0.505675] Key type big_key registered\n[ 0.506543] Allocating IMA MOK and blacklist keyrings.\n[ 0.507869] Key type asymmetric registered\n[ 0.508750] Asymmetric key parser 'x509' registered\n[ 0.509769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511352] io scheduler noop registered\n[ 0.512197] io scheduler deadline registered (default)\n[ 0.513261] io scheduler cfq registered\n[ 0.514160] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515275] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516639] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518175] ACPI: Power Button [PWRF]\n[ 0.519092] GHES: HEST is not enabled!\n[ 0.532818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562888] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593503] Linux agpgart interface v0.103\n[ 0.597529] brd: module loaded\n[ 0.599470] loop: module loaded\n[ 0.604543] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606106] GPT:90111 != 2097151\n[ 0.606845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608052] GPT:90111 != 2097151\n[ 0.608790] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609862] vda: vda1 vda15\n[ 0.611774] scsi host0: ata_piix\n[ 0.612633] scsi host1: ata_piix\n[ 0.613418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.614743] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616390] libphy: Fixed MDIO Bus: probed\n[ 0.617291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618331] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621225] PPP generic driver version 2.4.2\n[ 0.622270] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623591] ehci-pci: EHCI PCI platform driver\n[ 0.624550] ehci-platform: EHCI generic platform driver\n[ 0.625623] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626879] ohci-pci: OHCI PCI platform driver\n[ 0.627838] ohci-platform: OHCI generic platform driver\n[ 0.628912] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.646229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647327] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.648643] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649959] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651462] usb usb1: Product: UHCI Host Controller\n[ 0.652454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.653667] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.654730] hub 1-0:1.0: USB hub found\n[ 0.655567] hub 1-0:1.0: 2 ports detected\n[ 0.656672] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.658982] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661153] mousedev: PS/2 mouse device common for all mice\n[ 0.662729] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665991] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667280] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668570] i2c /dev entries driver\n[ 0.669460] device-mapper: uevent: version 1.0.3\n[ 0.670524] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674181] NET: Registered protocol family 10\n[ 0.675683] NET: Registered protocol family 17\n[ 0.676686] Key type dns_resolver registered\n[ 0.677967] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679168] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681199] registered taskstats version 1\n[ 0.682149] Loading compiled-in X.509 certificates\n[ 0.683825] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685865] zswap: loaded using pool lzo/zbud\n[ 0.688053] Key type trusted registered\n[ 0.689961] Key type encrypted registered\n[ 0.690866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691990] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693114] evm: HMAC attrs: 0x1\n[ 0.694212] Magic number: 10:586:466\n[ 0.695062] cache: hash matches\n[ 0.695895] rtc_cmos 00:00: setting system clock to 2018-07-15 05:29:03 UTC (1531632543)\n[ 0.697692] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698890] EDD information not available.\n[ 0.776619] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778272] Write protecting the kernel read-only data: 14336k\n[ 0.782106] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784226] 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\n[ 0.830563] 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.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.10...\nLease of 192.168.0.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000011\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVPzzQ3G9cFhMCa2z39V7E7Ap49C6IPJvgqV+1y3fP5ePQa0fnS7aFy85oPGxs45kEXnRZPhuedSIBh4iqM7q07PNuVH9X/bubdCTtln8QUHgwSwzLqYDJ7/jiYOKIbjBIPM0E/XdWeJmZGhzorymau5/S4plF77YliwHGqOuAlQz14AFw7J4CnF1Idw49UkVHOY5C42fSs1aRSUG/Seqs8wGIQlaMmtQYQ3WxNCHHJr14/AOlcPYL33kncwGq6abu2lZU7p7kpI24FO7cWRnt5o7XgpOdTcRUQjiqJAY15o8UrmETNN43vwSWy2L0NehscKmBPl2oPqQdhYd18So5 root@vping-userdata-vm2-189550f3-f6ed-4627-8dca-a1ce22c4a459\nssh-dss AAAAB3NzaC1kc3MAAACBAMUHw8jy6V350AJ0rU8oJQw+6yh/NaDgYdxy3h3ZV+vpqLWwFIq8Up4TNgynezYxHIbbxOWGF18l85Lym1lgYSztvMAN/PLPDG4pOQkhsyu16SZGAG8fNwYpnLQHsVQpxNsakoYpc4SqvFw+OiwkGlhYGJnMZ4KavN1+OwegYIJvAAAAFQCWNqmDgDCe65IjKntXjTpVZISsGwAAAIAplXGDpMqw+dkPHQmwy1YchHZtA5gM1OTsPwbIV7AlzuZvW6Bxyz6Y2SJzwuDxVZMyZlylCFiQhxbExWWILd8Ap15/kFinZaPRZgZRiaPPPStz8/MmsEYm9IKf3M5jOfARKoaVSdYBSI13CRBrlsV3FnjGRIhL8nPNWr0Y2hjHSgAAAIAQc2vJMkI13/MA1fXB2kqQayGwv8qJmWTCQM0RxhsDZXJbni3cVQYNbvSGC7q4Jjp+Mp5FPMGoxvtxcXVx82i3fRGHMSmTrXuUnV4nPrJPGTYd+PwB0HzVX7P+n6YRHpets+n6vfVT4YelrBxCi6kv8o3l4D0rn3Q+PTreuMM56w== root@vping-userdata-vm2-189550f3-f6ed-4627-8dca-a1ce22c4a459\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.10,24,fe80::f816:3eff:fe7a:c75b/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.3 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-189550f3-f6ed-4627-8dca-a1ce22c4a459\nlaunch-index: 0\n/dev/root resized successfully [took 0.11s]\n=== cirros: current=0.4.0 uptime=3.54 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-189550f3-f6ed-4627-8dca-a1ce22c4a459 login: "} 2018-07-15 05:29:11,700 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09/action used request id req-dfb77c18-23cc-4fe7-8be1-e3955814d0a5 2018-07-15 05:29:11,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.122449159622s 2018-07-15 05:29:11,701 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09/action used request id req-dfb77c18-23cc-4fe7-8be1-e3955814d0a5 2018-07-15 05:29:11,701 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 482845160 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.142146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.143894] pid_max: default: 32768 minimum: 301 [ 0.144858] ACPI: Core revision 20150930 [ 0.146285] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147672] Security Framework initialized [ 0.148532] Yama: becoming mindful. [ 0.149318] AppArmor: AppArmor initialized [ 0.150239] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151648] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.153003] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.154275] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155779] Initializing cgroup subsys io [ 0.156645] Initializing cgroup subsys memory [ 0.157563] Initializing cgroup subsys devices [ 0.158484] Initializing cgroup subsys freezer [ 0.159400] Initializing cgroup subsys net_cls [ 0.160313] Initializing cgroup subsys perf_event [ 0.161286] Initializing cgroup subsys net_prio [ 0.162220] Initializing cgroup subsys hugetlb [ 0.163131] Initializing cgroup subsys pids [ 0.164045] CPU: Physical Processor ID: 0 [ 0.165614] mce: CPU supports 10 MCE banks [ 0.166512] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.167571] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184243] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.190683] ftrace: allocating 31920 entries in 125 pages [ 0.216983] smpboot: Max logical packages: 1 [ 0.217894] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.219316] x2apic enabled [ 0.220153] Switched APIC routing to physical x2apic. [ 0.221952] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223127] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.225308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227204] KVM setup paravirtual spinlock [ 0.228576] x86: Booted up 1 node, 1 CPUs [ 0.229433] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230899] devtmpfs: initialized [ 0.232653] evm: security.selinux [ 0.233386] evm: security.SMACK64 [ 0.234112] evm: security.SMACK64EXEC [ 0.234897] evm: security.SMACK64TRANSMUTE [ 0.235753] evm: security.SMACK64MMAP [ 0.236533] evm: security.ima [ 0.237202] evm: security.capability [ 0.238048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.240004] pinctrl core: initialized pinctrl subsystem [ 0.241160] RTC time: 5:29:03, date: 07/15/18 [ 0.242187] NET: Registered protocol family 16 [ 0.243228] cpuidle: using governor ladder [ 0.244108] cpuidle: using governor menu [ 0.244945] PCCT header not found. [ 0.245736] ACPI: bus type PCI registered [ 0.246575] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.247893] PCI: Using configuration type 1 for base access [ 0.249740] ACPI: Added _OSI(Module Device) [ 0.250628] ACPI: Added _OSI(Processor Device) [ 0.251538] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.252493] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254366] ACPI: Interpreter enabled [ 0.255184] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.257137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.259093] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.261041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.262996] ACPI: (supports S0 S5) [ 0.263739] ACPI: Using IOAPIC for interrupt routing [ 0.264739] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.267965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.269176] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.270480] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.271750] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274087] acpiphp: Slot [3] registered [ 0.274939] acpiphp: Slot [4] registered [ 0.275792] acpiphp: Slot [5] registered [ 0.276640] acpiphp: Slot [6] registered [ 0.277484] acpiphp: Slot [7] registered [ 0.278342] acpiphp: Slot [8] registered [ 0.279189] acpiphp: Slot [9] registered [ 0.280036] acpiphp: Slot [10] registered [ 0.280895] acpiphp: Slot [11] registered [ 0.281754] acpiphp: Slot [12] registered [ 0.282606] acpiphp: Slot [13] registered [ 0.283463] acpiphp: Slot [14] registered [ 0.284324] acpiphp: Slot [15] registered [ 0.295456] acpiphp: Slot [16] registered [ 0.296320] acpiphp: Slot [17] registered [ 0.297174] acpiphp: Slot [18] registered [ 0.298028] acpiphp: Slot [19] registered [ 0.298880] acpiphp: Slot [20] registered [ 0.299736] acpiphp: Slot [21] registered [ 0.300589] acpiphp: Slot [22] registered [ 0.301443] acpiphp: Slot [23] registered [ 0.302302] acpiphp: Slot [24] registered [ 0.303157] acpiphp: Slot [25] registered [ 0.304016] acpiphp: Slot [26] registered [ 0.304936] acpiphp: Slot [27] registered [ 0.305795] acpiphp: Slot [28] registered [ 0.306655] acpiphp: Slot [29] registered [ 0.307505] acpiphp: Slot [30] registered [ 0.308368] acpiphp: Slot [31] registered [ 0.309221] PCI host bridge to bus 0000:00 [ 0.310072] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311352] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.312642] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.314164] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.315688] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.317248] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.320701] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.322055] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.323296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.324634] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.328240] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.330235] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.349777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352098] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353599] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355090] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357925] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.359348] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.360463] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.362086] vgaarb: loaded [ 0.362722] vgaarb: bridge control possible 0000:00:02.0 [ 0.364017] SCSI subsystem initialized [ 0.364985] ACPI: bus type USB registered [ 0.365868] usbcore: registered new interface driver usbfs [ 0.366967] usbcore: registered new interface driver hub [ 0.368034] usbcore: registered new device driver usb [ 0.369212] PCI: Using ACPI for IRQ routing [ 0.370395] NetLabel: Initializing [ 0.371159] NetLabel: domain hash size = 128 [ 0.372057] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373071] NetLabel: unlabeled traffic allowed by default [ 0.374296] clocksource: Switched to clocksource kvm-clock [ 0.382794] AppArmor: AppArmor Filesystem Enabled [ 0.383819] pnp: PnP ACPI init [ 0.384806] pnp: PnP ACPI: found 5 devices [ 0.391285] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393103] NET: Registered protocol family 2 [ 0.394221] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395591] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396880] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398152] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399304] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400564] NET: Registered protocol family 1 [ 0.401498] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402665] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403809] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432110] Trying to unpack rootfs image as initramfs... [ 0.489862] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.491651] Scanning for low memory corruption every 60 seconds [ 0.493087] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.494337] audit: initializing netlink subsys (disabled) [ 0.495432] audit: type=2000 audit(1531632543.944:1): initialized [ 0.496855] Initialise system trusted keyring [ 0.497881] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501342] zbud: loaded [ 0.502114] VFS: Disk quotas dquot_6.6.0 [ 0.503002] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.504709] fuse init (API version 7.23) [ 0.505675] Key type big_key registered [ 0.506543] Allocating IMA MOK and blacklist keyrings. [ 0.507869] Key type asymmetric registered [ 0.508750] Asymmetric key parser 'x509' registered [ 0.509769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511352] io scheduler noop registered [ 0.512197] io scheduler deadline registered (default) [ 0.513261] io scheduler cfq registered [ 0.514160] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515275] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516639] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518175] ACPI: Power Button [PWRF] [ 0.519092] GHES: HEST is not enabled! [ 0.532818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.560662] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.562888] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.589160] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593503] Linux agpgart interface v0.103 [ 0.597529] brd: module loaded [ 0.599470] loop: module loaded [ 0.604543] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.606106] GPT:90111 != 2097151 [ 0.606845] GPT:Alternate GPT header not at the end of the disk. [ 0.608052] GPT:90111 != 2097151 [ 0.608790] GPT: Use GNU Parted to correct GPT errors. [ 0.609862] vda: vda1 vda15 [ 0.611774] scsi host0: ata_piix [ 0.612633] scsi host1: ata_piix [ 0.613418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.614743] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.616390] libphy: Fixed MDIO Bus: probed [ 0.617291] tun: Universal TUN/TAP device driver, 1.6 [ 0.618331] tun: (C) 1999-2004 Max Krasnyansky [ 0.621225] PPP generic driver version 2.4.2 [ 0.622270] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623591] ehci-pci: EHCI PCI platform driver [ 0.624550] ehci-platform: EHCI generic platform driver [ 0.625623] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.626879] ohci-pci: OHCI PCI platform driver [ 0.627838] ohci-platform: OHCI generic platform driver [ 0.628912] uhci_hcd: USB Universal Host Controller Interface driver [ 0.643493] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.644632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.646229] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.647327] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.648643] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.649959] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.651462] usb usb1: Product: UHCI Host Controller [ 0.652454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.653667] usb usb1: SerialNumber: 0000:00:01.2 [ 0.654730] hub 1-0:1.0: USB hub found [ 0.655567] hub 1-0:1.0: 2 ports detected [ 0.656672] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.658982] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.660008] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.661153] mousedev: PS/2 mouse device common for all mice [ 0.662729] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.664762] rtc_cmos 00:00: RTC can wake from S4 [ 0.665991] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.667280] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.668570] i2c /dev entries driver [ 0.669460] device-mapper: uevent: version 1.0.3 [ 0.670524] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672314] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674181] NET: Registered protocol family 10 [ 0.675683] NET: Registered protocol family 17 [ 0.676686] Key type dns_resolver registered [ 0.677967] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679168] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681199] registered taskstats version 1 [ 0.682149] Loading compiled-in X.509 certificates [ 0.683825] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685865] zswap: loaded using pool lzo/zbud [ 0.688053] Key type trusted registered [ 0.689961] Key type encrypted registered [ 0.690866] AppArmor: AppArmor sha1 policy hashing enabled [ 0.691990] ima: No TPM chip found, activating TPM-bypass! [ 0.693114] evm: HMAC attrs: 0x1 [ 0.694212] Magic number: 10:586:466 [ 0.695062] cache: hash matches [ 0.695895] rtc_cmos 00:00: setting system clock to 2018-07-15 05:29:03 UTC (1531632543) [ 0.697692] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.698890] EDD information not available. [ 0.776619] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.778272] Write protecting the kernel read-only data: 14336k [ 0.782106] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.784226] 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 [ 0.830563] 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.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.10... Lease of 192.168.0.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-00000011 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVPzzQ3G9cFhMCa2z39V7E7Ap49C6IPJvgqV+1y3fP5ePQa0fnS7aFy85oPGxs45kEXnRZPhuedSIBh4iqM7q07PNuVH9X/bubdCTtln8QUHgwSwzLqYDJ7/jiYOKIbjBIPM0E/XdWeJmZGhzorymau5/S4plF77YliwHGqOuAlQz14AFw7J4CnF1Idw49UkVHOY5C42fSs1aRSUG/Seqs8wGIQlaMmtQYQ3WxNCHHJr14/AOlcPYL33kncwGq6abu2lZU7p7kpI24FO7cWRnt5o7XgpOdTcRUQjiqJAY15o8UrmETNN43vwSWy2L0NehscKmBPl2oPqQdhYd18So5 root@vping-userdata-vm2-189550f3-f6ed-4627-8dca-a1ce22c4a459 ssh-dss AAAAB3NzaC1kc3MAAACBAMUHw8jy6V350AJ0rU8oJQw+6yh/NaDgYdxy3h3ZV+vpqLWwFIq8Up4TNgynezYxHIbbxOWGF18l85Lym1lgYSztvMAN/PLPDG4pOQkhsyu16SZGAG8fNwYpnLQHsVQpxNsakoYpc4SqvFw+OiwkGlhYGJnMZ4KavN1+OwegYIJvAAAAFQCWNqmDgDCe65IjKntXjTpVZISsGwAAAIAplXGDpMqw+dkPHQmwy1YchHZtA5gM1OTsPwbIV7AlzuZvW6Bxyz6Y2SJzwuDxVZMyZlylCFiQhxbExWWILd8Ap15/kFinZaPRZgZRiaPPPStz8/MmsEYm9IKf3M5jOfARKoaVSdYBSI13CRBrlsV3FnjGRIhL8nPNWr0Y2hjHSgAAAIAQc2vJMkI13/MA1fXB2kqQayGwv8qJmWTCQM0RxhsDZXJbni3cVQYNbvSGC7q4Jjp+Mp5FPMGoxvtxcXVx82i3fRGHMSmTrXuUnV4nPrJPGTYd+PwB0HzVX7P+n6YRHpets+n6vfVT4YelrBxCi6kv8o3l4D0rn3Q+PTreuMM56w== root@vping-userdata-vm2-189550f3-f6ed-4627-8dca-a1ce22c4a459 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.10,24,fe80::f816:3eff:fe7a:c75b/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.3 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-189550f3-f6ed-4627-8dca-a1ce22c4a459 launch-index: 0 /dev/root resized successfully [took 0.11s] === cirros: current=0.4.0 uptime=3.54 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-189550f3-f6ed-4627-8dca-a1ce22c4a459 login: 2018-07-15 05:29:11,703 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-07-15 05:29:11,815 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 05:29:11,815 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:47 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-15 05:29:11,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 05:29:11,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:12,140 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:29: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-4e559f0b-fce8-45c5-b235-96fbee166ba5 x-compute-request-id: req-4e559f0b-fce8-45c5-b235-96fbee166ba5 Content-Type: application/json 2018-07-15 05:29:12,140 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5 used request id req-4e559f0b-fce8-45c5-b235-96fbee166ba5 2018-07-15 05:29:12,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.320585012436s 2018-07-15 05:29:12,141 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5 used request id req-4e559f0b-fce8-45c5-b235-96fbee166ba5 2018-07-15 05:29:12,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:12,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:12,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9921291a-43a6-4927-800b-8627b64450b1 x-compute-request-id: req-9921291a-43a6-4927-800b-8627b64450b1 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:c7:5b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:03.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "d1ac24ff-5a54-4a44-a143-241aec9c3c09", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:29:03Z", "hostId": "4992caf1451616e2e021ec622f2244f19cdd9fad050389651aa7f3b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:54Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:71:fb", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:28:46.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "9f31d5cd-c721-4d81-9420-9f04f72c9ff5", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:29:12Z", "hostId": "3c39610297aa67dfbb667a9dc93194cf8ca283b8592520b3d4172b7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:37Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:29:12,845 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9921291a-43a6-4927-800b-8627b64450b1 2018-07-15 05:29:12,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703452110291s 2018-07-15 05:29:12,845 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9921291a-43a6-4927-800b-8627b64450b1 2018-07-15 05:29:12,848 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:29:14,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:14,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:15,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-f9c7d759-727d-4d76-852b-88943539275e x-compute-request-id: req-f9c7d759-727d-4d76-852b-88943539275e Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:c7:5b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:03.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "d1ac24ff-5a54-4a44-a143-241aec9c3c09", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:29:03Z", "hostId": "4992caf1451616e2e021ec622f2244f19cdd9fad050389651aa7f3b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:54Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:29:15,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f9c7d759-727d-4d76-852b-88943539275e 2018-07-15 05:29:15,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728732824326s 2018-07-15 05:29:15,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f9c7d759-727d-4d76-852b-88943539275e 2018-07-15 05:29:15,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 05:29:15,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:15,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:29: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 x-openstack-request-id: req-8ac6d9ed-2874-4e14-8429-6a231b72ec07 x-compute-request-id: req-8ac6d9ed-2874-4e14-8429-6a231b72ec07 Content-Type: application/json 2018-07-15 05:29:15,794 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09 used request id req-8ac6d9ed-2874-4e14-8429-6a231b72ec07 2018-07-15 05:29:15,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.212884902954s 2018-07-15 05:29:15,795 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09 used request id req-8ac6d9ed-2874-4e14-8429-6a231b72ec07 2018-07-15 05:29:15,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:15,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:16,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-e30bc71e-ee3a-4b0f-8b6c-75bec75c60e5 x-compute-request-id: req-e30bc71e-ee3a-4b0f-8b6c-75bec75c60e5 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:c7:5b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d1ac24ff-5a54-4a44-a143-241aec9c3c09", "rel": "bookmark"}], "image": {"id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "links": [{"href": "http://172.30.9.25:8774/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:03.000000", "flavor": {"id": "e2e75cdc-c950-4111-a401-97f3fcb48707", "links": [{"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "bookmark"}]}, "id": "d1ac24ff-5a54-4a44-a143-241aec9c3c09", "security_groups": [{"name": "default"}], "user_id": "c2b8e9f5b6a14ed295f36da8913ebc57", "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-15T05:29:15Z", "hostId": "4992caf1451616e2e021ec622f2244f19cdd9fad050389651aa7f3b2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_189550f3-f6ed-4627-8dca-a1ce22c4a459", "created": "2018-07-15T05:28:54Z", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:29:16,653 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e30bc71e-ee3a-4b0f-8b6c-75bec75c60e5 2018-07-15 05:29:16,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.85826921463s 2018-07-15 05:29:16,654 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e30bc71e-ee3a-4b0f-8b6c-75bec75c60e5 2018-07-15 05:29:16,655 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:29:18,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:18,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:18,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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 x-openstack-request-id: req-61714276-d9b8-445b-bfe6-433fa74909f2 x-compute-request-id: req-61714276-d9b8-445b-bfe6-433fa74909f2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 05:29:18,738 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-61714276-d9b8-445b-bfe6-433fa74909f2 2018-07-15 05:29:18,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0797829627991s 2018-07-15 05:29:18,738 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-61714276-d9b8-445b-bfe6-433fa74909f2 2018-07-15 05:29:18,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 05:29:18,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/d546e001-16e8-4850-8f20-2ae4f5e05f7e/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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" -d '{"subnet_id": "106d0527-73d5-4185-8502-3740bd920b18"}' 2018-07-15 05:29:20,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-afdcdc92-fc72-469a-ad77-2b0e3fbc7362 Date: Sun, 15 Jul 2018 05:29:20 GMT RESP BODY: {"network_id": "0284addb-d884-4c7f-b862-0e4df7535612", "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "subnet_id": "106d0527-73d5-4185-8502-3740bd920b18", "subnet_ids": ["106d0527-73d5-4185-8502-3740bd920b18"], "port_id": "a07f7d5b-c6fc-40df-937a-bc02c921cd97", "id": "d546e001-16e8-4850-8f20-2ae4f5e05f7e"} 2018-07-15 05:29:20,464 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/d546e001-16e8-4850-8f20-2ae4f5e05f7e/remove_router_interface.json used request id req-afdcdc92-fc72-469a-ad77-2b0e3fbc7362 2018-07-15 05:29:20,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.72549414635s 2018-07-15 05:29:20,465 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/d546e001-16e8-4850-8f20-2ae4f5e05f7e/remove_router_interface.json used request id req-afdcdc92-fc72-469a-ad77-2b0e3fbc7362 returning object d546e001-16e8-4850-8f20-2ae4f5e05f7e 2018-07-15 05:29:20,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 05:29:20,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:20,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-51e42b12-0bdf-4ead-9776-a33bd779ecce Date: Sun, 15 Jul 2018 05:29:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "created_at": "2018-07-15T05:28:27Z", "admin_state_up": true, "updated_at": "2018-07-15T05:29:19Z", "revision_number": 4, "routes": [], "project_id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "id": "d546e001-16e8-4850-8f20-2ae4f5e05f7e", "name": "vping_userdata-router_189550f3-f6ed-4627-8dca-a1ce22c4a459"}]} 2018-07-15 05:29:20,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-51e42b12-0bdf-4ead-9776-a33bd779ecce 2018-07-15 05:29:20,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.311921834946s 2018-07-15 05:29:20,777 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-51e42b12-0bdf-4ead-9776-a33bd779ecce 2018-07-15 05:29:20,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 05:29:20,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/d546e001-16e8-4850-8f20-2ae4f5e05f7e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:22,120 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c62aeab6-d999-4b82-a1cb-b143f058a6e1 Content-Length: 0 Date: Sun, 15 Jul 2018 05:29:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:29:22,120 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/d546e001-16e8-4850-8f20-2ae4f5e05f7e.json used request id req-c62aeab6-d999-4b82-a1cb-b143f058a6e1 2018-07-15 05:29:22,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34137511253s 2018-07-15 05:29:22,121 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/d546e001-16e8-4850-8f20-2ae4f5e05f7e.json used request id req-c62aeab6-d999-4b82-a1cb-b143f058a6e1 2018-07-15 05:29:22,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:29:22,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:22,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-2627779c-3b18-47f1-8af8-02b1eae9ebe7 Date: Sun, 15 Jul 2018 05:29:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0284addb-d884-4c7f-b862-0e4df7535612","tenant_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","created_at":"2018-07-15T05:28:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:28:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","id":"106d0527-73d5-4185-8502-3740bd920b18","subnetpool_id":null,"name":"vping_userdata-subnet_189550f3-f6ed-4627-8dca-a1ce22c4a459"}]} 2018-07-15 05:29:22,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-2627779c-3b18-47f1-8af8-02b1eae9ebe7 2018-07-15 05:29:22,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0471668243408s 2018-07-15 05:29:22,169 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-2627779c-3b18-47f1-8af8-02b1eae9ebe7 2018-07-15 05:29:22,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 05:29:22,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/106d0527-73d5-4185-8502-3740bd920b18.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:24,676 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4570547a-fc09-4d02-a6e2-d29e8144f66a Date: Sun, 15 Jul 2018 05:29:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:29:24,676 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/106d0527-73d5-4185-8502-3740bd920b18.json used request id req-4570547a-fc09-4d02-a6e2-d29e8144f66a 2018-07-15 05:29:24,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.50605916977s 2018-07-15 05:29:24,677 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/106d0527-73d5-4185-8502-3740bd920b18.json used request id req-4570547a-fc09-4d02-a6e2-d29e8144f66a 2018-07-15 05:29:24,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:29:24,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:24,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-2bab702b-e794-4c93-8522-bc90813f9b6c Date: Sun, 15 Jul 2018 05:29:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T05:29:24Z","tenant_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","created_at":"2018-07-15T05:28:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6ecdaf454f964cbf89f9fc9ad2c6bed3","id":"0284addb-d884-4c7f-b862-0e4df7535612","name":"vping_userdata-net_189550f3-f6ed-4627-8dca-a1ce22c4a459"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"}]} 2018-07-15 05:29:24,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2bab702b-e794-4c93-8522-bc90813f9b6c 2018-07-15 05:29:24,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.13405919075s 2018-07-15 05:29:24,812 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2bab702b-e794-4c93-8522-bc90813f9b6c 2018-07-15 05:29:24,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 05:29:24,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/0284addb-d884-4c7f-b862-0e4df7535612.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:26,448 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4ec09209-64b7-4157-9ecd-3959e88ac41d Date: Sun, 15 Jul 2018 05:29:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:29:26,448 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/0284addb-d884-4c7f-b862-0e4df7535612.json used request id req-4ec09209-64b7-4157-9ecd-3959e88ac41d 2018-07-15 05:29:26,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.63563394547s 2018-07-15 05:29:26,449 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/0284addb-d884-4c7f-b862-0e4df7535612.json used request id req-4ec09209-64b7-4157-9ecd-3959e88ac41d 2018-07-15 05:29:26,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:29:26,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:26,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-61277882-cfbd-46e5-ae4c-e1b3ce7d2390 Date: Sun, 15 Jul 2018 05:29:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/401c478f-ba70-4cf1-b7a6-c85dded510c7/snap", "metadata": {}}], "file": "/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7/file", "owner": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "id": "401c478f-ba70-4cf1-b7a6-c85dded510c7", "size": 12716032, "self": "/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/401c478f-ba70-4cf1-b7a6-c85dded510c7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:28:32Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_189550f3-f6ed-4627-8dca-a1ce22c4a459", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_189550f3-f6ed-4627-8dca-a1ce22c4a459", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:28:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:29:26,492 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-61277882-cfbd-46e5-ae4c-e1b3ce7d2390 2018-07-15 05:29:26,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0391440391541s 2018-07-15 05:29:26,492 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-61277882-cfbd-46e5-ae4c-e1b3ce7d2390 2018-07-15 05:29:26,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 05:29:26,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f298cf47b187a1eb0ff180bd5a3150adee5a4efb" 2018-07-15 05:29:26,937 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7bc58ae5-2fa7-47d9-a6d1-83b0645779e9 Date: Sun, 15 Jul 2018 05:29: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-15 05:29:26,937 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7 used request id req-7bc58ae5-2fa7-47d9-a6d1-83b0645779e9 2018-07-15 05:29:26,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.443645000458s 2018-07-15 05:29:26,938 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/401c478f-ba70-4cf1-b7a6-c85dded510c7 used request id req-7bc58ae5-2fa7-47d9-a6d1-83b0645779e9 2018-07-15 05:29:26,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:29:26,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:29:26,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-eedf4fd2-8716-434f-824f-e9e70c2f6148 x-compute-request-id: req-eedf4fd2-8716-434f-824f-e9e70c2f6148 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_189550f3-f6ed-4627-8dca-a1ce22c4a459", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707", "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": "e2e75cdc-c950-4111-a401-97f3fcb48707"}]} 2018-07-15 05:29:26,967 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-eedf4fd2-8716-434f-824f-e9e70c2f6148 2018-07-15 05:29:26,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0288591384888s 2018-07-15 05:29:26,967 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-eedf4fd2-8716-434f-824f-e9e70c2f6148 2018-07-15 05:29:26,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 05:29:26,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:29:27,014 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:29: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-ba62ecc7-a2c8-4387-8bfc-e5f7120852c1 x-compute-request-id: req-ba62ecc7-a2c8-4387-8bfc-e5f7120852c1 Content-Length: 0 Content-Type: application/json 2018-07-15 05:29:27,014 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707 used request id req-ba62ecc7-a2c8-4387-8bfc-e5f7120852c1 2018-07-15 05:29:27,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0454070568085s 2018-07-15 05:29:27,014 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/e2e75cdc-c950-4111-a401-97f3fcb48707 used request id req-ba62ecc7-a2c8-4387-8bfc-e5f7120852c1 2018-07-15 05:29:27,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:29:27,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:29:27,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75688054-9d28-48d2-89d4-95efc55cea5f Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/0255670b0f954e4da231ad2ed5f27d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0255670b0f954e4da231ad2ed5f27d37", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/11f7ce447f114de18e36cd87cce7e45d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11f7ce447f114de18e36cd87cce7e45d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/1ec4d9b432d246c9993dbcedf8bd520f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec4d9b432d246c9993dbcedf8bd520f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/34d6d74b6f394a4fa6665b584fdebff7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34d6d74b6f394a4fa6665b584fdebff7", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/39ab10c64eeb48fe91cb832c421b1876"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39ab10c64eeb48fe91cb832c421b1876", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/4e38ae7ba96441dd90050af4d6927b35"}, "domain_id": "41772bd83fa146659c07e7f2ce369b5b", "enabled": true, "options": {}, "id": "4e38ae7ba96441dd90050af4d6927b35", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/8d21b752781546b09f9c436b0144650e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d21b752781546b09f9c436b0144650e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/9b71d418c6c84ccfa444645c813d408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b71d418c6c84ccfa444645c813d408b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/a398bd60ebd44db68dec542120fe0b1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a398bd60ebd44db68dec542120fe0b1f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/b3219c4fa4234ce48a596e1a59fdd268"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3219c4fa4234ce48a596e1a59fdd268", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/b3b51e255d1e45b88c6da3a68cdb9096"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3b51e255d1e45b88c6da3a68cdb9096", "email": "swift@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_189550f3-f6ed-4627-8dca-a1ce22c4a459", "links": {"self": "http://172.30.9.25:5000/v3/users/c2b8e9f5b6a14ed295f36da8913ebc57"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c2b8e9f5b6a14ed295f36da8913ebc57", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/d3e1d34a8e4049a6b46b03e2f2f98f55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3e1d34a8e4049a6b46b03e2f2f98f55", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/f501b6fd0a644232b712a18c71145436"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f501b6fd0a644232b712a18c71145436", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/fcc9389cbd2d4e1e955095e15e39bf07"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fcc9389cbd2d4e1e955095e15e39bf07", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 05:29:27,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-75688054-9d28-48d2-89d4-95efc55cea5f 2018-07-15 05:29:27,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121865034103s 2018-07-15 05:29:27,137 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-75688054-9d28-48d2-89d4-95efc55cea5f 2018-07-15 05:29:27,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:29:27,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/c2b8e9f5b6a14ed295f36da8913ebc57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:29:27,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d046edec-2ea6-4014-99c5-6930e5a34541 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_189550f3-f6ed-4627-8dca-a1ce22c4a459", "links": {"self": "http://172.30.9.25:5000/v3/users/c2b8e9f5b6a14ed295f36da8913ebc57"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c2b8e9f5b6a14ed295f36da8913ebc57", "description": null}} 2018-07-15 05:29:27,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/c2b8e9f5b6a14ed295f36da8913ebc57 used request id req-d046edec-2ea6-4014-99c5-6930e5a34541 2018-07-15 05:29:27,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126806974411s 2018-07-15 05:29:27,271 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/c2b8e9f5b6a14ed295f36da8913ebc57 used request id req-d046edec-2ea6-4014-99c5-6930e5a34541 2018-07-15 05:29:27,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 05:29:27,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/c2b8e9f5b6a14ed295f36da8913ebc57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:29:27,526 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:29:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eff59da-8770-4243-971e-c68e532bac05 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:29:27,526 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/c2b8e9f5b6a14ed295f36da8913ebc57 used request id req-2eff59da-8770-4243-971e-c68e532bac05 2018-07-15 05:29:27,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.25430393219s 2018-07-15 05:29:27,526 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/c2b8e9f5b6a14ed295f36da8913ebc57 used request id req-2eff59da-8770-4243-971e-c68e532bac05 2018-07-15 05:29:27,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 05:29:27,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:29:27,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc99ca79-8e23-435a-a4e7-9d24c2bf1029 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6"}, "tags": [], "enabled": true, "id": "015b6efde4b14340b597d5c867c208e6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.25:5000/v3/projects/6ecdaf454f964cbf89f9fc9ad2c6bed3"}, "tags": [], "enabled": true, "id": "6ecdaf454f964cbf89f9fc9ad2c6bed3", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_189550f3-f6ed-4627-8dca-a1ce22c4a459"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/fef18fac968b4e41829891ac01ae670e"}, "tags": [], "enabled": true, "id": "fef18fac968b4e41829891ac01ae670e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-15 05:29:27,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-fc99ca79-8e23-435a-a4e7-9d24c2bf1029 2018-07-15 05:29:27,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10413813591s 2018-07-15 05:29:27,637 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-fc99ca79-8e23-435a-a4e7-9d24c2bf1029 2018-07-15 05:29:27,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 05:29:27,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/6ecdaf454f964cbf89f9fc9ad2c6bed3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}257fd14d9eeb0c41aae967f1f1ed52fc1c63ecad" 2018-07-15 05:29:27,818 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:29:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc511fa6-6bc1-4aa7-ab33-0192bf046e3a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:29:27,819 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/6ecdaf454f964cbf89f9fc9ad2c6bed3 used request id req-fc511fa6-6bc1-4aa7-ab33-0192bf046e3a 2018-07-15 05:29:27,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.177513122559s 2018-07-15 05:29:27,819 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/6ecdaf454f964cbf89f9fc9ad2c6bed3 used request id req-fc511fa6-6bc1-4aa7-ab33-0192bf046e3a 2018-07-15 05:29:27,819 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-07-15 05:29:27,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:29:27,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:29:27,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:29:27,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:29:27,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:29:27,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:29:27,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:29:27,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:29:27,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:29:27,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:29:27,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:29:27,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:29:27,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:29:27,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:29:27,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:29:27,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:29:27,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:29:27,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:29:27,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:29:27,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:29:27,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:29:27,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:29:27,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:29:27,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32fbad9c-6c78-429f-a0ad-85e9b761e25d 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:29:27,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-32fbad9c-6c78-429f-a0ad-85e9b761e25d 2018-07-15 05:29:27,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:29:28,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}, {"id": "5ebc1b713512497e96c7a557520611d1", "name": "admin"}], "expires_at": "2018-07-15T06:29:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fef18fac968b4e41829891ac01ae670e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8d21b752781546b09f9c436b0144650e"}, "audit_ids": ["PFyUlevBQvmJGG1m_jQbOw"], "issued_at": "2018-07-15T05:29:28.000000Z"}} 2018-07-15 05:29:28,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:29:28,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:29:28,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e063ffd9-45aa-43bc-b463-c370df8e0e87 Date: Sun, 15 Jul 2018 05:29:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8c572765-2d43-4b88-981e-707a56735cd1","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","status":"ACTIVE","subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"description":"","tags":[],"updated_at":"2018-07-15T05:20:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","provider:network_type":"flat"}]} 2018-07-15 05:29:28,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e063ffd9-45aa-43bc-b463-c370df8e0e87 2018-07-15 05:29:28,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.282564878464s 2018-07-15 05:29:28,601 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e063ffd9-45aa-43bc-b463-c370df8e0e87 2018-07-15 05:29:28,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:29:28,610 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 05:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a2bc1d3-73aa-484b-9fcd-0533ea6326d0 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-15 05:29:28,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-4a2bc1d3-73aa-484b-9fcd-0533ea6326d0 2018-07-15 05:29:28,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 05:29:28,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:29:28,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ea10634-5bc5-4c88-8006-48d0c24b81f2 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/41772bd83fa146659c07e7f2ce369b5b"}, "tags": [], "enabled": true, "id": "41772bd83fa146659c07e7f2ce369b5b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 05:29:28,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-7ea10634-5bc5-4c88-8006-48d0c24b81f2 2018-07-15 05:29:28,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0907051563263s 2018-07-15 05:29:28,702 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-7ea10634-5bc5-4c88-8006-48d0c24b81f2 2018-07-15 05:29:28,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 05:29:28,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}}' 2018-07-15 05:29:28,866 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 05:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17a8b215-bf19-4b7a-93c3-63614d21ba15 Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.25:5000/v3/projects/08b632e86b51495c96e56384d3128f2a"}, "tags": [], "enabled": true, "id": "08b632e86b51495c96e56384d3128f2a", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}} 2018-07-15 05:29:28,867 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-17a8b215-bf19-4b7a-93c3-63614d21ba15 2018-07-15 05:29:28,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.157559156418s 2018-07-15 05:29:28,867 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-17a8b215-bf19-4b7a-93c3-63614d21ba15 2018-07-15 05:29:28,867 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cinder_test', u'tags': [], 'enabled': True, 'id': u'08b632e86b51495c96e56384d3128f2a', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cinder_test-project_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64'}) 2018-07-15 05:29:28,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 05:29:28,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "a934efc0-bb8f-4443-95cb-0ec07870fe11", "email": null, "name": "cinder_test-user_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}}' 2018-07-15 05:29:29,318 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 05:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-705ed979-f1c0-4e61-a085-3415e3d5eb64 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "links": {"self": "http://172.30.9.25:5000/v3/users/379a3122051747acbf354af31ad0896c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "379a3122051747acbf354af31ad0896c", "domain_id": "default", "password_expires_at": null}} 2018-07-15 05:29:29,318 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-705ed979-f1c0-4e61-a085-3415e3d5eb64 2018-07-15 05:29:29,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.444704055786s 2018-07-15 05:29:29,319 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-705ed979-f1c0-4e61-a085-3415e3d5eb64 2018-07-15 05:29:29,319 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'379a3122051747acbf354af31ad0896c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64'}) 2018-07-15 05:29:29,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:29:29,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:29:29,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe3a1cec-6aea-434a-9d31-9af966863302 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:29:29,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-fe3a1cec-6aea-434a-9d31-9af966863302 2018-07-15 05:29:29,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104341030121s 2018-07-15 05:29:29,428 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-fe3a1cec-6aea-434a-9d31-9af966863302 2018-07-15 05:29:29,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:29:29,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:29:29,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52998776-a744-4c69-ad4b-1868b0561cc9 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:29:29,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-52998776-a744-4c69-ad4b-1868b0561cc9 2018-07-15 05:29:29,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10037112236s 2018-07-15 05:29:29,533 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-52998776-a744-4c69-ad4b-1868b0561cc9 2018-07-15 05:29:29,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 05:29:29,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:29:29,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2afdea94-4a20-469f-ab3b-47d7ce2cf002 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "342d844a34e0406684703e0c0b7f9abb", "links": {"self": "http://172.30.9.25:5000/v3/roles/342d844a34e0406684703e0c0b7f9abb"}, "name": "member"}, {"domain_id": null, "id": "5ebc1b713512497e96c7a557520611d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/5ebc1b713512497e96c7a557520611d1"}, "name": "admin"}, {"domain_id": null, "id": "761cfd37cb7f4375aaf2addac54a2ce8", "links": {"self": "http://172.30.9.25:5000/v3/roles/761cfd37cb7f4375aaf2addac54a2ce8"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb0b697b7e524306967614b6860eac57", "links": {"self": "http://172.30.9.25:5000/v3/roles/bb0b697b7e524306967614b6860eac57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "bd2179fc85d740e28713eeafde664787", "links": {"self": "http://172.30.9.25:5000/v3/roles/bd2179fc85d740e28713eeafde664787"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dbc61f9698974382805d9ff20f9a8572", "links": {"self": "http://172.30.9.25:5000/v3/roles/dbc61f9698974382805d9ff20f9a8572"}, "name": "reader"}]} 2018-07-15 05:29:29,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2afdea94-4a20-469f-ab3b-47d7ce2cf002 2018-07-15 05:29:29,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109272956848s 2018-07-15 05:29:29,648 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2afdea94-4a20-469f-ab3b-47d7ce2cf002 2018-07-15 05:29:29,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 05:29:29,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:29:29,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b36139ce-ae47-456e-afc5-e752a64456ac Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 05:29:29,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-b36139ce-ae47-456e-afc5-e752a64456ac 2018-07-15 05:29:29,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109035015106s 2018-07-15 05:29:29,762 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-b36139ce-ae47-456e-afc5-e752a64456ac 2018-07-15 05:29:29,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:29:29,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:29:29,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-684ebc5e-9cb3-48f5-b79c-c9246808d091 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/0255670b0f954e4da231ad2ed5f27d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0255670b0f954e4da231ad2ed5f27d37", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/11f7ce447f114de18e36cd87cce7e45d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11f7ce447f114de18e36cd87cce7e45d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/1ec4d9b432d246c9993dbcedf8bd520f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec4d9b432d246c9993dbcedf8bd520f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/34d6d74b6f394a4fa6665b584fdebff7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34d6d74b6f394a4fa6665b584fdebff7", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder_test-user_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "links": {"self": "http://172.30.9.25:5000/v3/users/379a3122051747acbf354af31ad0896c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "379a3122051747acbf354af31ad0896c", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/39ab10c64eeb48fe91cb832c421b1876"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39ab10c64eeb48fe91cb832c421b1876", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/4e38ae7ba96441dd90050af4d6927b35"}, "domain_id": "41772bd83fa146659c07e7f2ce369b5b", "enabled": true, "options": {}, "id": "4e38ae7ba96441dd90050af4d6927b35", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/8d21b752781546b09f9c436b0144650e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d21b752781546b09f9c436b0144650e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/9b71d418c6c84ccfa444645c813d408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b71d418c6c84ccfa444645c813d408b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/a398bd60ebd44db68dec542120fe0b1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a398bd60ebd44db68dec542120fe0b1f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/b3219c4fa4234ce48a596e1a59fdd268"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3219c4fa4234ce48a596e1a59fdd268", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/b3b51e255d1e45b88c6da3a68cdb9096"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3b51e255d1e45b88c6da3a68cdb9096", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/d3e1d34a8e4049a6b46b03e2f2f98f55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3e1d34a8e4049a6b46b03e2f2f98f55", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/f501b6fd0a644232b712a18c71145436"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f501b6fd0a644232b712a18c71145436", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/fcc9389cbd2d4e1e955095e15e39bf07"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fcc9389cbd2d4e1e955095e15e39bf07", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 05:29:29,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-684ebc5e-9cb3-48f5-b79c-c9246808d091 2018-07-15 05:29:29,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121381044388s 2018-07-15 05:29:29,885 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-684ebc5e-9cb3-48f5-b79c-c9246808d091 2018-07-15 05:29:29,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 05:29:29,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:29:30,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fd9dd6a-958c-413f-9295-3de67853398b Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/fef18fac968b4e41829891ac01ae670e"}, "tags": [], "enabled": true, "id": "fef18fac968b4e41829891ac01ae670e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.25:5000/v3/projects/08b632e86b51495c96e56384d3128f2a"}, "tags": [], "enabled": true, "id": "08b632e86b51495c96e56384d3128f2a", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6"}, "tags": [], "enabled": true, "id": "015b6efde4b14340b597d5c867c208e6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-15 05:29:30,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-4fd9dd6a-958c-413f-9295-3de67853398b 2018-07-15 05:29:30,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.108361005783s 2018-07-15 05:29:30,005 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-4fd9dd6a-958c-413f-9295-3de67853398b 2018-07-15 05:29:30,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 05:29:30,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=379a3122051747acbf354af31ad0896c&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=08b632e86b51495c96e56384d3128f2a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:29:30,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d79599f2-132f-4262-959c-db824d32c925 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=379a3122051747acbf354af31ad0896c&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=08b632e86b51495c96e56384d3128f2a", "previous": null, "next": null}} 2018-07-15 05:29:30,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=379a3122051747acbf354af31ad0896c&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=08b632e86b51495c96e56384d3128f2a used request id req-d79599f2-132f-4262-959c-db824d32c925 2018-07-15 05:29:30,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103096008301s 2018-07-15 05:29:30,117 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=379a3122051747acbf354af31ad0896c&role.id=342d844a34e0406684703e0c0b7f9abb&scope.project.id=08b632e86b51495c96e56384d3128f2a used request id req-d79599f2-132f-4262-959c-db824d32c925 2018-07-15 05:29:30,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 05:29:30,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/08b632e86b51495c96e56384d3128f2a/users/379a3122051747acbf354af31ad0896c/roles/342d844a34e0406684703e0c0b7f9abb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:29:30,327 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:29:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4490515c-aaaf-404e-8ae6-68fcee3fb1a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:29:30,328 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/08b632e86b51495c96e56384d3128f2a/users/379a3122051747acbf354af31ad0896c/roles/342d844a34e0406684703e0c0b7f9abb used request id req-4490515c-aaaf-404e-8ae6-68fcee3fb1a5 2018-07-15 05:29:30,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.207628011703s 2018-07-15 05:29:30,328 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/08b632e86b51495c96e56384d3128f2a/users/379a3122051747acbf354af31ad0896c/roles/342d844a34e0406684703e0c0b7f9abb used request id req-4490515c-aaaf-404e-8ae6-68fcee3fb1a5 2018-07-15 05:29:30,329 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', 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'08b632e86b51495c96e56384d3128f2a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'a934efc0-bb8f-4443-95cb-0ec07870fe11', 'username': u'cinder_test-user_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-15 05:29:30,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:29:30,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:29:30,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:29:30,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:29:30,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:29:30,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:29:30,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:29:30,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:29:30,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:29:30,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:29:30,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:29:30,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:29:30,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:29:30,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:29:30,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:29:30,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:29:30,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:29:30,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:29:30,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:29:30,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:29:30,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:29:30,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:29:30,334 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', 'password': 'a934efc0-bb8f-4443-95cb-0ec07870fe11', 'project_name': 'cinder_test-project_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '08b632e86b51495c96e56384d3128f2a', 'project_domain_name': 'Default'} 2018-07-15 05:29:30,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:29:30,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e263f8a-6930-46ac-9b9a-d7a18b8797fe 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:29:30,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-3e263f8a-6930-46ac-9b9a-d7a18b8797fe 2018-07-15 05:29:30,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:29:30,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}], "expires_at": "2018-07-15T06:29:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08b632e86b51495c96e56384d3128f2a", "name": "cinder_test-project_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/08b632e86b51495c96e56384d3128f2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/08b632e86b51495c96e56384d3128f2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/08b632e86b51495c96e56384d3128f2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_08b632e86b51495c96e56384d3128f2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_08b632e86b51495c96e56384d3128f2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/08b632e86b51495c96e56384d3128f2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/08b632e86b51495c96e56384d3128f2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/08b632e86b51495c96e56384d3128f2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/08b632e86b51495c96e56384d3128f2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/08b632e86b51495c96e56384d3128f2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/08b632e86b51495c96e56384d3128f2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/08b632e86b51495c96e56384d3128f2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/08b632e86b51495c96e56384d3128f2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "id": "379a3122051747acbf354af31ad0896c"}, "audit_ids": ["vvNaqYylTHmhcZxMmggOKA"], "issued_at": "2018-07-15T05:29:30.000000Z"}} 2018-07-15 05:29:30,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 05:29:30,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"network": {"name": "cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "admin_state_up": true}}' 2018-07-15 05:29:31,384 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-5829dd3a-d540-4468-b69d-2871b2199919 Date: Sun, 15 Jul 2018 05:29:31 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:29:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-15T05:29:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"08b632e86b51495c96e56384d3128f2a","id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","name":"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}} 2018-07-15 05:29:31,384 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-5829dd3a-d540-4468-b69d-2871b2199919 2018-07-15 05:29:31,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.641476869583s 2018-07-15 05:29:31,385 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-5829dd3a-d540-4468-b69d-2871b2199919 2018-07-15 05:29:31,385 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:29:31Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'94c700f4-a09d-4bb6-ab7d-0d53b06ced4a', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', u'admin_state_up': True, u'tenant_id': u'08b632e86b51495c96e56384d3128f2a', u'created_at': u'2018-07-15T05:29:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'08b632e86b51495c96e56384d3128f2a'}) 2018-07-15 05:29:31,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:29:31,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:31,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-d8c73d69-1ecb-4352-8cf8-f7ced0212531 Date: Sun, 15 Jul 2018 05:29:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T05:29:31Z","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:29:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"08b632e86b51495c96e56384d3128f2a","id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","name":"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}]} 2018-07-15 05:29:31,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d8c73d69-1ecb-4352-8cf8-f7ced0212531 2018-07-15 05:29:31,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.321609973907s 2018-07-15 05:29:31,708 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d8c73d69-1ecb-4352-8cf8-f7ced0212531 2018-07-15 05:29:31,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 05:29:31,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"subnet": {"name": "cinder_test-subnet_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "enable_dhcp": true, "network_id": "94c700f4-a09d-4bb6-ab7d-0d53b06ced4a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 05:29:32,528 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-4ad2a33b-e102-4d4b-be90-a7340e29429d Date: Sun, 15 Jul 2018 05:29:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:29:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:29:32Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"08b632e86b51495c96e56384d3128f2a","id":"81ccc5b4-01cc-4b0d-823b-e186069161c6","subnetpool_id":null,"name":"cinder_test-subnet_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}} 2018-07-15 05:29:32,528 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-4ad2a33b-e102-4d4b-be90-a7340e29429d 2018-07-15 05:29:32,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.818695068359s 2018-07-15 05:29:32,529 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-4ad2a33b-e102-4d4b-be90-a7340e29429d 2018-07-15 05:29:32,529 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T05:29:32Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'81ccc5b4-01cc-4b0d-823b-e186069161c6', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', u'enable_dhcp': True, u'network_id': u'94c700f4-a09d-4bb6-ab7d-0d53b06ced4a', u'tenant_id': u'08b632e86b51495c96e56384d3128f2a', u'created_at': u'2018-07-15T05:29:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'08b632e86b51495c96e56384d3128f2a'}) 2018-07-15 05:29:32,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 05:29:32,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"router": {"external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1"}, "name": "cinder_test-router_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "admin_state_up": true}}' 2018-07-15 05:29:34,058 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-d39b25c6-0f21-4b06-bd87-a41ea08d3570 Date: Sun, 15 Jul 2018 05:29:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "08b632e86b51495c96e56384d3128f2a", "created_at": "2018-07-15T05:29:32Z", "admin_state_up": true, "updated_at": "2018-07-15T05:29:33Z", "revision_number": 2, "routes": [], "project_id": "08b632e86b51495c96e56384d3128f2a", "id": "3a5e38b5-521c-4843-823b-be1ed262db7a", "name": "cinder_test-router_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}} 2018-07-15 05:29:34,058 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-d39b25c6-0f21-4b06-bd87-a41ea08d3570 2018-07-15 05:29:34,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.52858400345s 2018-07-15 05:29:34,059 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-d39b25c6-0f21-4b06-bd87-a41ea08d3570 2018-07-15 05:29:34,059 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'9f33378f-37e6-43b3-b0c2-4e18f83f5694', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'08b632e86b51495c96e56384d3128f2a', u'created_at': u'2018-07-15T05:29:32Z', u'admin_state_up': True, u'updated_at': u'2018-07-15T05:29:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'08b632e86b51495c96e56384d3128f2a', u'id': u'3a5e38b5-521c-4843-823b-be1ed262db7a', u'name': u'cinder_test-router_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64'}) 2018-07-15 05:29:34,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 05:29:34,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/3a5e38b5-521c-4843-823b-be1ed262db7a/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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"subnet_id": "81ccc5b4-01cc-4b0d-823b-e186069161c6"}' 2018-07-15 05:29:36,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1c0cebcb-ba1f-47c7-8ea2-6a3ad800f834 Date: Sun, 15 Jul 2018 05:29:36 GMT RESP BODY: {"network_id": "94c700f4-a09d-4bb6-ab7d-0d53b06ced4a", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "subnet_id": "81ccc5b4-01cc-4b0d-823b-e186069161c6", "subnet_ids": ["81ccc5b4-01cc-4b0d-823b-e186069161c6"], "port_id": "e9888267-b181-4a8e-9442-187ea5aa615b", "id": "3a5e38b5-521c-4843-823b-be1ed262db7a"} 2018-07-15 05:29:36,330 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/3a5e38b5-521c-4843-823b-be1ed262db7a/add_router_interface.json used request id req-1c0cebcb-ba1f-47c7-8ea2-6a3ad800f834 2018-07-15 05:29:36,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.27060699463s 2018-07-15 05:29:36,331 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/3a5e38b5-521c-4843-823b-be1ed262db7a/add_router_interface.json used request id req-1c0cebcb-ba1f-47c7-8ea2-6a3ad800f834 returning object 3a5e38b5-521c-4843-823b-be1ed262db7a 2018-07-15 05:29:36,331 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 05:29:36,458 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 05:29:36,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:29:36,464 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 05:29:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-07-15 05:29:36,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:29:36,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:36,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7d6f5c75-adc6-4fc9-a83e-82b7f37544aa Date: Sun, 15 Jul 2018 05:29:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:29:36,695 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-7d6f5c75-adc6-4fc9-a83e-82b7f37544aa 2018-07-15 05:29:36,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.224551916122s 2018-07-15 05:29:36,696 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-7d6f5c75-adc6-4fc9-a83e-82b7f37544aa 2018-07-15 05:29:36,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 05:29:36,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}' 2018-07-15 05:29:36,971 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 874 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3b98b8b1-4d3a-45e8-8d21-6ef8c27a0174 Date: Sun, 15 Jul 2018 05:29:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76/file", "owner": "08b632e86b51495c96e56384d3128f2a", "id": "a2262834-485e-4fca-af5c-4165b98cfc76", "size": null, "self": "/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:29:36Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "checksum": null, "created_at": "2018-07-15T05:29:36Z", "protected": false} 2018-07-15 05:29:36,972 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-3b98b8b1-4d3a-45e8-8d21-6ef8c27a0174 2018-07-15 05:29:36,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.268913030624s 2018-07-15 05:29:36,972 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-3b98b8b1-4d3a-45e8-8d21-6ef8c27a0174 returning object a2262834-485e-4fca-af5c-4165b98cfc76 2018-07-15 05:29:36,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 05:29:36,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76/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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '' 2018-07-15 05:29:37,705 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4bc056d2-e7d9-465e-8805-bb049dd8fc2d Date: Sun, 15 Jul 2018 05:29: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-15 05:29:37,705 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76/file used request id req-4bc056d2-e7d9-465e-8805-bb049dd8fc2d 2018-07-15 05:29:37,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.732336044312s 2018-07-15 05:29:37,706 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76/file used request id req-4bc056d2-e7d9-465e-8805-bb049dd8fc2d 2018-07-15 05:29:37,706 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cinder_test-img_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T05:29:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76/file', u'owner': u'08b632e86b51495c96e56384d3128f2a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'a2262834-485e-4fca-af5c-4165b98cfc76', u'size': None, u'name': u'cinder_test-img_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', u'checksum': None, u'self': u'/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T05:29:36Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 05:29:37,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 05:29:37,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 05:29:37,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-2aaeefb7-00c9-42ee-9729-ff71661e9496 x-compute-request-id: req-2aaeefb7-00c9-42ee-9729-ff71661e9496 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "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": "5f457a77-1915-4789-9639-888e9025d315"}} 2018-07-15 05:29:37,960 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2aaeefb7-00c9-42ee-9729-ff71661e9496 2018-07-15 05:29:37,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.252930164337s 2018-07-15 05:29:37,960 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2aaeefb7-00c9-42ee-9729-ff71661e9496 2018-07-15 05:29:37,961 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', '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'fef18fac968b4e41829891ac01ae670e', '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'5f457a77-1915-4789-9639-888e9025d315', 'swap': 0}) 2018-07-15 05:29:37,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 05:29:37,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/5f457a77-1915-4789-9639-888e9025d315/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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" -d '{"extra_specs": {}}' 2018-07-15 05:29:37,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-31084c4b-763f-41ef-a178-392c3bbc691d x-compute-request-id: req-31084c4b-763f-41ef-a178-392c3bbc691d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 05:29:37,988 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/5f457a77-1915-4789-9639-888e9025d315/os-extra_specs used request id req-31084c4b-763f-41ef-a178-392c3bbc691d 2018-07-15 05:29:37,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0262360572815s 2018-07-15 05:29:37,988 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/5f457a77-1915-4789-9639-888e9025d315/os-extra_specs used request id req-31084c4b-763f-41ef-a178-392c3bbc691d 2018-07-15 05:29:37,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-15 05:29:37,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"keypair": {"name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}}' 2018-07-15 05:29:38,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-0738db0a-2866-4200-ab7f-8d998b91692d x-compute-request-id: req-0738db0a-2866-4200-ab7f-8d998b91692d Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXUnSur0z3NAetRCxJSW2E+DAwnEnB/zo0w528pZkKPmxn2lZ9kjiGQTQ8En8yXFDt2ZWlCR++l7dvd77UZNfOk0R+ClizuVN2vAXltN+Jeq8aBxL1g8Z076dXgyMWdN+nPifOLF52jgvykCiISQ0Bu1igxN+U3PFJY7+X/eB77FBL5WSP+XCyVZRFiNo6RJGkmfASYq5x/YqLHr69yUIB1w05FE1sBoG3m3lkMr0NUNytCAwBYQMjeXWEbGHz1a4JFJ3yWHIUdMFcD7pFYAiExVrN3Dzh+K0wbGnHu6HpY3Kg+0ogOZeJaUbtCP8D32kC8qnTIrUkw6f+b5XpNuFr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA11J0rq9M9zQHrUQsSUlthPgwMJxJwf86NMOdvKWZCj5sZ9pW\nfZI4hkE0PBJ/MlxQ7dmVpQkfvpe3b3e+1GTXzpNEfgpYs7lTdrwF5bTfiXqvGgcS\n9YPGdO+nV4MjFnTfpz4nzixedo4L8pAoiEkNAbtYoMTflNzxSWO/l/3ge+xQS+Vk\nj/lwslWURYjaOkSRpJnwEmKucf2Kix6+vclCAdcNORRNbAaBt5t5ZDK9DVDcrQgM\nAWEDI3l1hGxh89WuCRSd8lhyFHTBXA+6RWAIhMVazdw84fitMGxpx7uh6WNyoPtK\nIDmXiWlG7Qj/A99pAvKp0yK1JMOn/m+V6TbhawIDAQABAoIBAAOqp8oBujHLdQYC\nTy7ATVkiUM/DGY5wJjGX0yvPNhfykC4Ejcx9nPDMU3NibUASSl6CggXZbez08G65\nf0pmnTYrU9NBodkNoto2wXLz7YqNyEWNMUl1AQAkxJi85vAO9XAHou3j24fxS0rK\nIaaQd+Q7qHq0X4pNaN5zEGQqMpRpncNUtZHfnfhrqYXukb0JyJc2zePwjIsxyjeU\nollj0Df4YrcYOsLbRYILdagw795kBduXmkqYQ1pB9SU2D/g0y61ivPpvUCI66fMY\nmK9w2ZrGb/qqLVQi27o4qj7LyKub5IGUSpX3A9FnRaA1BZpnppdr3gsxcjM54vne\ngXL5bMECgYEA9aOosvGpuXy7aBK8jAKycl+Bi8COtCmd4CZX28N9fMucHeCwmVBK\nPVEjhQChqW1xjTY36de41ypvQJ75mmieyGjG46pISLbPUqGH2Wx8kFDUNtYNi2F9\nIkELUcpXHoN6QCtlzjtELae7uK3uEzIOlUVXweo9y4d8/HCCN31zMmkCgYEA4Gdw\nyczVtzNkghVqM7KiQ75aM/oZmf9Z1h9OPkUKQSHnvP+gwSnzPMIAvWpP6n0HoExF\nJj8Xqu+QTsdZvAM9WL0cjfgrGWnLAumo9fFPgIwEse/45xuB/zfG1gyGleN85fbG\n/paZP5Pk1QSw/HebYUIWcNeT2PGsA7JKMvS9UrMCgYEA4RmF6d3ttA4qyveIkyGR\nl6AP3hqqa01L4PIiR0DBSVBpEzQpgYWDUud9DlAC1Xl2uno6CO/n8j1v0B8fCzHe\neDcUM+OC9Ceam9Vs4YE6MSHxJwNHTDgdbPuAPQaYiVzg9dcPJ0tGcjQoode5uRuB\nI6d1AT4APPg/QDJ2EhXDMCkCgYA2i640vx9rqohRvlbUPiWHBevzGmXCsvjpPS7N\noAaAEne7zv8KNOI08Isxf3fxbXa/Fgrw4wEjwZt4Kqi7NKZivYUFVT9UrAx2psk1\nDvTeMCqr/cKoml0c5jfkq6LDKEqhszxngb+6Xn6O8Nb8Zy5Tk7bUsvHzF7tSIrI6\ndJbYVQKBgAErQBlBkkZVjLFjKI5DLBOkHlJAPW9qVMuxg0wuEcng6qdSOhNThohS\nQ1TG6HOp2eiVLY6ZvqY/Ph8eVEdvErLfYnO2oHC/1myTI5h5A+3ifN73j/J0vf5S\nZRXBgisdfuvOtNXQViCuOWIMrX2oZ63Ay3w1O7+nUYT8pvgA/A7v\n-----END RSA PRIVATE KEY-----\n", "user_id": "379a3122051747acbf354af31ad0896c", "name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "fingerprint": "ac:8b:a5:5e:17:0f:2c:14:17:96:4d:cf:bd:f1:3e:3e"}} 2018-07-15 05:29:38,514 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-0738db0a-2866-4200-ab7f-8d998b91692d 2018-07-15 05:29:38,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.525683164597s 2018-07-15 05:29:38,515 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-0738db0a-2866-4200-ab7f-8d998b91692d 2018-07-15 05:29:38,515 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXUnSur0z3NAetRCxJSW2E+DAwnEnB/zo0w528pZkKPmxn2lZ9kjiGQTQ8En8yXFDt2ZWlCR++l7dvd77UZNfOk0R+ClizuVN2vAXltN+Jeq8aBxL1g8Z076dXgyMWdN+nPifOLF52jgvykCiISQ0Bu1igxN+U3PFJY7+X/eB77FBL5WSP+XCyVZRFiNo6RJGkmfASYq5x/YqLHr69yUIB1w05FE1sBoG3m3lkMr0NUNytCAwBYQMjeXWEbGHz1a4JFJ3yWHIUdMFcD7pFYAiExVrN3Dzh+K0wbGnHu6HpY3Kg+0ogOZeJaUbtCP8D32kC8qnTIrUkw6f+b5XpNuFr Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA11J0rq9M9zQHrUQsSUlthPgwMJxJwf86NMOdvKWZCj5sZ9pW\nfZI4hkE0PBJ/MlxQ7dmVpQkfvpe3b3e+1GTXzpNEfgpYs7lTdrwF5bTfiXqvGgcS\n9YPGdO+nV4MjFnTfpz4nzixedo4L8pAoiEkNAbtYoMTflNzxSWO/l/3ge+xQS+Vk\nj/lwslWURYjaOkSRpJnwEmKucf2Kix6+vclCAdcNORRNbAaBt5t5ZDK9DVDcrQgM\nAWEDI3l1hGxh89WuCRSd8lhyFHTBXA+6RWAIhMVazdw84fitMGxpx7uh6WNyoPtK\nIDmXiWlG7Qj/A99pAvKp0yK1JMOn/m+V6TbhawIDAQABAoIBAAOqp8oBujHLdQYC\nTy7ATVkiUM/DGY5wJjGX0yvPNhfykC4Ejcx9nPDMU3NibUASSl6CggXZbez08G65\nf0pmnTYrU9NBodkNoto2wXLz7YqNyEWNMUl1AQAkxJi85vAO9XAHou3j24fxS0rK\nIaaQd+Q7qHq0X4pNaN5zEGQqMpRpncNUtZHfnfhrqYXukb0JyJc2zePwjIsxyjeU\nollj0Df4YrcYOsLbRYILdagw795kBduXmkqYQ1pB9SU2D/g0y61ivPpvUCI66fMY\nmK9w2ZrGb/qqLVQi27o4qj7LyKub5IGUSpX3A9FnRaA1BZpnppdr3gsxcjM54vne\ngXL5bMECgYEA9aOosvGpuXy7aBK8jAKycl+Bi8COtCmd4CZX28N9fMucHeCwmVBK\nPVEjhQChqW1xjTY36de41ypvQJ75mmieyGjG46pISLbPUqGH2Wx8kFDUNtYNi2F9\nIkELUcpXHoN6QCtlzjtELae7uK3uEzIOlUVXweo9y4d8/HCCN31zMmkCgYEA4Gdw\nyczVtzNkghVqM7KiQ75aM/oZmf9Z1h9OPkUKQSHnvP+gwSnzPMIAvWpP6n0HoExF\nJj8Xqu+QTsdZvAM9WL0cjfgrGWnLAumo9fFPgIwEse/45xuB/zfG1gyGleN85fbG\n/paZP5Pk1QSw/HebYUIWcNeT2PGsA7JKMvS9UrMCgYEA4RmF6d3ttA4qyveIkyGR\nl6AP3hqqa01L4PIiR0DBSVBpEzQpgYWDUud9DlAC1Xl2uno6CO/n8j1v0B8fCzHe\neDcUM+OC9Ceam9Vs4YE6MSHxJwNHTDgdbPuAPQaYiVzg9dcPJ0tGcjQoode5uRuB\nI6d1AT4APPg/QDJ2EhXDMCkCgYA2i640vx9rqohRvlbUPiWHBevzGmXCsvjpPS7N\noAaAEne7zv8KNOI08Isxf3fxbXa/Fgrw4wEjwZt4Kqi7NKZivYUFVT9UrAx2psk1\nDvTeMCqr/cKoml0c5jfkq6LDKEqhszxngb+6Xn6O8Nb8Zy5Tk7bUsvHzF7tSIrI6\ndJbYVQKBgAErQBlBkkZVjLFjKI5DLBOkHlJAPW9qVMuxg0wuEcng6qdSOhNThohS\nQ1TG6HOp2eiVLY6ZvqY/Ph8eVEdvErLfYnO2oHC/1myTI5h5A+3ifN73j/J0vf5S\nZRXBgisdfuvOtNXQViCuOWIMrX2oZ63Ay3w1O7+nUYT8pvgA/A7v\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'379a3122051747acbf354af31ad0896c', 'name': u'cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', 'created_at': '2018-07-15T05:29:38.515842', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'08b632e86b51495c96e56384d3128f2a', 'name': 'cinder_test-project_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ac:8b:a5:5e:17:0f:2c:14:17:96:4d:cf:bd:f1:3e:3e', 'type': 'ssh', 'id': u'cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64'}) 2018-07-15 05:29:38,516 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA11J0rq9M9zQHrUQsSUlthPgwMJxJwf86NMOdvKWZCj5sZ9pW fZI4hkE0PBJ/MlxQ7dmVpQkfvpe3b3e+1GTXzpNEfgpYs7lTdrwF5bTfiXqvGgcS 9YPGdO+nV4MjFnTfpz4nzixedo4L8pAoiEkNAbtYoMTflNzxSWO/l/3ge+xQS+Vk j/lwslWURYjaOkSRpJnwEmKucf2Kix6+vclCAdcNORRNbAaBt5t5ZDK9DVDcrQgM AWEDI3l1hGxh89WuCRSd8lhyFHTBXA+6RWAIhMVazdw84fitMGxpx7uh6WNyoPtK IDmXiWlG7Qj/A99pAvKp0yK1JMOn/m+V6TbhawIDAQABAoIBAAOqp8oBujHLdQYC Ty7ATVkiUM/DGY5wJjGX0yvPNhfykC4Ejcx9nPDMU3NibUASSl6CggXZbez08G65 f0pmnTYrU9NBodkNoto2wXLz7YqNyEWNMUl1AQAkxJi85vAO9XAHou3j24fxS0rK IaaQd+Q7qHq0X4pNaN5zEGQqMpRpncNUtZHfnfhrqYXukb0JyJc2zePwjIsxyjeU ollj0Df4YrcYOsLbRYILdagw795kBduXmkqYQ1pB9SU2D/g0y61ivPpvUCI66fMY mK9w2ZrGb/qqLVQi27o4qj7LyKub5IGUSpX3A9FnRaA1BZpnppdr3gsxcjM54vne gXL5bMECgYEA9aOosvGpuXy7aBK8jAKycl+Bi8COtCmd4CZX28N9fMucHeCwmVBK PVEjhQChqW1xjTY36de41ypvQJ75mmieyGjG46pISLbPUqGH2Wx8kFDUNtYNi2F9 IkELUcpXHoN6QCtlzjtELae7uK3uEzIOlUVXweo9y4d8/HCCN31zMmkCgYEA4Gdw yczVtzNkghVqM7KiQ75aM/oZmf9Z1h9OPkUKQSHnvP+gwSnzPMIAvWpP6n0HoExF Jj8Xqu+QTsdZvAM9WL0cjfgrGWnLAumo9fFPgIwEse/45xuB/zfG1gyGleN85fbG /paZP5Pk1QSw/HebYUIWcNeT2PGsA7JKMvS9UrMCgYEA4RmF6d3ttA4qyveIkyGR l6AP3hqqa01L4PIiR0DBSVBpEzQpgYWDUud9DlAC1Xl2uno6CO/n8j1v0B8fCzHe eDcUM+OC9Ceam9Vs4YE6MSHxJwNHTDgdbPuAPQaYiVzg9dcPJ0tGcjQoode5uRuB I6d1AT4APPg/QDJ2EhXDMCkCgYA2i640vx9rqohRvlbUPiWHBevzGmXCsvjpPS7N oAaAEne7zv8KNOI08Isxf3fxbXa/Fgrw4wEjwZt4Kqi7NKZivYUFVT9UrAx2psk1 DvTeMCqr/cKoml0c5jfkq6LDKEqhszxngb+6Xn6O8Nb8Zy5Tk7bUsvHzF7tSIrI6 dJbYVQKBgAErQBlBkkZVjLFjKI5DLBOkHlJAPW9qVMuxg0wuEcng6qdSOhNThohS Q1TG6HOp2eiVLY6ZvqY/Ph8eVEdvErLfYnO2oHC/1myTI5h5A+3ifN73j/J0vf5S ZRXBgisdfuvOtNXQViCuOWIMrX2oZ63Ay3w1O7+nUYT8pvgA/A7v -----END RSA PRIVATE KEY----- 2018-07-15 05:29:38,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-15 05:29:38,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"security_group": {"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-07-15 05:29:38,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-6fda56fa-db5b-4ead-8b4c-693065a80010 Date: Sun, 15 Jul 2018 05:29:38 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "08b632e86b51495c96e56384d3128f2a", "created_at": "2018-07-15T05:29:38Z", "updated_at": "2018-07-15T05:29:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:38Z", "revision_number": 0, "id": "a43f6704-b208-4bfb-9243-612be2c18a88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:38Z", "security_group_id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv6", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:38Z", "revision_number": 0, "id": "d5d43016-6a42-4bfb-ab4c-f797f3da8e1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:38Z", "security_group_id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv4", "project_id": "08b632e86b51495c96e56384d3128f2a"}], "revision_number": 1, "project_id": "08b632e86b51495c96e56384d3128f2a", "id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}} 2018-07-15 05:29:38,908 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-6fda56fa-db5b-4ead-8b4c-693065a80010 2018-07-15 05:29:38,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.389127016068s 2018-07-15 05:29:38,909 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-6fda56fa-db5b-4ead-8b4c-693065a80010 2018-07-15 05:29:38,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 05:29:38,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:39,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-5e7c8894-a10f-4005-922a-88ce4cb2b66f Date: Sun, 15 Jul 2018 05:29:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "08b632e86b51495c96e56384d3128f2a", "created_at": "2018-07-15T05:29:31Z", "updated_at": "2018-07-15T05:29:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:31Z", "revision_number": 0, "id": "10a8bdda-cd0f-4f44-929b-4b56c4028f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:31Z", "security_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv4", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:31Z", "revision_number": 0, "id": "1bf0d417-d5d2-4ae9-99d6-bb721ed579fd", "remote_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:31Z", "security_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv4", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:31Z", "revision_number": 0, "id": "9c18d6c1-79f4-47e1-a326-8971dd22afa8", "remote_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:31Z", "security_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv6", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:31Z", "revision_number": 0, "id": "b4022519-cdca-42cb-bd77-8f65cd46b9b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:31Z", "security_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv6", "project_id": "08b632e86b51495c96e56384d3128f2a"}], "revision_number": 1, "project_id": "08b632e86b51495c96e56384d3128f2a", "id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "08b632e86b51495c96e56384d3128f2a", "created_at": "2018-07-15T05:29:38Z", "updated_at": "2018-07-15T05:29:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:38Z", "revision_number": 0, "id": "a43f6704-b208-4bfb-9243-612be2c18a88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:38Z", "security_group_id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv6", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:38Z", "revision_number": 0, "id": "d5d43016-6a42-4bfb-ab4c-f797f3da8e1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:38Z", "security_group_id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv4", "project_id": "08b632e86b51495c96e56384d3128f2a"}], "revision_number": 1, "project_id": "08b632e86b51495c96e56384d3128f2a", "id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}]} 2018-07-15 05:29:39,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-5e7c8894-a10f-4005-922a-88ce4cb2b66f 2018-07-15 05:29:39,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.263972997665s 2018-07-15 05:29:39,177 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-5e7c8894-a10f-4005-922a-88ce4cb2b66f 2018-07-15 05:29:39,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 05:29:39,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -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": "ed856f67-b43f-4874-9f52-c5e5a95212d5"}}' 2018-07-15 05:29:39,562 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-950c5a08-7d14-4c7f-90a7-6b8c47b483c6 Date: Sun, 15 Jul 2018 05:29:39 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-15T05:29:39Z", "security_group_id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "port_range_min": 22, "revision_number": 0, "tenant_id": "08b632e86b51495c96e56384d3128f2a", "created_at": "2018-07-15T05:29:39Z", "project_id": "08b632e86b51495c96e56384d3128f2a", "id": "bda1b358-e5f6-45ee-902d-381de018006c"}} 2018-07-15 05:29:39,563 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-950c5a08-7d14-4c7f-90a7-6b8c47b483c6 2018-07-15 05:29:39,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.381582975388s 2018-07-15 05:29:39,563 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-950c5a08-7d14-4c7f-90a7-6b8c47b483c6 2018-07-15 05:29:39,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 05:29:39,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:39,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-bf9bb51f-e33e-44a8-8117-1e2419b3de0f Date: Sun, 15 Jul 2018 05:29:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "08b632e86b51495c96e56384d3128f2a", "created_at": "2018-07-15T05:29:31Z", "updated_at": "2018-07-15T05:29:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:31Z", "revision_number": 0, "id": "10a8bdda-cd0f-4f44-929b-4b56c4028f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:31Z", "security_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv4", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:31Z", "revision_number": 0, "id": "1bf0d417-d5d2-4ae9-99d6-bb721ed579fd", "remote_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:31Z", "security_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv4", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:31Z", "revision_number": 0, "id": "9c18d6c1-79f4-47e1-a326-8971dd22afa8", "remote_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:31Z", "security_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv6", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:31Z", "revision_number": 0, "id": "b4022519-cdca-42cb-bd77-8f65cd46b9b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:31Z", "security_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv6", "project_id": "08b632e86b51495c96e56384d3128f2a"}], "revision_number": 1, "project_id": "08b632e86b51495c96e56384d3128f2a", "id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "08b632e86b51495c96e56384d3128f2a", "created_at": "2018-07-15T05:29:38Z", "updated_at": "2018-07-15T05:29:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:38Z", "revision_number": 0, "id": "a43f6704-b208-4bfb-9243-612be2c18a88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:38Z", "security_group_id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv6", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T05:29:39Z", "revision_number": 0, "id": "bda1b358-e5f6-45ee-902d-381de018006c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:39Z", "security_group_id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:38Z", "revision_number": 0, "id": "d5d43016-6a42-4bfb-ab4c-f797f3da8e1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:38Z", "security_group_id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv4", "project_id": "08b632e86b51495c96e56384d3128f2a"}], "revision_number": 2, "project_id": "08b632e86b51495c96e56384d3128f2a", "id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}]} 2018-07-15 05:29:39,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-bf9bb51f-e33e-44a8-8117-1e2419b3de0f 2018-07-15 05:29:39,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.382060050964s 2018-07-15 05:29:39,949 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-bf9bb51f-e33e-44a8-8117-1e2419b3de0f 2018-07-15 05:29:39,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 05:29:39,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -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": "ed856f67-b43f-4874-9f52-c5e5a95212d5"}}' 2018-07-15 05:29:40,130 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-4cb44629-c941-411a-9d43-480931a1f966 Date: Sun, 15 Jul 2018 05:29:40 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-15T05:29:40Z", "security_group_id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "port_range_min": null, "revision_number": 0, "tenant_id": "08b632e86b51495c96e56384d3128f2a", "created_at": "2018-07-15T05:29:40Z", "project_id": "08b632e86b51495c96e56384d3128f2a", "id": "c2474176-11d6-4d92-bd51-945be3014bfc"}} 2018-07-15 05:29:40,130 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-4cb44629-c941-411a-9d43-480931a1f966 2018-07-15 05:29:40,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.177461862564s 2018-07-15 05:29:40,130 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-4cb44629-c941-411a-9d43-480931a1f966 2018-07-15 05:29:40,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:29:40,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:40,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-bdac5428-78fe-40c9-b6fb-6b2bf9892485 Date: Sun, 15 Jul 2018 05:29:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["81ccc5b4-01cc-4b0d-823b-e186069161c6"],"updated_at":"2018-07-15T05:29:32Z","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:29:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"08b632e86b51495c96e56384d3128f2a","id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","name":"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}]} 2018-07-15 05:29:40,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-bdac5428-78fe-40c9-b6fb-6b2bf9892485 2018-07-15 05:29:40,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.321307897568s 2018-07-15 05:29:40,453 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-bdac5428-78fe-40c9-b6fb-6b2bf9892485 2018-07-15 05:29:40,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:29:40,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:41,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-6dccb6f9-6450-4916-9456-d4a633abbcd7 Date: Sun, 15 Jul 2018 05:29:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/a2262834-485e-4fca-af5c-4165b98cfc76/snap", "metadata": {}}], "file": "/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76/file", "owner": "08b632e86b51495c96e56384d3128f2a", "id": "a2262834-485e-4fca-af5c-4165b98cfc76", "size": 12716032, "self": "/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/a2262834-485e-4fca-af5c-4165b98cfc76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:29:37Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:29:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:29:41,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-6dccb6f9-6450-4916-9456-d4a633abbcd7 2018-07-15 05:29:41,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.710842132568s 2018-07-15 05:29:41,169 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-6dccb6f9-6450-4916-9456-d4a633abbcd7 2018-07-15 05:29:41,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:29:41,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:41,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-079a323d-bec2-4aa5-8c53-68b0cc80dfa6 x-compute-request-id: req-079a323d-bec2-4aa5-8c53-68b0cc80dfa6 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "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": "5f457a77-1915-4789-9639-888e9025d315"}]} 2018-07-15 05:29:41,198 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-079a323d-bec2-4aa5-8c53-68b0cc80dfa6 2018-07-15 05:29:41,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0263700485229s 2018-07-15 05:29:41,198 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-079a323d-bec2-4aa5-8c53-68b0cc80dfa6 2018-07-15 05:29:41,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 05:29:41,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"server": {"name": "cinder_test-vm2_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "imageRef": "a2262834-485e-4fca-af5c-4165b98cfc76", "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "flavorRef": "5f457a77-1915-4789-9639-888e9025d315", "max_count": 1, "min_count": 1, "networks": [{"uuid": "94c700f4-a09d-4bb6-ab7d-0d53b06ced4a"}], "security_groups": [{"name": "ed856f67-b43f-4874-9f52-c5e5a95212d5"}]}}' 2018-07-15 05:29:43,762 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:29:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bfd0a332-d224-446b-bff2-c3aa26422831 x-compute-request-id: req-bfd0a332-d224-446b-bff2-c3aa26422831 Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ed856f67-b43f-4874-9f52-c5e5a95212d5"}], "OS-DCF:diskConfig": "MANUAL", "id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "bookmark"}], "adminPass": "PNYkZXuNWDY2"}} 2018-07-15 05:29:43,762 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-bfd0a332-d224-446b-bff2-c3aa26422831 2018-07-15 05:29:43,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.56233310699s 2018-07-15 05:29:43,763 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-bfd0a332-d224-446b-bff2-c3aa26422831 2018-07-15 05:29:43,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:43,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:44,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-a50d1c7e-e732-461f-9040-8e0bbde3deab x-compute-request-id: req-a50d1c7e-e732-461f-9040-8e0bbde3deab Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:29:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm2_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:29:43Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:29:44,287 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a50d1c7e-e732-461f-9040-8e0bbde3deab 2018-07-15 05:29:44,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523638010025s 2018-07-15 05:29:44,287 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a50d1c7e-e732-461f-9040-8e0bbde3deab 2018-07-15 05:29:44,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:29:44,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:44,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-d9801137-c9f6-4981-b3a4-a40f8b5fa017 Date: Sun, 15 Jul 2018 05:29:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["81ccc5b4-01cc-4b0d-823b-e186069161c6"],"updated_at":"2018-07-15T05:29:32Z","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:29:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"08b632e86b51495c96e56384d3128f2a","id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","name":"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}]} 2018-07-15 05:29:44,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d9801137-c9f6-4981-b3a4-a40f8b5fa017 2018-07-15 05:29:44,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116531133652s 2018-07-15 05:29:44,412 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d9801137-c9f6-4981-b3a4-a40f8b5fa017 2018-07-15 05:29:44,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:29:44,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:44,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-676d93d8-baf5-487d-af6f-f0bc2da959ae Date: Sun, 15 Jul 2018 05:29:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:29:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:29:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"08b632e86b51495c96e56384d3128f2a","id":"81ccc5b4-01cc-4b0d-823b-e186069161c6","subnetpool_id":null,"name":"cinder_test-subnet_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}]} 2018-07-15 05:29:44,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-676d93d8-baf5-487d-af6f-f0bc2da959ae 2018-07-15 05:29:44,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.226440191269s 2018-07-15 05:29:44,639 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-676d93d8-baf5-487d-af6f-f0bc2da959ae 2018-07-15 05:29:44,640 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:29:46,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:46,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:47,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-2d90542f-a574-4399-bc23-05fb33317fb7 x-compute-request-id: req-2d90542f-a574-4399-bc23-05fb33317fb7 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:29:46Z", "hostId": "9c70473a244918b3d96dc1032b84c176d6cea3c14d44a3e6358eee96", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm2_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:29:43Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:29:47,019 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2d90542f-a574-4399-bc23-05fb33317fb7 2018-07-15 05:29:47,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376596927643s 2018-07-15 05:29:47,020 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2d90542f-a574-4399-bc23-05fb33317fb7 2018-07-15 05:29:47,024 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:29:49,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:49,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:49,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-40f5a2e0-1dc9-47f9-b086-9ae9daa7f979 x-compute-request-id: req-40f5a2e0-1dc9-47f9-b086-9ae9daa7f979 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:29:46Z", "hostId": "9c70473a244918b3d96dc1032b84c176d6cea3c14d44a3e6358eee96", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm2_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:29:43Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:29:49,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-40f5a2e0-1dc9-47f9-b086-9ae9daa7f979 2018-07-15 05:29:49,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.779450178146s 2018-07-15 05:29:49,806 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-40f5a2e0-1dc9-47f9-b086-9ae9daa7f979 2018-07-15 05:29:49,810 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:29:51,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:51,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:52,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-daf5ecb3-6ddf-4af4-9baa-a23de9af69c8 x-compute-request-id: req-daf5ecb3-6ddf-4af4-9baa-a23de9af69c8 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:51.000000", "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:29:51Z", "hostId": "9c70473a244918b3d96dc1032b84c176d6cea3c14d44a3e6358eee96", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm2_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:29:43Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:29:52,381 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-daf5ecb3-6ddf-4af4-9baa-a23de9af69c8 2018-07-15 05:29:52,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568761110306s 2018-07-15 05:29:52,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-daf5ecb3-6ddf-4af4-9baa-a23de9af69c8 2018-07-15 05:29:52,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:29:52,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=85411e54-1277-48d5-8e0f-3e8935b0c469" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:52,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-49d12973-4629-4a42-9185-65133f0a1b2a Date: Sun, 15 Jul 2018 05:29:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:29:47Z","admin_state_up":true,"updated_at":"2018-07-15T05:29:51Z","binding:vnic_type":"normal","device_id":"85411e54-1277-48d5-8e0f-3e8935b0c469","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:20:93:fa","id":"f86bca1e-af85-4449-806d-3e225338c0cf","port_security_enabled":true,"project_id":"08b632e86b51495c96e56384d3128f2a","fixed_ips":[{"subnet_id":"81ccc5b4-01cc-4b0d-823b-e186069161c6","ip_address":"192.168.0.11"}],"extra_dhcp_opts":[],"security_groups":["ed856f67-b43f-4874-9f52-c5e5a95212d5"],"name":""}]} 2018-07-15 05:29:52,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=85411e54-1277-48d5-8e0f-3e8935b0c469 used request id req-49d12973-4629-4a42-9185-65133f0a1b2a 2018-07-15 05:29:52,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.249911785126s 2018-07-15 05:29:52,636 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=85411e54-1277-48d5-8e0f-3e8935b0c469 used request id req-49d12973-4629-4a42-9185-65133f0a1b2a 2018-07-15 05:29:52,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:29:52,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=f86bca1e-af85-4449-806d-3e225338c0cf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:52,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a908286e-42ce-44b5-992d-b82dc6790029 Date: Sun, 15 Jul 2018 05:29:52 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:29:52,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=f86bca1e-af85-4449-806d-3e225338c0cf used request id req-a908286e-42ce-44b5-992d-b82dc6790029 2018-07-15 05:29:52,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.147924184799s 2018-07-15 05:29:52,790 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=f86bca1e-af85-4449-806d-3e225338c0cf used request id req-a908286e-42ce-44b5-992d-b82dc6790029 2018-07-15 05:29:52,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:29:52,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:53,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-6ca66c23-d1e8-46f4-939a-b8ba2bdf20d3 x-compute-request-id: req-6ca66c23-d1e8-46f4-939a-b8ba2bdf20d3 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:51.000000", "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:29:51Z", "hostId": "9c70473a244918b3d96dc1032b84c176d6cea3c14d44a3e6358eee96", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm2_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:29:43Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:29:53,798 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6ca66c23-d1e8-46f4-939a-b8ba2bdf20d3 2018-07-15 05:29:53,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0080139637s 2018-07-15 05:29:53,799 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6ca66c23-d1e8-46f4-939a-b8ba2bdf20d3 2018-07-15 05:29:53,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:29:53,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=85411e54-1277-48d5-8e0f-3e8935b0c469" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:54,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-2f4b0437-9c1c-47f6-8c04-ff7a508bed4e Date: Sun, 15 Jul 2018 05:29:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:29:47Z","admin_state_up":true,"updated_at":"2018-07-15T05:29:51Z","binding:vnic_type":"normal","device_id":"85411e54-1277-48d5-8e0f-3e8935b0c469","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:20:93:fa","id":"f86bca1e-af85-4449-806d-3e225338c0cf","port_security_enabled":true,"project_id":"08b632e86b51495c96e56384d3128f2a","fixed_ips":[{"subnet_id":"81ccc5b4-01cc-4b0d-823b-e186069161c6","ip_address":"192.168.0.11"}],"extra_dhcp_opts":[],"security_groups":["ed856f67-b43f-4874-9f52-c5e5a95212d5"],"name":""}]} 2018-07-15 05:29:54,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=85411e54-1277-48d5-8e0f-3e8935b0c469 used request id req-2f4b0437-9c1c-47f6-8c04-ff7a508bed4e 2018-07-15 05:29:54,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.261683940887s 2018-07-15 05:29:54,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=85411e54-1277-48d5-8e0f-3e8935b0c469 used request id req-2f4b0437-9c1c-47f6-8c04-ff7a508bed4e 2018-07-15 05:29:54,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:29:54,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=f86bca1e-af85-4449-806d-3e225338c0cf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:54,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-20e1e3ec-658f-4141-a5a1-c6aa37e46cd0 Date: Sun, 15 Jul 2018 05:29:54 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:29:54,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=f86bca1e-af85-4449-806d-3e225338c0cf used request id req-20e1e3ec-658f-4141-a5a1-c6aa37e46cd0 2018-07-15 05:29:54,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.237643957138s 2018-07-15 05:29:54,308 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=f86bca1e-af85-4449-806d-3e225338c0cf used request id req-20e1e3ec-658f-4141-a5a1-c6aa37e46cd0 2018-07-15 05:29:54,309 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:20:93:fa', u'version': 4, u'addr': u'192.168.0.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'a2262834-485e-4fca-af5c-4165b98cfc76'}), 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-15T05:29:51.000000', 'flavor': Munch({u'id': u'5f457a77-1915-4789-9639-888e9025d315'}), 'az': u'nova', 'id': u'85411e54-1277-48d5-8e0f-3e8935b0c469', 'security_groups': [Munch({u'name': u'cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'379a3122051747acbf354af31ad0896c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'08b632e86b51495c96e56384d3128f2a', 'name': 'cinder_test-project_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', '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-15T05:29:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T05:29:51Z', 'hostId': u'9c70473a244918b3d96dc1032b84c176d6cea3c14d44a3e6358eee96', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', 'public_v6': '', 'private_v4': u'192.168.0.11', 'cloud': 'envvars', 'host_id': u'9c70473a244918b3d96dc1032b84c176d6cea3c14d44a3e6358eee96', '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-15T05:29:51.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'08b632e86b51495c96e56384d3128f2a', 'name': u'cinder_test-vm2_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', 'adminPass': None, 'tenant_id': u'08b632e86b51495c96e56384d3128f2a', 'created_at': u'2018-07-15T05:29:43Z', 'created': u'2018-07-15T05:29:43Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 05:29:54,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:29:54,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:54,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-21aef0ac-9830-471a-9bdc-3f83f8b4bd35 Date: Sun, 15 Jul 2018 05:29:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["81ccc5b4-01cc-4b0d-823b-e186069161c6"],"updated_at":"2018-07-15T05:29:32Z","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:29:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"08b632e86b51495c96e56384d3128f2a","id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","name":"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}]} 2018-07-15 05:29:54,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-21aef0ac-9830-471a-9bdc-3f83f8b4bd35 2018-07-15 05:29:54,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116227865219s 2018-07-15 05:29:54,429 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-21aef0ac-9830-471a-9bdc-3f83f8b4bd35 2018-07-15 05:29:54,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:29:54,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=85411e54-1277-48d5-8e0f-3e8935b0c469" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:29:54,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-be89a724-acbe-40f6-8788-d4e6ca9a8421 Date: Sun, 15 Jul 2018 05:29:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:29:47Z","admin_state_up":true,"updated_at":"2018-07-15T05:29:51Z","binding:vnic_type":"normal","device_id":"85411e54-1277-48d5-8e0f-3e8935b0c469","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:20:93:fa","id":"f86bca1e-af85-4449-806d-3e225338c0cf","port_security_enabled":true,"project_id":"08b632e86b51495c96e56384d3128f2a","fixed_ips":[{"subnet_id":"81ccc5b4-01cc-4b0d-823b-e186069161c6","ip_address":"192.168.0.11"}],"extra_dhcp_opts":[],"security_groups":["ed856f67-b43f-4874-9f52-c5e5a95212d5"],"name":""}]} 2018-07-15 05:29:54,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=85411e54-1277-48d5-8e0f-3e8935b0c469 used request id req-be89a724-acbe-40f6-8788-d4e6ca9a8421 2018-07-15 05:29:54,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0574910640717s 2018-07-15 05:29:54,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=85411e54-1277-48d5-8e0f-3e8935b0c469 used request id req-be89a724-acbe-40f6-8788-d4e6ca9a8421 2018-07-15 05:29:54,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-15 05:29:54,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"floatingip": {"floating_network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "fixed_ip_address": "192.168.0.11", "port_id": "f86bca1e-af85-4449-806d-3e225338c0cf"}}' 2018-07-15 05:29:56,588 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-d317f8e0-ec58-448f-bba7-bfb3c82aa6c8 Date: Sun, 15 Jul 2018 05:29:56 GMT RESP BODY: {"floatingip": {"router_id": "3a5e38b5-521c-4843-823b-be1ed262db7a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-15T05:29:55Z", "floating_network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "fixed_ip_address": "192.168.0.11", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "f86bca1e-af85-4449-806d-3e225338c0cf", "id": "711b4d0e-c877-473b-9936-0c4b936e4f02", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "created_at": "2018-07-15T05:29:55Z", "project_id": "08b632e86b51495c96e56384d3128f2a"}} 2018-07-15 05:29:56,588 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-d317f8e0-ec58-448f-bba7-bfb3c82aa6c8 2018-07-15 05:29:56,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.10024094582s 2018-07-15 05:29:56,589 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-d317f8e0-ec58-448f-bba7-bfb3c82aa6c8 2018-07-15 05:29:56,592 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'3a5e38b5-521c-4843-823b-be1ed262db7a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'08b632e86b51495c96e56384d3128f2a', 'created_at': u'2018-07-15T05:29:55Z', 'attached': True, 'updated_at': u'2018-07-15T05:29:55Z', 'id': u'711b4d0e-c877-473b-9936-0c4b936e4f02', 'floating_network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', 'fixed_ip_address': u'192.168.0.11', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'08b632e86b51495c96e56384d3128f2a', 'name': 'cinder_test-project_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'3a5e38b5-521c-4843-823b-be1ed262db7a', 'project_id': u'08b632e86b51495c96e56384d3128f2a', 'port_id': u'f86bca1e-af85-4449-806d-3e225338c0cf', 'port': u'f86bca1e-af85-4449-806d-3e225338c0cf', 'network': u'8c572765-2d43-4b88-981e-707a56735cd1'}) 2018-07-15 05:29:56,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 05:29:56,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469/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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 05:29:56,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29: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-af35d7e3-6c3d-415d-804a-d33dbfe86ec5 x-compute-request-id: req-af35d7e3-6c3d-415d-804a-d33dbfe86ec5 Content-Encoding: gzip Content-Length: 9602 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 483137099 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.157529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159476] pid_max: default: 32768 minimum: 301\n[ 0.160549] ACPI: Core revision 20150930\n[ 0.162023] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163508] Security Framework initialized\n[ 0.164472] Yama: becoming mindful.\n[ 0.165341] AppArmor: AppArmor initialized\n[ 0.166339] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167916] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169405] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170817] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172479] Initializing cgroup subsys io\n[ 0.173439] Initializing cgroup subsys memory\n[ 0.174457] Initializing cgroup subsys devices\n[ 0.175476] Initializing cgroup subsys freezer\n[ 0.176511] Initializing cgroup subsys net_cls\n[ 0.177535] Initializing cgroup subsys perf_event\n[ 0.178599] Initializing cgroup subsys net_prio\n[ 0.179641] Initializing cgroup subsys hugetlb\n[ 0.180681] Initializing cgroup subsys pids\n[ 0.181708] CPU: Physical Processor ID: 0\n[ 0.183365] mce: CPU supports 10 MCE banks\n[ 0.184340] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185530] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.202008] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.208355] ftrace: allocating 31920 entries in 125 pages\n[ 0.233539] smpboot: Max logical packages: 1\n[ 0.234563] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236144] x2apic enabled\n[ 0.237060] Switched APIC routing to physical x2apic.\n[ 0.238978] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.240313] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.242737] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244836] KVM setup paravirtual spinlock\n[ 0.246297] x86: Booted up 1 node, 1 CPUs\n[ 0.247250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248899] devtmpfs: initialized\n[ 0.250732] evm: security.selinux\n[ 0.251556] evm: security.SMACK64\n[ 0.252366] evm: security.SMACK64EXEC\n[ 0.253251] evm: security.SMACK64TRANSMUTE\n[ 0.254200] evm: security.SMACK64MMAP\n[ 0.255075] evm: security.ima\n[ 0.255823] evm: security.capability\n[ 0.256760] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.258946] pinctrl core: initialized pinctrl subsystem\n[ 0.260247] RTC time: 5:29:51, date: 07/15/18\n[ 0.261361] NET: Registered protocol family 16\n[ 0.262513] cpuidle: using governor ladder\n[ 0.263482] cpuidle: using governor menu\n[ 0.264410] PCCT header not found.\n[ 0.265279] ACPI: bus type PCI registered\n[ 0.266211] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.267689] PCI: Using configuration type 1 for base access\n[ 0.269596] ACPI: Added _OSI(Module Device)\n[ 0.270546] ACPI: Added _OSI(Processor Device)\n[ 0.271542] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.272591] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274497] ACPI: Interpreter enabled\n[ 0.275361] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.281775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283899] ACPI: (supports S0 S5)\n[ 0.284715] ACPI: Using IOAPIC for interrupt routing\n[ 0.285820] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.289155] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.290475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291932] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.293356] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.296003] acpiphp: Slot [3] registered\n[ 0.296953] acpiphp: Slot [4] registered\n[ 0.297916] acpiphp: Slot [5] registered\n[ 0.298860] acpiphp: Slot [6] registered\n[ 0.299812] acpiphp: Slot [7] registered\n[ 0.300769] acpiphp: Slot [8] registered\n[ 0.301712] acpiphp: Slot [9] registered\n[ 0.302648] acpiphp: Slot [10] registered\n[ 0.303609] acpiphp: Slot [11] registered\n[ 0.304569] acpiphp: Slot [12] registered\n[ 0.305529] acpiphp: Slot [13] registered\n[ 0.306481] acpiphp: Slot [14] registered\n[ 0.307438] acpiphp: Slot [15] registered\n[ 0.318448] acpiphp: Slot [16] registered\n[ 0.319403] acpiphp: Slot [17] registered\n[ 0.320357] acpiphp: Slot [18] registered\n[ 0.321313] acpiphp: Slot [19] registered\n[ 0.322266] acpiphp: Slot [20] registered\n[ 0.323224] acpiphp: Slot [21] registered\n[ 0.324177] acpiphp: Slot [22] registered\n[ 0.325174] acpiphp: Slot [23] registered\n[ 0.326135] acpiphp: Slot [24] registered\n[ 0.327095] acpiphp: Slot [25] registered\n[ 0.328054] acpiphp: Slot [26] registered\n[ 0.329014] acpiphp: Slot [27] registered\n[ 0.329972] acpiphp: Slot [28] registered\n[ 0.330933] acpiphp: Slot [29] registered\n[ 0.331891] acpiphp: Slot [30] registered\n[ 0.332849] acpiphp: Slot [31] registered\n[ 0.333800] PCI host bridge to bus 0000:00\n[ 0.334787] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336246] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337705] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.339423] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.341137] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342873] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347882] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349322] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.354639] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.356485] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376155] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377836] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379432] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380998] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382623] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384082] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385572] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386839] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388680] vgaarb: loaded\n[ 0.389381] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390804] SCSI subsystem initialized\n[ 0.391868] ACPI: bus type USB registered\n[ 0.392856] usbcore: registered new interface driver usbfs\n[ 0.394094] usbcore: registered new interface driver hub\n[ 0.395303] usbcore: registered new device driver usb\n[ 0.396608] PCI: Using ACPI for IRQ routing\n[ 0.397883] NetLabel: Initializing\n[ 0.398733] NetLabel: domain hash size = 128\n[ 0.399740] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400883] NetLabel: unlabeled traffic allowed by default\n[ 0.402257] clocksource: Switched to clocksource kvm-clock\n[ 0.410677] AppArmor: AppArmor Filesystem Enabled\n[ 0.411830] pnp: PnP ACPI init\n[ 0.412887] pnp: PnP ACPI: found 5 devices\n[ 0.419454] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.421495] NET: Registered protocol family 2\n[ 0.422707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.424266] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425717] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427163] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428472] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429885] NET: Registered protocol family 1\n[ 0.430930] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432244] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433526] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462125] Trying to unpack rootfs image as initramfs...\n[ 0.519512] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.521453] Scanning for low memory corruption every 60 seconds\n[ 0.523049] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.524462] audit: initializing netlink subsys (disabled)\n[ 0.525688] audit: type=2000 audit(1531632592.161:1): initialized\n[ 0.527285] Initialise system trusted keyring\n[ 0.528400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.529789] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.532152] zbud: loaded\n[ 0.532986] VFS: Disk quotas dquot_6.6.0\n[ 0.533956] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535812] fuse init (API version 7.23)\n[ 0.536871] Key type big_key registered\n[ 0.537834] Allocating IMA MOK and blacklist keyrings.\n[ 0.539290] Key type asymmetric registered\n[ 0.540273] Asymmetric key parser 'x509' registered\n[ 0.541422] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543204] io scheduler noop registered\n[ 0.544145] io scheduler deadline registered (default)\n[ 0.545338] io scheduler cfq registered\n[ 0.546346] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547600] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549114] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550849] ACPI: Power Button [PWRF]\n[ 0.551843] GHES: HEST is not enabled!\n[ 0.565602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596639] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599634] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.623492] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626189] Linux agpgart interface v0.103\n[ 0.629214] brd: module loaded\n[ 0.631077] loop: module loaded\n[ 0.635498] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.637212] GPT:90111 != 2097151\n[ 0.637991] GPT:Alternate GPT header not at the end of the disk.\n[ 0.639290] GPT:90111 != 2097151\n[ 0.640082] GPT: Use GNU Parted to correct GPT errors.\n[ 0.641231] vda: vda1 vda15\n[ 0.642721] scsi host0: ata_piix\n[ 0.643624] scsi host1: ata_piix\n[ 0.644460] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.645918] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.647647] libphy: Fixed MDIO Bus: probed\n[ 0.648615] tun: Universal TUN/TAP device driver, 1.6\n[ 0.649743] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652411] PPP generic driver version 2.4.2\n[ 0.653476] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654909] ehci-pci: EHCI PCI platform driver\n[ 0.655954] ehci-platform: EHCI generic platform driver\n[ 0.657127] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658486] ohci-pci: OHCI PCI platform driver\n[ 0.659525] ohci-platform: OHCI generic platform driver\n[ 0.660695] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675082] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676293] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678003] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679203] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.680559] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.682033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683718] usb usb1: Product: UHCI Host Controller\n[ 0.684818] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686173] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687337] hub 1-0:1.0: USB hub found\n[ 0.688259] hub 1-0:1.0: 2 ports detected\n[ 0.689362] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691820] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692955] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.694192] mousedev: PS/2 mouse device common for all mice\n[ 0.695710] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697883] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699185] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700600] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.702025] i2c /dev entries driver\n[ 0.702942] device-mapper: uevent: version 1.0.3\n[ 0.704083] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707696] NET: Registered protocol family 10\n[ 0.709001] NET: Registered protocol family 17\n[ 0.710075] Key type dns_resolver registered\n[ 0.711261] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712589] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714741] registered taskstats version 1\n[ 0.715748] Loading compiled-in X.509 certificates\n[ 0.717400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719631] zswap: loaded using pool lzo/zbud\n[ 0.721511] Key type trusted registered\n[ 0.723488] Key type encrypted registered\n[ 0.724472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726937] evm: HMAC attrs: 0x1\n[ 0.728048] Magic number: 10:586:466\n[ 0.728967] cache: hash matches\n[ 0.729853] rtc_cmos 00:00: setting system clock to 2018-07-15 05:29:52 UTC (1531632592)\n[ 0.731774] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733121] EDD information not available.\n[ 0.807599] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809431] Write protecting the kernel read-only data: 14336k\n[ 0.811784] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813918] 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.75\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.976690] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.11...\nLease of 192.168.0.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.84. iid=i-00000014\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDU9y1Y3LsVHaa9Isp/JrwxBD/zmsZvIVmqp9dvQlrPVzZx07az71wdPmQBvU00JhBQ/QfjweTEb3f3aAjJEsH1bBYJioX237Rfylz071Z1B2g3CuIRTF6ccprAzZjYLVAMpYhP9gynRuJ8qilGpGQXq4jpaywh8ei7rZk7+e1ofR4mCLInDZs7IKbbzG6GtTPdXcpjli7whLBAjTlEbjfxZRZENE334zM1NJwlLxvbb8ujCNNy+OUmVuNPZ016ujd50UWpdCzrFxquUkLwPdXvpCCMlqlnj3shDTaYGFB9feIBVTXazUyZj4gQCP1TGAkSCZErRHpp9nCSiLwWD/Cx root@cinder-test-vm2-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64\nssh-dss AAAAB3NzaC1kc3MAAACBAKbZmsfO1uq9BTN/Y6pSyEwSKl5brtUKm8YeAc7H/DeDOU8pPJzG1OMoQXLWX7Q2a5Ebp5tBx6p6SwiADYcGujCiXlM2dTOLsLDSeBj51VyvzxdveJsiSkBNLVQi6rA5KdCKjPewUmpkgm6g/yOcQpS1DruniPOC8icn6gJg9lBHAAAAFQC0v6YTsLD4i/nTQAohJIlJzprJuQAAAIB5WRmScjz+WwfoBgFPr3SQPa/4NQgjiJA5Qne9CVqZR/+gdHh/OKXMxQThQ/RiwivItdvAUyGHNJps12ftYASY1nyUyr2mSiR9g4HBH5YRR+ekAusYAtyaNNdwXZV95liX6+AjPQMwBNtTDuJOj38JHXBQSMiOAa0z9iV1gtpL8wAAAIEAmnNcJaxGotTl8ahyD8YdaDTcHI80/jpRIGGEkqfFpFa8tT/GDtnSOshnwK2QR6f+MljiY4CbU+gkcAk+/pXJuTef14YiKccKsPXuqDYvsnZATysQOW+XNX8vA2VIy9/CTeRhk6ENbsWAtRNK1Za+mwQJseOT+s8J6d3n58gnPlA= root@cinder-test-vm2-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.11,24,fe80::f816:3eff:fe20:93fa/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.3 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.11 \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-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.26 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64 login: "} 2018-07-15 05:29:56,698 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469/action used request id req-af35d7e3-6c3d-415d-804a-d33dbfe86ec5 2018-07-15 05:29:56,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.105281114578s 2018-07-15 05:29:56,699 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469/action used request id req-af35d7e3-6c3d-415d-804a-d33dbfe86ec5 2018-07-15 05:29:56,699 - 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 483137099 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.157529] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.159476] pid_max: default: 32768 minimum: 301 [ 0.160549] ACPI: Core revision 20150930 [ 0.162023] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.163508] Security Framework initialized [ 0.164472] Yama: becoming mindful. [ 0.165341] AppArmor: AppArmor initialized [ 0.166339] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.167916] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169405] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170817] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172479] Initializing cgroup subsys io [ 0.173439] Initializing cgroup subsys memory [ 0.174457] Initializing cgroup subsys devices [ 0.175476] Initializing cgroup subsys freezer [ 0.176511] Initializing cgroup subsys net_cls [ 0.177535] Initializing cgroup subsys perf_event [ 0.178599] Initializing cgroup subsys net_prio [ 0.179641] Initializing cgroup subsys hugetlb [ 0.180681] Initializing cgroup subsys pids [ 0.181708] CPU: Physical Processor ID: 0 [ 0.183365] mce: CPU supports 10 MCE banks [ 0.184340] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.185530] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.202008] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.208355] ftrace: allocating 31920 entries in 125 pages [ 0.233539] smpboot: Max logical packages: 1 [ 0.234563] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236144] x2apic enabled [ 0.237060] Switched APIC routing to physical x2apic. [ 0.238978] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.240313] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.242737] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.244836] KVM setup paravirtual spinlock [ 0.246297] x86: Booted up 1 node, 1 CPUs [ 0.247250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.248899] devtmpfs: initialized [ 0.250732] evm: security.selinux [ 0.251556] evm: security.SMACK64 [ 0.252366] evm: security.SMACK64EXEC [ 0.253251] evm: security.SMACK64TRANSMUTE [ 0.254200] evm: security.SMACK64MMAP [ 0.255075] evm: security.ima [ 0.255823] evm: security.capability [ 0.256760] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.258946] pinctrl core: initialized pinctrl subsystem [ 0.260247] RTC time: 5:29:51, date: 07/15/18 [ 0.261361] NET: Registered protocol family 16 [ 0.262513] cpuidle: using governor ladder [ 0.263482] cpuidle: using governor menu [ 0.264410] PCCT header not found. [ 0.265279] ACPI: bus type PCI registered [ 0.266211] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.267689] PCI: Using configuration type 1 for base access [ 0.269596] ACPI: Added _OSI(Module Device) [ 0.270546] ACPI: Added _OSI(Processor Device) [ 0.271542] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.272591] ACPI: Added _OSI(Processor Aggregator Device) [ 0.274497] ACPI: Interpreter enabled [ 0.275361] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.277520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.279642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.281775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.283899] ACPI: (supports S0 S5) [ 0.284715] ACPI: Using IOAPIC for interrupt routing [ 0.285820] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.289155] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.290475] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.291932] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.293356] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.296003] acpiphp: Slot [3] registered [ 0.296953] acpiphp: Slot [4] registered [ 0.297916] acpiphp: Slot [5] registered [ 0.298860] acpiphp: Slot [6] registered [ 0.299812] acpiphp: Slot [7] registered [ 0.300769] acpiphp: Slot [8] registered [ 0.301712] acpiphp: Slot [9] registered [ 0.302648] acpiphp: Slot [10] registered [ 0.303609] acpiphp: Slot [11] registered [ 0.304569] acpiphp: Slot [12] registered [ 0.305529] acpiphp: Slot [13] registered [ 0.306481] acpiphp: Slot [14] registered [ 0.307438] acpiphp: Slot [15] registered [ 0.318448] acpiphp: Slot [16] registered [ 0.319403] acpiphp: Slot [17] registered [ 0.320357] acpiphp: Slot [18] registered [ 0.321313] acpiphp: Slot [19] registered [ 0.322266] acpiphp: Slot [20] registered [ 0.323224] acpiphp: Slot [21] registered [ 0.324177] acpiphp: Slot [22] registered [ 0.325174] acpiphp: Slot [23] registered [ 0.326135] acpiphp: Slot [24] registered [ 0.327095] acpiphp: Slot [25] registered [ 0.328054] acpiphp: Slot [26] registered [ 0.329014] acpiphp: Slot [27] registered [ 0.329972] acpiphp: Slot [28] registered [ 0.330933] acpiphp: Slot [29] registered [ 0.331891] acpiphp: Slot [30] registered [ 0.332849] acpiphp: Slot [31] registered [ 0.333800] PCI host bridge to bus 0000:00 [ 0.334787] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.336246] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.337705] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.339423] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.341137] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.342873] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.346341] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.347882] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.349322] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.350846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.354639] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.356485] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.376155] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.377836] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.379432] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.380998] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.382623] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.384082] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.385572] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.386839] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.388680] vgaarb: loaded [ 0.389381] vgaarb: bridge control possible 0000:00:02.0 [ 0.390804] SCSI subsystem initialized [ 0.391868] ACPI: bus type USB registered [ 0.392856] usbcore: registered new interface driver usbfs [ 0.394094] usbcore: registered new interface driver hub [ 0.395303] usbcore: registered new device driver usb [ 0.396608] PCI: Using ACPI for IRQ routing [ 0.397883] NetLabel: Initializing [ 0.398733] NetLabel: domain hash size = 128 [ 0.399740] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.400883] NetLabel: unlabeled traffic allowed by default [ 0.402257] clocksource: Switched to clocksource kvm-clock [ 0.410677] AppArmor: AppArmor Filesystem Enabled [ 0.411830] pnp: PnP ACPI init [ 0.412887] pnp: PnP ACPI: found 5 devices [ 0.419454] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.421495] NET: Registered protocol family 2 [ 0.422707] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.424266] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.425717] TCP: Hash tables configured (established 4096 bind 4096) [ 0.427163] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.428472] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.429885] NET: Registered protocol family 1 [ 0.430930] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.432244] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.433526] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.447788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.462125] Trying to unpack rootfs image as initramfs... [ 0.519512] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.521453] Scanning for low memory corruption every 60 seconds [ 0.523049] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.524462] audit: initializing netlink subsys (disabled) [ 0.525688] audit: type=2000 audit(1531632592.161:1): initialized [ 0.527285] Initialise system trusted keyring [ 0.528400] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.529789] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.532152] zbud: loaded [ 0.532986] VFS: Disk quotas dquot_6.6.0 [ 0.533956] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535812] fuse init (API version 7.23) [ 0.536871] Key type big_key registered [ 0.537834] Allocating IMA MOK and blacklist keyrings. [ 0.539290] Key type asymmetric registered [ 0.540273] Asymmetric key parser 'x509' registered [ 0.541422] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543204] io scheduler noop registered [ 0.544145] io scheduler deadline registered (default) [ 0.545338] io scheduler cfq registered [ 0.546346] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.547600] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.549114] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.550849] ACPI: Power Button [PWRF] [ 0.551843] GHES: HEST is not enabled! [ 0.565602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596639] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599634] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.623492] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626189] Linux agpgart interface v0.103 [ 0.629214] brd: module loaded [ 0.631077] loop: module loaded [ 0.635498] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.637212] GPT:90111 != 2097151 [ 0.637991] GPT:Alternate GPT header not at the end of the disk. [ 0.639290] GPT:90111 != 2097151 [ 0.640082] GPT: Use GNU Parted to correct GPT errors. [ 0.641231] vda: vda1 vda15 [ 0.642721] scsi host0: ata_piix [ 0.643624] scsi host1: ata_piix [ 0.644460] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.645918] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.647647] libphy: Fixed MDIO Bus: probed [ 0.648615] tun: Universal TUN/TAP device driver, 1.6 [ 0.649743] tun: (C) 1999-2004 Max Krasnyansky [ 0.652411] PPP generic driver version 2.4.2 [ 0.653476] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.654909] ehci-pci: EHCI PCI platform driver [ 0.655954] ehci-platform: EHCI generic platform driver [ 0.657127] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.658486] ohci-pci: OHCI PCI platform driver [ 0.659525] ohci-platform: OHCI generic platform driver [ 0.660695] uhci_hcd: USB Universal Host Controller Interface driver [ 0.675082] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.676293] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.678003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.679203] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.680559] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.682033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.683718] usb usb1: Product: UHCI Host Controller [ 0.684818] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.686173] usb usb1: SerialNumber: 0000:00:01.2 [ 0.687337] hub 1-0:1.0: USB hub found [ 0.688259] hub 1-0:1.0: 2 ports detected [ 0.689362] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.691820] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.692955] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.694192] mousedev: PS/2 mouse device common for all mice [ 0.695710] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.697883] rtc_cmos 00:00: RTC can wake from S4 [ 0.699185] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.700600] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.702025] i2c /dev entries driver [ 0.702942] device-mapper: uevent: version 1.0.3 [ 0.704083] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.706023] ledtrig-cpu: registered to indicate activity on CPUs [ 0.707696] NET: Registered protocol family 10 [ 0.709001] NET: Registered protocol family 17 [ 0.710075] Key type dns_resolver registered [ 0.711261] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.712589] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.714741] registered taskstats version 1 [ 0.715748] Loading compiled-in X.509 certificates [ 0.717400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.719631] zswap: loaded using pool lzo/zbud [ 0.721511] Key type trusted registered [ 0.723488] Key type encrypted registered [ 0.724472] AppArmor: AppArmor sha1 policy hashing enabled [ 0.725714] ima: No TPM chip found, activating TPM-bypass! [ 0.726937] evm: HMAC attrs: 0x1 [ 0.728048] Magic number: 10:586:466 [ 0.728967] cache: hash matches [ 0.729853] rtc_cmos 00:00: setting system clock to 2018-07-15 05:29:52 UTC (1531632592) [ 0.731774] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.733121] EDD information not available. [ 0.807599] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.809431] Write protecting the kernel read-only data: 14336k [ 0.811784] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.813918] 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.75 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.976690] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.11... Lease of 192.168.0.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.84. iid=i-00000014 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDU9y1Y3LsVHaa9Isp/JrwxBD/zmsZvIVmqp9dvQlrPVzZx07az71wdPmQBvU00JhBQ/QfjweTEb3f3aAjJEsH1bBYJioX237Rfylz071Z1B2g3CuIRTF6ccprAzZjYLVAMpYhP9gynRuJ8qilGpGQXq4jpaywh8ei7rZk7+e1ofR4mCLInDZs7IKbbzG6GtTPdXcpjli7whLBAjTlEbjfxZRZENE334zM1NJwlLxvbb8ujCNNy+OUmVuNPZ016ujd50UWpdCzrFxquUkLwPdXvpCCMlqlnj3shDTaYGFB9feIBVTXazUyZj4gQCP1TGAkSCZErRHpp9nCSiLwWD/Cx root@cinder-test-vm2-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64 ssh-dss AAAAB3NzaC1kc3MAAACBAKbZmsfO1uq9BTN/Y6pSyEwSKl5brtUKm8YeAc7H/DeDOU8pPJzG1OMoQXLWX7Q2a5Ebp5tBx6p6SwiADYcGujCiXlM2dTOLsLDSeBj51VyvzxdveJsiSkBNLVQi6rA5KdCKjPewUmpkgm6g/yOcQpS1DruniPOC8icn6gJg9lBHAAAAFQC0v6YTsLD4i/nTQAohJIlJzprJuQAAAIB5WRmScjz+WwfoBgFPr3SQPa/4NQgjiJA5Qne9CVqZR/+gdHh/OKXMxQThQ/RiwivItdvAUyGHNJps12ftYASY1nyUyr2mSiR9g4HBH5YRR+ekAusYAtyaNNdwXZV95liX6+AjPQMwBNtTDuJOj38JHXBQSMiOAa0z9iV1gtpL8wAAAIEAmnNcJaxGotTl8ahyD8YdaDTcHI80/jpRIGGEkqfFpFa8tT/GDtnSOshnwK2QR6f+MljiY4CbU+gkcAk+/pXJuTef14YiKccKsPXuqDYvsnZATysQOW+XNX8vA2VIy9/CTeRhk6ENbsWAtRNK1Za+mwQJseOT+s8J6d3n58gnPlA= root@cinder-test-vm2-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.11,24,fe80::f816:3eff:fe20:93fa/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.3 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.11 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-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.26 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64 login: 2018-07-15 05:29:58,705 - paramiko.transport - DEBUG - starting thread (client mode): 0x56d9cc90L 2018-07-15 05:29:58,706 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-15 05:29:58,706 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-15 05:29:58,706 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-15 05:29:58,707 - 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-15 05:29:58,707 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-15 05:29:58,707 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-15 05:29:58,707 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-15 05:29:58,707 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-15 05:29:58,707 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-15 05:29:58,724 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-15 05:29:58,724 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-15 05:29:58,737 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: 482e0417a7400829ec323e01f8538779 2018-07-15 05:29:58,738 - paramiko.transport - DEBUG - Trying discovered key ac8ba55e170f2c1417964dcfbdf13e3e in /tmp/tmpraHnER 2018-07-15 05:29:58,764 - paramiko.transport - DEBUG - userauth is OK 2018-07-15 05:29:58,770 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-15 05:29:58,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-07-15 05:29:58,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"volume": {"display_name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "size": "2"}}' 2018-07-15 05:29:59,940 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:29:58 GMT Server: Apache x-compute-request-id: req-93f2af34-a0b5-4d66-8d7f-aa918e53423d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-93f2af34-a0b5-4d66-8d7f-aa918e53423d Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "379a3122051747acbf354af31ad0896c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "self"}, {"href": "http://172.30.9.25:8776/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T05:29:59.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "size": 2}} 2018-07-15 05:29:59,940 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes used request id req-93f2af34-a0b5-4d66-8d7f-aa918e53423d 2018-07-15 05:29:59,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.16707897186s 2018-07-15 05:29:59,941 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes used request id req-93f2af34-a0b5-4d66-8d7f-aa918e53423d 2018-07-15 05:29:59,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 05:29:59,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:00,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:29:59 GMT Server: Apache x-compute-request-id: req-9578fe2f-f1cd-41d5-9e50-9b49a3c2f2f8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9578fe2f-f1cd-41d5-9e50-9b49a3c2f2f8 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "379a3122051747acbf354af31ad0896c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "self"}, {"href": "http://172.30.9.25:8776/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T05:29:59.000000", "description": null, "os-vol-tenant-attr:tenant_id": "08b632e86b51495c96e56384d3128f2a", "updated_at": "2018-07-15T05:30:00.000000", "volume_type": null, "name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "size": 2}]} 2018-07-15 05:30:00,917 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-9578fe2f-f1cd-41d5-9e50-9b49a3c2f2f8 2018-07-15 05:30:00,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.975317955017s 2018-07-15 05:30:00,917 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-9578fe2f-f1cd-41d5-9e50-9b49a3c2f2f8 2018-07-15 05:30:00,919 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:30:02,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 05:30:02,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:03,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:02 GMT Server: Apache x-compute-request-id: req-3dc2d8a5-5299-4116-94f9-513925d9f0a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3dc2d8a5-5299-4116-94f9-513925d9f0a0 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "379a3122051747acbf354af31ad0896c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "self"}, {"href": "http://172.30.9.25:8776/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T05:29:59.000000", "description": null, "os-vol-tenant-attr:tenant_id": "08b632e86b51495c96e56384d3128f2a", "updated_at": "2018-07-15T05:30:02.000000", "volume_type": null, "name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "size": 2}]} 2018-07-15 05:30:03,844 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-3dc2d8a5-5299-4116-94f9-513925d9f0a0 2018-07-15 05:30:03,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.922201156616s 2018-07-15 05:30:03,844 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-3dc2d8a5-5299-4116-94f9-513925d9f0a0 2018-07-15 05:30:03,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:30:03,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:04,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-71388ff6-c4c3-45e2-9e33-b6a8e3a1f0e5 Date: Sun, 15 Jul 2018 05:30:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["81ccc5b4-01cc-4b0d-823b-e186069161c6"],"updated_at":"2018-07-15T05:29:32Z","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:29:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"08b632e86b51495c96e56384d3128f2a","id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","name":"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}]} 2018-07-15 05:30:04,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-71388ff6-c4c3-45e2-9e33-b6a8e3a1f0e5 2018-07-15 05:30:04,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.268779039383s 2018-07-15 05:30:04,116 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-71388ff6-c4c3-45e2-9e33-b6a8e3a1f0e5 2018-07-15 05:30:04,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:30:04,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:04,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-e087a115-4aaa-4ac5-8084-2ee378cd55e7 Date: Sun, 15 Jul 2018 05:30:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/a2262834-485e-4fca-af5c-4165b98cfc76/snap", "metadata": {}}], "file": "/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76/file", "owner": "08b632e86b51495c96e56384d3128f2a", "id": "a2262834-485e-4fca-af5c-4165b98cfc76", "size": 12716032, "self": "/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/a2262834-485e-4fca-af5c-4165b98cfc76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:29:37Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:29:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:30:04,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e087a115-4aaa-4ac5-8084-2ee378cd55e7 2018-07-15 05:30:04,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0385000705719s 2018-07-15 05:30:04,159 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e087a115-4aaa-4ac5-8084-2ee378cd55e7 2018-07-15 05:30:04,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:30:04,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:04,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30: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-6e76aa99-aa08-476f-b2d7-3d94df7021ea x-compute-request-id: req-6e76aa99-aa08-476f-b2d7-3d94df7021ea Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "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": "5f457a77-1915-4789-9639-888e9025d315"}]} 2018-07-15 05:30:04,188 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-6e76aa99-aa08-476f-b2d7-3d94df7021ea 2018-07-15 05:30:04,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0275890827179s 2018-07-15 05:30:04,189 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-6e76aa99-aa08-476f-b2d7-3d94df7021ea 2018-07-15 05:30:04,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 05:30:04,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"server": {"name": "cinder_test-vm_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "imageRef": "a2262834-485e-4fca-af5c-4165b98cfc76", "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "flavorRef": "5f457a77-1915-4789-9639-888e9025d315", "max_count": 1, "min_count": 1, "networks": [{"uuid": "94c700f4-a09d-4bb6-ab7d-0d53b06ced4a"}], "security_groups": [{"name": "ed856f67-b43f-4874-9f52-c5e5a95212d5"}]}}' 2018-07-15 05:30:06,507 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:30:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a828be82-a746-4e73-850d-a16e139b0a50 x-compute-request-id: req-a828be82-a746-4e73-850d-a16e139b0a50 Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ed856f67-b43f-4874-9f52-c5e5a95212d5"}], "OS-DCF:diskConfig": "MANUAL", "id": "bbdca607-a065-449b-ba39-ec326377caa2", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "bookmark"}], "adminPass": "F3xHPBs6n57t"}} 2018-07-15 05:30:06,508 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-a828be82-a746-4e73-850d-a16e139b0a50 2018-07-15 05:30:06,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.31766700745s 2018-07-15 05:30:06,508 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-a828be82-a746-4e73-850d-a16e139b0a50 2018-07-15 05:30:06,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:30:06,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:07,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30: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-922aaa97-e21d-4794-b806-01f834223862 x-compute-request-id: req-922aaa97-e21d-4794-b806-01f834223862 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "bbdca607-a065-449b-ba39-ec326377caa2", "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:30:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:30:06Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:51.000000", "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:29:51Z", "hostId": "9c70473a244918b3d96dc1032b84c176d6cea3c14d44a3e6358eee96", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm2_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:29:43Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:30:07,101 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-922aaa97-e21d-4794-b806-01f834223862 2018-07-15 05:30:07,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592163801193s 2018-07-15 05:30:07,101 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-922aaa97-e21d-4794-b806-01f834223862 2018-07-15 05:30:07,106 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:30:09,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:30:09,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:09,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30: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-8b2d34f1-929f-41ee-8763-5ecea6c8c71c x-compute-request-id: req-8b2d34f1-929f-41ee-8763-5ecea6c8c71c Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "bbdca607-a065-449b-ba39-ec326377caa2", "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:30:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:30:06Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:51.000000", "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:29:51Z", "hostId": "9c70473a244918b3d96dc1032b84c176d6cea3c14d44a3e6358eee96", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm2_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:29:43Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:30:09,704 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8b2d34f1-929f-41ee-8763-5ecea6c8c71c 2018-07-15 05:30:09,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.594308137894s 2018-07-15 05:30:09,704 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8b2d34f1-929f-41ee-8763-5ecea6c8c71c 2018-07-15 05:30:09,709 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:30:11,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:30:11,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:12,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30: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-fc3c6e32-995d-4d10-bbe5-329dc174a0ca x-compute-request-id: req-fc3c6e32-995d-4d10-bbe5-329dc174a0ca Content-Encoding: gzip Content-Length: 908 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "bbdca607-a065-449b-ba39-ec326377caa2", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:30:09Z", "hostId": "7397e4098c164069c55d3446af68e4a19485f6a2de45300c7ac95175", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:30:06Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:51.000000", "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:29:51Z", "hostId": "9c70473a244918b3d96dc1032b84c176d6cea3c14d44a3e6358eee96", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm2_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:29:43Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:30:12,487 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fc3c6e32-995d-4d10-bbe5-329dc174a0ca 2018-07-15 05:30:12,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.77587890625s 2018-07-15 05:30:12,488 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fc3c6e32-995d-4d10-bbe5-329dc174a0ca 2018-07-15 05:30:12,493 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:30:14,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:30:14,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:15,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30: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-0a1bb1fc-f531-4868-8fc3-76a3db193a76 x-compute-request-id: req-0a1bb1fc-f531-4868-8fc3-76a3db193a76 Content-Encoding: gzip Content-Length: 908 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "bbdca607-a065-449b-ba39-ec326377caa2", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:30:09Z", "hostId": "7397e4098c164069c55d3446af68e4a19485f6a2de45300c7ac95175", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:30:06Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:51.000000", "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:29:51Z", "hostId": "9c70473a244918b3d96dc1032b84c176d6cea3c14d44a3e6358eee96", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm2_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:29:43Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:30:15,170 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0a1bb1fc-f531-4868-8fc3-76a3db193a76 2018-07-15 05:30:15,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.6758852005s 2018-07-15 05:30:15,171 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0a1bb1fc-f531-4868-8fc3-76a3db193a76 2018-07-15 05:30:15,176 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:30:17,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:30:17,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:17,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca3a1697-98e0-4eda-b92b-09d67504ddfc x-compute-request-id: req-ca3a1697-98e0-4eda-b92b-09d67504ddfc Content-Encoding: gzip Content-Length: 891 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:a1:e2", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:30:15.000000", "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "bbdca607-a065-449b-ba39-ec326377caa2", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:30:15Z", "hostId": "7397e4098c164069c55d3446af68e4a19485f6a2de45300c7ac95175", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:30:06Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:51.000000", "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:29:51Z", "hostId": "9c70473a244918b3d96dc1032b84c176d6cea3c14d44a3e6358eee96", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm2_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:29:43Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:30:17,867 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ca3a1697-98e0-4eda-b92b-09d67504ddfc 2018-07-15 05:30:17,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.688560009003s 2018-07-15 05:30:17,868 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ca3a1697-98e0-4eda-b92b-09d67504ddfc 2018-07-15 05:30:17,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:30:17,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=bbdca607-a065-449b-ba39-ec326377caa2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:18,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1afec0c8-580b-46fd-a366-fa800614cdb9 Date: Sun, 15 Jul 2018 05:30:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:30:09Z","admin_state_up":true,"updated_at":"2018-07-15T05:30:14Z","binding:vnic_type":"normal","device_id":"bbdca607-a065-449b-ba39-ec326377caa2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:86:a1:e2","id":"c442c8db-21f4-4c35-9427-9e3dbf32bc8b","port_security_enabled":true,"project_id":"08b632e86b51495c96e56384d3128f2a","fixed_ips":[{"subnet_id":"81ccc5b4-01cc-4b0d-823b-e186069161c6","ip_address":"192.168.0.14"}],"extra_dhcp_opts":[],"security_groups":["ed856f67-b43f-4874-9f52-c5e5a95212d5"],"name":""}]} 2018-07-15 05:30:18,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=bbdca607-a065-449b-ba39-ec326377caa2 used request id req-1afec0c8-580b-46fd-a366-fa800614cdb9 2018-07-15 05:30:18,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.211012840271s 2018-07-15 05:30:18,085 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=bbdca607-a065-449b-ba39-ec326377caa2 used request id req-1afec0c8-580b-46fd-a366-fa800614cdb9 2018-07-15 05:30:18,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:30:18,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=c442c8db-21f4-4c35-9427-9e3dbf32bc8b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:18,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-015ca4f2-b5fe-43e1-a9c6-fdd642bd4c8d Date: Sun, 15 Jul 2018 05:30:18 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:30:18,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=c442c8db-21f4-4c35-9427-9e3dbf32bc8b used request id req-015ca4f2-b5fe-43e1-a9c6-fdd642bd4c8d 2018-07-15 05:30:18,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.246388912201s 2018-07-15 05:30:18,337 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=c442c8db-21f4-4c35-9427-9e3dbf32bc8b used request id req-015ca4f2-b5fe-43e1-a9c6-fdd642bd4c8d 2018-07-15 05:30:18,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:30:18,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:18,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30: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-6ebe168e-7831-4731-95a3-24371b94d894 x-compute-request-id: req-6ebe168e-7831-4731-95a3-24371b94d894 Content-Encoding: gzip Content-Length: 891 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:a1:e2", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:30:15.000000", "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "bbdca607-a065-449b-ba39-ec326377caa2", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:30:15Z", "hostId": "7397e4098c164069c55d3446af68e4a19485f6a2de45300c7ac95175", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:30:06Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:51.000000", "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:29:51Z", "hostId": "9c70473a244918b3d96dc1032b84c176d6cea3c14d44a3e6358eee96", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm2_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:29:43Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:30:18,758 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6ebe168e-7831-4731-95a3-24371b94d894 2018-07-15 05:30:18,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.420475006104s 2018-07-15 05:30:18,759 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6ebe168e-7831-4731-95a3-24371b94d894 2018-07-15 05:30:18,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:30:18,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=bbdca607-a065-449b-ba39-ec326377caa2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:18,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-075efd00-fed7-43b5-9691-527dd1b93db5 Date: Sun, 15 Jul 2018 05:30:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:30:09Z","admin_state_up":true,"updated_at":"2018-07-15T05:30:14Z","binding:vnic_type":"normal","device_id":"bbdca607-a065-449b-ba39-ec326377caa2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:86:a1:e2","id":"c442c8db-21f4-4c35-9427-9e3dbf32bc8b","port_security_enabled":true,"project_id":"08b632e86b51495c96e56384d3128f2a","fixed_ips":[{"subnet_id":"81ccc5b4-01cc-4b0d-823b-e186069161c6","ip_address":"192.168.0.14"}],"extra_dhcp_opts":[],"security_groups":["ed856f67-b43f-4874-9f52-c5e5a95212d5"],"name":""}]} 2018-07-15 05:30:18,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=bbdca607-a065-449b-ba39-ec326377caa2 used request id req-075efd00-fed7-43b5-9691-527dd1b93db5 2018-07-15 05:30:18,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0609560012817s 2018-07-15 05:30:18,824 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=bbdca607-a065-449b-ba39-ec326377caa2 used request id req-075efd00-fed7-43b5-9691-527dd1b93db5 2018-07-15 05:30:18,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:30:18,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=c442c8db-21f4-4c35-9427-9e3dbf32bc8b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:18,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b30d832b-3f83-485a-b37d-7b9ef807f68d Date: Sun, 15 Jul 2018 05:30:18 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:30:18,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=c442c8db-21f4-4c35-9427-9e3dbf32bc8b used request id req-b30d832b-3f83-485a-b37d-7b9ef807f68d 2018-07-15 05:30:18,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0524520874023s 2018-07-15 05:30:18,882 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=c442c8db-21f4-4c35-9427-9e3dbf32bc8b used request id req-b30d832b-3f83-485a-b37d-7b9ef807f68d 2018-07-15 05:30:18,883 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:86:a1:e2', u'version': 4, u'addr': u'192.168.0.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'a2262834-485e-4fca-af5c-4165b98cfc76'}), 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-15T05:30:15.000000', 'flavor': Munch({u'id': u'5f457a77-1915-4789-9639-888e9025d315'}), 'az': u'nova', 'id': u'bbdca607-a065-449b-ba39-ec326377caa2', 'security_groups': [Munch({u'name': u'cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'379a3122051747acbf354af31ad0896c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'08b632e86b51495c96e56384d3128f2a', 'name': 'cinder_test-project_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', '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-15T05:30:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T05:30:15Z', 'hostId': u'7397e4098c164069c55d3446af68e4a19485f6a2de45300c7ac95175', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', 'public_v6': '', 'private_v4': u'192.168.0.14', 'cloud': 'envvars', 'host_id': u'7397e4098c164069c55d3446af68e4a19485f6a2de45300c7ac95175', '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-15T05:30:15.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'08b632e86b51495c96e56384d3128f2a', 'name': u'cinder_test-vm_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', 'adminPass': None, 'tenant_id': u'08b632e86b51495c96e56384d3128f2a', 'created_at': u'2018-07-15T05:30:06Z', 'created': u'2018-07-15T05:30:06Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 05:30:18,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:30:18,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:19,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-c0234acd-251b-4d26-9067-b487468871c6 Date: Sun, 15 Jul 2018 05:30:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["81ccc5b4-01cc-4b0d-823b-e186069161c6"],"updated_at":"2018-07-15T05:29:32Z","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:29:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"08b632e86b51495c96e56384d3128f2a","id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","name":"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}]} 2018-07-15 05:30:19,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-c0234acd-251b-4d26-9067-b487468871c6 2018-07-15 05:30:19,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.146718025208s 2018-07-15 05:30:19,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-c0234acd-251b-4d26-9067-b487468871c6 2018-07-15 05:30:19,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 05:30:19,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=bbdca607-a065-449b-ba39-ec326377caa2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:19,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a1560c69-af3e-4173-bf4a-168d3ce83a09 Date: Sun, 15 Jul 2018 05:30:19 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:30:09Z","admin_state_up":true,"updated_at":"2018-07-15T05:30:14Z","binding:vnic_type":"normal","device_id":"bbdca607-a065-449b-ba39-ec326377caa2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:86:a1:e2","id":"c442c8db-21f4-4c35-9427-9e3dbf32bc8b","port_security_enabled":true,"project_id":"08b632e86b51495c96e56384d3128f2a","fixed_ips":[{"subnet_id":"81ccc5b4-01cc-4b0d-823b-e186069161c6","ip_address":"192.168.0.14"}],"extra_dhcp_opts":[],"security_groups":["ed856f67-b43f-4874-9f52-c5e5a95212d5"],"name":""}]} 2018-07-15 05:30:19,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=bbdca607-a065-449b-ba39-ec326377caa2 used request id req-a1560c69-af3e-4173-bf4a-168d3ce83a09 2018-07-15 05:30:19,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.238111019135s 2018-07-15 05:30:19,273 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=bbdca607-a065-449b-ba39-ec326377caa2 used request id req-a1560c69-af3e-4173-bf4a-168d3ce83a09 2018-07-15 05:30:19,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-15 05:30:19,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"floatingip": {"floating_network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "fixed_ip_address": "192.168.0.14", "port_id": "c442c8db-21f4-4c35-9427-9e3dbf32bc8b"}}' 2018-07-15 05:30:21,288 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-439711cf-a649-4214-b660-a997f4cf23e7 Date: Sun, 15 Jul 2018 05:30:21 GMT RESP BODY: {"floatingip": {"router_id": "3a5e38b5-521c-4843-823b-be1ed262db7a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-15T05:30:20Z", "floating_network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "fixed_ip_address": "192.168.0.14", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "c442c8db-21f4-4c35-9427-9e3dbf32bc8b", "id": "cbfa20ee-a4cc-4bef-adaf-b2e348b053fa", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "created_at": "2018-07-15T05:30:20Z", "project_id": "08b632e86b51495c96e56384d3128f2a"}} 2018-07-15 05:30:21,288 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-439711cf-a649-4214-b660-a997f4cf23e7 2018-07-15 05:30:21,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.01386404037s 2018-07-15 05:30:21,288 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-439711cf-a649-4214-b660-a997f4cf23e7 2018-07-15 05:30:21,292 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'3a5e38b5-521c-4843-823b-be1ed262db7a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'08b632e86b51495c96e56384d3128f2a', 'created_at': u'2018-07-15T05:30:20Z', 'attached': True, 'updated_at': u'2018-07-15T05:30:20Z', 'id': u'cbfa20ee-a4cc-4bef-adaf-b2e348b053fa', 'floating_network_id': u'8c572765-2d43-4b88-981e-707a56735cd1', 'fixed_ip_address': u'192.168.0.14', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'08b632e86b51495c96e56384d3128f2a', 'name': 'cinder_test-project_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'3a5e38b5-521c-4843-823b-be1ed262db7a', 'project_id': u'08b632e86b51495c96e56384d3128f2a', 'port_id': u'c442c8db-21f4-4c35-9427-9e3dbf32bc8b', 'port': u'c442c8db-21f4-4c35-9427-9e3dbf32bc8b', 'network': u'8c572765-2d43-4b88-981e-707a56735cd1'}) 2018-07-15 05:30:21,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 05:30:21,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2/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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 05:30:21,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31dd1bc2-d5ae-4823-af07-8e00551c7949 x-compute-request-id: req-31dd1bc2-d5ae-4823-af07-8e00551c7949 Content-Encoding: gzip Content-Length: 9578 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 482463511 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.150935] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152667] pid_max: default: 32768 minimum: 301\n[ 0.153606] ACPI: Core revision 20150930\n[ 0.155029] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156404] Security Framework initialized\n[ 0.157261] Yama: becoming mindful.\n[ 0.158038] AppArmor: AppArmor initialized\n[ 0.158936] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.160335] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161670] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162952] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164432] Initializing cgroup subsys io\n[ 0.165280] Initializing cgroup subsys memory\n[ 0.166203] Initializing cgroup subsys devices\n[ 0.167121] Initializing cgroup subsys freezer\n[ 0.168029] Initializing cgroup subsys net_cls\n[ 0.168933] Initializing cgroup subsys perf_event\n[ 0.169884] Initializing cgroup subsys net_prio\n[ 0.170823] Initializing cgroup subsys hugetlb\n[ 0.171735] Initializing cgroup subsys pids\n[ 0.172644] CPU: Physical Processor ID: 0\n[ 0.174177] mce: CPU supports 10 MCE banks\n[ 0.175072] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176118] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198251] ftrace: allocating 31920 entries in 125 pages\n[ 0.222916] smpboot: Max logical packages: 1\n[ 0.223832] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225234] x2apic enabled\n[ 0.226083] Switched APIC routing to physical x2apic.\n[ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229040] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.231220] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.233106] KVM setup paravirtual spinlock\n[ 0.234454] x86: Booted up 1 node, 1 CPUs\n[ 0.235296] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236755] devtmpfs: initialized\n[ 0.238501] evm: security.selinux\n[ 0.239230] evm: security.SMACK64\n[ 0.239957] evm: security.SMACK64EXEC\n[ 0.240734] evm: security.SMACK64TRANSMUTE\n[ 0.241583] evm: security.SMACK64MMAP\n[ 0.242361] evm: security.ima\n[ 0.243023] evm: security.capability\n[ 0.243866] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.245812] pinctrl core: initialized pinctrl subsystem\n[ 0.246956] RTC time: 5:30:15, date: 07/15/18\n[ 0.247966] NET: Registered protocol family 16\n[ 0.249002] cpuidle: using governor ladder\n[ 0.249871] cpuidle: using governor menu\n[ 0.250698] PCCT header not found.\n[ 0.251483] ACPI: bus type PCI registered\n[ 0.252318] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.253623] PCI: Using configuration type 1 for base access\n[ 0.255449] ACPI: Added _OSI(Module Device)\n[ 0.256322] ACPI: Added _OSI(Processor Device)\n[ 0.257223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.258162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259968] ACPI: Interpreter enabled\n[ 0.260764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262694] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266740] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.268744] ACPI: (supports S0 S5)\n[ 0.269510] ACPI: Using IOAPIC for interrupt routing\n[ 0.270542] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273789] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275264] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276623] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277929] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280362] acpiphp: Slot [3] registered\n[ 0.281228] acpiphp: Slot [4] registered\n[ 0.282097] acpiphp: Slot [5] registered\n[ 0.282962] acpiphp: Slot [6] registered\n[ 0.283829] acpiphp: Slot [7] registered\n[ 0.284700] acpiphp: Slot [8] registered\n[ 0.285568] acpiphp: Slot [9] registered\n[ 0.286437] acpiphp: Slot [10] registered\n[ 0.287310] acpiphp: Slot [11] registered\n[ 0.288193] acpiphp: Slot [12] registered\n[ 0.289073] acpiphp: Slot [13] registered\n[ 0.289952] acpiphp: Slot [14] registered\n[ 0.290835] acpiphp: Slot [15] registered\n[ 0.302104] acpiphp: Slot [16] registered\n[ 0.302987] acpiphp: Slot [17] registered\n[ 0.303874] acpiphp: Slot [18] registered\n[ 0.304929] acpiphp: Slot [19] registered\n[ 0.305809] acpiphp: Slot [20] registered\n[ 0.306702] acpiphp: Slot [21] registered\n[ 0.307579] acpiphp: Slot [22] registered\n[ 0.308452] acpiphp: Slot [23] registered\n[ 0.309304] acpiphp: Slot [24] registered\n[ 0.310163] acpiphp: Slot [25] registered\n[ 0.311100] acpiphp: Slot [26] registered\n[ 0.311959] acpiphp: Slot [27] registered\n[ 0.312816] acpiphp: Slot [28] registered\n[ 0.313677] acpiphp: Slot [29] registered\n[ 0.314531] acpiphp: Slot [30] registered\n[ 0.315389] acpiphp: Slot [31] registered\n[ 0.316242] PCI host bridge to bus 0000:00\n[ 0.317143] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.321345] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.324861] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328205] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329581] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330839] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332186] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335766] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337487] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355608] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357164] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359087] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360571] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363347] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364723] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367517] vgaarb: loaded\n[ 0.368188] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369505] SCSI subsystem initialized\n[ 0.370455] ACPI: bus type USB registered\n[ 0.371335] usbcore: registered new interface driver usbfs\n[ 0.372434] usbcore: registered new interface driver hub\n[ 0.373514] usbcore: registered new device driver usb\n[ 0.374682] PCI: Using ACPI for IRQ routing\n[ 0.375939] NetLabel: Initializing\n[ 0.376703] NetLabel: domain hash size = 128\n[ 0.377634] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378700] NetLabel: unlabeled traffic allowed by default\n[ 0.379920] clocksource: Switched to clocksource kvm-clock\n[ 0.388066] AppArmor: AppArmor Filesystem Enabled\n[ 0.389130] pnp: PnP ACPI init\n[ 0.390093] pnp: PnP ACPI: found 5 devices\n[ 0.396447] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398306] NET: Registered protocol family 2\n[ 0.399432] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400822] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402111] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403397] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406008] NET: Registered protocol family 1\n[ 0.406977] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408187] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409364] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423172] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437329] Trying to unpack rootfs image as initramfs...\n[ 0.493234] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495102] Scanning for low memory corruption every 60 seconds\n[ 0.496543] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497800] audit: initializing netlink subsys (disabled)\n[ 0.498924] audit: type=2000 audit(1531632615.801:1): initialized\n[ 0.500394] Initialise system trusted keyring\n[ 0.501412] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502660] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504862] zbud: loaded\n[ 0.505634] VFS: Disk quotas dquot_6.6.0\n[ 0.506522] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508256] fuse init (API version 7.23)\n[ 0.509260] Key type big_key registered\n[ 0.510143] Allocating IMA MOK and blacklist keyrings.\n[ 0.511444] Key type asymmetric registered\n[ 0.512331] Asymmetric key parser 'x509' registered\n[ 0.513359] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514930] io scheduler noop registered\n[ 0.515773] io scheduler deadline registered (default)\n[ 0.516842] io scheduler cfq registered\n[ 0.517737] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518866] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520273] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521810] ACPI: Power Button [PWRF]\n[ 0.522697] GHES: HEST is not enabled!\n[ 0.536110] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563718] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566294] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590709] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593744] Linux agpgart interface v0.103\n[ 0.596754] brd: module loaded\n[ 0.598536] loop: module loaded\n[ 0.605891] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607493] GPT:90111 != 2097151\n[ 0.608232] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609438] GPT:90111 != 2097151\n[ 0.610187] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611273] vda: vda1 vda15\n[ 0.612851] scsi host0: ata_piix\n[ 0.613691] scsi host1: ata_piix\n[ 0.614471] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.615804] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.617408] libphy: Fixed MDIO Bus: probed\n[ 0.618300] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619353] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621978] PPP generic driver version 2.4.2\n[ 0.623338] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625235] ehci-pci: EHCI PCI platform driver\n[ 0.626593] ehci-platform: EHCI generic platform driver\n[ 0.628061] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629307] ohci-pci: OHCI PCI platform driver\n[ 0.630263] ohci-platform: OHCI generic platform driver\n[ 0.631366] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645715] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646818] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649520] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650773] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653706] usb usb1: Product: UHCI Host Controller\n[ 0.654729] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655985] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657051] hub 1-0:1.0: USB hub found\n[ 0.657902] hub 1-0:1.0: 2 ports detected\n[ 0.658925] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661242] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662319] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663590] mousedev: PS/2 mouse device common for all mice\n[ 0.664996] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667009] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668232] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669542] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670870] i2c /dev entries driver\n[ 0.671706] device-mapper: uevent: version 1.0.3\n[ 0.672771] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674575] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676119] NET: Registered protocol family 10\n[ 0.677355] NET: Registered protocol family 17\n[ 0.678345] Key type dns_resolver registered\n[ 0.679430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680670] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682641] registered taskstats version 1\n[ 0.683576] Loading compiled-in X.509 certificates\n[ 0.685161] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687221] zswap: loaded using pool lzo/zbud\n[ 0.688961] Key type trusted registered\n[ 0.690786] Key type encrypted registered\n[ 0.691710] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692867] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694032] evm: HMAC attrs: 0x1\n[ 0.695080] Magic number: 10:139:517\n[ 0.696032] rtc_cmos 00:00: setting system clock to 2018-07-15 05:30:15 UTC (1531632615)\n[ 0.697820] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699059] EDD information not available.\n[ 0.777265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789557] Write protecting the kernel read-only data: 14336k\n[ 0.791845] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793866] 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\n[ 0.839690] 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.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.14...\nLease of 192.168.0.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-00000017\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCBEWLuUOJCRsuJhfZPTyltK5cmtE3vD+ar3n/yC8WcXUOyHoPtzEbDbSgzO8afwi2mdkKtM1Jj+EPDTADtpkQyXqkQ8M5z4FG2RZ1SimgvdwpXfWS4ILxTc32t1bT+LMjWeFit8niMTmgSLh/srcl/Q93cxlJJUNac3ddsUT74UH+73O/cPuSd3ZAzsVpUb5d+Kux8bbxLOE7lEFudG7E6vaHPgOhodqjrpRcSmKNPA2HTLHR+HaMmW9vrgf1SqXZpDFGlHgxOQNmM8Jz4LjzYj0VFg3Y7IV22Zw+DWR2ifzrvnh6sP7M7+t5jGO2bzHLUzfNbAXzGt19wK6jhO8GZ root@cinder-test-vm-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64\nssh-dss AAAAB3NzaC1kc3MAAACBALtcvjmYEOKOB7XM6nwmhiZtwkgdb2yHAHohUJpkTdk6pX6093H+oRSx7i1XdOWN5HOi4+Q+z5QyeV3Xt/x3JC3mcA6fxe8N5Z5xSLRu212vuz8fr+91Q6tmH1kUdjz7q0UaZXeI6OcaHGiUWqYcJM3AAxmYZb9NdCbSbGHIWlKVAAAAFQDMC473W1Jk4cRTToceAWyUVr9O3wAAAIB0eGtmgiYr5L02XaFceWl59A96tpWUrpQ+rCeycCJR51kILV19Z1VRcALm/qvHQoEaSd/KkGRRdi6nd26OfEbshWmXFugh7znOqxtPRBG5kHtX6e5UjfpXFOY+m6usKxFPdtgASjklsWcpe42mAGumvMu/B1NLDK1qzncdJmAC7wAAAIB9nfgybtqvjI2LO59jlhDZM4kDfTow+Znm2qFMrsd91Y/ksrdFXYYkYxdzqv8tR+eUsOyR7izEMVAqRrOl97b7MAsbDthjnel/4/BN9ND9yxcuV/qaPTzGQslxlg68LCL+1KE5xbTb+6HoNMDXuGEVtHO5dGhQa9R1oTOYSDtShA== root@cinder-test-vm-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.14,24,fe80::f816:3eff:fe86:a1e2/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.2 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.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-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.36 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64 login: "} 2018-07-15 05:30:21,416 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2/action used request id req-31dd1bc2-d5ae-4823-af07-8e00551c7949 2018-07-15 05:30:21,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.123350858688s 2018-07-15 05:30:21,417 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2/action used request id req-31dd1bc2-d5ae-4823-af07-8e00551c7949 2018-07-15 05:30:21,417 - 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 482463511 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.150935] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.152667] pid_max: default: 32768 minimum: 301 [ 0.153606] ACPI: Core revision 20150930 [ 0.155029] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.156404] Security Framework initialized [ 0.157261] Yama: becoming mindful. [ 0.158038] AppArmor: AppArmor initialized [ 0.158936] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.160335] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161670] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162952] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164432] Initializing cgroup subsys io [ 0.165280] Initializing cgroup subsys memory [ 0.166203] Initializing cgroup subsys devices [ 0.167121] Initializing cgroup subsys freezer [ 0.168029] Initializing cgroup subsys net_cls [ 0.168933] Initializing cgroup subsys perf_event [ 0.169884] Initializing cgroup subsys net_prio [ 0.170823] Initializing cgroup subsys hugetlb [ 0.171735] Initializing cgroup subsys pids [ 0.172644] CPU: Physical Processor ID: 0 [ 0.174177] mce: CPU supports 10 MCE banks [ 0.175072] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.176118] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.192118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.198251] ftrace: allocating 31920 entries in 125 pages [ 0.222916] smpboot: Max logical packages: 1 [ 0.223832] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225234] x2apic enabled [ 0.226083] Switched APIC routing to physical x2apic. [ 0.227867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229040] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231220] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233106] KVM setup paravirtual spinlock [ 0.234454] x86: Booted up 1 node, 1 CPUs [ 0.235296] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236755] devtmpfs: initialized [ 0.238501] evm: security.selinux [ 0.239230] evm: security.SMACK64 [ 0.239957] evm: security.SMACK64EXEC [ 0.240734] evm: security.SMACK64TRANSMUTE [ 0.241583] evm: security.SMACK64MMAP [ 0.242361] evm: security.ima [ 0.243023] evm: security.capability [ 0.243866] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.245812] pinctrl core: initialized pinctrl subsystem [ 0.246956] RTC time: 5:30:15, date: 07/15/18 [ 0.247966] NET: Registered protocol family 16 [ 0.249002] cpuidle: using governor ladder [ 0.249871] cpuidle: using governor menu [ 0.250698] PCCT header not found. [ 0.251483] ACPI: bus type PCI registered [ 0.252318] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.253623] PCI: Using configuration type 1 for base access [ 0.255449] ACPI: Added _OSI(Module Device) [ 0.256322] ACPI: Added _OSI(Processor Device) [ 0.257223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.258162] ACPI: Added _OSI(Processor Aggregator Device) [ 0.259968] ACPI: Interpreter enabled [ 0.260764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.262694] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.264625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.266740] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.268744] ACPI: (supports S0 S5) [ 0.269510] ACPI: Using IOAPIC for interrupt routing [ 0.270542] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273789] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.275264] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276623] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277929] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.280362] acpiphp: Slot [3] registered [ 0.281228] acpiphp: Slot [4] registered [ 0.282097] acpiphp: Slot [5] registered [ 0.282962] acpiphp: Slot [6] registered [ 0.283829] acpiphp: Slot [7] registered [ 0.284700] acpiphp: Slot [8] registered [ 0.285568] acpiphp: Slot [9] registered [ 0.286437] acpiphp: Slot [10] registered [ 0.287310] acpiphp: Slot [11] registered [ 0.288193] acpiphp: Slot [12] registered [ 0.289073] acpiphp: Slot [13] registered [ 0.289952] acpiphp: Slot [14] registered [ 0.290835] acpiphp: Slot [15] registered [ 0.302104] acpiphp: Slot [16] registered [ 0.302987] acpiphp: Slot [17] registered [ 0.303874] acpiphp: Slot [18] registered [ 0.304929] acpiphp: Slot [19] registered [ 0.305809] acpiphp: Slot [20] registered [ 0.306702] acpiphp: Slot [21] registered [ 0.307579] acpiphp: Slot [22] registered [ 0.308452] acpiphp: Slot [23] registered [ 0.309304] acpiphp: Slot [24] registered [ 0.310163] acpiphp: Slot [25] registered [ 0.311100] acpiphp: Slot [26] registered [ 0.311959] acpiphp: Slot [27] registered [ 0.312816] acpiphp: Slot [28] registered [ 0.313677] acpiphp: Slot [29] registered [ 0.314531] acpiphp: Slot [30] registered [ 0.315389] acpiphp: Slot [31] registered [ 0.316242] PCI host bridge to bus 0000:00 [ 0.317143] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.318477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.319776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.321345] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.322880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.324861] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.328205] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.329581] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.330839] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.332186] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.335766] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.337487] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355608] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357164] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359087] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360571] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.363347] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.364723] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367517] vgaarb: loaded [ 0.368188] vgaarb: bridge control possible 0000:00:02.0 [ 0.369505] SCSI subsystem initialized [ 0.370455] ACPI: bus type USB registered [ 0.371335] usbcore: registered new interface driver usbfs [ 0.372434] usbcore: registered new interface driver hub [ 0.373514] usbcore: registered new device driver usb [ 0.374682] PCI: Using ACPI for IRQ routing [ 0.375939] NetLabel: Initializing [ 0.376703] NetLabel: domain hash size = 128 [ 0.377634] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378700] NetLabel: unlabeled traffic allowed by default [ 0.379920] clocksource: Switched to clocksource kvm-clock [ 0.388066] AppArmor: AppArmor Filesystem Enabled [ 0.389130] pnp: PnP ACPI init [ 0.390093] pnp: PnP ACPI: found 5 devices [ 0.396447] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.398306] NET: Registered protocol family 2 [ 0.399432] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.400822] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.402111] TCP: Hash tables configured (established 4096 bind 4096) [ 0.403397] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.404735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.406008] NET: Registered protocol family 1 [ 0.406977] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.408187] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409364] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423172] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.437329] Trying to unpack rootfs image as initramfs... [ 0.493234] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495102] Scanning for low memory corruption every 60 seconds [ 0.496543] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.497800] audit: initializing netlink subsys (disabled) [ 0.498924] audit: type=2000 audit(1531632615.801:1): initialized [ 0.500394] Initialise system trusted keyring [ 0.501412] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502660] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504862] zbud: loaded [ 0.505634] VFS: Disk quotas dquot_6.6.0 [ 0.506522] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508256] fuse init (API version 7.23) [ 0.509260] Key type big_key registered [ 0.510143] Allocating IMA MOK and blacklist keyrings. [ 0.511444] Key type asymmetric registered [ 0.512331] Asymmetric key parser 'x509' registered [ 0.513359] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.514930] io scheduler noop registered [ 0.515773] io scheduler deadline registered (default) [ 0.516842] io scheduler cfq registered [ 0.517737] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518866] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.520273] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521810] ACPI: Power Button [PWRF] [ 0.522697] GHES: HEST is not enabled! [ 0.536110] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563718] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566294] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590709] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593744] Linux agpgart interface v0.103 [ 0.596754] brd: module loaded [ 0.598536] loop: module loaded [ 0.605891] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607493] GPT:90111 != 2097151 [ 0.608232] GPT:Alternate GPT header not at the end of the disk. [ 0.609438] GPT:90111 != 2097151 [ 0.610187] GPT: Use GNU Parted to correct GPT errors. [ 0.611273] vda: vda1 vda15 [ 0.612851] scsi host0: ata_piix [ 0.613691] scsi host1: ata_piix [ 0.614471] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.615804] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.617408] libphy: Fixed MDIO Bus: probed [ 0.618300] tun: Universal TUN/TAP device driver, 1.6 [ 0.619353] tun: (C) 1999-2004 Max Krasnyansky [ 0.621978] PPP generic driver version 2.4.2 [ 0.623338] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.625235] ehci-pci: EHCI PCI platform driver [ 0.626593] ehci-platform: EHCI generic platform driver [ 0.628061] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.629307] ohci-pci: OHCI PCI platform driver [ 0.630263] ohci-platform: OHCI generic platform driver [ 0.631366] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645715] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646818] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648415] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649520] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.650773] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653706] usb usb1: Product: UHCI Host Controller [ 0.654729] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.655985] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657051] hub 1-0:1.0: USB hub found [ 0.657902] hub 1-0:1.0: 2 ports detected [ 0.658925] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661242] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662319] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663590] mousedev: PS/2 mouse device common for all mice [ 0.664996] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667009] rtc_cmos 00:00: RTC can wake from S4 [ 0.668232] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669542] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670870] i2c /dev entries driver [ 0.671706] device-mapper: uevent: version 1.0.3 [ 0.672771] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674575] ledtrig-cpu: registered to indicate activity on CPUs [ 0.676119] NET: Registered protocol family 10 [ 0.677355] NET: Registered protocol family 17 [ 0.678345] Key type dns_resolver registered [ 0.679430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.680670] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.682641] registered taskstats version 1 [ 0.683576] Loading compiled-in X.509 certificates [ 0.685161] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.687221] zswap: loaded using pool lzo/zbud [ 0.688961] Key type trusted registered [ 0.690786] Key type encrypted registered [ 0.691710] AppArmor: AppArmor sha1 policy hashing enabled [ 0.692867] ima: No TPM chip found, activating TPM-bypass! [ 0.694032] evm: HMAC attrs: 0x1 [ 0.695080] Magic number: 10:139:517 [ 0.696032] rtc_cmos 00:00: setting system clock to 2018-07-15 05:30:15 UTC (1531632615) [ 0.697820] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699059] EDD information not available. [ 0.777265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789557] Write protecting the kernel read-only data: 14336k [ 0.791845] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.793866] 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 [ 0.839690] 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.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.14... Lease of 192.168.0.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-00000017 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCBEWLuUOJCRsuJhfZPTyltK5cmtE3vD+ar3n/yC8WcXUOyHoPtzEbDbSgzO8afwi2mdkKtM1Jj+EPDTADtpkQyXqkQ8M5z4FG2RZ1SimgvdwpXfWS4ILxTc32t1bT+LMjWeFit8niMTmgSLh/srcl/Q93cxlJJUNac3ddsUT74UH+73O/cPuSd3ZAzsVpUb5d+Kux8bbxLOE7lEFudG7E6vaHPgOhodqjrpRcSmKNPA2HTLHR+HaMmW9vrgf1SqXZpDFGlHgxOQNmM8Jz4LjzYj0VFg3Y7IV22Zw+DWR2ifzrvnh6sP7M7+t5jGO2bzHLUzfNbAXzGt19wK6jhO8GZ root@cinder-test-vm-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64 ssh-dss AAAAB3NzaC1kc3MAAACBALtcvjmYEOKOB7XM6nwmhiZtwkgdb2yHAHohUJpkTdk6pX6093H+oRSx7i1XdOWN5HOi4+Q+z5QyeV3Xt/x3JC3mcA6fxe8N5Z5xSLRu212vuz8fr+91Q6tmH1kUdjz7q0UaZXeI6OcaHGiUWqYcJM3AAxmYZb9NdCbSbGHIWlKVAAAAFQDMC473W1Jk4cRTToceAWyUVr9O3wAAAIB0eGtmgiYr5L02XaFceWl59A96tpWUrpQ+rCeycCJR51kILV19Z1VRcALm/qvHQoEaSd/KkGRRdi6nd26OfEbshWmXFugh7znOqxtPRBG5kHtX6e5UjfpXFOY+m6usKxFPdtgASjklsWcpe42mAGumvMu/B1NLDK1qzncdJmAC7wAAAIB9nfgybtqvjI2LO59jlhDZM4kDfTow+Znm2qFMrsd91Y/ksrdFXYYkYxdzqv8tR+eUsOyR7izEMVAqRrOl97b7MAsbDthjnel/4/BN9ND9yxcuV/qaPTzGQslxlg68LCL+1KE5xbTb+6HoNMDXuGEVtHO5dGhQa9R1oTOYSDtShA== root@cinder-test-vm-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.14,24,fe80::f816:3eff:fe86:a1e2/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.2 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.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-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.36 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64 login: 2018-07-15 05:30:22,421 - paramiko.transport - DEBUG - starting thread (client mode): 0x56ab48d0L 2018-07-15 05:30:22,422 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-15 05:30:22,422 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-15 05:30:22,422 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-15 05:30:22,423 - 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-15 05:30:22,424 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-15 05:30:22,424 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-15 05:30:22,424 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-15 05:30:22,424 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-15 05:30:22,424 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-15 05:30:22,441 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-15 05:30:22,442 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-15 05:30:22,454 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.210: 8aef84a8291583623cd4a07f87be6b55 2018-07-15 05:30:22,455 - paramiko.transport - DEBUG - Trying discovered key ac8ba55e170f2c1417964dcfbdf13e3e in /tmp/tmpraHnER 2018-07-15 05:30:22,480 - paramiko.transport - DEBUG - userauth is OK 2018-07-15 05:30:22,486 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-15 05:30:22,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-15 05:30:22,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"volumeAttachment": {"volumeId": "e3e9ab67-6b16-498e-977f-5ef275a29e4e"}}' 2018-07-15 05:30:25,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30: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-30a03732-e1fc-4b61-abc1-eb3f8fbf9861 x-compute-request-id: req-30a03732-e1fc-4b61-abc1-eb3f8fbf9861 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "bbdca607-a065-449b-ba39-ec326377caa2", "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "volumeId": "e3e9ab67-6b16-498e-977f-5ef275a29e4e"}} 2018-07-15 05:30:25,149 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2/os-volume_attachments used request id req-30a03732-e1fc-4b61-abc1-eb3f8fbf9861 2018-07-15 05:30:25,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.661632061s 2018-07-15 05:30:25,150 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2/os-volume_attachments used request id req-30a03732-e1fc-4b61-abc1-eb3f8fbf9861 2018-07-15 05:30:25,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 05:30:25,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:26,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:25 GMT Server: Apache x-compute-request-id: req-90746006-59dc-4339-8928-16502e5de1ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-90746006-59dc-4339-8928-16502e5de1ca Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "379a3122051747acbf354af31ad0896c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "self"}, {"href": "http://172.30.9.25:8776/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T05:29:59.000000", "description": null, "os-vol-tenant-attr:tenant_id": "08b632e86b51495c96e56384d3128f2a", "updated_at": "2018-07-15T05:30:25.000000", "volume_type": null, "name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "size": 2}]} 2018-07-15 05:30:26,097 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-90746006-59dc-4339-8928-16502e5de1ca 2018-07-15 05:30:26,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.947351932526s 2018-07-15 05:30:26,098 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-90746006-59dc-4339-8928-16502e5de1ca 2018-07-15 05:30:26,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:30:28,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 05:30:28,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:29,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:28 GMT Server: Apache x-compute-request-id: req-e4d4fb30-6415-4cca-add0-e345c6ed2d16 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e4d4fb30-6415-4cca-add0-e345c6ed2d16 Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "379a3122051747acbf354af31ad0896c", "attachments": [{"server_id": "bbdca607-a065-449b-ba39-ec326377caa2", "attachment_id": "3a5e5ae7-99af-4a29-b536-ba010303ff26", "attached_at": "2018-07-15T05:30:27.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "device": "/dev/vdb", "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e"}], "links": [{"href": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "self"}, {"href": "http://172.30.9.25:8776/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T05:29:59.000000", "description": null, "os-vol-tenant-attr:tenant_id": "08b632e86b51495c96e56384d3128f2a", "updated_at": "2018-07-15T05:30:28.000000", "volume_type": null, "name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "size": 2}]} 2018-07-15 05:30:29,042 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-e4d4fb30-6415-4cca-add0-e345c6ed2d16 2018-07-15 05:30:29,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.940276861191s 2018-07-15 05:30:29,043 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-e4d4fb30-6415-4cca-add0-e345c6ed2d16 2018-07-15 05:30:29,045 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-15 05:30:29,046 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-15 05:30:29,046 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-15 05:30:29,047 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-15 05:30:29,114 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-15 05:30:29,115 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-15 05:30:29,116 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-15 05:30:29,116 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-15 05:30:29,152 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-15 05:30:29,153 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-15 05:30:29,181 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-15 05:30:29,381 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-15 05:30:29,381 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Creating filesystem with 524288 4k blocks and 131072 inodes Filesystem UUID: 56e86786-d59c-47e6-b9ce-3bfeec57e8cb Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-07-15 05:30:29,382 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-07-15 05:30:29,383 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-15 05:30:29,383 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-07-15 05:30:29,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-15 05:30:29,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2/os-volume_attachments/e3e9ab67-6b16-498e-977f-5ef275a29e4e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:31,926 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:30: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-6c89f0e4-2d67-4e4b-8d7e-885d4fa3f79d x-compute-request-id: req-6c89f0e4-2d67-4e4b-8d7e-885d4fa3f79d Content-Length: 0 Content-Type: application/json 2018-07-15 05:30:31,926 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2/os-volume_attachments/e3e9ab67-6b16-498e-977f-5ef275a29e4e used request id req-6c89f0e4-2d67-4e4b-8d7e-885d4fa3f79d 2018-07-15 05:30:31,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.5428481102s 2018-07-15 05:30:31,927 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2/os-volume_attachments/e3e9ab67-6b16-498e-977f-5ef275a29e4e used request id req-6c89f0e4-2d67-4e4b-8d7e-885d4fa3f79d 2018-07-15 05:30:31,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 05:30:31,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:32,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:31 GMT Server: Apache x-compute-request-id: req-cf0b2779-186a-415b-8e12-b2f8eac090b5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cf0b2779-186a-415b-8e12-b2f8eac090b5 Content-Encoding: gzip Content-Length: 581 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "379a3122051747acbf354af31ad0896c", "attachments": [{"server_id": "bbdca607-a065-449b-ba39-ec326377caa2", "attachment_id": "3a5e5ae7-99af-4a29-b536-ba010303ff26", "attached_at": "2018-07-15T05:30:27.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "device": "/dev/vdb", "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e"}], "links": [{"href": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "self"}, {"href": "http://172.30.9.25:8776/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T05:29:59.000000", "description": null, "os-vol-tenant-attr:tenant_id": "08b632e86b51495c96e56384d3128f2a", "updated_at": "2018-07-15T05:30:31.000000", "volume_type": null, "name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "size": 2}]} 2018-07-15 05:30:32,868 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-cf0b2779-186a-415b-8e12-b2f8eac090b5 2018-07-15 05:30:32,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.940384864807s 2018-07-15 05:30:32,868 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-cf0b2779-186a-415b-8e12-b2f8eac090b5 2018-07-15 05:30:32,870 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:30:34,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 05:30:34,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:35,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:34 GMT Server: Apache x-compute-request-id: req-56c98106-edf2-4261-9711-e4f2710be0ab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-56c98106-edf2-4261-9711-e4f2710be0ab Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "379a3122051747acbf354af31ad0896c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "self"}, {"href": "http://172.30.9.25:8776/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T05:29:59.000000", "description": null, "os-vol-tenant-attr:tenant_id": "08b632e86b51495c96e56384d3128f2a", "updated_at": "2018-07-15T05:30:33.000000", "volume_type": null, "name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "size": 2}]} 2018-07-15 05:30:35,826 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-56c98106-edf2-4261-9711-e4f2710be0ab 2018-07-15 05:30:35,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.954962015152s 2018-07-15 05:30:35,827 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-56c98106-edf2-4261-9711-e4f2710be0ab 2018-07-15 05:30:35,828 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-07-15 05:30:35,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-15 05:30:35,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"volumeAttachment": {"volumeId": "e3e9ab67-6b16-498e-977f-5ef275a29e4e"}}' 2018-07-15 05:30:37,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c55e40c0-cc9f-4704-b8e6-d0d0252995c5 x-compute-request-id: req-c55e40c0-cc9f-4704-b8e6-d0d0252995c5 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "85411e54-1277-48d5-8e0f-3e8935b0c469", "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "volumeId": "e3e9ab67-6b16-498e-977f-5ef275a29e4e"}} 2018-07-15 05:30:37,568 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469/os-volume_attachments used request id req-c55e40c0-cc9f-4704-b8e6-d0d0252995c5 2018-07-15 05:30:37,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.73881292343s 2018-07-15 05:30:37,568 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469/os-volume_attachments used request id req-c55e40c0-cc9f-4704-b8e6-d0d0252995c5 2018-07-15 05:30:37,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 05:30:37,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:38,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:37 GMT Server: Apache x-compute-request-id: req-e18e7edc-17ec-4edf-adee-3e471da9a89f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e18e7edc-17ec-4edf-adee-3e471da9a89f Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "379a3122051747acbf354af31ad0896c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "self"}, {"href": "http://172.30.9.25:8776/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T05:29:59.000000", "description": null, "os-vol-tenant-attr:tenant_id": "08b632e86b51495c96e56384d3128f2a", "updated_at": "2018-07-15T05:30:37.000000", "volume_type": null, "name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "size": 2}]} 2018-07-15 05:30:38,552 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-e18e7edc-17ec-4edf-adee-3e471da9a89f 2018-07-15 05:30:38,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.983803033829s 2018-07-15 05:30:38,553 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-e18e7edc-17ec-4edf-adee-3e471da9a89f 2018-07-15 05:30:38,555 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:30:40,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 05:30:40,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:41,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:40 GMT Server: Apache x-compute-request-id: req-5cc7176b-f596-42de-aab3-abdd243157b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5cc7176b-f596-42de-aab3-abdd243157b0 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "379a3122051747acbf354af31ad0896c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "self"}, {"href": "http://172.30.9.25:8776/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T05:29:59.000000", "description": null, "os-vol-tenant-attr:tenant_id": "08b632e86b51495c96e56384d3128f2a", "updated_at": "2018-07-15T05:30:40.000000", "volume_type": null, "name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "size": 2}]} 2018-07-15 05:30:41,518 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-5cc7176b-f596-42de-aab3-abdd243157b0 2018-07-15 05:30:41,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.960376977921s 2018-07-15 05:30:41,519 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-5cc7176b-f596-42de-aab3-abdd243157b0 2018-07-15 05:30:41,520 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:30:43,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 05:30:43,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:43,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:43 GMT Server: Apache x-compute-request-id: req-391f1df6-20c4-4492-8689-a97126a0d55a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-391f1df6-20c4-4492-8689-a97126a0d55a Content-Encoding: gzip Content-Length: 580 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "379a3122051747acbf354af31ad0896c", "attachments": [{"server_id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "attachment_id": "b5d42802-2648-4049-8a49-ca63fbbef518", "attached_at": "2018-07-15T05:30:40.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "device": "/dev/vdb", "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e"}], "links": [{"href": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "self"}, {"href": "http://172.30.9.25:8776/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T05:29:59.000000", "description": null, "os-vol-tenant-attr:tenant_id": "08b632e86b51495c96e56384d3128f2a", "updated_at": "2018-07-15T05:30:41.000000", "volume_type": null, "name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "size": 2}]} 2018-07-15 05:30:43,592 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-391f1df6-20c4-4492-8689-a97126a0d55a 2018-07-15 05:30:43,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0686829090118s 2018-07-15 05:30:43,592 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-391f1df6-20c4-4492-8689-a97126a0d55a 2018-07-15 05:30:43,594 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-15 05:30:43,596 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-15 05:30:43,596 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-15 05:30:43,599 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-15 05:30:43,666 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-15 05:30:43,667 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-15 05:30:43,668 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-15 05:30:43,668 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-15 05:30:43,705 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-15 05:30:43,705 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-15 05:30:43,733 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-15 05:30:43,754 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-15 05:30:43,754 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-07-15 05:30:43,755 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-07-15 05:30:43,755 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-15 05:30:43,755 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-07-15 05:30:43,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-15 05:30:43,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469/os-volume_attachments/e3e9ab67-6b16-498e-977f-5ef275a29e4e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:45,245 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:30:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-40a5bcdd-0bcb-425c-a9f7-f8d55f8ca264 x-compute-request-id: req-40a5bcdd-0bcb-425c-a9f7-f8d55f8ca264 Content-Length: 0 Content-Type: application/json 2018-07-15 05:30:45,245 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469/os-volume_attachments/e3e9ab67-6b16-498e-977f-5ef275a29e4e used request id req-40a5bcdd-0bcb-425c-a9f7-f8d55f8ca264 2018-07-15 05:30:45,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.48969006538s 2018-07-15 05:30:45,246 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469/os-volume_attachments/e3e9ab67-6b16-498e-977f-5ef275a29e4e used request id req-40a5bcdd-0bcb-425c-a9f7-f8d55f8ca264 2018-07-15 05:30:45,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 05:30:45,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:45,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:45 GMT Server: Apache x-compute-request-id: req-6d36078b-0531-4bc5-af59-149daba4edae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6d36078b-0531-4bc5-af59-149daba4edae Content-Encoding: gzip Content-Length: 583 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "379a3122051747acbf354af31ad0896c", "attachments": [{"server_id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "attachment_id": "b5d42802-2648-4049-8a49-ca63fbbef518", "attached_at": "2018-07-15T05:30:40.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "device": "/dev/vdb", "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e"}], "links": [{"href": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "self"}, {"href": "http://172.30.9.25:8776/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T05:29:59.000000", "description": null, "os-vol-tenant-attr:tenant_id": "08b632e86b51495c96e56384d3128f2a", "updated_at": "2018-07-15T05:30:45.000000", "volume_type": null, "name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "size": 2}]} 2018-07-15 05:30:45,313 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-6d36078b-0531-4bc5-af59-149daba4edae 2018-07-15 05:30:45,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.067106962204s 2018-07-15 05:30:45,314 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-6d36078b-0531-4bc5-af59-149daba4edae 2018-07-15 05:30:45,315 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:30:47,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 05:30:47,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:48,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:47 GMT Server: Apache x-compute-request-id: req-6c1abe80-6489-4cbe-9b44-b497c35a3db1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c1abe80-6489-4cbe-9b44-b497c35a3db1 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "379a3122051747acbf354af31ad0896c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "self"}, {"href": "http://172.30.9.25:8776/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T05:29:59.000000", "description": null, "os-vol-tenant-attr:tenant_id": "08b632e86b51495c96e56384d3128f2a", "updated_at": "2018-07-15T05:30:46.000000", "volume_type": null, "name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "size": 2}]} 2018-07-15 05:30:48,256 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-6c1abe80-6489-4cbe-9b44-b497c35a3db1 2018-07-15 05:30:48,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.938060045242s 2018-07-15 05:30:48,256 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-6c1abe80-6489-4cbe-9b44-b497c35a3db1 2018-07-15 05:30:48,370 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 05:30:48,371 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:18 | PASS | +---------------------+------------------+------------------+----------------+ 2018-07-15 05:30:48,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 05:30:48,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:48,699 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:30:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ce505ee7-3a52-45fc-a7dd-3bd58349a09f x-compute-request-id: req-ce505ee7-3a52-45fc-a7dd-3bd58349a09f Content-Type: application/json 2018-07-15 05:30:48,699 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469 used request id req-ce505ee7-3a52-45fc-a7dd-3bd58349a09f 2018-07-15 05:30:48,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.322767972946s 2018-07-15 05:30:48,699 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469 used request id req-ce505ee7-3a52-45fc-a7dd-3bd58349a09f 2018-07-15 05:30:48,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:30:48,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:49,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c26e214-4dec-4203-87a8-87199cfee1bc x-compute-request-id: req-0c26e214-4dec-4203-87a8-87199cfee1bc Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:a1:e2", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:a1:e2", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:30:15.000000", "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "bbdca607-a065-449b-ba39-ec326377caa2", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:30:15Z", "hostId": "7397e4098c164069c55d3446af68e4a19485f6a2de45300c7ac95175", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:30:06Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:93:fa", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/85411e54-1277-48d5-8e0f-3e8935b0c469", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:29:51.000000", "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "85411e54-1277-48d5-8e0f-3e8935b0c469", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:30:48Z", "hostId": "9c70473a244918b3d96dc1032b84c176d6cea3c14d44a3e6358eee96", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm2_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:29:43Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:30:49,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0c26e214-4dec-4203-87a8-87199cfee1bc 2018-07-15 05:30:49,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.799408912659s 2018-07-15 05:30:49,500 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0c26e214-4dec-4203-87a8-87199cfee1bc 2018-07-15 05:30:49,502 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:30:51,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:30:51,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:52,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30: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-604d85dc-aeff-43eb-bdc8-2db8ab77580f x-compute-request-id: req-604d85dc-aeff-43eb-bdc8-2db8ab77580f Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:a1:e2", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:a1:e2", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:30:15.000000", "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "bbdca607-a065-449b-ba39-ec326377caa2", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:30:15Z", "hostId": "7397e4098c164069c55d3446af68e4a19485f6a2de45300c7ac95175", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:30:06Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:30:52,089 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-604d85dc-aeff-43eb-bdc8-2db8ab77580f 2018-07-15 05:30:52,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.583526134491s 2018-07-15 05:30:52,089 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-604d85dc-aeff-43eb-bdc8-2db8ab77580f 2018-07-15 05:30:52,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-15 05:30:52,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/711b4d0e-c877-473b-9936-0c4b936e4f02.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:52,886 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-914203e6-cfde-4f31-9cef-932b54b76b62 Content-Length: 0 Date: Sun, 15 Jul 2018 05:30:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:30:52,886 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/711b4d0e-c877-473b-9936-0c4b936e4f02.json used request id req-914203e6-cfde-4f31-9cef-932b54b76b62 2018-07-15 05:30:52,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.793560028076s 2018-07-15 05:30:52,887 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/711b4d0e-c877-473b-9936-0c4b936e4f02.json used request id req-914203e6-cfde-4f31-9cef-932b54b76b62 2018-07-15 05:30:52,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:30:52,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:52,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-58189cd8-ff0e-44da-9ea6-ca4de6f164be Date: Sun, 15 Jul 2018 05:30:52 GMT RESP BODY: {"floatingips": [{"router_id": "3a5e38b5-521c-4843-823b-be1ed262db7a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-15T05:30:20Z", "floating_network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "fixed_ip_address": "192.168.0.14", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "c442c8db-21f4-4c35-9427-9e3dbf32bc8b", "id": "cbfa20ee-a4cc-4bef-adaf-b2e348b053fa", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "created_at": "2018-07-15T05:30:20Z", "project_id": "08b632e86b51495c96e56384d3128f2a"}]} 2018-07-15 05:30:52,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-58189cd8-ff0e-44da-9ea6-ca4de6f164be 2018-07-15 05:30:52,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0565938949585s 2018-07-15 05:30:52,949 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-58189cd8-ff0e-44da-9ea6-ca4de6f164be 2018-07-15 05:30:52,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 05:30:52,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:53,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:52 GMT Server: Apache x-compute-request-id: req-71339053-78c5-445a-a9f7-85e3a2f5d748 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-71339053-78c5-445a-a9f7-85e3a2f5d748 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "379a3122051747acbf354af31ad0896c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "self"}, {"href": "http://172.30.9.25:8776/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T05:29:59.000000", "description": null, "os-vol-tenant-attr:tenant_id": "08b632e86b51495c96e56384d3128f2a", "updated_at": "2018-07-15T05:30:46.000000", "volume_type": null, "name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "size": 2}]} 2018-07-15 05:30:53,893 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-71339053-78c5-445a-a9f7-85e3a2f5d748 2018-07-15 05:30:53,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.939030170441s 2018-07-15 05:30:53,893 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-71339053-78c5-445a-a9f7-85e3a2f5d748 2018-07-15 05:30:53,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-07-15 05:30:53,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:54,885 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:30:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-52b695bb-7681-4956-9c67-77056ae505c8 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 05:30:54,885 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e used request id req-52b695bb-7681-4956-9c67-77056ae505c8 2018-07-15 05:30:54,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.990342855453s 2018-07-15 05:30:54,886 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e used request id req-52b695bb-7681-4956-9c67-77056ae505c8 2018-07-15 05:30:54,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 05:30:54,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:54,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:54 GMT Server: Apache x-compute-request-id: req-5cdd82e5-5642-43d6-86d0-b2df84ed29e2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5cdd82e5-5642-43d6-86d0-b2df84ed29e2 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "379a3122051747acbf354af31ad0896c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "self"}, {"href": "http://172.30.9.25:8776/08b632e86b51495c96e56384d3128f2a/volumes/e3e9ab67-6b16-498e-977f-5ef275a29e4e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T05:29:59.000000", "description": null, "os-vol-tenant-attr:tenant_id": "08b632e86b51495c96e56384d3128f2a", "updated_at": "2018-07-15T05:30:54.000000", "volume_type": null, "name": "cinder_test-volume_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e3e9ab67-6b16-498e-977f-5ef275a29e4e", "size": 2}]} 2018-07-15 05:30:54,951 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-5cdd82e5-5642-43d6-86d0-b2df84ed29e2 2018-07-15 05:30:54,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0652010440826s 2018-07-15 05:30:54,952 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-5cdd82e5-5642-43d6-86d0-b2df84ed29e2 2018-07-15 05:30:54,953 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:30:56,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 05:30:56,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:57,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30:56 GMT Server: Apache x-compute-request-id: req-0b6564dd-1b62-4d25-8772-daad904693b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0b6564dd-1b62-4d25-8772-daad904693b0 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-15 05:30:57,004 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-0b6564dd-1b62-4d25-8772-daad904693b0 2018-07-15 05:30:57,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0486180782318s 2018-07-15 05:30:57,005 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/08b632e86b51495c96e56384d3128f2a/volumes/detail used request id req-0b6564dd-1b62-4d25-8772-daad904693b0 2018-07-15 05:30:57,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-15 05:30:57,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/cbfa20ee-a4cc-4bef-adaf-b2e348b053fa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:57,953 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55e058b5-c98a-40fb-8c98-62e98f8d2229 Content-Length: 0 Date: Sun, 15 Jul 2018 05:30:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:30:57,953 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/cbfa20ee-a4cc-4bef-adaf-b2e348b053fa.json used request id req-55e058b5-c98a-40fb-8c98-62e98f8d2229 2018-07-15 05:30:57,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.945125102997s 2018-07-15 05:30:57,953 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/cbfa20ee-a4cc-4bef-adaf-b2e348b053fa.json used request id req-55e058b5-c98a-40fb-8c98-62e98f8d2229 2018-07-15 05:30:57,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 05:30:57,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:58,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5bf1a850-244d-44b3-ae25-fc1bd81a8b41 Date: Sun, 15 Jul 2018 05:30:58 GMT RESP BODY: {"floatingips": []} 2018-07-15 05:30:58,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-5bf1a850-244d-44b3-ae25-fc1bd81a8b41 2018-07-15 05:30:58,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0539932250977s 2018-07-15 05:30:58,012 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-5bf1a850-244d-44b3-ae25-fc1bd81a8b41 2018-07-15 05:30:58,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 05:30:58,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:58,304 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:30: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-303999fd-9d58-448e-83fe-90a03f40cf5d x-compute-request-id: req-303999fd-9d58-448e-83fe-90a03f40cf5d Content-Type: application/json 2018-07-15 05:30:58,304 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2 used request id req-303999fd-9d58-448e-83fe-90a03f40cf5d 2018-07-15 05:30:58,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.290503978729s 2018-07-15 05:30:58,305 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2 used request id req-303999fd-9d58-448e-83fe-90a03f40cf5d 2018-07-15 05:30:58,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:30:58,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:30:59,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:30: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-e4cc151b-4971-4e9e-9fb9-90575ebf3e7f x-compute-request-id: req-e4cc151b-4971-4e9e-9fb9-90575ebf3e7f Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:a1:e2", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:a1:e2", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/bbdca607-a065-449b-ba39-ec326377caa2", "rel": "bookmark"}], "image": {"id": "a2262834-485e-4fca-af5c-4165b98cfc76", "links": [{"href": "http://172.30.9.25:8774/images/a2262834-485e-4fca-af5c-4165b98cfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T05:30:15.000000", "flavor": {"id": "5f457a77-1915-4789-9639-888e9025d315", "links": [{"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "bookmark"}]}, "id": "bbdca607-a065-449b-ba39-ec326377caa2", "security_groups": [{"name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}], "user_id": "379a3122051747acbf354af31ad0896c", "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-15T05:30:58Z", "hostId": "7397e4098c164069c55d3446af68e4a19485f6a2de45300c7ac95175", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "name": "cinder_test-vm_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "created": "2018-07-15T05:30:06Z", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 05:30:59,089 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e4cc151b-4971-4e9e-9fb9-90575ebf3e7f 2018-07-15 05:30:59,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.783366918564s 2018-07-15 05:30:59,090 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e4cc151b-4971-4e9e-9fb9-90575ebf3e7f 2018-07-15 05:30:59,092 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 05:31:01,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 05:31:01,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:31:01,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:31: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-ca35de4d-01d5-431d-96f5-cff8ab9a7eff x-compute-request-id: req-ca35de4d-01d5-431d-96f5-cff8ab9a7eff Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 05:31:01,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ca35de4d-01d5-431d-96f5-cff8ab9a7eff 2018-07-15 05:31:01,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0776121616364s 2018-07-15 05:31:01,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ca35de4d-01d5-431d-96f5-cff8ab9a7eff 2018-07-15 05:31:01,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 05:31:01,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:31:01,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-3e1ff2bf-87aa-45d0-884f-fbd112a43e30 Date: Sun, 15 Jul 2018 05:31:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "08b632e86b51495c96e56384d3128f2a", "created_at": "2018-07-15T05:29:31Z", "updated_at": "2018-07-15T05:29:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:31Z", "revision_number": 0, "id": "10a8bdda-cd0f-4f44-929b-4b56c4028f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:31Z", "security_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv4", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:31Z", "revision_number": 0, "id": "1bf0d417-d5d2-4ae9-99d6-bb721ed579fd", "remote_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:31Z", "security_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv4", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:31Z", "revision_number": 0, "id": "9c18d6c1-79f4-47e1-a326-8971dd22afa8", "remote_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:31Z", "security_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv6", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:31Z", "revision_number": 0, "id": "b4022519-cdca-42cb-bd77-8f65cd46b9b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:31Z", "security_group_id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv6", "project_id": "08b632e86b51495c96e56384d3128f2a"}], "revision_number": 1, "project_id": "08b632e86b51495c96e56384d3128f2a", "id": "37685c05-18e8-47f5-8527-a45d52d3dc03", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "08b632e86b51495c96e56384d3128f2a", "created_at": "2018-07-15T05:29:38Z", "updated_at": "2018-07-15T05:29:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:38Z", "revision_number": 0, "id": "a43f6704-b208-4bfb-9243-612be2c18a88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:38Z", "security_group_id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv6", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T05:29:39Z", "revision_number": 0, "id": "bda1b358-e5f6-45ee-902d-381de018006c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:39Z", "security_group_id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:40Z", "revision_number": 0, "id": "c2474176-11d6-4d92-bd51-945be3014bfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:40Z", "security_group_id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv4", "project_id": "08b632e86b51495c96e56384d3128f2a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T05:29:38Z", "revision_number": 0, "id": "d5d43016-6a42-4bfb-ab4c-f797f3da8e1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T05:29:38Z", "security_group_id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "port_range_min": null, "ethertype": "IPv4", "project_id": "08b632e86b51495c96e56384d3128f2a"}], "revision_number": 3, "project_id": "08b632e86b51495c96e56384d3128f2a", "id": "ed856f67-b43f-4874-9f52-c5e5a95212d5", "name": "cinder_test-sg_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}]} 2018-07-15 05:31:01,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-3e1ff2bf-87aa-45d0-884f-fbd112a43e30 2018-07-15 05:31:01,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0580139160156s 2018-07-15 05:31:01,234 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-3e1ff2bf-87aa-45d0-884f-fbd112a43e30 2018-07-15 05:31:01,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-15 05:31:01,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/ed856f67-b43f-4874-9f52-c5e5a95212d5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:31:01,579 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-89d45ef1-df05-47d6-ab1f-40c0fa48539d Content-Length: 0 Date: Sun, 15 Jul 2018 05:31:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:31:01,579 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/ed856f67-b43f-4874-9f52-c5e5a95212d5.json used request id req-89d45ef1-df05-47d6-ab1f-40c0fa48539d 2018-07-15 05:31:01,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.340867042542s 2018-07-15 05:31:01,579 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/ed856f67-b43f-4874-9f52-c5e5a95212d5.json used request id req-89d45ef1-df05-47d6-ab1f-40c0fa48539d 2018-07-15 05:31:01,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-15 05:31:01,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:31:01,697 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:31: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-7f96314b-8337-48c3-8501-1a5b64999aed x-compute-request-id: req-7f96314b-8337-48c3-8501-1a5b64999aed Content-Length: 0 Content-Type: application/json 2018-07-15 05:31:01,697 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64 used request id req-7f96314b-8337-48c3-8501-1a5b64999aed 2018-07-15 05:31:01,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.117830038071s 2018-07-15 05:31:01,698 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/cinder_test-kp_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64 used request id req-7f96314b-8337-48c3-8501-1a5b64999aed 2018-07-15 05:31:01,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 05:31:01,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/3a5e38b5-521c-4843-823b-be1ed262db7a/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}099418c4e10d57eab6ebf1523195cdd92e596ab9" -d '{"subnet_id": "81ccc5b4-01cc-4b0d-823b-e186069161c6"}' 2018-07-15 05:31:03,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-17dcd54a-528b-41f9-9e23-6d5a10c2d1d3 Date: Sun, 15 Jul 2018 05:31:03 GMT RESP BODY: {"network_id": "94c700f4-a09d-4bb6-ab7d-0d53b06ced4a", "tenant_id": "08b632e86b51495c96e56384d3128f2a", "subnet_id": "81ccc5b4-01cc-4b0d-823b-e186069161c6", "subnet_ids": ["81ccc5b4-01cc-4b0d-823b-e186069161c6"], "port_id": "e9888267-b181-4a8e-9442-187ea5aa615b", "id": "3a5e38b5-521c-4843-823b-be1ed262db7a"} 2018-07-15 05:31:03,417 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/3a5e38b5-521c-4843-823b-be1ed262db7a/remove_router_interface.json used request id req-17dcd54a-528b-41f9-9e23-6d5a10c2d1d3 2018-07-15 05:31:03,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.71847987175s 2018-07-15 05:31:03,417 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/3a5e38b5-521c-4843-823b-be1ed262db7a/remove_router_interface.json used request id req-17dcd54a-528b-41f9-9e23-6d5a10c2d1d3 returning object 3a5e38b5-521c-4843-823b-be1ed262db7a 2018-07-15 05:31:03,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 05:31:03,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:31:03,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-afd206cd-b8b5-4ff8-aa59-7f85c7b2287a Date: Sun, 15 Jul 2018 05:31:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8c572765-2d43-4b88-981e-707a56735cd1", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9f33378f-37e6-43b3-b0c2-4e18f83f5694", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "08b632e86b51495c96e56384d3128f2a", "created_at": "2018-07-15T05:29:32Z", "admin_state_up": true, "updated_at": "2018-07-15T05:31:02Z", "revision_number": 4, "routes": [], "project_id": "08b632e86b51495c96e56384d3128f2a", "id": "3a5e38b5-521c-4843-823b-be1ed262db7a", "name": "cinder_test-router_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}]} 2018-07-15 05:31:03,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-afd206cd-b8b5-4ff8-aa59-7f85c7b2287a 2018-07-15 05:31:03,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.142904996872s 2018-07-15 05:31:03,561 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-afd206cd-b8b5-4ff8-aa59-7f85c7b2287a 2018-07-15 05:31:03,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 05:31:03,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/3a5e38b5-521c-4843-823b-be1ed262db7a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:31:05,094 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-732338d6-d5fc-4378-8e9e-c0893d6505b0 Content-Length: 0 Date: Sun, 15 Jul 2018 05:31:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:31:05,095 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/3a5e38b5-521c-4843-823b-be1ed262db7a.json used request id req-732338d6-d5fc-4378-8e9e-c0893d6505b0 2018-07-15 05:31:05,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.53253507614s 2018-07-15 05:31:05,095 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/3a5e38b5-521c-4843-823b-be1ed262db7a.json used request id req-732338d6-d5fc-4378-8e9e-c0893d6505b0 2018-07-15 05:31:05,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 05:31:05,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:31:05,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e21bfe5a-7123-4adc-95ea-42efa30b3056 Date: Sun, 15 Jul 2018 05:31:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:29:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T05:29:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"08b632e86b51495c96e56384d3128f2a","id":"81ccc5b4-01cc-4b0d-823b-e186069161c6","subnetpool_id":null,"name":"cinder_test-subnet_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}]} 2018-07-15 05:31:05,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-e21bfe5a-7123-4adc-95ea-42efa30b3056 2018-07-15 05:31:05,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.050213098526s 2018-07-15 05:31:05,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-e21bfe5a-7123-4adc-95ea-42efa30b3056 2018-07-15 05:31:05,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 05:31:05,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/81ccc5b4-01cc-4b0d-823b-e186069161c6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:31:07,479 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-696117d5-a076-4041-b54d-8e5643660d93 Date: Sun, 15 Jul 2018 05:31:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:31:07,479 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/81ccc5b4-01cc-4b0d-823b-e186069161c6.json used request id req-696117d5-a076-4041-b54d-8e5643660d93 2018-07-15 05:31:07,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.33143591881s 2018-07-15 05:31:07,479 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/81ccc5b4-01cc-4b0d-823b-e186069161c6.json used request id req-696117d5-a076-4041-b54d-8e5643660d93 2018-07-15 05:31:07,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 05:31:07,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:31:07,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-84abf410-1ba9-4128-9caa-8d446783741e Date: Sun, 15 Jul 2018 05:31:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9f33378f-37e6-43b3-b0c2-4e18f83f5694"],"updated_at":"2018-07-15T05:20:41Z","tenant_id":"015b6efde4b14340b597d5c867c208e6","created_at":"2018-07-15T05:20:34Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"015b6efde4b14340b597d5c867c208e6","id":"8c572765-2d43-4b88-981e-707a56735cd1","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T05:31:07Z","tenant_id":"08b632e86b51495c96e56384d3128f2a","created_at":"2018-07-15T05:29:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"08b632e86b51495c96e56384d3128f2a","id":"94c700f4-a09d-4bb6-ab7d-0d53b06ced4a","name":"cinder_test-net_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}]} 2018-07-15 05:31:07,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-84abf410-1ba9-4128-9caa-8d446783741e 2018-07-15 05:31:07,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.13916683197s 2018-07-15 05:31:07,619 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-84abf410-1ba9-4128-9caa-8d446783741e 2018-07-15 05:31:07,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 05:31:07,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/94c700f4-a09d-4bb6-ab7d-0d53b06ced4a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:31:09,558 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ff0ef5be-e33f-4ef1-9bac-683928c03dee Date: Sun, 15 Jul 2018 05:31:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 05:31:09,559 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/94c700f4-a09d-4bb6-ab7d-0d53b06ced4a.json used request id req-ff0ef5be-e33f-4ef1-9bac-683928c03dee 2018-07-15 05:31:09,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.93732190132s 2018-07-15 05:31:09,559 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/94c700f4-a09d-4bb6-ab7d-0d53b06ced4a.json used request id req-ff0ef5be-e33f-4ef1-9bac-683928c03dee 2018-07-15 05:31:09,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 05:31:09,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:31:09,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-978e7253-4f2b-4206-ba44-5a4ef1e0685a Date: Sun, 15 Jul 2018 05:31:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/a2262834-485e-4fca-af5c-4165b98cfc76/snap", "metadata": {}}], "file": "/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76/file", "owner": "08b632e86b51495c96e56384d3128f2a", "id": "a2262834-485e-4fca-af5c-4165b98cfc76", "size": 12716032, "self": "/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76", "disk_format": "qcow2", "direct_url": "rbd://014988a1-bbac-48f5-bdd7-02f12aa84c2e/images/a2262834-485e-4fca-af5c-4165b98cfc76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T05:29:37Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T05:29:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 05:31:09,842 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-978e7253-4f2b-4206-ba44-5a4ef1e0685a 2018-07-15 05:31:09,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.278307199478s 2018-07-15 05:31:09,842 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-978e7253-4f2b-4206-ba44-5a4ef1e0685a 2018-07-15 05:31:09,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 05:31:09,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}099418c4e10d57eab6ebf1523195cdd92e596ab9" 2018-07-15 05:31:11,031 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-34e3f6d0-b6db-458b-a576-c4e2c019fcf1 Date: Sun, 15 Jul 2018 05:31:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 05:31:11,031 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76 used request id req-34e3f6d0-b6db-458b-a576-c4e2c019fcf1 2018-07-15 05:31:11,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.18769407272s 2018-07-15 05:31:11,031 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/a2262834-485e-4fca-af5c-4165b98cfc76 used request id req-34e3f6d0-b6db-458b-a576-c4e2c019fcf1 2018-07-15 05:31:11,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 05:31:11,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:31:11,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:31: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-9c3e1b38-59b4-447e-867b-58bd07ddf8bb x-compute-request-id: req-9c3e1b38-59b4-447e-867b-58bd07ddf8bb Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5f457a77-1915-4789-9639-888e9025d315", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5f457a77-1915-4789-9639-888e9025d315", "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": "5f457a77-1915-4789-9639-888e9025d315"}]} 2018-07-15 05:31:11,056 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-9c3e1b38-59b4-447e-867b-58bd07ddf8bb 2018-07-15 05:31:11,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0241279602051s 2018-07-15 05:31:11,056 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-9c3e1b38-59b4-447e-867b-58bd07ddf8bb 2018-07-15 05:31:11,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 05:31:11,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/5f457a77-1915-4789-9639-888e9025d315 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:31:11,097 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 05:31: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-246e3f4d-1028-4157-af9e-940acae33fd3 x-compute-request-id: req-246e3f4d-1028-4157-af9e-940acae33fd3 Content-Length: 0 Content-Type: application/json 2018-07-15 05:31:11,097 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/5f457a77-1915-4789-9639-888e9025d315 used request id req-246e3f4d-1028-4157-af9e-940acae33fd3 2018-07-15 05:31:11,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0393390655518s 2018-07-15 05:31:11,097 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/5f457a77-1915-4789-9639-888e9025d315 used request id req-246e3f4d-1028-4157-af9e-940acae33fd3 2018-07-15 05:31:11,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:31:11,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:31:11,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7de84dbd-3b62-4d58-9da9-11365ad30517 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/0255670b0f954e4da231ad2ed5f27d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0255670b0f954e4da231ad2ed5f27d37", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/11f7ce447f114de18e36cd87cce7e45d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11f7ce447f114de18e36cd87cce7e45d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/1ec4d9b432d246c9993dbcedf8bd520f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ec4d9b432d246c9993dbcedf8bd520f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/34d6d74b6f394a4fa6665b584fdebff7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34d6d74b6f394a4fa6665b584fdebff7", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder_test-user_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "links": {"self": "http://172.30.9.25:5000/v3/users/379a3122051747acbf354af31ad0896c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "379a3122051747acbf354af31ad0896c", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/39ab10c64eeb48fe91cb832c421b1876"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39ab10c64eeb48fe91cb832c421b1876", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/4e38ae7ba96441dd90050af4d6927b35"}, "domain_id": "41772bd83fa146659c07e7f2ce369b5b", "enabled": true, "options": {}, "id": "4e38ae7ba96441dd90050af4d6927b35", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/8d21b752781546b09f9c436b0144650e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d21b752781546b09f9c436b0144650e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/9b71d418c6c84ccfa444645c813d408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b71d418c6c84ccfa444645c813d408b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/a398bd60ebd44db68dec542120fe0b1f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a398bd60ebd44db68dec542120fe0b1f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/b3219c4fa4234ce48a596e1a59fdd268"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3219c4fa4234ce48a596e1a59fdd268", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/b3b51e255d1e45b88c6da3a68cdb9096"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b3b51e255d1e45b88c6da3a68cdb9096", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/d3e1d34a8e4049a6b46b03e2f2f98f55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d3e1d34a8e4049a6b46b03e2f2f98f55", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/f501b6fd0a644232b712a18c71145436"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f501b6fd0a644232b712a18c71145436", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/fcc9389cbd2d4e1e955095e15e39bf07"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fcc9389cbd2d4e1e955095e15e39bf07", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 05:31:11,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-7de84dbd-3b62-4d58-9da9-11365ad30517 2018-07-15 05:31:11,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118441104889s 2018-07-15 05:31:11,217 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-7de84dbd-3b62-4d58-9da9-11365ad30517 2018-07-15 05:31:11,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 05:31:11,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/379a3122051747acbf354af31ad0896c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:31:11,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e4c9e37-250b-40ad-89b6-ffb0dcd5eb91 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64", "links": {"self": "http://172.30.9.25:5000/v3/users/379a3122051747acbf354af31ad0896c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "379a3122051747acbf354af31ad0896c", "description": null}} 2018-07-15 05:31:11,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/379a3122051747acbf354af31ad0896c used request id req-3e4c9e37-250b-40ad-89b6-ffb0dcd5eb91 2018-07-15 05:31:11,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121005058289s 2018-07-15 05:31:11,345 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/379a3122051747acbf354af31ad0896c used request id req-3e4c9e37-250b-40ad-89b6-ffb0dcd5eb91 2018-07-15 05:31:11,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 05:31:11,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/379a3122051747acbf354af31ad0896c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:31:11,562 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:31:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54d3cdf4-536f-485a-8caa-c6b5db185a55 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:31:11,562 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/379a3122051747acbf354af31ad0896c used request id req-54d3cdf4-536f-485a-8caa-c6b5db185a55 2018-07-15 05:31:11,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.216940164566s 2018-07-15 05:31:11,562 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/379a3122051747acbf354af31ad0896c used request id req-54d3cdf4-536f-485a-8caa-c6b5db185a55 2018-07-15 05:31:11,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 05:31:11,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:31:11,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-641614ea-eb74-4ecd-81b8-8d63cfe0f141 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/015b6efde4b14340b597d5c867c208e6"}, "tags": [], "enabled": true, "id": "015b6efde4b14340b597d5c867c208e6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.25:5000/v3/projects/08b632e86b51495c96e56384d3128f2a"}, "tags": [], "enabled": true, "id": "08b632e86b51495c96e56384d3128f2a", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_0ba3c5cb-c6b1-48cc-af57-63a0d0cc3f64"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/fef18fac968b4e41829891ac01ae670e"}, "tags": [], "enabled": true, "id": "fef18fac968b4e41829891ac01ae670e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-15 05:31:11,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-641614ea-eb74-4ecd-81b8-8d63cfe0f141 2018-07-15 05:31:11,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.104747056961s 2018-07-15 05:31:11,675 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-641614ea-eb74-4ecd-81b8-8d63cfe0f141 2018-07-15 05:31:11,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 05:31:11,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/08b632e86b51495c96e56384d3128f2a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ff11719e327c34b53bbac9852105d15ab1e8e4f9" 2018-07-15 05:31:11,902 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 05:31:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76af2ad9-5a15-4bfe-b772-a101e82d58bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 05:31:11,902 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/08b632e86b51495c96e56384d3128f2a used request id req-76af2ad9-5a15-4bfe-b772-a101e82d58bc 2018-07-15 05:31:11,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.22244811058s 2018-07-15 05:31:11,903 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/08b632e86b51495c96e56384d3128f2a used request id req-76af2ad9-5a15-4bfe-b772-a101e82d58bc 2018-07-15 05:31:11,903 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-07-15 05:31:12,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 05:31:12,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 05:31:12,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 05:31:12,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 05:31:12,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 05:31:12,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 05:31:12,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 05:31:12,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:31:12,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdbdd0f8-126b-4df5-834f-03efb3cf54bb 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 05:31:12,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-cdbdd0f8-126b-4df5-834f-03efb3cf54bb 2018-07-15 05:31:12,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 05:31:12,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "342d844a34e0406684703e0c0b7f9abb", "name": "member"}, {"id": "dbc61f9698974382805d9ff20f9a8572", "name": "reader"}, {"id": "5ebc1b713512497e96c7a557520611d1", "name": "admin"}], "expires_at": "2018-07-15T06:31:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fef18fac968b4e41829891ac01ae670e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bc7498e1667457dada80da531eed26e"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f92782cbe4748569dd2986872546274"}], "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"url": "http://192.30.9.4:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"url": "http://172.30.9.25:8776/v2/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5c12b9e7dc64b9686269c761c953dc5"}], "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"url": "http://12.0.0.21:8080/v1/AUTH_fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7b5d218f067942b5a64469592058f758"}], "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}], "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"url": "http://192.30.9.4:8004/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f8f96a632d647028a8e52f305d7747b"}], "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"url": "http://192.30.9.4:8776/v1/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d9c84fc65734809a8411a4d31cd8178"}], "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}], "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87eab34355164e119e94e1b4d4479a04"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce6d92a6b4634380904c61456ebe8066"}], "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"url": "http://172.30.9.25:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"url": "http://192.30.9.4:8776/v3/fef18fac968b4e41829891ac01ae670e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80811bd6e0184ac3a8e90682e53c7489"}], "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"endpoints": [], "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fb2b9958a094ba28916738904584fb8"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}], "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2fcf739528a42e793191983358ef66c"}], "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e3652792c60b44798787e9f71e378b41"}], "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85e89e7c61df458fac89022b21389bfb"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}], "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8d21b752781546b09f9c436b0144650e"}, "audit_ids": ["ZDePY63oRCGQaW6nRq850g"], "issued_at": "2018-07-15T05:31:12.000000Z"}} 2018-07-15 05:31:12,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-15 05:31:12,505 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 05:31:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6876ebb-f1ed-45bd-b380-78173857072b 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-15 05:31:12,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-b6876ebb-f1ed-45bd-b380-78173857072b 2018-07-15 05:31:12,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-15 05:31:12,512 - 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-15 05:31:12,518 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 05:31:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8eafdd3d-de87-4861-8484-91c7b0c95ced 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-15 05:31:12,518 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-8eafdd3d-de87-4861-8484-91c7b0c95ced 2018-07-15 05:31:12,519 - 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}cc01affa8b8e445ee7994677b1d378452670f3df" 2018-07-15 05:31:12,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad302259-7cd0-4144-86ec-47e44b40f7f6 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1247797345554e9eabb64d92ed36e2e7"}, "enabled": true, "type": "compute", "id": "1247797345554e9eabb64d92ed36e2e7", "name": "nova"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/1f22b254ea014abd996030dd1b58c66b"}, "enabled": true, "type": "volumev2", "id": "1f22b254ea014abd996030dd1b58c66b", "name": "cinderv2"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4dee9161cb144992a9f1c5ebda721077"}, "enabled": true, "type": "identity", "id": "4dee9161cb144992a9f1c5ebda721077", "name": "keystone"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/8c44087879a847cd80a841e8f526f106"}, "enabled": true, "type": "object-store", "id": "8c44087879a847cd80a841e8f526f106", "name": "swift"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/938af5319e0f4c74b948d92e2d9324ac"}, "enabled": true, "type": "cloudformation", "id": "938af5319e0f4c74b948d92e2d9324ac", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a76d9270d0fd42f7be4c1ed6dbc56aff"}, "enabled": true, "type": "orchestration", "id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b1ce3aab7e4941e9807df08fd38753b0"}, "enabled": true, "type": "volume", "id": "b1ce3aab7e4941e9807df08fd38753b0", "name": "cinder"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b669d59f5c004052ad757743bb9d32d8"}, "enabled": true, "type": "metric", "id": "b669d59f5c004052ad757743bb9d32d8", "name": "gnocchi"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c595e790f17a43db9afa1b84201f70ee"}, "enabled": true, "type": "image", "id": "c595e790f17a43db9afa1b84201f70ee", "name": "glance"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/cc40a9abdbd649f6b0a129027c4ef0ee"}, "enabled": true, "type": "volumev3", "id": "cc40a9abdbd649f6b0a129027c4ef0ee", "name": "cinderv3"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cd1bd58e5cd5421c968916cd9ecb0c63"}, "enabled": true, "type": "metering", "id": "cd1bd58e5cd5421c968916cd9ecb0c63", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/d4ab998d75cc464089a82ac9415be355"}, "enabled": true, "type": "placement", "id": "d4ab998d75cc464089a82ac9415be355", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/d6f11eb3cb4d45fab361d98f8ec8ca3a"}, "enabled": true, "type": "event", "id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "name": "panko"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/dd2597c2efb24a149b51e76fadc155aa"}, "enabled": true, "type": "alarming", "id": "dd2597c2efb24a149b51e76fadc155aa", "name": "aodh"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f4df45ebd3bb48f1a0e44d78077f4f1a"}, "enabled": true, "type": "network", "id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "name": "neutron"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-07-15 05:31:12,629 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-ad302259-7cd0-4144-86ec-47e44b40f7f6 2018-07-15 05:31:12,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.119632005692s 2018-07-15 05:31:12,629 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-ad302259-7cd0-4144-86ec-47e44b40f7f6 2018-07-15 05:31:12,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-15 05:31:12,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}cc01affa8b8e445ee7994677b1d378452670f3df" 2018-07-15 05:31:12,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 05:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2302112-3743-4b5f-8873-28aea71f594b Content-Encoding: gzip Content-Length: 1978 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0107161b9e394fd6bcacff141e6c13bf"}, "url": "http://172.30.9.25:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "id": "0107161b9e394fd6bcacff141e6c13bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0605f8f7e84f4de8b1a2ffcb56332c46"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b669d59f5c004052ad757743bb9d32d8", "id": "0605f8f7e84f4de8b1a2ffcb56332c46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0bc7498e1667457dada80da531eed26e"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1247797345554e9eabb64d92ed36e2e7", "id": "0bc7498e1667457dada80da531eed26e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0e0f19e1d11949cb95f00e8647bfaaaf"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1f22b254ea014abd996030dd1b58c66b", "id": "0e0f19e1d11949cb95f00e8647bfaaaf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/10cc8eba7a5a4a2d927c7bb7638d88d2"}, "url": "http://172.30.9.25:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b1ce3aab7e4941e9807df08fd38753b0", "id": "10cc8eba7a5a4a2d927c7bb7638d88d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/1bf76291ee69436d99d4a7bdc2ace86c"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "938af5319e0f4c74b948d92e2d9324ac", "id": "1bf76291ee69436d99d4a7bdc2ace86c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3270f84d4d6c4515bc702d7f32088355"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c595e790f17a43db9afa1b84201f70ee", "id": "3270f84d4d6c4515bc702d7f32088355"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3a57a1bde6584ef49d51f379d3eb68c3"}, "url": "http://172.30.9.25:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "id": "3a57a1bde6584ef49d51f379d3eb68c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3ca18d45301a445fb1810f2a6a42ab90"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b1ce3aab7e4941e9807df08fd38753b0", "id": "3ca18d45301a445fb1810f2a6a42ab90"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4d8d8ece55a246ecb40c8cd578214266"}, "url": "http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8c44087879a847cd80a841e8f526f106", "id": "4d8d8ece55a246ecb40c8cd578214266"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/547e12dd940a407da0ac636efd6de1d4"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d4ab998d75cc464089a82ac9415be355", "id": "547e12dd940a407da0ac636efd6de1d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/567f9f6de4a74d0f8067b9bf063c9be1"}, "url": "http://172.30.9.25:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dd2597c2efb24a149b51e76fadc155aa", "id": "567f9f6de4a74d0f8067b9bf063c9be1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/58ad0e1030ab41049dd8c37d50fdecd5"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "id": "58ad0e1030ab41049dd8c37d50fdecd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5d72b3a54ed34a47bfb208c8f89877a5"}, "url": "http://172.30.9.25:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "938af5319e0f4c74b948d92e2d9324ac", "id": "5d72b3a54ed34a47bfb208c8f89877a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5f8f96a632d647028a8e52f305d7747b"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a76d9270d0fd42f7be4c1ed6dbc56aff", "id": "5f8f96a632d647028a8e52f305d7747b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/64da26d08e184cf3b9a69fdf3769a67f"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "id": "64da26d08e184cf3b9a69fdf3769a67f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/6fb2b9958a094ba28916738904584fb8"}, "url": "http://172.30.9.25:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d4ab998d75cc464089a82ac9415be355", "id": "6fb2b9958a094ba28916738904584fb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/75120c53c2ee4d099f9280ed1c6abb0d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1f22b254ea014abd996030dd1b58c66b", "id": "75120c53c2ee4d099f9280ed1c6abb0d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/79b99687d5ff437e8d5a99abdc9a9789"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4dee9161cb144992a9f1c5ebda721077", "id": "79b99687d5ff437e8d5a99abdc9a9789"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7a5b1d115df54d20ab543f7e0143586e"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8c44087879a847cd80a841e8f526f106", "id": "7a5b1d115df54d20ab543f7e0143586e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7a884f315f6a460f8d4b41325a2012f1"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cc40a9abdbd649f6b0a129027c4ef0ee", "id": "7a884f315f6a460f8d4b41325a2012f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7ac97127a63441c7878fb2fc1a8da169"}, "url": "http://172.30.9.25:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cc40a9abdbd649f6b0a129027c4ef0ee", "id": "7ac97127a63441c7878fb2fc1a8da169"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7b5d218f067942b5a64469592058f758"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8c44087879a847cd80a841e8f526f106", "id": "7b5d218f067942b5a64469592058f758"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/80811bd6e0184ac3a8e90682e53c7489"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cc40a9abdbd649f6b0a129027c4ef0ee", "id": "80811bd6e0184ac3a8e90682e53c7489"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/8522ee8204f649f3b4133c71ce46b400"}, "url": "http://172.30.9.25:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "id": "8522ee8204f649f3b4133c71ce46b400"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/85e89e7c61df458fac89022b21389bfb"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "id": "85e89e7c61df458fac89022b21389bfb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/87eab34355164e119e94e1b4d4479a04"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c595e790f17a43db9afa1b84201f70ee", "id": "87eab34355164e119e94e1b4d4479a04"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/89010fd4cf2c48afb7ed797caee2c649"}, "url": "http://172.30.9.25:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b669d59f5c004052ad757743bb9d32d8", "id": "89010fd4cf2c48afb7ed797caee2c649"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/8ac5ad28ef894f1d9cf64987d2d5e8b6"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "938af5319e0f4c74b948d92e2d9324ac", "id": "8ac5ad28ef894f1d9cf64987d2d5e8b6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/922175cbb2cc4cfbb6b62139e943e8b2"}, "url": "http://172.30.9.25:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1247797345554e9eabb64d92ed36e2e7", "id": "922175cbb2cc4cfbb6b62139e943e8b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/9d9c84fc65734809a8411a4d31cd8178"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b1ce3aab7e4941e9807df08fd38753b0", "id": "9d9c84fc65734809a8411a4d31cd8178"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/9f92782cbe4748569dd2986872546274"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1247797345554e9eabb64d92ed36e2e7", "id": "9f92782cbe4748569dd2986872546274"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/a5c12b9e7dc64b9686269c761c953dc5"}, "url": "http://172.30.9.25:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1f22b254ea014abd996030dd1b58c66b", "id": "a5c12b9e7dc64b9686269c761c953dc5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/a9e17b67e5ed4586b6c72c9820e6744e"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b669d59f5c004052ad757743bb9d32d8", "id": "a9e17b67e5ed4586b6c72c9820e6744e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/af95e62a4dba4ac3b84497e4c4f05a07"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d4ab998d75cc464089a82ac9415be355", "id": "af95e62a4dba4ac3b84497e4c4f05a07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b4abb68ba2c6457186ccb28dca5d7fa0"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f4df45ebd3bb48f1a0e44d78077f4f1a", "id": "b4abb68ba2c6457186ccb28dca5d7fa0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ce6d92a6b4634380904c61456ebe8066"}, "url": "http://172.30.9.25:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c595e790f17a43db9afa1b84201f70ee", "id": "ce6d92a6b4634380904c61456ebe8066"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cf5fe04fc4a149d7a114c67253aeccfa"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dd2597c2efb24a149b51e76fadc155aa", "id": "cf5fe04fc4a149d7a114c67253aeccfa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/d3a98cd871bc435ea6a515484ceed217"}, "url": "http://172.30.9.25:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4dee9161cb144992a9f1c5ebda721077", "id": "d3a98cd871bc435ea6a515484ceed217"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e3652792c60b44798787e9f71e378b41"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dd2597c2efb24a149b51e76fadc155aa", "id": "e3652792c60b44798787e9f71e378b41"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f2fcf739528a42e793191983358ef66c"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d6f11eb3cb4d45fab361d98f8ec8ca3a", "id": "f2fcf739528a42e793191983358ef66c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/fd5f3ab307614c3b955ada9ae9c505aa"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4dee9161cb144992a9f1c5ebda721077", "id": "fd5f3ab307614c3b955ada9ae9c505aa"}], "links": {"self": "http://172.30.9.25:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-15 05:31:12,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-e2302112-3743-4b5f-8873-28aea71f594b 2018-07-15 05:31:12,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.11055803299s 2018-07-15 05:31:12,749 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-e2302112-3743-4b5f-8873-28aea71f594b 2018-07-15 05:31:23,261 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Basic & Neutron.Basic | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | FAIL | 401 != 200 ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | FAIL | 3 critical tests, 0 passed, 3 failed 3 tests total, 0 passed, 3 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | FAIL | Suite setup failed: 401 != 200 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | FAIL | Suite setup failed: 401 != 200 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | FAIL | Suite setup failed: 401 != 200 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | FAIL | 21 critical tests, 6 passed, 15 failed 21 tests total, 6 passed, 15 failed ============================================================================== Basic & Neutron | FAIL | 22 critical tests, 6 passed, 16 failed 22 tests total, 6 passed, 16 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-07-15 05:31:23,261 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-07-15 05:31:23,280 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-07-15 05:31:23,391 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 05:31:23,391 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:10 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-15 05:31:23,396 - xtesting.ci.run_tests - ERROR - The test case 'odl' failed. 2018-07-15 05:31:23,397 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | tenantnetwork1 | functest | healthcheck | 00:08 | PASS | | tenantnetwork2 | functest | healthcheck | 00:08 | PASS | | vmready1 | functest | healthcheck | 00:13 | PASS | | vmready2 | functest | healthcheck | 00:09 | PASS | | singlevm1 | functest | healthcheck | 00:39 | PASS | | singlevm2 | functest | healthcheck | 00:34 | PASS | | vping_ssh | functest | healthcheck | 00:50 | PASS | | vping_userdata | functest | healthcheck | 00:47 | PASS | | cinder_test | functest | healthcheck | 01:18 | PASS | | odl | functest | healthcheck | 00:10 | FAIL | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-07-15 05:31:23,410 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR