2018-09-03 13:00:06,994 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-283 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-03 13:00:06,999 - 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.23,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=JJDyZgRl8yDZcFAbZMM0lQgJQ 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=bfa146530bbf46e88a12a52a04c9b9d5 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=sxeorW0dlGGJ9lHfcyW9KzLfc export OS_REGION_NAME=regionOne 2018-09-03 13:00:06,999 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-03 13:00:07,001 - 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-09-03 13:00:07,034 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-03 13:00:07,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 13:00:07,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 13:00:07,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 13:00:07,130 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-03 13:00:07,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-09-03 13:00:07,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:00:07,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2643e946-7a2a-4d95-8db3-e80754419b64 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-03 13:00:07,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2643e946-7a2a-4d95-8db3-e80754419b64 2018-09-03 13:00:07,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-03 13:00:07,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa06c02911cf47bfb93c9f379ee33586", "name": "admin"}, {"id": "78d3bfb9906e48f2b2b75581c74e9e2e", "name": "member"}, {"id": "a851cc281038430daa3c9cacc5b7f336", "name": "reader"}], "expires_at": "2018-09-03T14:00:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "14b74310259b4bda84735ddde8126816"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af5df17d1972449eb536f6a4360734fc"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c511759dd9da48fdb3de1c5fc0ff202c"}], "type": "identity", "id": "0030d39b72f0449b8208b681178c285c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c8fb473b0f04e83830f7a75944acbe9"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "729c02f01002494dab6ed9a926bdfccd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1c3dacc81274d8fb0eaced198d314d4"}], "type": "cloudformation", "id": "16449c993988469ab56357077f5b470b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ffbdb02f41e4ff789601ab9cb64cc87"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7965183181f48809e78e13c3250854c"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbbf48437c474780aac01f57176f1547"}], "type": "metric", "id": "24eeb323eec4412193a91b352f92d17b", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30a1c7fc84174866ab2b3dd781789480"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb029f9c739f44a9a484122c3a4cbfb3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec599a5dcb9f4632a798a2552155c771"}], "type": "event", "id": "261030e7e83e4fa3859a649138f8a08a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d16321e965e41a4824780dad34228a9"}, {"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a03c1266415c4c14a1ed199cb8a940c7"}, {"url": "http://172.30.9.23:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8a250e8386e48b483fa54c92aa6996a"}], "type": "volumev2", "id": "2a955477215b4a5ea28297e0a08f9316", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e4515a9087446dc8a7eba0172b22835"}, {"url": "http://172.30.9.23:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "314fb8d0464a418084989bddb0796f6b"}, {"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "442ae7e6a0e74d7fae7cbd4aa9ed37ca"}], "type": "volume", "id": "35f58fde79c74234a7c2dd5e54f101a8", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "7eccb6e4ae4b49549c47acd1ac6ead6d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bd53a0f12c147a88651300b4271c43a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83b96846ea9a4bdc9cbfdccc36801480"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85d1b06ca0bb4c23a5d7b6babd23c0a9"}], "type": "network", "id": "911269b0b0824ccead356417d239e17a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1463402c9a784a22bec053232ea2e90d"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "963a61e993694fa489ea6be89a715314"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d0608d11e95c46fe913468184bd226d5"}], "type": "placement", "id": "acfd9629acd54010b6e5f81da0b05f9f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "69a55cf1e4a94874bb532cde06bbb8f2"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ad07c96b044b44846df62a50efff45"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e36a640cb83c4da88022c9702bd860ec"}], "type": "image", "id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f3f59ce34b4de9822ab5a73808bebf"}, {"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7cb26061d0a2489fb494ef2e1217e006"}, {"url": "http://172.30.9.23:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc00904466694a34b0c91611b9e0011d"}], "type": "orchestration", "id": "d31c8e55b8a54897b5c3cb3358cea4bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "315c01be4abd486fb96f88e18c4bf749"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e652b71d18534cfa9aa04388076f6f3f"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb528eafb0f4457bafdf8a1aa18a6855"}], "type": "alarming", "id": "e9eb5daafb34427283ebb83af63d0b61", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20e0f1771418405d851fbfe15b8b9d11"}, {"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c62eb4ca78e6477ab800ea1fd1f27cab"}, {"url": "http://172.30.9.23:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc52f82b1a9a4703a27e8d0b99dc409c"}], "type": "volumev3", "id": "eeb0f42e30dd49708baa3d892d730850", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c5e240dc41d4e63b4d1c1e3e14f4814"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c71c7136dbc42d6810109c9ee714434"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83517be5327e409983c75f6cd2d6442a"}], "type": "compute", "id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.24:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f1ce117ef734b7f9f994fc4e325fe1d"}, {"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "872fa61a954f457ba31286ce69e51f31"}, {"url": "http://172.30.9.23:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8903f4c2eb20405f8b6cc0c08463a1b3"}], "type": "object-store", "id": "f6b168ea1a414562ac40c2c9adcb086c", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8e1baf3d2d13429ea4fcbed26632d12b"}, "audit_ids": ["ego0zmaFRveA4ri3_BrRtg"], "issued_at": "2018-09-03T13:00:07.000000Z"}} 2018-09-03 13:00:07,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:08,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00: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-8b9ded9e-f268-4d38-95c7-86f9adb6a2f8 x-compute-request-id: req-8b9ded9e-f268-4d38-95c7-86f9adb6a2f8 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-09-03 13:00:08,540 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-8b9ded9e-f268-4d38-95c7-86f9adb6a2f8 2018-09-03 13:00:08,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.40920186043s 2018-09-03 13:00:08,540 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-8b9ded9e-f268-4d38-95c7-86f9adb6a2f8 2018-09-03 13:00:08,540 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-09-03 13:00:08,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:00:08,549 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 13:00:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce040d42-bb9b-4c50-8799-54a70769ac3d 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.23:5000/v3/", "rel": "self"}]}]}} 2018-09-03 13:00:08,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-ce040d42-bb9b-4c50-8799-54a70769ac3d 2018-09-03 13:00:08,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 13:00:08,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:08,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80e60a0b-e859-4715-80f6-7cf0009f1e2c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/e5fa09283e9c4ab4ad85e54bc8818715"}, "tags": [], "enabled": true, "id": "e5fa09283e9c4ab4ad85e54bc8818715", "name": "heat_stack"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-03 13:00:08,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-80e60a0b-e859-4715-80f6-7cf0009f1e2c 2018-09-03 13:00:08,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.281580924988s 2018-09-03 13:00:08,832 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-80e60a0b-e859-4715-80f6-7cf0009f1e2c 2018-09-03 13:00:08,833 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'}), Munch({'description': u'', 'enabled': True, 'id': u'e5fa09283e9c4ab4ad85e54bc8818715', 'name': u'heat_stack'})] 2018-09-03 13:00:08,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-03 13:00:08,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:09,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82c0d6cd-ed3c-4185-a96f-43f553c56416 Content-Encoding: gzip Content-Length: 1981 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/05f3f59ce34b4de9822ab5a73808bebf"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d31c8e55b8a54897b5c3cb3358cea4bc", "id": "05f3f59ce34b4de9822ab5a73808bebf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1463402c9a784a22bec053232ea2e90d"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "acfd9629acd54010b6e5f81da0b05f9f", "id": "1463402c9a784a22bec053232ea2e90d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/14b74310259b4bda84735ddde8126816"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0030d39b72f0449b8208b681178c285c", "id": "14b74310259b4bda84735ddde8126816"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1c5e240dc41d4e63b4d1c1e3e14f4814"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "id": "1c5e240dc41d4e63b4d1c1e3e14f4814"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1e4515a9087446dc8a7eba0172b22835"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "35f58fde79c74234a7c2dd5e54f101a8", "id": "1e4515a9087446dc8a7eba0172b22835"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1f1ce117ef734b7f9f994fc4e325fe1d"}, "url": "http://12.0.0.24:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f6b168ea1a414562ac40c2c9adcb086c", "id": "1f1ce117ef734b7f9f994fc4e325fe1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/20e0f1771418405d851fbfe15b8b9d11"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eeb0f42e30dd49708baa3d892d730850", "id": "20e0f1771418405d851fbfe15b8b9d11"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/30a1c7fc84174866ab2b3dd781789480"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "261030e7e83e4fa3859a649138f8a08a", "id": "30a1c7fc84174866ab2b3dd781789480"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/314fb8d0464a418084989bddb0796f6b"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "35f58fde79c74234a7c2dd5e54f101a8", "id": "314fb8d0464a418084989bddb0796f6b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/315c01be4abd486fb96f88e18c4bf749"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e9eb5daafb34427283ebb83af63d0b61", "id": "315c01be4abd486fb96f88e18c4bf749"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3c8fb473b0f04e83830f7a75944acbe9"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "16449c993988469ab56357077f5b470b", "id": "3c8fb473b0f04e83830f7a75944acbe9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/442ae7e6a0e74d7fae7cbd4aa9ed37ca"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "35f58fde79c74234a7c2dd5e54f101a8", "id": "442ae7e6a0e74d7fae7cbd4aa9ed37ca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4bd53a0f12c147a88651300b4271c43a"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "911269b0b0824ccead356417d239e17a", "id": "4bd53a0f12c147a88651300b4271c43a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5ffbdb02f41e4ff789601ab9cb64cc87"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "24eeb323eec4412193a91b352f92d17b", "id": "5ffbdb02f41e4ff789601ab9cb64cc87"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/69a55cf1e4a94874bb532cde06bbb8f2"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "id": "69a55cf1e4a94874bb532cde06bbb8f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6c71c7136dbc42d6810109c9ee714434"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "id": "6c71c7136dbc42d6810109c9ee714434"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/729c02f01002494dab6ed9a926bdfccd"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "16449c993988469ab56357077f5b470b", "id": "729c02f01002494dab6ed9a926bdfccd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7cb26061d0a2489fb494ef2e1217e006"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d31c8e55b8a54897b5c3cb3358cea4bc", "id": "7cb26061d0a2489fb494ef2e1217e006"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/83517be5327e409983c75f6cd2d6442a"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "id": "83517be5327e409983c75f6cd2d6442a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/83b96846ea9a4bdc9cbfdccc36801480"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "911269b0b0824ccead356417d239e17a", "id": "83b96846ea9a4bdc9cbfdccc36801480"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/85d1b06ca0bb4c23a5d7b6babd23c0a9"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "911269b0b0824ccead356417d239e17a", "id": "85d1b06ca0bb4c23a5d7b6babd23c0a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/872fa61a954f457ba31286ce69e51f31"}, "url": "http://12.0.0.24:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f6b168ea1a414562ac40c2c9adcb086c", "id": "872fa61a954f457ba31286ce69e51f31"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8903f4c2eb20405f8b6cc0c08463a1b3"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f6b168ea1a414562ac40c2c9adcb086c", "id": "8903f4c2eb20405f8b6cc0c08463a1b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/95ad07c96b044b44846df62a50efff45"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "id": "95ad07c96b044b44846df62a50efff45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/963a61e993694fa489ea6be89a715314"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "acfd9629acd54010b6e5f81da0b05f9f", "id": "963a61e993694fa489ea6be89a715314"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9d16321e965e41a4824780dad34228a9"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2a955477215b4a5ea28297e0a08f9316", "id": "9d16321e965e41a4824780dad34228a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a03c1266415c4c14a1ed199cb8a940c7"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2a955477215b4a5ea28297e0a08f9316", "id": "a03c1266415c4c14a1ed199cb8a940c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/af5df17d1972449eb536f6a4360734fc"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0030d39b72f0449b8208b681178c285c", "id": "af5df17d1972449eb536f6a4360734fc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b7965183181f48809e78e13c3250854c"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "24eeb323eec4412193a91b352f92d17b", "id": "b7965183181f48809e78e13c3250854c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c511759dd9da48fdb3de1c5fc0ff202c"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0030d39b72f0449b8208b681178c285c", "id": "c511759dd9da48fdb3de1c5fc0ff202c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c62eb4ca78e6477ab800ea1fd1f27cab"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eeb0f42e30dd49708baa3d892d730850", "id": "c62eb4ca78e6477ab800ea1fd1f27cab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cb029f9c739f44a9a484122c3a4cbfb3"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "261030e7e83e4fa3859a649138f8a08a", "id": "cb029f9c739f44a9a484122c3a4cbfb3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cbbf48437c474780aac01f57176f1547"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "24eeb323eec4412193a91b352f92d17b", "id": "cbbf48437c474780aac01f57176f1547"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cc00904466694a34b0c91611b9e0011d"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d31c8e55b8a54897b5c3cb3358cea4bc", "id": "cc00904466694a34b0c91611b9e0011d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d0608d11e95c46fe913468184bd226d5"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "acfd9629acd54010b6e5f81da0b05f9f", "id": "d0608d11e95c46fe913468184bd226d5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d8a250e8386e48b483fa54c92aa6996a"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2a955477215b4a5ea28297e0a08f9316", "id": "d8a250e8386e48b483fa54c92aa6996a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/dc52f82b1a9a4703a27e8d0b99dc409c"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eeb0f42e30dd49708baa3d892d730850", "id": "dc52f82b1a9a4703a27e8d0b99dc409c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e1c3dacc81274d8fb0eaced198d314d4"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "16449c993988469ab56357077f5b470b", "id": "e1c3dacc81274d8fb0eaced198d314d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e36a640cb83c4da88022c9702bd860ec"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "id": "e36a640cb83c4da88022c9702bd860ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e652b71d18534cfa9aa04388076f6f3f"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e9eb5daafb34427283ebb83af63d0b61", "id": "e652b71d18534cfa9aa04388076f6f3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/eb528eafb0f4457bafdf8a1aa18a6855"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e9eb5daafb34427283ebb83af63d0b61", "id": "eb528eafb0f4457bafdf8a1aa18a6855"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ec599a5dcb9f4632a798a2552155c771"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "261030e7e83e4fa3859a649138f8a08a", "id": "ec599a5dcb9f4632a798a2552155c771"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-03 13:00:09,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-82c0d6cd-ed3c-4185-a96f-43f553c56416 2018-09-03 13:00:09,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.277825832367s 2018-09-03 13:00:09,114 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-82c0d6cd-ed3c-4185-a96f-43f553c56416 2018-09-03 13:00:09,121 - 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.23:5000/v3/endpoints/05f3f59ce34b4de9822ab5a73808bebf'}, 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'd31c8e55b8a54897b5c3cb3358cea4bc', u'id': u'05f3f59ce34b4de9822ab5a73808bebf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1463402c9a784a22bec053232ea2e90d'}, 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'acfd9629acd54010b6e5f81da0b05f9f', u'id': u'1463402c9a784a22bec053232ea2e90d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/14b74310259b4bda84735ddde8126816'}, u'url': u'http://172.30.9.23:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0030d39b72f0449b8208b681178c285c', u'id': u'14b74310259b4bda84735ddde8126816'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1c5e240dc41d4e63b4d1c1e3e14f4814'}, u'url': u'http://172.30.9.23:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f4119a4d90b14ce5a7bd6fb1dcedcc68', u'id': u'1c5e240dc41d4e63b4d1c1e3e14f4814'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1e4515a9087446dc8a7eba0172b22835'}, 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'35f58fde79c74234a7c2dd5e54f101a8', u'id': u'1e4515a9087446dc8a7eba0172b22835'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1f1ce117ef734b7f9f994fc4e325fe1d'}, u'url': u'http://12.0.0.24:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f6b168ea1a414562ac40c2c9adcb086c', u'id': u'1f1ce117ef734b7f9f994fc4e325fe1d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/20e0f1771418405d851fbfe15b8b9d11'}, 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'eeb0f42e30dd49708baa3d892d730850', u'id': u'20e0f1771418405d851fbfe15b8b9d11'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/30a1c7fc84174866ab2b3dd781789480'}, u'url': u'http://172.30.9.23:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'261030e7e83e4fa3859a649138f8a08a', u'id': u'30a1c7fc84174866ab2b3dd781789480'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/314fb8d0464a418084989bddb0796f6b'}, u'url': u'http://172.30.9.23:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'35f58fde79c74234a7c2dd5e54f101a8', u'id': u'314fb8d0464a418084989bddb0796f6b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/315c01be4abd486fb96f88e18c4bf749'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e9eb5daafb34427283ebb83af63d0b61', u'id': u'315c01be4abd486fb96f88e18c4bf749'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/3c8fb473b0f04e83830f7a75944acbe9'}, u'url': u'http://172.30.9.23:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'16449c993988469ab56357077f5b470b', u'id': u'3c8fb473b0f04e83830f7a75944acbe9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/442ae7e6a0e74d7fae7cbd4aa9ed37ca'}, 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'35f58fde79c74234a7c2dd5e54f101a8', u'id': u'442ae7e6a0e74d7fae7cbd4aa9ed37ca'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4bd53a0f12c147a88651300b4271c43a'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'911269b0b0824ccead356417d239e17a', u'id': u'4bd53a0f12c147a88651300b4271c43a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/5ffbdb02f41e4ff789601ab9cb64cc87'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'24eeb323eec4412193a91b352f92d17b', u'id': u'5ffbdb02f41e4ff789601ab9cb64cc87'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/69a55cf1e4a94874bb532cde06bbb8f2'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd0fe78019d9f4e8db1cf9f66f7c00e47', u'id': u'69a55cf1e4a94874bb532cde06bbb8f2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/6c71c7136dbc42d6810109c9ee714434'}, 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'f4119a4d90b14ce5a7bd6fb1dcedcc68', u'id': u'6c71c7136dbc42d6810109c9ee714434'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/729c02f01002494dab6ed9a926bdfccd'}, 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'16449c993988469ab56357077f5b470b', u'id': u'729c02f01002494dab6ed9a926bdfccd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/7cb26061d0a2489fb494ef2e1217e006'}, 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'd31c8e55b8a54897b5c3cb3358cea4bc', u'id': u'7cb26061d0a2489fb494ef2e1217e006'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/83517be5327e409983c75f6cd2d6442a'}, 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'f4119a4d90b14ce5a7bd6fb1dcedcc68', u'id': u'83517be5327e409983c75f6cd2d6442a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/83b96846ea9a4bdc9cbfdccc36801480'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'911269b0b0824ccead356417d239e17a', u'id': u'83b96846ea9a4bdc9cbfdccc36801480'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/85d1b06ca0bb4c23a5d7b6babd23c0a9'}, u'url': u'http://172.30.9.23:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'911269b0b0824ccead356417d239e17a', u'id': u'85d1b06ca0bb4c23a5d7b6babd23c0a9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/872fa61a954f457ba31286ce69e51f31'}, u'url': u'http://12.0.0.24:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f6b168ea1a414562ac40c2c9adcb086c', u'id': u'872fa61a954f457ba31286ce69e51f31'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/8903f4c2eb20405f8b6cc0c08463a1b3'}, u'url': u'http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f6b168ea1a414562ac40c2c9adcb086c', u'id': u'8903f4c2eb20405f8b6cc0c08463a1b3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/95ad07c96b044b44846df62a50efff45'}, u'url': u'http://172.30.9.23:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd0fe78019d9f4e8db1cf9f66f7c00e47', u'id': u'95ad07c96b044b44846df62a50efff45'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/963a61e993694fa489ea6be89a715314'}, u'url': u'http://172.30.9.23:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'acfd9629acd54010b6e5f81da0b05f9f', u'id': u'963a61e993694fa489ea6be89a715314'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/9d16321e965e41a4824780dad34228a9'}, 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'2a955477215b4a5ea28297e0a08f9316', u'id': u'9d16321e965e41a4824780dad34228a9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/a03c1266415c4c14a1ed199cb8a940c7'}, 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'2a955477215b4a5ea28297e0a08f9316', u'id': u'a03c1266415c4c14a1ed199cb8a940c7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/af5df17d1972449eb536f6a4360734fc'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0030d39b72f0449b8208b681178c285c', u'id': u'af5df17d1972449eb536f6a4360734fc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/b7965183181f48809e78e13c3250854c'}, u'url': u'http://172.30.9.23:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'24eeb323eec4412193a91b352f92d17b', u'id': u'b7965183181f48809e78e13c3250854c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c511759dd9da48fdb3de1c5fc0ff202c'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0030d39b72f0449b8208b681178c285c', u'id': u'c511759dd9da48fdb3de1c5fc0ff202c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c62eb4ca78e6477ab800ea1fd1f27cab'}, 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'eeb0f42e30dd49708baa3d892d730850', u'id': u'c62eb4ca78e6477ab800ea1fd1f27cab'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/cb029f9c739f44a9a484122c3a4cbfb3'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'261030e7e83e4fa3859a649138f8a08a', u'id': u'cb029f9c739f44a9a484122c3a4cbfb3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/cbbf48437c474780aac01f57176f1547'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'24eeb323eec4412193a91b352f92d17b', u'id': u'cbbf48437c474780aac01f57176f1547'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/cc00904466694a34b0c91611b9e0011d'}, u'url': u'http://172.30.9.23:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd31c8e55b8a54897b5c3cb3358cea4bc', u'id': u'cc00904466694a34b0c91611b9e0011d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/d0608d11e95c46fe913468184bd226d5'}, 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'acfd9629acd54010b6e5f81da0b05f9f', u'id': u'd0608d11e95c46fe913468184bd226d5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/d8a250e8386e48b483fa54c92aa6996a'}, u'url': u'http://172.30.9.23:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2a955477215b4a5ea28297e0a08f9316', u'id': u'd8a250e8386e48b483fa54c92aa6996a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/dc52f82b1a9a4703a27e8d0b99dc409c'}, u'url': u'http://172.30.9.23:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'eeb0f42e30dd49708baa3d892d730850', u'id': u'dc52f82b1a9a4703a27e8d0b99dc409c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e1c3dacc81274d8fb0eaced198d314d4'}, 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'16449c993988469ab56357077f5b470b', u'id': u'e1c3dacc81274d8fb0eaced198d314d4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e36a640cb83c4da88022c9702bd860ec'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd0fe78019d9f4e8db1cf9f66f7c00e47', u'id': u'e36a640cb83c4da88022c9702bd860ec'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e652b71d18534cfa9aa04388076f6f3f'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e9eb5daafb34427283ebb83af63d0b61', u'id': u'e652b71d18534cfa9aa04388076f6f3f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/eb528eafb0f4457bafdf8a1aa18a6855'}, u'url': u'http://172.30.9.23:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e9eb5daafb34427283ebb83af63d0b61', u'id': u'eb528eafb0f4457bafdf8a1aa18a6855'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/ec599a5dcb9f4632a798a2552155c771'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'261030e7e83e4fa3859a649138f8a08a', u'id': u'ec599a5dcb9f4632a798a2552155c771'})] 2018-09-03 13:00:09,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-09-03 13:00:09,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:09,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00: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-697c6de5-9843-44c0-a017-e049268ce4c3 x-compute-request-id: req-697c6de5-9843-44c0-a017-e049268ce4c3 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-09-03 13:00:09,245 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-697c6de5-9843-44c0-a017-e049268ce4c3 2018-09-03 13:00:09,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.121864080429s 2018-09-03 13:00:09,246 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-697c6de5-9843-44c0-a017-e049268ce4c3 2018-09-03 13:00:09,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-09-03 13:00:09,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:11,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00: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-bbbff20f-adb7-46fc-86ba-0b76246aa823 x-compute-request-id: req-bbbff20f-adb7-46fc-86ba-0b76246aa823 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-09-03 13:00:11,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-bbbff20f-adb7-46fc-86ba-0b76246aa823 2018-09-03 13:00:11,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 2.11869502068s 2018-09-03 13:00:11,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-bbbff20f-adb7-46fc-86ba-0b76246aa823 2018-09-03 13:00:11,383 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-09-03 13:00:11,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-03 13:00:11,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:12,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-403ceb77-8d83-420b-90c9-b543a4488a47 Date: Mon, 03 Sep 2018 13:00:12 GMT RESP BODY: {"floatingips": []} 2018-09-03 13:00:12,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-403ceb77-8d83-420b-90c9-b543a4488a47 2018-09-03 13:00:12,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.04859209061s 2018-09-03 13:00:12,437 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-403ceb77-8d83-420b-90c9-b543a4488a47 2018-09-03 13:00:12,437 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-09-03 13:00:12,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-03 13:00:12,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:12,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00: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-4e8b94a6-0177-4fbc-84a9-5b331e78f420 x-compute-request-id: req-4e8b94a6-0177-4fbc-84a9-5b331e78f420 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 341}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"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\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 344}, "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\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"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\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-09-03 13:00:12,607 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-4e8b94a6-0177-4fbc-84a9-5b331e78f420 2018-09-03 13:00:12,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.169624090195s 2018-09-03 13:00:12,608 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-4e8b94a6-0177-4fbc-84a9-5b331e78f420 2018-09-03 13:00:12,608 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.7', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "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", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 341}, 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.3', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "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", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 344}, 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-09-03 13:00:12,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-09-03 13:00:12,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:12,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-17fa5e06-6749-472c-bf13-381a14bec988 x-compute-request-id: req-17fa5e06-6749-472c-bf13-381a14bec988 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-03 13:00:12,739 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-17fa5e06-6749-472c-bf13-381a14bec988 2018-09-03 13:00:12,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.13063788414s 2018-09-03 13:00:12,740 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-17fa5e06-6749-472c-bf13-381a14bec988 2018-09-03 13:00:12,740 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-09-03 13:00:12,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:00:12,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:13,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-967fdc37-b7b1-442d-86cc-4fffb9eff7a1 Date: Mon, 03 Sep 2018 13:00:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"}]} 2018-09-03 13:00:13,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-967fdc37-b7b1-442d-86cc-4fffb9eff7a1 2018-09-03 13:00:13,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.25434684753s 2018-09-03 13:00:13,995 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-967fdc37-b7b1-442d-86cc-4fffb9eff7a1 2018-09-03 13:00:13,996 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'd5e68d41-1994-4bbd-a1be-d037ac306e9b'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-03T12:57:08Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'375df95b-45ed-41c6-894d-720224bc2919', 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'2c0cd9e55a334d8284e782a17dc6ccf1', u'created_at': u'2018-09-03T12:57:00Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2c0cd9e55a334d8284e782a17dc6ccf1'})] 2018-09-03 13:00:13,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-03 13:00:13,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:15,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-86e0fa0e-0577-4998-b14f-b08fbd535177 Date: Mon, 03 Sep 2018 13:00:14 GMT RESP BODY: {"ports":[]} 2018-09-03 13:00:15,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-86e0fa0e-0577-4998-b14f-b08fbd535177 2018-09-03 13:00:15,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.04006195068s 2018-09-03 13:00:15,037 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-86e0fa0e-0577-4998-b14f-b08fbd535177 2018-09-03 13:00:15,037 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-09-03 13:00:15,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-03 13:00:15,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:15,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc9bceab-1a14-44be-85e7-d9b8a60ca32e Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "2c0cd9e55a334d8284e782a17dc6ccf1"}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "06cdd53f6b4041aba68cf0565927fbc6"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1/users/06cdd53f6b4041aba68cf0565927fbc6/roles/fa06c02911cf47bfb93c9f379ee33586"}}, {"scope": {"project": {"id": "2c0cd9e55a334d8284e782a17dc6ccf1"}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "0a63fbc9d4954ac5b6c4efab45fd7adb"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1/users/0a63fbc9d4954ac5b6c4efab45fd7adb/roles/fa06c02911cf47bfb93c9f379ee33586"}}, {"scope": {"project": {"id": "2c0cd9e55a334d8284e782a17dc6ccf1"}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "1600e7e261fb4cb79fe4d91aa2bd42b8"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1/users/1600e7e261fb4cb79fe4d91aa2bd42b8/roles/fa06c02911cf47bfb93c9f379ee33586"}}, {"scope": {"project": {"id": "2c0cd9e55a334d8284e782a17dc6ccf1"}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "3f04ad3eec194d8c8eba48d0778eb749"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1/users/3f04ad3eec194d8c8eba48d0778eb749/roles/fa06c02911cf47bfb93c9f379ee33586"}}, {"scope": {"project": {"id": "2c0cd9e55a334d8284e782a17dc6ccf1"}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "5355556d3d534dda8439d49d801987aa"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1/users/5355556d3d534dda8439d49d801987aa/roles/fa06c02911cf47bfb93c9f379ee33586"}}, {"scope": {"project": {"id": "2c0cd9e55a334d8284e782a17dc6ccf1"}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "600928af9d0047df953c458d3783dcfc"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1/users/600928af9d0047df953c458d3783dcfc/roles/fa06c02911cf47bfb93c9f379ee33586"}}, {"scope": {"project": {"id": "2c0cd9e55a334d8284e782a17dc6ccf1"}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "75be13d3036d4b5e91aab4a82efc30b7"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1/users/75be13d3036d4b5e91aab4a82efc30b7/roles/fa06c02911cf47bfb93c9f379ee33586"}}, {"scope": {"project": {"id": "2c0cd9e55a334d8284e782a17dc6ccf1"}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "8ab8e4efd21047b8b58ed47a4dafc84c"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1/users/8ab8e4efd21047b8b58ed47a4dafc84c/roles/fa06c02911cf47bfb93c9f379ee33586"}}, {"scope": {"project": {"id": "bfa146530bbf46e88a12a52a04c9b9d5"}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "8e1baf3d2d13429ea4fcbed26632d12b"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/bfa146530bbf46e88a12a52a04c9b9d5/users/8e1baf3d2d13429ea4fcbed26632d12b/roles/fa06c02911cf47bfb93c9f379ee33586"}}, {"scope": {"project": {"id": "2c0cd9e55a334d8284e782a17dc6ccf1"}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "be1d87c1af60485fa5e393aedff1c368"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1/users/be1d87c1af60485fa5e393aedff1c368/roles/fa06c02911cf47bfb93c9f379ee33586"}}, {"scope": {"project": {"id": "2c0cd9e55a334d8284e782a17dc6ccf1"}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "d67c80e728934dcc81327588b274aa7b"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1/users/d67c80e728934dcc81327588b274aa7b/roles/fa06c02911cf47bfb93c9f379ee33586"}}, {"scope": {"project": {"id": "2c0cd9e55a334d8284e782a17dc6ccf1"}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "e0c3be377710439591833f359b6b1578"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1/users/e0c3be377710439591833f359b6b1578/roles/fa06c02911cf47bfb93c9f379ee33586"}}, {"scope": {"project": {"id": "2c0cd9e55a334d8284e782a17dc6ccf1"}}, "role": {"id": "9dcb839af72345d3983a1813d8467c8c"}, "user": {"id": "eae8dd0a6d7b4fdcbdddd40731c94872"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1/users/eae8dd0a6d7b4fdcbdddd40731c94872/roles/9dcb839af72345d3983a1813d8467c8c"}}, {"scope": {"project": {"id": "2c0cd9e55a334d8284e782a17dc6ccf1"}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "eae8dd0a6d7b4fdcbdddd40731c94872"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1/users/eae8dd0a6d7b4fdcbdddd40731c94872/roles/fa06c02911cf47bfb93c9f379ee33586"}}, {"scope": {"domain": {"id": "e5fa09283e9c4ab4ad85e54bc8818715"}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "dd85cb6ea04f4e3e8515040959ad911b"}, "links": {"assignment": "http://172.30.9.23:5000/v3/domains/e5fa09283e9c4ab4ad85e54bc8818715/users/dd85cb6ea04f4e3e8515040959ad911b/roles/fa06c02911cf47bfb93c9f379ee33586"}}, {"scope": {"system": {"all": true}}, "role": {"id": "fa06c02911cf47bfb93c9f379ee33586"}, "user": {"id": "8e1baf3d2d13429ea4fcbed26632d12b"}, "links": {"assignment": "http://172.30.9.23:5000/v3/system/users/8e1baf3d2d13429ea4fcbed26632d12b/roles/fa06c02911cf47bfb93c9f379ee33586"}}], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments", "previous": null, "next": null}} 2018-09-03 13:00:15,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-fc9bceab-1a14-44be-85e7-d9b8a60ca32e 2018-09-03 13:00:15,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.263472080231s 2018-09-03 13:00:15,304 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-fc9bceab-1a14-44be-85e7-d9b8a60ca32e 2018-09-03 13:00:15,307 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'2c0cd9e55a334d8284e782a17dc6ccf1', 'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'06cdd53f6b4041aba68cf0565927fbc6'}), Munch({'project': u'2c0cd9e55a334d8284e782a17dc6ccf1', 'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'0a63fbc9d4954ac5b6c4efab45fd7adb'}), Munch({'project': u'2c0cd9e55a334d8284e782a17dc6ccf1', 'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'1600e7e261fb4cb79fe4d91aa2bd42b8'}), Munch({'project': u'2c0cd9e55a334d8284e782a17dc6ccf1', 'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'3f04ad3eec194d8c8eba48d0778eb749'}), Munch({'project': u'2c0cd9e55a334d8284e782a17dc6ccf1', 'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'5355556d3d534dda8439d49d801987aa'}), Munch({'project': u'2c0cd9e55a334d8284e782a17dc6ccf1', 'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'600928af9d0047df953c458d3783dcfc'}), Munch({'project': u'2c0cd9e55a334d8284e782a17dc6ccf1', 'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'75be13d3036d4b5e91aab4a82efc30b7'}), Munch({'project': u'2c0cd9e55a334d8284e782a17dc6ccf1', 'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'8ab8e4efd21047b8b58ed47a4dafc84c'}), Munch({'project': u'bfa146530bbf46e88a12a52a04c9b9d5', 'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'8e1baf3d2d13429ea4fcbed26632d12b'}), Munch({'project': u'2c0cd9e55a334d8284e782a17dc6ccf1', 'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'be1d87c1af60485fa5e393aedff1c368'}), Munch({'project': u'2c0cd9e55a334d8284e782a17dc6ccf1', 'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'd67c80e728934dcc81327588b274aa7b'}), Munch({'project': u'2c0cd9e55a334d8284e782a17dc6ccf1', 'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'e0c3be377710439591833f359b6b1578'}), Munch({'project': u'2c0cd9e55a334d8284e782a17dc6ccf1', 'id': u'9dcb839af72345d3983a1813d8467c8c', 'user': u'eae8dd0a6d7b4fdcbdddd40731c94872'}), Munch({'project': u'2c0cd9e55a334d8284e782a17dc6ccf1', 'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'eae8dd0a6d7b4fdcbdddd40731c94872'}), Munch({'domain': u'e5fa09283e9c4ab4ad85e54bc8818715', 'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'dd85cb6ea04f4e3e8515040959ad911b'}), Munch({'id': u'fa06c02911cf47bfb93c9f379ee33586', 'user': u'8e1baf3d2d13429ea4fcbed26632d12b'})] 2018-09-03 13:00:15,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 13:00:15,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:15,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe7351e-a148-487a-9ec1-0a2a5d727da1 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "78d3bfb9906e48f2b2b75581c74e9e2e", "links": {"self": "http://172.30.9.23:5000/v3/roles/78d3bfb9906e48f2b2b75581c74e9e2e"}, "name": "member"}, {"domain_id": null, "id": "7a0baf4ff8064d1ea595a9e736390679", "links": {"self": "http://172.30.9.23:5000/v3/roles/7a0baf4ff8064d1ea595a9e736390679"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9dcb839af72345d3983a1813d8467c8c", "links": {"self": "http://172.30.9.23:5000/v3/roles/9dcb839af72345d3983a1813d8467c8c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a851cc281038430daa3c9cacc5b7f336", "links": {"self": "http://172.30.9.23:5000/v3/roles/a851cc281038430daa3c9cacc5b7f336"}, "name": "reader"}, {"domain_id": null, "id": "abc0569da81741d8bfed320ebcc66090", "links": {"self": "http://172.30.9.23:5000/v3/roles/abc0569da81741d8bfed320ebcc66090"}, "name": "swiftoperator"}, {"domain_id": null, "id": "fa06c02911cf47bfb93c9f379ee33586", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa06c02911cf47bfb93c9f379ee33586"}, "name": "admin"}]} 2018-09-03 13:00:15,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8fe7351e-a148-487a-9ec1-0a2a5d727da1 2018-09-03 13:00:15,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195667982101s 2018-09-03 13:00:15,506 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8fe7351e-a148-487a-9ec1-0a2a5d727da1 2018-09-03 13:00:15,507 - 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'78d3bfb9906e48f2b2b75581c74e9e2e'}), 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'7a0baf4ff8064d1ea595a9e736390679'}), 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'9dcb839af72345d3983a1813d8467c8c'}), 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'reader', 'id': u'a851cc281038430daa3c9cacc5b7f336'}), 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'abc0569da81741d8bfed320ebcc66090'}), 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'fa06c02911cf47bfb93c9f379ee33586'})] 2018-09-03 13:00:15,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 13:00:15,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:16,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-58d0ebaa-5f0e-45c2-894c-43e05b08c0fe Date: Mon, 03 Sep 2018 13:00:16 GMT RESP BODY: {"routers": []} 2018-09-03 13:00:16,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-58d0ebaa-5f0e-45c2-894c-43e05b08c0fe 2018-09-03 13:00:16,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.10554289818s 2018-09-03 13:00:16,614 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-58d0ebaa-5f0e-45c2-894c-43e05b08c0fe 2018-09-03 13:00:16,614 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-09-03 13:00:16,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:00:16,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:16,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-04f27b36-28b0-45c9-8d3d-3f6f043d1e36 x-compute-request-id: req-04f27b36-28b0-45c9-8d3d-3f6f043d1e36 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-03 13:00:16,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-04f27b36-28b0-45c9-8d3d-3f6f043d1e36 2018-09-03 13:00:16,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.219941139221s 2018-09-03 13:00:16,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-04f27b36-28b0-45c9-8d3d-3f6f043d1e36 2018-09-03 13:00:16,835 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-09-03 13:00:16,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-03 13:00:16,846 - 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.15" 2018-09-03 13:00:16,854 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 13:00:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf21343e-08c2-4251-b6ba-8694893abab1 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-09-03 13:00:16,854 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-cf21343e-08c2-4251-b6ba-8694893abab1 2018-09-03 13:00:16,855 - 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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:17,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79a74ec8-7cb3-4480-8f86-f2e0bff2be56 Content-Encoding: gzip Content-Length: 855 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/0030d39b72f0449b8208b681178c285c"}, "enabled": true, "type": "identity", "id": "0030d39b72f0449b8208b681178c285c", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/16449c993988469ab56357077f5b470b"}, "enabled": true, "type": "cloudformation", "id": "16449c993988469ab56357077f5b470b", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/24eeb323eec4412193a91b352f92d17b"}, "enabled": true, "type": "metric", "id": "24eeb323eec4412193a91b352f92d17b", "name": "gnocchi"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/261030e7e83e4fa3859a649138f8a08a"}, "enabled": true, "type": "event", "id": "261030e7e83e4fa3859a649138f8a08a", "name": "panko"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/2a955477215b4a5ea28297e0a08f9316"}, "enabled": true, "type": "volumev2", "id": "2a955477215b4a5ea28297e0a08f9316", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/35f58fde79c74234a7c2dd5e54f101a8"}, "enabled": true, "type": "volume", "id": "35f58fde79c74234a7c2dd5e54f101a8", "name": "cinder"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7eccb6e4ae4b49549c47acd1ac6ead6d"}, "enabled": true, "type": "metering", "id": "7eccb6e4ae4b49549c47acd1ac6ead6d", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/911269b0b0824ccead356417d239e17a"}, "enabled": true, "type": "network", "id": "911269b0b0824ccead356417d239e17a", "name": "neutron"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/acfd9629acd54010b6e5f81da0b05f9f"}, "enabled": true, "type": "placement", "id": "acfd9629acd54010b6e5f81da0b05f9f", "name": "placement"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/d0fe78019d9f4e8db1cf9f66f7c00e47"}, "enabled": true, "type": "image", "id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "name": "glance"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/d31c8e55b8a54897b5c3cb3358cea4bc"}, "enabled": true, "type": "orchestration", "id": "d31c8e55b8a54897b5c3cb3358cea4bc", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e9eb5daafb34427283ebb83af63d0b61"}, "enabled": true, "type": "alarming", "id": "e9eb5daafb34427283ebb83af63d0b61", "name": "aodh"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/eeb0f42e30dd49708baa3d892d730850"}, "enabled": true, "type": "volumev3", "id": "eeb0f42e30dd49708baa3d892d730850", "name": "cinderv3"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f4119a4d90b14ce5a7bd6fb1dcedcc68"}, "enabled": true, "type": "compute", "id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f6b168ea1a414562ac40c2c9adcb086c"}, "enabled": true, "type": "object-store", "id": "f6b168ea1a414562ac40c2c9adcb086c", "name": "swift"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-09-03 13:00:17,153 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-79a74ec8-7cb3-4480-8f86-f2e0bff2be56 2018-09-03 13:00:17,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.311285972595s 2018-09-03 13:00:17,153 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-79a74ec8-7cb3-4480-8f86-f2e0bff2be56 2018-09-03 13:00:17,158 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'0030d39b72f0449b8208b681178c285c', 'name': u'keystone'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'16449c993988469ab56357077f5b470b', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'24eeb323eec4412193a91b352f92d17b', 'name': u'gnocchi'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'261030e7e83e4fa3859a649138f8a08a', 'name': u'panko'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'2a955477215b4a5ea28297e0a08f9316', 'name': u'cinderv2'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'35f58fde79c74234a7c2dd5e54f101a8', 'name': u'cinder'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'7eccb6e4ae4b49549c47acd1ac6ead6d', 'name': u'ceilometer'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'911269b0b0824ccead356417d239e17a', 'name': u'neutron'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'acfd9629acd54010b6e5f81da0b05f9f', 'name': u'placement'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'd0fe78019d9f4e8db1cf9f66f7c00e47', 'name': u'glance'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'd31c8e55b8a54897b5c3cb3358cea4bc', 'name': u'heat'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'e9eb5daafb34427283ebb83af63d0b61', 'name': u'aodh'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'eeb0f42e30dd49708baa3d892d730850', 'name': u'cinderv3'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'f4119a4d90b14ce5a7bd6fb1dcedcc68', 'name': u'nova'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'f6b168ea1a414562ac40c2c9adcb086c', 'name': u'swift'})] 2018-09-03 13:00:17,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 13:00:17,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9bf3dd78f4368d6fefe0511040816e57593419b1" 2018-09-03 13:00:18,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4a92efd0-0950-4162-9a4d-a50c4ed4162a Date: Mon, 03 Sep 2018 13:00:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"375df95b-45ed-41c6-894d-720224bc2919","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:08Z","dns_nameservers":[],"updated_at":"2018-09-03T12:57:08Z","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":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"d5e68d41-1994-4bbd-a1be-d037ac306e9b","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-03 13:00:18,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4a92efd0-0950-4162-9a4d-a50c4ed4162a 2018-09-03 13:00:18,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.16122412682s 2018-09-03 13:00:18,321 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4a92efd0-0950-4162-9a4d-a50c4ed4162a 2018-09-03 13:00:18,321 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T12:57:08Z', 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'd5e68d41-1994-4bbd-a1be-d037ac306e9b', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'375df95b-45ed-41c6-894d-720224bc2919', u'tenant_id': u'2c0cd9e55a334d8284e782a17dc6ccf1', u'created_at': u'2018-09-03T12:57:08Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'2c0cd9e55a334d8284e782a17dc6ccf1'})] 2018-09-03 13:00:18,445 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 13:00:18,446 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-03 13:00:18,504 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-09-03 13:00:18,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 13:00:18,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 13:00:18,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 13:00:18,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 13:00:18,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 13:00:18,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 13:00:18,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:00:18,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-985ebbfa-1641-4170-9d47-fe180c7d5c62 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-03 13:00:18,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-985ebbfa-1641-4170-9d47-fe180c7d5c62 2018-09-03 13:00:18,696 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-03 13:00:19,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa06c02911cf47bfb93c9f379ee33586", "name": "admin"}, {"id": "78d3bfb9906e48f2b2b75581c74e9e2e", "name": "member"}, {"id": "a851cc281038430daa3c9cacc5b7f336", "name": "reader"}], "expires_at": "2018-09-03T14:00:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "14b74310259b4bda84735ddde8126816"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af5df17d1972449eb536f6a4360734fc"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c511759dd9da48fdb3de1c5fc0ff202c"}], "type": "identity", "id": "0030d39b72f0449b8208b681178c285c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c8fb473b0f04e83830f7a75944acbe9"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "729c02f01002494dab6ed9a926bdfccd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1c3dacc81274d8fb0eaced198d314d4"}], "type": "cloudformation", "id": "16449c993988469ab56357077f5b470b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ffbdb02f41e4ff789601ab9cb64cc87"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7965183181f48809e78e13c3250854c"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbbf48437c474780aac01f57176f1547"}], "type": "metric", "id": "24eeb323eec4412193a91b352f92d17b", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30a1c7fc84174866ab2b3dd781789480"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb029f9c739f44a9a484122c3a4cbfb3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec599a5dcb9f4632a798a2552155c771"}], "type": "event", "id": "261030e7e83e4fa3859a649138f8a08a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d16321e965e41a4824780dad34228a9"}, {"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a03c1266415c4c14a1ed199cb8a940c7"}, {"url": "http://172.30.9.23:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8a250e8386e48b483fa54c92aa6996a"}], "type": "volumev2", "id": "2a955477215b4a5ea28297e0a08f9316", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e4515a9087446dc8a7eba0172b22835"}, {"url": "http://172.30.9.23:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "314fb8d0464a418084989bddb0796f6b"}, {"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "442ae7e6a0e74d7fae7cbd4aa9ed37ca"}], "type": "volume", "id": "35f58fde79c74234a7c2dd5e54f101a8", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "7eccb6e4ae4b49549c47acd1ac6ead6d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bd53a0f12c147a88651300b4271c43a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83b96846ea9a4bdc9cbfdccc36801480"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85d1b06ca0bb4c23a5d7b6babd23c0a9"}], "type": "network", "id": "911269b0b0824ccead356417d239e17a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1463402c9a784a22bec053232ea2e90d"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "963a61e993694fa489ea6be89a715314"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d0608d11e95c46fe913468184bd226d5"}], "type": "placement", "id": "acfd9629acd54010b6e5f81da0b05f9f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "69a55cf1e4a94874bb532cde06bbb8f2"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ad07c96b044b44846df62a50efff45"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e36a640cb83c4da88022c9702bd860ec"}], "type": "image", "id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f3f59ce34b4de9822ab5a73808bebf"}, {"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7cb26061d0a2489fb494ef2e1217e006"}, {"url": "http://172.30.9.23:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc00904466694a34b0c91611b9e0011d"}], "type": "orchestration", "id": "d31c8e55b8a54897b5c3cb3358cea4bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "315c01be4abd486fb96f88e18c4bf749"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e652b71d18534cfa9aa04388076f6f3f"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb528eafb0f4457bafdf8a1aa18a6855"}], "type": "alarming", "id": "e9eb5daafb34427283ebb83af63d0b61", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20e0f1771418405d851fbfe15b8b9d11"}, {"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c62eb4ca78e6477ab800ea1fd1f27cab"}, {"url": "http://172.30.9.23:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc52f82b1a9a4703a27e8d0b99dc409c"}], "type": "volumev3", "id": "eeb0f42e30dd49708baa3d892d730850", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c5e240dc41d4e63b4d1c1e3e14f4814"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c71c7136dbc42d6810109c9ee714434"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83517be5327e409983c75f6cd2d6442a"}], "type": "compute", "id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.24:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f1ce117ef734b7f9f994fc4e325fe1d"}, {"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "872fa61a954f457ba31286ce69e51f31"}, {"url": "http://172.30.9.23:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8903f4c2eb20405f8b6cc0c08463a1b3"}], "type": "object-store", "id": "f6b168ea1a414562ac40c2c9adcb086c", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8e1baf3d2d13429ea4fcbed26632d12b"}, "audit_ids": ["Piu7njL7RzCi8s1cyfAlSg"], "issued_at": "2018-09-03T13:00:18.000000Z"}} 2018-09-03 13:00:19,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:00:19,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}15d37d3b02acfd91f5fda5f6e94262004ca07c20" 2018-09-03 13:00:19,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7626935b-102e-41aa-bb02-e3d1f820285d Date: Mon, 03 Sep 2018 13:00:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"}]} 2018-09-03 13:00:19,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7626935b-102e-41aa-bb02-e3d1f820285d 2018-09-03 13:00:19,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.347696065903s 2018-09-03 13:00:19,447 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7626935b-102e-41aa-bb02-e3d1f820285d 2018-09-03 13:00:19,448 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-09-03 13:00:19,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 13:00:19,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15d37d3b02acfd91f5fda5f6e94262004ca07c20" -d '{"network": {"name": "tenantnetwork1-net_f5c735d9-b2be-4569-bfca-48062a6b3d5b", "admin_state_up": true}}' 2018-09-03 13:00:20,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0872ff53-96c5-463a-a497-7a6ef936f222 Date: Mon, 03 Sep 2018 13:00:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d3dd1c9e-96f6-4484-93ca-99e3b2ca46b6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bfa146530bbf46e88a12a52a04c9b9d5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T13:00:20Z","is_default":false,"provider:segmentation_id":23,"name":"tenantnetwork1-net_f5c735d9-b2be-4569-bfca-48062a6b3d5b","admin_state_up":true,"tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:00:20Z","mtu":1450}} 2018-09-03 13:00:20,959 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0872ff53-96c5-463a-a497-7a6ef936f222 2018-09-03 13:00:20,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.51102900505s 2018-09-03 13:00:20,961 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0872ff53-96c5-463a-a497-7a6ef936f222 2018-09-03 13:00:20,962 - 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-09-03T13:00:20Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd3dd1c9e-96f6-4484-93ca-99e3b2ca46b6', u'provider:segmentation_id': 23, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_f5c735d9-b2be-4569-bfca-48062a6b3d5b', u'admin_state_up': True, u'tenant_id': u'bfa146530bbf46e88a12a52a04c9b9d5', u'created_at': u'2018-09-03T13:00:20Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bfa146530bbf46e88a12a52a04c9b9d5'}) 2018-09-03 13:00:20,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:00:20,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}15d37d3b02acfd91f5fda5f6e94262004ca07c20" 2018-09-03 13:00:22,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-c7b25a0b-1742-44a9-9cb8-79a8cce90202 Date: Mon, 03 Sep 2018 13:00:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d3dd1c9e-96f6-4484-93ca-99e3b2ca46b6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bfa146530bbf46e88a12a52a04c9b9d5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T13:00:20Z","provider:segmentation_id":23,"name":"tenantnetwork1-net_f5c735d9-b2be-4569-bfca-48062a6b3d5b","admin_state_up":true,"tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:00:20Z","provider:network_type":"vxlan"}]} 2018-09-03 13:00:22,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c7b25a0b-1742-44a9-9cb8-79a8cce90202 2018-09-03 13:00:22,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.15589690208s 2018-09-03 13:00:22,120 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c7b25a0b-1742-44a9-9cb8-79a8cce90202 2018-09-03 13:00:22,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 13:00:22,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15d37d3b02acfd91f5fda5f6e94262004ca07c20" -d '{"subnet": {"name": "tenantnetwork1-subnet_f5c735d9-b2be-4569-bfca-48062a6b3d5b", "enable_dhcp": true, "network_id": "d3dd1c9e-96f6-4484-93ca-99e3b2ca46b6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 13:00:22,765 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8824b3f9-b97f-4e46-8890-a36909c96993 Date: Mon, 03 Sep 2018 13:00:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3dd1c9e-96f6-4484-93ca-99e3b2ca46b6","tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:00:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:00:22Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"bfa146530bbf46e88a12a52a04c9b9d5","id":"905a403b-ee27-4082-9dd6-7a36d65ec6c3","subnetpool_id":null,"name":"tenantnetwork1-subnet_f5c735d9-b2be-4569-bfca-48062a6b3d5b"}} 2018-09-03 13:00:22,765 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-8824b3f9-b97f-4e46-8890-a36909c96993 2018-09-03 13:00:22,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.642498016357s 2018-09-03 13:00:22,766 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-8824b3f9-b97f-4e46-8890-a36909c96993 2018-09-03 13:00:22,766 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T13:00:22Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'905a403b-ee27-4082-9dd6-7a36d65ec6c3', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_f5c735d9-b2be-4569-bfca-48062a6b3d5b', u'enable_dhcp': True, u'network_id': u'd3dd1c9e-96f6-4484-93ca-99e3b2ca46b6', u'tenant_id': u'bfa146530bbf46e88a12a52a04c9b9d5', u'created_at': u'2018-09-03T13:00:22Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bfa146530bbf46e88a12a52a04c9b9d5'}) 2018-09-03 13:00:22,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 13:00:22,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15d37d3b02acfd91f5fda5f6e94262004ca07c20" -d '{"router": {"external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919"}, "name": "tenantnetwork1-router_f5c735d9-b2be-4569-bfca-48062a6b3d5b", "admin_state_up": true}}' 2018-09-03 13:00:25,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-1418b3e3-1e98-4e39-b3b7-fd48f088434c Date: Mon, 03 Sep 2018 13:00:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d5e68d41-1994-4bbd-a1be-d037ac306e9b", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:00:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-03T13:00:25Z", "revision_number": 2, "routes": [], "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "00126ffd-d0fd-4136-83fb-371e635fbacf", "name": "tenantnetwork1-router_f5c735d9-b2be-4569-bfca-48062a6b3d5b"}} 2018-09-03 13:00:25,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-1418b3e3-1e98-4e39-b3b7-fd48f088434c 2018-09-03 13:00:25,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.71358180046s 2018-09-03 13:00:25,481 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-1418b3e3-1e98-4e39-b3b7-fd48f088434c 2018-09-03 13:00:25,482 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'375df95b-45ed-41c6-894d-720224bc2919', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd5e68d41-1994-4bbd-a1be-d037ac306e9b', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bfa146530bbf46e88a12a52a04c9b9d5', u'created_at': u'2018-09-03T13:00:23Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-03T13:00:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'bfa146530bbf46e88a12a52a04c9b9d5', u'id': u'00126ffd-d0fd-4136-83fb-371e635fbacf', u'name': u'tenantnetwork1-router_f5c735d9-b2be-4569-bfca-48062a6b3d5b'}) 2018-09-03 13:00:25,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 13:00:25,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/00126ffd-d0fd-4136-83fb-371e635fbacf/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15d37d3b02acfd91f5fda5f6e94262004ca07c20" -d '{"subnet_id": "905a403b-ee27-4082-9dd6-7a36d65ec6c3"}' 2018-09-03 13:00:28,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c65431ee-8966-46ba-987a-0ba6dcc72d8a Date: Mon, 03 Sep 2018 13:00:28 GMT RESP BODY: {"network_id": "d3dd1c9e-96f6-4484-93ca-99e3b2ca46b6", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "subnet_id": "905a403b-ee27-4082-9dd6-7a36d65ec6c3", "subnet_ids": ["905a403b-ee27-4082-9dd6-7a36d65ec6c3"], "port_id": "6e5dec10-e3c8-4cac-831f-9e1fa8c67e0a", "id": "00126ffd-d0fd-4136-83fb-371e635fbacf"} 2018-09-03 13:00:28,532 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/00126ffd-d0fd-4136-83fb-371e635fbacf/add_router_interface.json used request id req-c65431ee-8966-46ba-987a-0ba6dcc72d8a 2018-09-03 13:00:28,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.0491001606s 2018-09-03 13:00:28,532 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/00126ffd-d0fd-4136-83fb-371e635fbacf/add_router_interface.json used request id req-c65431ee-8966-46ba-987a-0ba6dcc72d8a returning object 00126ffd-d0fd-4136-83fb-371e635fbacf 2018-09-03 13:00:28,658 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 13:00:28,658 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-03 13:00:28,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 13:00:28,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/00126ffd-d0fd-4136-83fb-371e635fbacf/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15d37d3b02acfd91f5fda5f6e94262004ca07c20" -d '{"subnet_id": "905a403b-ee27-4082-9dd6-7a36d65ec6c3"}' 2018-09-03 13:00:31,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e0efdb13-bb3f-469c-b3cd-f608af51beb7 Date: Mon, 03 Sep 2018 13:00:31 GMT RESP BODY: {"network_id": "d3dd1c9e-96f6-4484-93ca-99e3b2ca46b6", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "subnet_id": "905a403b-ee27-4082-9dd6-7a36d65ec6c3", "subnet_ids": ["905a403b-ee27-4082-9dd6-7a36d65ec6c3"], "port_id": "6e5dec10-e3c8-4cac-831f-9e1fa8c67e0a", "id": "00126ffd-d0fd-4136-83fb-371e635fbacf"} 2018-09-03 13:00:31,658 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/00126ffd-d0fd-4136-83fb-371e635fbacf/remove_router_interface.json used request id req-e0efdb13-bb3f-469c-b3cd-f608af51beb7 2018-09-03 13:00:31,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.99408817291s 2018-09-03 13:00:31,659 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/00126ffd-d0fd-4136-83fb-371e635fbacf/remove_router_interface.json used request id req-e0efdb13-bb3f-469c-b3cd-f608af51beb7 returning object 00126ffd-d0fd-4136-83fb-371e635fbacf 2018-09-03 13:00:31,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 13:00:31,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}15d37d3b02acfd91f5fda5f6e94262004ca07c20" 2018-09-03 13:00:32,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-8444b8ae-b00c-4a5f-bac6-f8b5c4be26b4 Date: Mon, 03 Sep 2018 13:00:32 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d5e68d41-1994-4bbd-a1be-d037ac306e9b", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:00:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-03T13:00:30Z", "revision_number": 4, "routes": [], "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "00126ffd-d0fd-4136-83fb-371e635fbacf", "name": "tenantnetwork1-router_f5c735d9-b2be-4569-bfca-48062a6b3d5b"}]} 2018-09-03 13:00:32,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8444b8ae-b00c-4a5f-bac6-f8b5c4be26b4 2018-09-03 13:00:32,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.39041018486s 2018-09-03 13:00:32,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8444b8ae-b00c-4a5f-bac6-f8b5c4be26b4 2018-09-03 13:00:32,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 13:00:32,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/00126ffd-d0fd-4136-83fb-371e635fbacf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}15d37d3b02acfd91f5fda5f6e94262004ca07c20" 2018-09-03 13:00:34,770 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4ae7f371-f8e1-452b-8062-1f9bd83e6186 Content-Length: 0 Date: Mon, 03 Sep 2018 13:00:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:00:34,771 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/00126ffd-d0fd-4136-83fb-371e635fbacf.json used request id req-4ae7f371-f8e1-452b-8062-1f9bd83e6186 2018-09-03 13:00:34,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.71879601479s 2018-09-03 13:00:34,771 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/00126ffd-d0fd-4136-83fb-371e635fbacf.json used request id req-4ae7f371-f8e1-452b-8062-1f9bd83e6186 2018-09-03 13:00:34,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 13:00:34,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}15d37d3b02acfd91f5fda5f6e94262004ca07c20" 2018-09-03 13:00:35,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-1d8c1d66-d20e-493c-8a4c-f57df0284d7d Date: Mon, 03 Sep 2018 13:00:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3dd1c9e-96f6-4484-93ca-99e3b2ca46b6","tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:00:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:00:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"bfa146530bbf46e88a12a52a04c9b9d5","id":"905a403b-ee27-4082-9dd6-7a36d65ec6c3","subnetpool_id":null,"name":"tenantnetwork1-subnet_f5c735d9-b2be-4569-bfca-48062a6b3d5b"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"375df95b-45ed-41c6-894d-720224bc2919","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:08Z","dns_nameservers":[],"updated_at":"2018-09-03T12:57:08Z","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":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"d5e68d41-1994-4bbd-a1be-d037ac306e9b","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-03 13:00:35,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-1d8c1d66-d20e-493c-8a4c-f57df0284d7d 2018-09-03 13:00:35,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.03968596458s 2018-09-03 13:00:35,812 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-1d8c1d66-d20e-493c-8a4c-f57df0284d7d 2018-09-03 13:00:35,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 13:00:35,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/905a403b-ee27-4082-9dd6-7a36d65ec6c3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}15d37d3b02acfd91f5fda5f6e94262004ca07c20" 2018-09-03 13:00:39,142 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-64cd8630-37d1-4b52-b79a-e2b16063c21c Date: Mon, 03 Sep 2018 13:00:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:00:39,142 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/905a403b-ee27-4082-9dd6-7a36d65ec6c3.json used request id req-64cd8630-37d1-4b52-b79a-e2b16063c21c 2018-09-03 13:00:39,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.32917904854s 2018-09-03 13:00:39,143 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/905a403b-ee27-4082-9dd6-7a36d65ec6c3.json used request id req-64cd8630-37d1-4b52-b79a-e2b16063c21c 2018-09-03 13:00:39,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:00:39,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}15d37d3b02acfd91f5fda5f6e94262004ca07c20" 2018-09-03 13:00:39,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-d2254c84-d25b-45f9-88ec-9f94397bdc98 Date: Mon, 03 Sep 2018 13:00:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d3dd1c9e-96f6-4484-93ca-99e3b2ca46b6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bfa146530bbf46e88a12a52a04c9b9d5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T13:00:38Z","provider:segmentation_id":23,"name":"tenantnetwork1-net_f5c735d9-b2be-4569-bfca-48062a6b3d5b","admin_state_up":true,"tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:00:20Z","provider:network_type":"vxlan"}]} 2018-09-03 13:00:39,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d2254c84-d25b-45f9-88ec-9f94397bdc98 2018-09-03 13:00:39,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.09099817276s 2018-09-03 13:00:39,235 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d2254c84-d25b-45f9-88ec-9f94397bdc98 2018-09-03 13:00:39,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 13:00:39,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/d3dd1c9e-96f6-4484-93ca-99e3b2ca46b6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}15d37d3b02acfd91f5fda5f6e94262004ca07c20" 2018-09-03 13:00:41,128 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a06b040c-1111-40f3-9f78-7a56e0b09754 Date: Mon, 03 Sep 2018 13:00:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:00:41,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d3dd1c9e-96f6-4484-93ca-99e3b2ca46b6.json used request id req-a06b040c-1111-40f3-9f78-7a56e0b09754 2018-09-03 13:00:41,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.8923869133s 2018-09-03 13:00:41,129 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d3dd1c9e-96f6-4484-93ca-99e3b2ca46b6.json used request id req-a06b040c-1111-40f3-9f78-7a56e0b09754 2018-09-03 13:00:41,184 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-09-03 13:00:41,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 13:00:41,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 13:00:41,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 13:00:41,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 13:00:41,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 13:00:41,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 13:00:41,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 13:00:41,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 13:00:41,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 13:00:41,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 13:00:41,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 13:00:41,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 13:00:41,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 13:00:41,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 13:00:41,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 13:00:41,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 13:00:41,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 13:00:41,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 13:00:41,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 13:00:41,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 13:00:41,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 13:00:41,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 13:00:41,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:00:41,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df0a9dde-d4dd-4884-b333-d23b65ba9e6c Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-03 13:00:41,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-df0a9dde-d4dd-4884-b333-d23b65ba9e6c 2018-09-03 13:00:41,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-03 13:00:41,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa06c02911cf47bfb93c9f379ee33586", "name": "admin"}, {"id": "78d3bfb9906e48f2b2b75581c74e9e2e", "name": "member"}, {"id": "a851cc281038430daa3c9cacc5b7f336", "name": "reader"}], "expires_at": "2018-09-03T14:00:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "14b74310259b4bda84735ddde8126816"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af5df17d1972449eb536f6a4360734fc"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c511759dd9da48fdb3de1c5fc0ff202c"}], "type": "identity", "id": "0030d39b72f0449b8208b681178c285c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c8fb473b0f04e83830f7a75944acbe9"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "729c02f01002494dab6ed9a926bdfccd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1c3dacc81274d8fb0eaced198d314d4"}], "type": "cloudformation", "id": "16449c993988469ab56357077f5b470b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ffbdb02f41e4ff789601ab9cb64cc87"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7965183181f48809e78e13c3250854c"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbbf48437c474780aac01f57176f1547"}], "type": "metric", "id": "24eeb323eec4412193a91b352f92d17b", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30a1c7fc84174866ab2b3dd781789480"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb029f9c739f44a9a484122c3a4cbfb3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec599a5dcb9f4632a798a2552155c771"}], "type": "event", "id": "261030e7e83e4fa3859a649138f8a08a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d16321e965e41a4824780dad34228a9"}, {"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a03c1266415c4c14a1ed199cb8a940c7"}, {"url": "http://172.30.9.23:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8a250e8386e48b483fa54c92aa6996a"}], "type": "volumev2", "id": "2a955477215b4a5ea28297e0a08f9316", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e4515a9087446dc8a7eba0172b22835"}, {"url": "http://172.30.9.23:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "314fb8d0464a418084989bddb0796f6b"}, {"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "442ae7e6a0e74d7fae7cbd4aa9ed37ca"}], "type": "volume", "id": "35f58fde79c74234a7c2dd5e54f101a8", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "7eccb6e4ae4b49549c47acd1ac6ead6d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bd53a0f12c147a88651300b4271c43a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83b96846ea9a4bdc9cbfdccc36801480"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85d1b06ca0bb4c23a5d7b6babd23c0a9"}], "type": "network", "id": "911269b0b0824ccead356417d239e17a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1463402c9a784a22bec053232ea2e90d"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "963a61e993694fa489ea6be89a715314"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d0608d11e95c46fe913468184bd226d5"}], "type": "placement", "id": "acfd9629acd54010b6e5f81da0b05f9f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "69a55cf1e4a94874bb532cde06bbb8f2"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ad07c96b044b44846df62a50efff45"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e36a640cb83c4da88022c9702bd860ec"}], "type": "image", "id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f3f59ce34b4de9822ab5a73808bebf"}, {"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7cb26061d0a2489fb494ef2e1217e006"}, {"url": "http://172.30.9.23:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc00904466694a34b0c91611b9e0011d"}], "type": "orchestration", "id": "d31c8e55b8a54897b5c3cb3358cea4bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "315c01be4abd486fb96f88e18c4bf749"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e652b71d18534cfa9aa04388076f6f3f"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb528eafb0f4457bafdf8a1aa18a6855"}], "type": "alarming", "id": "e9eb5daafb34427283ebb83af63d0b61", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20e0f1771418405d851fbfe15b8b9d11"}, {"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c62eb4ca78e6477ab800ea1fd1f27cab"}, {"url": "http://172.30.9.23:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc52f82b1a9a4703a27e8d0b99dc409c"}], "type": "volumev3", "id": "eeb0f42e30dd49708baa3d892d730850", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c5e240dc41d4e63b4d1c1e3e14f4814"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c71c7136dbc42d6810109c9ee714434"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83517be5327e409983c75f6cd2d6442a"}], "type": "compute", "id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.24:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f1ce117ef734b7f9f994fc4e325fe1d"}, {"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "872fa61a954f457ba31286ce69e51f31"}, {"url": "http://172.30.9.23:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8903f4c2eb20405f8b6cc0c08463a1b3"}], "type": "object-store", "id": "f6b168ea1a414562ac40c2c9adcb086c", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8e1baf3d2d13429ea4fcbed26632d12b"}, "audit_ids": ["1jSu7zG0Tvapnn_41HPWmA"], "issued_at": "2018-09-03T13:00:41.000000Z"}} 2018-09-03 13:00:41,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:00:41,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:00:41,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1e0cba6b-609d-4b27-b01a-fbfde3b3e874 Date: Mon, 03 Sep 2018 13:00:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"}]} 2018-09-03 13:00:41,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1e0cba6b-609d-4b27-b01a-fbfde3b3e874 2018-09-03 13:00:41,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.294352054596s 2018-09-03 13:00:41,939 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1e0cba6b-609d-4b27-b01a-fbfde3b3e874 2018-09-03 13:00:41,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:00:41,948 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 13:00:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbdef1b2-61b1-467f-a8cd-3514f1f7fe78 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.23:5000/v3/", "rel": "self"}]}]}} 2018-09-03 13:00:41,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-bbdef1b2-61b1-467f-a8cd-3514f1f7fe78 2018-09-03 13:00:41,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 13:00:41,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:00:42,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af7b55c6-f09c-4545-8a0b-34ce023c7484 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/e5fa09283e9c4ab4ad85e54bc8818715"}, "tags": [], "enabled": true, "id": "e5fa09283e9c4ab4ad85e54bc8818715", "name": "heat_stack"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-03 13:00:42,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-af7b55c6-f09c-4545-8a0b-34ce023c7484 2018-09-03 13:00:42,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.297498941422s 2018-09-03 13:00:42,247 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-af7b55c6-f09c-4545-8a0b-34ce023c7484 2018-09-03 13:00:42,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-03 13:00:42,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4"}}' 2018-09-03 13:00:42,528 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 13:00:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a1ca942-1233-4c5d-b168-42cba51d8705 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.23:5000/v3/projects/b9f829197f034604bc85e738e845e8fc"}, "tags": [], "enabled": true, "id": "b9f829197f034604bc85e738e845e8fc", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4"}} 2018-09-03 13:00:42,528 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0a1ca942-1233-4c5d-b168-42cba51d8705 2018-09-03 13:00:42,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.273901939392s 2018-09-03 13:00:42,529 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0a1ca942-1233-4c5d-b168-42cba51d8705 2018-09-03 13:00:42,529 - 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'b9f829197f034604bc85e738e845e8fc', '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_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4'}) 2018-09-03 13:00:42,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-03 13:00:42,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0cb2f957-14cb-4826-b4dd-208a8640a465", "email": null, "name": "tenantnetwork2-user_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4"}}' 2018-09-03 13:00:43,141 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 13:00:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42168e0e-f31b-4006-b6ea-56ef883c1ad8 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4", "links": {"self": "http://172.30.9.23:5000/v3/users/82fe68f80d9e4c96998608d9389df53c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "82fe68f80d9e4c96998608d9389df53c", "domain_id": "default", "password_expires_at": null}} 2018-09-03 13:00:43,141 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-42168e0e-f31b-4006-b6ea-56ef883c1ad8 2018-09-03 13:00:43,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.605867147446s 2018-09-03 13:00:43,142 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-42168e0e-f31b-4006-b6ea-56ef883c1ad8 2018-09-03 13:00:43,143 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'82fe68f80d9e4c96998608d9389df53c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4'}) 2018-09-03 13:00:43,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 13:00:43,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:00:43,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fa5b7f5-f54c-4f78-ad60-45e95fcfe01e Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "78d3bfb9906e48f2b2b75581c74e9e2e", "links": {"self": "http://172.30.9.23:5000/v3/roles/78d3bfb9906e48f2b2b75581c74e9e2e"}, "name": "member"}, {"domain_id": null, "id": "7a0baf4ff8064d1ea595a9e736390679", "links": {"self": "http://172.30.9.23:5000/v3/roles/7a0baf4ff8064d1ea595a9e736390679"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9dcb839af72345d3983a1813d8467c8c", "links": {"self": "http://172.30.9.23:5000/v3/roles/9dcb839af72345d3983a1813d8467c8c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a851cc281038430daa3c9cacc5b7f336", "links": {"self": "http://172.30.9.23:5000/v3/roles/a851cc281038430daa3c9cacc5b7f336"}, "name": "reader"}, {"domain_id": null, "id": "abc0569da81741d8bfed320ebcc66090", "links": {"self": "http://172.30.9.23:5000/v3/roles/abc0569da81741d8bfed320ebcc66090"}, "name": "swiftoperator"}, {"domain_id": null, "id": "fa06c02911cf47bfb93c9f379ee33586", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa06c02911cf47bfb93c9f379ee33586"}, "name": "admin"}]} 2018-09-03 13:00:43,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0fa5b7f5-f54c-4f78-ad60-45e95fcfe01e 2018-09-03 13:00:43,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107553958893s 2018-09-03 13:00:43,255 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0fa5b7f5-f54c-4f78-ad60-45e95fcfe01e 2018-09-03 13:00:43,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 13:00:43,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:00:43,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5253bd22-8aa5-4f56-bd4b-5c5ac917feb3 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "78d3bfb9906e48f2b2b75581c74e9e2e", "links": {"self": "http://172.30.9.23:5000/v3/roles/78d3bfb9906e48f2b2b75581c74e9e2e"}, "name": "member"}, {"domain_id": null, "id": "7a0baf4ff8064d1ea595a9e736390679", "links": {"self": "http://172.30.9.23:5000/v3/roles/7a0baf4ff8064d1ea595a9e736390679"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9dcb839af72345d3983a1813d8467c8c", "links": {"self": "http://172.30.9.23:5000/v3/roles/9dcb839af72345d3983a1813d8467c8c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a851cc281038430daa3c9cacc5b7f336", "links": {"self": "http://172.30.9.23:5000/v3/roles/a851cc281038430daa3c9cacc5b7f336"}, "name": "reader"}, {"domain_id": null, "id": "abc0569da81741d8bfed320ebcc66090", "links": {"self": "http://172.30.9.23:5000/v3/roles/abc0569da81741d8bfed320ebcc66090"}, "name": "swiftoperator"}, {"domain_id": null, "id": "fa06c02911cf47bfb93c9f379ee33586", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa06c02911cf47bfb93c9f379ee33586"}, "name": "admin"}]} 2018-09-03 13:00:43,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5253bd22-8aa5-4f56-bd4b-5c5ac917feb3 2018-09-03 13:00:43,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103796005249s 2018-09-03 13:00:43,363 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5253bd22-8aa5-4f56-bd4b-5c5ac917feb3 2018-09-03 13:00:43,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 13:00:43,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:00:43,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5c07927-8476-4097-9123-47c687f8484d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "78d3bfb9906e48f2b2b75581c74e9e2e", "links": {"self": "http://172.30.9.23:5000/v3/roles/78d3bfb9906e48f2b2b75581c74e9e2e"}, "name": "member"}, {"domain_id": null, "id": "7a0baf4ff8064d1ea595a9e736390679", "links": {"self": "http://172.30.9.23:5000/v3/roles/7a0baf4ff8064d1ea595a9e736390679"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9dcb839af72345d3983a1813d8467c8c", "links": {"self": "http://172.30.9.23:5000/v3/roles/9dcb839af72345d3983a1813d8467c8c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a851cc281038430daa3c9cacc5b7f336", "links": {"self": "http://172.30.9.23:5000/v3/roles/a851cc281038430daa3c9cacc5b7f336"}, "name": "reader"}, {"domain_id": null, "id": "abc0569da81741d8bfed320ebcc66090", "links": {"self": "http://172.30.9.23:5000/v3/roles/abc0569da81741d8bfed320ebcc66090"}, "name": "swiftoperator"}, {"domain_id": null, "id": "fa06c02911cf47bfb93c9f379ee33586", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa06c02911cf47bfb93c9f379ee33586"}, "name": "admin"}]} 2018-09-03 13:00:43,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f5c07927-8476-4097-9123-47c687f8484d 2018-09-03 13:00:43,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.19820189476s 2018-09-03 13:00:43,567 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f5c07927-8476-4097-9123-47c687f8484d 2018-09-03 13:00:43,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 13:00:43,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:00:43,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2616c98-aeb0-4c54-aabc-36400b19a8b8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-03 13:00:43,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-f2616c98-aeb0-4c54-aabc-36400b19a8b8 2018-09-03 13:00:43,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198887109756s 2018-09-03 13:00:43,771 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-f2616c98-aeb0-4c54-aabc-36400b19a8b8 2018-09-03 13:00:43,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 13:00:43,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:00:44,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-888f704e-5a05-4b1d-b4a8-1b1cb3ca1a39 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/06cdd53f6b4041aba68cf0565927fbc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06cdd53f6b4041aba68cf0565927fbc6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/0a63fbc9d4954ac5b6c4efab45fd7adb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a63fbc9d4954ac5b6c4efab45fd7adb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/1600e7e261fb4cb79fe4d91aa2bd42b8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1600e7e261fb4cb79fe4d91aa2bd42b8", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/3f04ad3eec194d8c8eba48d0778eb749"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f04ad3eec194d8c8eba48d0778eb749", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5355556d3d534dda8439d49d801987aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355556d3d534dda8439d49d801987aa", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/600928af9d0047df953c458d3783dcfc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "600928af9d0047df953c458d3783dcfc", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/75be13d3036d4b5e91aab4a82efc30b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75be13d3036d4b5e91aab4a82efc30b7", "email": "panko@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4", "links": {"self": "http://172.30.9.23:5000/v3/users/82fe68f80d9e4c96998608d9389df53c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "82fe68f80d9e4c96998608d9389df53c", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/8ab8e4efd21047b8b58ed47a4dafc84c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ab8e4efd21047b8b58ed47a4dafc84c", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8e1baf3d2d13429ea4fcbed26632d12b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e1baf3d2d13429ea4fcbed26632d12b", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/be1d87c1af60485fa5e393aedff1c368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be1d87c1af60485fa5e393aedff1c368", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/d67c80e728934dcc81327588b274aa7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d67c80e728934dcc81327588b274aa7b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/dd85cb6ea04f4e3e8515040959ad911b"}, "domain_id": "e5fa09283e9c4ab4ad85e54bc8818715", "enabled": true, "options": {}, "id": "dd85cb6ea04f4e3e8515040959ad911b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e0c3be377710439591833f359b6b1578"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0c3be377710439591833f359b6b1578", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/eae8dd0a6d7b4fdcbdddd40731c94872"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eae8dd0a6d7b4fdcbdddd40731c94872", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-03 13:00:44,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-888f704e-5a05-4b1d-b4a8-1b1cb3ca1a39 2018-09-03 13:00:44,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.280934095383s 2018-09-03 13:00:44,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-888f704e-5a05-4b1d-b4a8-1b1cb3ca1a39 2018-09-03 13:00:44,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 13:00:44,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:00:44,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-544d3c2a-963c-4814-aa04-07bae028cf65 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/bfa146530bbf46e88a12a52a04c9b9d5"}, "tags": [], "enabled": true, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1"}, "tags": [], "enabled": true, "id": "2c0cd9e55a334d8284e782a17dc6ccf1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.23:5000/v3/projects/b9f829197f034604bc85e738e845e8fc"}, "tags": [], "enabled": true, "id": "b9f829197f034604bc85e738e845e8fc", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4"}]} 2018-09-03 13:00:44,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-544d3c2a-963c-4814-aa04-07bae028cf65 2018-09-03 13:00:44,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.271694898605s 2018-09-03 13:00:44,337 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-544d3c2a-963c-4814-aa04-07bae028cf65 2018-09-03 13:00:44,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-03 13:00:44,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=82fe68f80d9e4c96998608d9389df53c&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=b9f829197f034604bc85e738e845e8fc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:00:44,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0d17f20-12b6-4e31-b19d-fe7e5ec4f60f Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=82fe68f80d9e4c96998608d9389df53c&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=b9f829197f034604bc85e738e845e8fc", "previous": null, "next": null}} 2018-09-03 13:00:44,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=82fe68f80d9e4c96998608d9389df53c&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=b9f829197f034604bc85e738e845e8fc used request id req-e0d17f20-12b6-4e31-b19d-fe7e5ec4f60f 2018-09-03 13:00:44,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.186413049698s 2018-09-03 13:00:44,531 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=82fe68f80d9e4c96998608d9389df53c&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=b9f829197f034604bc85e738e845e8fc used request id req-e0d17f20-12b6-4e31-b19d-fe7e5ec4f60f 2018-09-03 13:00:44,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-03 13:00:44,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/b9f829197f034604bc85e738e845e8fc/users/82fe68f80d9e4c96998608d9389df53c/roles/78d3bfb9906e48f2b2b75581c74e9e2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:00:44,848 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:00:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-907b5224-7c1a-4732-bbec-d32443fb2ec6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 13:00:44,848 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/b9f829197f034604bc85e738e845e8fc/users/82fe68f80d9e4c96998608d9389df53c/roles/78d3bfb9906e48f2b2b75581c74e9e2e used request id req-907b5224-7c1a-4732-bbec-d32443fb2ec6 2018-09-03 13:00:44,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.313447952271s 2018-09-03 13:00:44,849 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/b9f829197f034604bc85e738e845e8fc/users/82fe68f80d9e4c96998608d9389df53c/roles/78d3bfb9906e48f2b2b75581c74e9e2e used request id req-907b5224-7c1a-4732-bbec-d32443fb2ec6 2018-09-03 13:00:44,850 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4', 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'b9f829197f034604bc85e738e845e8fc', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '0cb2f957-14cb-4826-b4dd-208a8640a465', 'username': u'tenantnetwork2-user_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-03 13:00:44,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 13:00:44,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 13:00:44,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 13:00:44,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 13:00:44,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 13:00:44,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 13:00:44,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 13:00:44,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 13:00:44,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 13:00:44,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 13:00:44,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 13:00:44,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 13:00:44,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 13:00:44,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 13:00:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 13:00:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 13:00:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 13:00:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 13:00:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 13:00:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 13:00:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 13:00:44,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 13:00:44,855 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4', 'password': '0cb2f957-14cb-4826-b4dd-208a8640a465', 'project_name': 'tenantnetwork2-project_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'b9f829197f034604bc85e738e845e8fc', 'project_domain_name': 'Default'} 2018-09-03 13:00:44,855 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-09-03 13:00:44,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:00:44,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:00:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d627752b-ed0c-45f5-afd8-8da66443b75e Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-03 13:00:44,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d627752b-ed0c-45f5-afd8-8da66443b75e 2018-09-03 13:00:44,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-03 13:00:45,281 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "78d3bfb9906e48f2b2b75581c74e9e2e", "name": "member"}, {"id": "a851cc281038430daa3c9cacc5b7f336", "name": "reader"}], "expires_at": "2018-09-03T14:00:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9f829197f034604bc85e738e845e8fc", "name": "tenantnetwork2-project_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "14b74310259b4bda84735ddde8126816"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af5df17d1972449eb536f6a4360734fc"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c511759dd9da48fdb3de1c5fc0ff202c"}], "type": "identity", "id": "0030d39b72f0449b8208b681178c285c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c8fb473b0f04e83830f7a75944acbe9"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "729c02f01002494dab6ed9a926bdfccd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1c3dacc81274d8fb0eaced198d314d4"}], "type": "cloudformation", "id": "16449c993988469ab56357077f5b470b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ffbdb02f41e4ff789601ab9cb64cc87"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7965183181f48809e78e13c3250854c"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbbf48437c474780aac01f57176f1547"}], "type": "metric", "id": "24eeb323eec4412193a91b352f92d17b", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30a1c7fc84174866ab2b3dd781789480"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb029f9c739f44a9a484122c3a4cbfb3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec599a5dcb9f4632a798a2552155c771"}], "type": "event", "id": "261030e7e83e4fa3859a649138f8a08a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b9f829197f034604bc85e738e845e8fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d16321e965e41a4824780dad34228a9"}, {"url": "http://192.30.9.4:8776/v2/b9f829197f034604bc85e738e845e8fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a03c1266415c4c14a1ed199cb8a940c7"}, {"url": "http://172.30.9.23:8776/v2/b9f829197f034604bc85e738e845e8fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8a250e8386e48b483fa54c92aa6996a"}], "type": "volumev2", "id": "2a955477215b4a5ea28297e0a08f9316", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b9f829197f034604bc85e738e845e8fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e4515a9087446dc8a7eba0172b22835"}, {"url": "http://172.30.9.23:8776/v1/b9f829197f034604bc85e738e845e8fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "314fb8d0464a418084989bddb0796f6b"}, {"url": "http://192.30.9.4:8776/v1/b9f829197f034604bc85e738e845e8fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "442ae7e6a0e74d7fae7cbd4aa9ed37ca"}], "type": "volume", "id": "35f58fde79c74234a7c2dd5e54f101a8", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "7eccb6e4ae4b49549c47acd1ac6ead6d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bd53a0f12c147a88651300b4271c43a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83b96846ea9a4bdc9cbfdccc36801480"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85d1b06ca0bb4c23a5d7b6babd23c0a9"}], "type": "network", "id": "911269b0b0824ccead356417d239e17a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1463402c9a784a22bec053232ea2e90d"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "963a61e993694fa489ea6be89a715314"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d0608d11e95c46fe913468184bd226d5"}], "type": "placement", "id": "acfd9629acd54010b6e5f81da0b05f9f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "69a55cf1e4a94874bb532cde06bbb8f2"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ad07c96b044b44846df62a50efff45"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e36a640cb83c4da88022c9702bd860ec"}], "type": "image", "id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b9f829197f034604bc85e738e845e8fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f3f59ce34b4de9822ab5a73808bebf"}, {"url": "http://192.30.9.4:8004/v1/b9f829197f034604bc85e738e845e8fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7cb26061d0a2489fb494ef2e1217e006"}, {"url": "http://172.30.9.23:8004/v1/b9f829197f034604bc85e738e845e8fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc00904466694a34b0c91611b9e0011d"}], "type": "orchestration", "id": "d31c8e55b8a54897b5c3cb3358cea4bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "315c01be4abd486fb96f88e18c4bf749"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e652b71d18534cfa9aa04388076f6f3f"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb528eafb0f4457bafdf8a1aa18a6855"}], "type": "alarming", "id": "e9eb5daafb34427283ebb83af63d0b61", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b9f829197f034604bc85e738e845e8fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20e0f1771418405d851fbfe15b8b9d11"}, {"url": "http://192.30.9.4:8776/v3/b9f829197f034604bc85e738e845e8fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c62eb4ca78e6477ab800ea1fd1f27cab"}, {"url": "http://172.30.9.23:8776/v3/b9f829197f034604bc85e738e845e8fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc52f82b1a9a4703a27e8d0b99dc409c"}], "type": "volumev3", "id": "eeb0f42e30dd49708baa3d892d730850", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c5e240dc41d4e63b4d1c1e3e14f4814"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c71c7136dbc42d6810109c9ee714434"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83517be5327e409983c75f6cd2d6442a"}], "type": "compute", "id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.24:8080/v1/AUTH_b9f829197f034604bc85e738e845e8fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f1ce117ef734b7f9f994fc4e325fe1d"}, {"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "872fa61a954f457ba31286ce69e51f31"}, {"url": "http://172.30.9.23:8080/v1/AUTH_b9f829197f034604bc85e738e845e8fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8903f4c2eb20405f8b6cc0c08463a1b3"}], "type": "object-store", "id": "f6b168ea1a414562ac40c2c9adcb086c", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4", "id": "82fe68f80d9e4c96998608d9389df53c"}, "audit_ids": ["m5wBWppuTOqZwu7d2MhNOw"], "issued_at": "2018-09-03T13:00:45.000000Z"}} 2018-09-03 13:00:45,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 13:00:45,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39be73d68d0edab14224701f88f220b3a1901a60" -d '{"network": {"name": "tenantnetwork2-net_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4", "admin_state_up": true}}' 2018-09-03 13:00:46,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-27db69d8-e2e5-4b20-a6dd-fa67047a6281 Date: Mon, 03 Sep 2018 13:00:46 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b9f829197f034604bc85e738e845e8fc","created_at":"2018-09-03T13:00:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-03T13:00:46Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b9f829197f034604bc85e738e845e8fc","id":"83900600-e04e-4d2f-8b7c-c4e46f34c5d1","name":"tenantnetwork2-net_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4"}} 2018-09-03 13:00:46,221 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-27db69d8-e2e5-4b20-a6dd-fa67047a6281 2018-09-03 13:00:46,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.936173915863s 2018-09-03 13:00:46,221 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-27db69d8-e2e5-4b20-a6dd-fa67047a6281 2018-09-03 13:00:46,221 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T13:00:46Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'83900600-e04e-4d2f-8b7c-c4e46f34c5d1', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4', u'admin_state_up': True, u'tenant_id': u'b9f829197f034604bc85e738e845e8fc', u'created_at': u'2018-09-03T13:00:45Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b9f829197f034604bc85e738e845e8fc'}) 2018-09-03 13:00:46,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:00:46,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}39be73d68d0edab14224701f88f220b3a1901a60" 2018-09-03 13:00:46,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-006a9285-7d9c-4c00-aef6-63add4dc611b Date: Mon, 03 Sep 2018 13:00:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"updated_at":"2018-09-03T12:57:08Z","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"375df95b-45ed-41c6-894d-720224bc2919","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-09-03T13:00:46Z","tenant_id":"b9f829197f034604bc85e738e845e8fc","created_at":"2018-09-03T13:00:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"b9f829197f034604bc85e738e845e8fc","id":"83900600-e04e-4d2f-8b7c-c4e46f34c5d1","name":"tenantnetwork2-net_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4"}]} 2018-09-03 13:00:46,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-006a9285-7d9c-4c00-aef6-63add4dc611b 2018-09-03 13:00:46,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.359601020813s 2018-09-03 13:00:46,582 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-006a9285-7d9c-4c00-aef6-63add4dc611b 2018-09-03 13:00:46,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 13:00:46,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39be73d68d0edab14224701f88f220b3a1901a60" -d '{"subnet": {"name": "tenantnetwork2-subnet_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4", "enable_dhcp": true, "network_id": "83900600-e04e-4d2f-8b7c-c4e46f34c5d1", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 13:00:48,395 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-44892bfe-6c74-4651-9f74-f2e2b91053c7 Date: Mon, 03 Sep 2018 13:00:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"83900600-e04e-4d2f-8b7c-c4e46f34c5d1","tenant_id":"b9f829197f034604bc85e738e845e8fc","created_at":"2018-09-03T13:00:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:00:47Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"b9f829197f034604bc85e738e845e8fc","id":"1732a767-5cd4-49bf-bd0c-5b382d458057","subnetpool_id":null,"name":"tenantnetwork2-subnet_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4"}} 2018-09-03 13:00:48,395 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-44892bfe-6c74-4651-9f74-f2e2b91053c7 2018-09-03 13:00:48,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.8112180233s 2018-09-03 13:00:48,395 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-44892bfe-6c74-4651-9f74-f2e2b91053c7 2018-09-03 13:00:48,396 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T13:00:47Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'1732a767-5cd4-49bf-bd0c-5b382d458057', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4', u'enable_dhcp': True, u'network_id': u'83900600-e04e-4d2f-8b7c-c4e46f34c5d1', u'tenant_id': u'b9f829197f034604bc85e738e845e8fc', u'created_at': u'2018-09-03T13:00:47Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b9f829197f034604bc85e738e845e8fc'}) 2018-09-03 13:00:48,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 13:00:48,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39be73d68d0edab14224701f88f220b3a1901a60" -d '{"router": {"external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919"}, "name": "tenantnetwork2-router_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4", "admin_state_up": true}}' 2018-09-03 13:00:51,157 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-f38fb505-5ea9-4357-ad42-b2dda8302fdc Date: Mon, 03 Sep 2018 13:00:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d5e68d41-1994-4bbd-a1be-d037ac306e9b", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "b9f829197f034604bc85e738e845e8fc", "created_at": "2018-09-03T13:00:49Z", "admin_state_up": true, "updated_at": "2018-09-03T13:00:50Z", "revision_number": 2, "routes": [], "project_id": "b9f829197f034604bc85e738e845e8fc", "id": "d63d2098-d98c-4aef-96d8-75820fbeb481", "name": "tenantnetwork2-router_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4"}} 2018-09-03 13:00:51,158 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f38fb505-5ea9-4357-ad42-b2dda8302fdc 2018-09-03 13:00:51,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.7612259388s 2018-09-03 13:00:51,158 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f38fb505-5ea9-4357-ad42-b2dda8302fdc 2018-09-03 13:00:51,159 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'375df95b-45ed-41c6-894d-720224bc2919', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd5e68d41-1994-4bbd-a1be-d037ac306e9b', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b9f829197f034604bc85e738e845e8fc', u'created_at': u'2018-09-03T13:00:49Z', u'admin_state_up': True, u'updated_at': u'2018-09-03T13:00:50Z', u'revision_number': 2, u'routes': [], u'project_id': u'b9f829197f034604bc85e738e845e8fc', u'id': u'd63d2098-d98c-4aef-96d8-75820fbeb481', u'name': u'tenantnetwork2-router_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4'}) 2018-09-03 13:00:51,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 13:00:51,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d63d2098-d98c-4aef-96d8-75820fbeb481/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39be73d68d0edab14224701f88f220b3a1901a60" -d '{"subnet_id": "1732a767-5cd4-49bf-bd0c-5b382d458057"}' 2018-09-03 13:00:54,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b12c5de4-d4bf-4a2d-8f37-81b00c52573b Date: Mon, 03 Sep 2018 13:00:54 GMT RESP BODY: {"network_id": "83900600-e04e-4d2f-8b7c-c4e46f34c5d1", "tenant_id": "b9f829197f034604bc85e738e845e8fc", "subnet_id": "1732a767-5cd4-49bf-bd0c-5b382d458057", "subnet_ids": ["1732a767-5cd4-49bf-bd0c-5b382d458057"], "port_id": "0ac05b46-b714-4d11-88d4-3ce1f7f88e30", "id": "d63d2098-d98c-4aef-96d8-75820fbeb481"} 2018-09-03 13:00:54,315 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d63d2098-d98c-4aef-96d8-75820fbeb481/add_router_interface.json used request id req-b12c5de4-d4bf-4a2d-8f37-81b00c52573b 2018-09-03 13:00:54,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.15547204018s 2018-09-03 13:00:54,315 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d63d2098-d98c-4aef-96d8-75820fbeb481/add_router_interface.json used request id req-b12c5de4-d4bf-4a2d-8f37-81b00c52573b returning object d63d2098-d98c-4aef-96d8-75820fbeb481 2018-09-03 13:00:54,434 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 13:00:54,434 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-03 13:00:54,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 13:00:54,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d63d2098-d98c-4aef-96d8-75820fbeb481/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39be73d68d0edab14224701f88f220b3a1901a60" -d '{"subnet_id": "1732a767-5cd4-49bf-bd0c-5b382d458057"}' 2018-09-03 13:00:56,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-84cbdacd-632a-420e-9eaa-b402c04dd45b Date: Mon, 03 Sep 2018 13:00:56 GMT RESP BODY: {"network_id": "83900600-e04e-4d2f-8b7c-c4e46f34c5d1", "tenant_id": "b9f829197f034604bc85e738e845e8fc", "subnet_id": "1732a767-5cd4-49bf-bd0c-5b382d458057", "subnet_ids": ["1732a767-5cd4-49bf-bd0c-5b382d458057"], "port_id": "0ac05b46-b714-4d11-88d4-3ce1f7f88e30", "id": "d63d2098-d98c-4aef-96d8-75820fbeb481"} 2018-09-03 13:00:56,531 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d63d2098-d98c-4aef-96d8-75820fbeb481/remove_router_interface.json used request id req-84cbdacd-632a-420e-9eaa-b402c04dd45b 2018-09-03 13:00:56,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.09162306786s 2018-09-03 13:00:56,531 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d63d2098-d98c-4aef-96d8-75820fbeb481/remove_router_interface.json used request id req-84cbdacd-632a-420e-9eaa-b402c04dd45b returning object d63d2098-d98c-4aef-96d8-75820fbeb481 2018-09-03 13:00:56,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 13:00:56,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}39be73d68d0edab14224701f88f220b3a1901a60" 2018-09-03 13:00:57,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-157743c9-6537-42c3-a008-c3ebc4cb693a Date: Mon, 03 Sep 2018 13:00:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d5e68d41-1994-4bbd-a1be-d037ac306e9b", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "b9f829197f034604bc85e738e845e8fc", "created_at": "2018-09-03T13:00:49Z", "admin_state_up": true, "updated_at": "2018-09-03T13:00:55Z", "revision_number": 4, "routes": [], "project_id": "b9f829197f034604bc85e738e845e8fc", "id": "d63d2098-d98c-4aef-96d8-75820fbeb481", "name": "tenantnetwork2-router_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4"}]} 2018-09-03 13:00:57,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-157743c9-6537-42c3-a008-c3ebc4cb693a 2018-09-03 13:00:57,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.12822794914s 2018-09-03 13:00:57,660 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-157743c9-6537-42c3-a008-c3ebc4cb693a 2018-09-03 13:00:57,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 13:00:57,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/d63d2098-d98c-4aef-96d8-75820fbeb481.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39be73d68d0edab14224701f88f220b3a1901a60" 2018-09-03 13:01:00,245 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-05d779c3-46bf-4d14-97d1-6e2d5c4987b2 Content-Length: 0 Date: Mon, 03 Sep 2018 13:01:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:01:00,245 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/d63d2098-d98c-4aef-96d8-75820fbeb481.json used request id req-05d779c3-46bf-4d14-97d1-6e2d5c4987b2 2018-09-03 13:01:00,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.58365702629s 2018-09-03 13:01:00,246 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/d63d2098-d98c-4aef-96d8-75820fbeb481.json used request id req-05d779c3-46bf-4d14-97d1-6e2d5c4987b2 2018-09-03 13:01:00,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 13:01:00,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}39be73d68d0edab14224701f88f220b3a1901a60" 2018-09-03 13:01:00,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-83029a77-6709-4533-a3b2-10b0379a7833 Date: Mon, 03 Sep 2018 13:01:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"83900600-e04e-4d2f-8b7c-c4e46f34c5d1","tenant_id":"b9f829197f034604bc85e738e845e8fc","created_at":"2018-09-03T13:00:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:00:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b9f829197f034604bc85e738e845e8fc","id":"1732a767-5cd4-49bf-bd0c-5b382d458057","subnetpool_id":null,"name":"tenantnetwork2-subnet_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4"}]} 2018-09-03 13:01:00,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-83029a77-6709-4533-a3b2-10b0379a7833 2018-09-03 13:01:00,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0821580886841s 2018-09-03 13:01:00,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-83029a77-6709-4533-a3b2-10b0379a7833 2018-09-03 13:01:00,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 13:01:00,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/1732a767-5cd4-49bf-bd0c-5b382d458057.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39be73d68d0edab14224701f88f220b3a1901a60" 2018-09-03 13:01:03,059 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e7141869-d323-4b06-bf89-a6ec0d23a939 Date: Mon, 03 Sep 2018 13:01:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:01:03,059 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1732a767-5cd4-49bf-bd0c-5b382d458057.json used request id req-e7141869-d323-4b06-bf89-a6ec0d23a939 2018-09-03 13:01:03,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.72921180725s 2018-09-03 13:01:03,060 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1732a767-5cd4-49bf-bd0c-5b382d458057.json used request id req-e7141869-d323-4b06-bf89-a6ec0d23a939 2018-09-03 13:01:03,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:01:03,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}39be73d68d0edab14224701f88f220b3a1901a60" 2018-09-03 13:01:03,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-8100436f-6dba-4418-9bf1-439a2e8813c7 Date: Mon, 03 Sep 2018 13:01:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"updated_at":"2018-09-03T12:57:08Z","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"375df95b-45ed-41c6-894d-720224bc2919","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-09-03T13:01:02Z","tenant_id":"b9f829197f034604bc85e738e845e8fc","created_at":"2018-09-03T13:00:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b9f829197f034604bc85e738e845e8fc","id":"83900600-e04e-4d2f-8b7c-c4e46f34c5d1","name":"tenantnetwork2-net_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4"}]} 2018-09-03 13:01:03,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8100436f-6dba-4418-9bf1-439a2e8813c7 2018-09-03 13:01:03,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.407014131546s 2018-09-03 13:01:03,468 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8100436f-6dba-4418-9bf1-439a2e8813c7 2018-09-03 13:01:03,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 13:01:03,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/83900600-e04e-4d2f-8b7c-c4e46f34c5d1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}39be73d68d0edab14224701f88f220b3a1901a60" 2018-09-03 13:01:05,371 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c9ccef51-534c-492a-8665-c9777119c23e Date: Mon, 03 Sep 2018 13:01:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:01:05,371 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/83900600-e04e-4d2f-8b7c-c4e46f34c5d1.json used request id req-c9ccef51-534c-492a-8665-c9777119c23e 2018-09-03 13:01:05,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.90239286423s 2018-09-03 13:01:05,371 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/83900600-e04e-4d2f-8b7c-c4e46f34c5d1.json used request id req-c9ccef51-534c-492a-8665-c9777119c23e 2018-09-03 13:01:05,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 13:01:05,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:01:05,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f77ba7d5-09c1-4923-9003-b53279e3e63d Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/06cdd53f6b4041aba68cf0565927fbc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06cdd53f6b4041aba68cf0565927fbc6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/0a63fbc9d4954ac5b6c4efab45fd7adb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a63fbc9d4954ac5b6c4efab45fd7adb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/1600e7e261fb4cb79fe4d91aa2bd42b8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1600e7e261fb4cb79fe4d91aa2bd42b8", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/3f04ad3eec194d8c8eba48d0778eb749"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f04ad3eec194d8c8eba48d0778eb749", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5355556d3d534dda8439d49d801987aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355556d3d534dda8439d49d801987aa", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/600928af9d0047df953c458d3783dcfc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "600928af9d0047df953c458d3783dcfc", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/75be13d3036d4b5e91aab4a82efc30b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75be13d3036d4b5e91aab4a82efc30b7", "email": "panko@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4", "links": {"self": "http://172.30.9.23:5000/v3/users/82fe68f80d9e4c96998608d9389df53c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "82fe68f80d9e4c96998608d9389df53c", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/8ab8e4efd21047b8b58ed47a4dafc84c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ab8e4efd21047b8b58ed47a4dafc84c", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8e1baf3d2d13429ea4fcbed26632d12b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e1baf3d2d13429ea4fcbed26632d12b", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/be1d87c1af60485fa5e393aedff1c368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be1d87c1af60485fa5e393aedff1c368", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/d67c80e728934dcc81327588b274aa7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d67c80e728934dcc81327588b274aa7b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/dd85cb6ea04f4e3e8515040959ad911b"}, "domain_id": "e5fa09283e9c4ab4ad85e54bc8818715", "enabled": true, "options": {}, "id": "dd85cb6ea04f4e3e8515040959ad911b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e0c3be377710439591833f359b6b1578"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0c3be377710439591833f359b6b1578", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/eae8dd0a6d7b4fdcbdddd40731c94872"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eae8dd0a6d7b4fdcbdddd40731c94872", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-03 13:01:05,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f77ba7d5-09c1-4923-9003-b53279e3e63d 2018-09-03 13:01:05,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21900510788s 2018-09-03 13:01:05,592 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f77ba7d5-09c1-4923-9003-b53279e3e63d 2018-09-03 13:01:05,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 13:01:05,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/82fe68f80d9e4c96998608d9389df53c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:01:05,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99da04e6-ff59-4245-a7d2-50e533bbb660 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4", "links": {"self": "http://172.30.9.23:5000/v3/users/82fe68f80d9e4c96998608d9389df53c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "82fe68f80d9e4c96998608d9389df53c", "description": null}} 2018-09-03 13:01:05,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/82fe68f80d9e4c96998608d9389df53c used request id req-99da04e6-ff59-4245-a7d2-50e533bbb660 2018-09-03 13:01:05,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203233957291s 2018-09-03 13:01:05,801 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/82fe68f80d9e4c96998608d9389df53c used request id req-99da04e6-ff59-4245-a7d2-50e533bbb660 2018-09-03 13:01:05,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-03 13:01:05,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/82fe68f80d9e4c96998608d9389df53c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:01:06,213 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:01:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c47a0e19-a719-4145-bd77-b62d1775ab49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 13:01:06,213 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/82fe68f80d9e4c96998608d9389df53c used request id req-c47a0e19-a719-4145-bd77-b62d1775ab49 2018-09-03 13:01:06,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.411429166794s 2018-09-03 13:01:06,213 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/82fe68f80d9e4c96998608d9389df53c used request id req-c47a0e19-a719-4145-bd77-b62d1775ab49 2018-09-03 13:01:06,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 13:01:06,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:01:06,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-937d7e9c-9414-4409-aa19-ab39ce660592 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1"}, "tags": [], "enabled": true, "id": "2c0cd9e55a334d8284e782a17dc6ccf1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.23:5000/v3/projects/b9f829197f034604bc85e738e845e8fc"}, "tags": [], "enabled": true, "id": "b9f829197f034604bc85e738e845e8fc", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_495f6bd6-ac6d-48a7-84a9-5ab23d98dba4"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/bfa146530bbf46e88a12a52a04c9b9d5"}, "tags": [], "enabled": true, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-03 13:01:06,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-937d7e9c-9414-4409-aa19-ab39ce660592 2018-09-03 13:01:06,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.19432592392s 2018-09-03 13:01:06,414 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-937d7e9c-9414-4409-aa19-ab39ce660592 2018-09-03 13:01:06,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-03 13:01:06,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/b9f829197f034604bc85e738e845e8fc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5dbea1d63af79e217134f5031a729f5e5ad003ab" 2018-09-03 13:01:06,745 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:01:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-102e1a96-a851-4af1-9895-07f2ecb37877 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 13:01:06,745 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/b9f829197f034604bc85e738e845e8fc used request id req-102e1a96-a851-4af1-9895-07f2ecb37877 2018-09-03 13:01:06,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.325755834579s 2018-09-03 13:01:06,745 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/b9f829197f034604bc85e738e845e8fc used request id req-102e1a96-a851-4af1-9895-07f2ecb37877 2018-09-03 13:01:06,784 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-09-03 13:01:06,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 13:01:06,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 13:01:06,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 13:01:06,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 13:01:06,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 13:01:06,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 13:01:06,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 13:01:06,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 13:01:06,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 13:01:06,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 13:01:06,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 13:01:06,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 13:01:06,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 13:01:06,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 13:01:06,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 13:01:06,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 13:01:06,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 13:01:06,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 13:01:06,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 13:01:06,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 13:01:06,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 13:01:06,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 13:01:06,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:01:06,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9af40cbd-39fe-465a-b784-1d6b93cee3b6 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-03 13:01:06,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9af40cbd-39fe-465a-b784-1d6b93cee3b6 2018-09-03 13:01:06,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-03 13:01:07,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa06c02911cf47bfb93c9f379ee33586", "name": "admin"}, {"id": "78d3bfb9906e48f2b2b75581c74e9e2e", "name": "member"}, {"id": "a851cc281038430daa3c9cacc5b7f336", "name": "reader"}], "expires_at": "2018-09-03T14:01:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "14b74310259b4bda84735ddde8126816"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af5df17d1972449eb536f6a4360734fc"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c511759dd9da48fdb3de1c5fc0ff202c"}], "type": "identity", "id": "0030d39b72f0449b8208b681178c285c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c8fb473b0f04e83830f7a75944acbe9"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "729c02f01002494dab6ed9a926bdfccd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1c3dacc81274d8fb0eaced198d314d4"}], "type": "cloudformation", "id": "16449c993988469ab56357077f5b470b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ffbdb02f41e4ff789601ab9cb64cc87"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7965183181f48809e78e13c3250854c"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbbf48437c474780aac01f57176f1547"}], "type": "metric", "id": "24eeb323eec4412193a91b352f92d17b", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30a1c7fc84174866ab2b3dd781789480"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb029f9c739f44a9a484122c3a4cbfb3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec599a5dcb9f4632a798a2552155c771"}], "type": "event", "id": "261030e7e83e4fa3859a649138f8a08a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d16321e965e41a4824780dad34228a9"}, {"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a03c1266415c4c14a1ed199cb8a940c7"}, {"url": "http://172.30.9.23:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8a250e8386e48b483fa54c92aa6996a"}], "type": "volumev2", "id": "2a955477215b4a5ea28297e0a08f9316", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e4515a9087446dc8a7eba0172b22835"}, {"url": "http://172.30.9.23:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "314fb8d0464a418084989bddb0796f6b"}, {"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "442ae7e6a0e74d7fae7cbd4aa9ed37ca"}], "type": "volume", "id": "35f58fde79c74234a7c2dd5e54f101a8", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "7eccb6e4ae4b49549c47acd1ac6ead6d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bd53a0f12c147a88651300b4271c43a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83b96846ea9a4bdc9cbfdccc36801480"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85d1b06ca0bb4c23a5d7b6babd23c0a9"}], "type": "network", "id": "911269b0b0824ccead356417d239e17a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1463402c9a784a22bec053232ea2e90d"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "963a61e993694fa489ea6be89a715314"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d0608d11e95c46fe913468184bd226d5"}], "type": "placement", "id": "acfd9629acd54010b6e5f81da0b05f9f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "69a55cf1e4a94874bb532cde06bbb8f2"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ad07c96b044b44846df62a50efff45"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e36a640cb83c4da88022c9702bd860ec"}], "type": "image", "id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f3f59ce34b4de9822ab5a73808bebf"}, {"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7cb26061d0a2489fb494ef2e1217e006"}, {"url": "http://172.30.9.23:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc00904466694a34b0c91611b9e0011d"}], "type": "orchestration", "id": "d31c8e55b8a54897b5c3cb3358cea4bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "315c01be4abd486fb96f88e18c4bf749"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e652b71d18534cfa9aa04388076f6f3f"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb528eafb0f4457bafdf8a1aa18a6855"}], "type": "alarming", "id": "e9eb5daafb34427283ebb83af63d0b61", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20e0f1771418405d851fbfe15b8b9d11"}, {"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c62eb4ca78e6477ab800ea1fd1f27cab"}, {"url": "http://172.30.9.23:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc52f82b1a9a4703a27e8d0b99dc409c"}], "type": "volumev3", "id": "eeb0f42e30dd49708baa3d892d730850", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c5e240dc41d4e63b4d1c1e3e14f4814"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c71c7136dbc42d6810109c9ee714434"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83517be5327e409983c75f6cd2d6442a"}], "type": "compute", "id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.24:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f1ce117ef734b7f9f994fc4e325fe1d"}, {"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "872fa61a954f457ba31286ce69e51f31"}, {"url": "http://172.30.9.23:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8903f4c2eb20405f8b6cc0c08463a1b3"}], "type": "object-store", "id": "f6b168ea1a414562ac40c2c9adcb086c", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8e1baf3d2d13429ea4fcbed26632d12b"}, "audit_ids": ["dpbF_7t_R029xu6AZpbOgQ"], "issued_at": "2018-09-03T13:01:07.000000Z"}} 2018-09-03 13:01:07,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:01:07,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" 2018-09-03 13:01:07,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3eaaf70a-1743-4c61-8538-0f044da37b83 Date: Mon, 03 Sep 2018 13:01:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"}]} 2018-09-03 13:01:07,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3eaaf70a-1743-4c61-8538-0f044da37b83 2018-09-03 13:01:07,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.347728967667s 2018-09-03 13:01:07,608 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3eaaf70a-1743-4c61-8538-0f044da37b83 2018-09-03 13:01:07,609 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-09-03 13:01:07,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 13:01:07,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" -d '{"network": {"name": "vmready1-net_79cf120d-88d2-4f95-ac3b-adbe56a2a106", "admin_state_up": true}}' 2018-09-03 13:01:08,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-7d013cba-d1fb-46db-a1c1-39246afaca7e Date: Mon, 03 Sep 2018 13:01:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"845195c1-696c-41fe-bf6c-eba9e7a65ecd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bfa146530bbf46e88a12a52a04c9b9d5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T13:01:08Z","is_default":false,"provider:segmentation_id":60,"name":"vmready1-net_79cf120d-88d2-4f95-ac3b-adbe56a2a106","admin_state_up":true,"tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:01:08Z","mtu":1450}} 2018-09-03 13:01:08,887 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7d013cba-d1fb-46db-a1c1-39246afaca7e 2018-09-03 13:01:08,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.27770209312s 2018-09-03 13:01:08,887 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7d013cba-d1fb-46db-a1c1-39246afaca7e 2018-09-03 13:01:08,888 - 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-09-03T13:01:08Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'845195c1-696c-41fe-bf6c-eba9e7a65ecd', u'provider:segmentation_id': 60, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_79cf120d-88d2-4f95-ac3b-adbe56a2a106', u'admin_state_up': True, u'tenant_id': u'bfa146530bbf46e88a12a52a04c9b9d5', u'created_at': u'2018-09-03T13:01:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bfa146530bbf46e88a12a52a04c9b9d5'}) 2018-09-03 13:01:08,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:01:08,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" 2018-09-03 13:01:09,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-e1b278d0-395a-4145-a73d-8b5ad25593ac Date: Mon, 03 Sep 2018 13:01:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"845195c1-696c-41fe-bf6c-eba9e7a65ecd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bfa146530bbf46e88a12a52a04c9b9d5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T13:01:08Z","provider:segmentation_id":60,"name":"vmready1-net_79cf120d-88d2-4f95-ac3b-adbe56a2a106","admin_state_up":true,"tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:01:08Z","provider:network_type":"vxlan"}]} 2018-09-03 13:01:09,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e1b278d0-395a-4145-a73d-8b5ad25593ac 2018-09-03 13:01:09,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.34867978096s 2018-09-03 13:01:09,238 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e1b278d0-395a-4145-a73d-8b5ad25593ac 2018-09-03 13:01:09,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 13:01:09,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" -d '{"subnet": {"name": "vmready1-subnet_79cf120d-88d2-4f95-ac3b-adbe56a2a106", "enable_dhcp": true, "network_id": "845195c1-696c-41fe-bf6c-eba9e7a65ecd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 13:01:09,957 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-50b13dc2-baed-4b02-9130-a430a691834a Date: Mon, 03 Sep 2018 13:01:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"845195c1-696c-41fe-bf6c-eba9e7a65ecd","tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:01:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:01:09Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"bfa146530bbf46e88a12a52a04c9b9d5","id":"90b70602-7a15-4376-97cc-28edaf46daa2","subnetpool_id":null,"name":"vmready1-subnet_79cf120d-88d2-4f95-ac3b-adbe56a2a106"}} 2018-09-03 13:01:09,958 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-50b13dc2-baed-4b02-9130-a430a691834a 2018-09-03 13:01:09,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.717949151993s 2018-09-03 13:01:09,958 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-50b13dc2-baed-4b02-9130-a430a691834a 2018-09-03 13:01:09,959 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T13:01:09Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'90b70602-7a15-4376-97cc-28edaf46daa2', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_79cf120d-88d2-4f95-ac3b-adbe56a2a106', u'enable_dhcp': True, u'network_id': u'845195c1-696c-41fe-bf6c-eba9e7a65ecd', u'tenant_id': u'bfa146530bbf46e88a12a52a04c9b9d5', u'created_at': u'2018-09-03T13:01:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bfa146530bbf46e88a12a52a04c9b9d5'}) 2018-09-03 13:01:09,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 13:01:09,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" -d '{"router": {"external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919"}, "name": "vmready1-router_79cf120d-88d2-4f95-ac3b-adbe56a2a106", "admin_state_up": true}}' 2018-09-03 13:01:11,534 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-edceffd4-d9ea-4b31-8c2d-b20a1925fbbc Date: Mon, 03 Sep 2018 13:01:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d5e68d41-1994-4bbd-a1be-d037ac306e9b", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:01:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-03T13:01:11Z", "revision_number": 2, "routes": [], "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "be69ac72-5c57-44b9-a2bc-871f3179d771", "name": "vmready1-router_79cf120d-88d2-4f95-ac3b-adbe56a2a106"}} 2018-09-03 13:01:11,534 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-edceffd4-d9ea-4b31-8c2d-b20a1925fbbc 2018-09-03 13:01:11,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.57468700409s 2018-09-03 13:01:11,534 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-edceffd4-d9ea-4b31-8c2d-b20a1925fbbc 2018-09-03 13:01:11,535 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'375df95b-45ed-41c6-894d-720224bc2919', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd5e68d41-1994-4bbd-a1be-d037ac306e9b', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bfa146530bbf46e88a12a52a04c9b9d5', u'created_at': u'2018-09-03T13:01:10Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-03T13:01:11Z', u'revision_number': 2, u'routes': [], u'project_id': u'bfa146530bbf46e88a12a52a04c9b9d5', u'id': u'be69ac72-5c57-44b9-a2bc-871f3179d771', u'name': u'vmready1-router_79cf120d-88d2-4f95-ac3b-adbe56a2a106'}) 2018-09-03 13:01:11,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 13:01:11,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/be69ac72-5c57-44b9-a2bc-871f3179d771/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" -d '{"subnet_id": "90b70602-7a15-4376-97cc-28edaf46daa2"}' 2018-09-03 13:01:14,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fa28b841-dfbe-46df-9230-67fc76e4f1f2 Date: Mon, 03 Sep 2018 13:01:14 GMT RESP BODY: {"network_id": "845195c1-696c-41fe-bf6c-eba9e7a65ecd", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "subnet_id": "90b70602-7a15-4376-97cc-28edaf46daa2", "subnet_ids": ["90b70602-7a15-4376-97cc-28edaf46daa2"], "port_id": "ef947456-ed20-43e3-83c3-18ba0cab3de3", "id": "be69ac72-5c57-44b9-a2bc-871f3179d771"} 2018-09-03 13:01:14,612 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/be69ac72-5c57-44b9-a2bc-871f3179d771/add_router_interface.json used request id req-fa28b841-dfbe-46df-9230-67fc76e4f1f2 2018-09-03 13:01:14,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.07654905319s 2018-09-03 13:01:14,612 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/be69ac72-5c57-44b9-a2bc-871f3179d771/add_router_interface.json used request id req-fa28b841-dfbe-46df-9230-67fc76e4f1f2 returning object be69ac72-5c57-44b9-a2bc-871f3179d771 2018-09-03 13:01:14,613 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-03 13:01:14,745 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-03 13:01:14,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:01:14,751 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 03 Sep 2018 13:01:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-09-03 13:01:14,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:01:14,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" 2018-09-03 13:01:15,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-72614987-5f7e-4fb7-a393-974248ba9dcf Date: Mon, 03 Sep 2018 13:01:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:01:15,519 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-72614987-5f7e-4fb7-a393-974248ba9dcf 2018-09-03 13:01:15,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.762790203094s 2018-09-03 13:01:15,519 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-72614987-5f7e-4fb7-a393-974248ba9dcf 2018-09-03 13:01:15,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-03 13:01:15,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_79cf120d-88d2-4f95-ac3b-adbe56a2a106", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_79cf120d-88d2-4f95-ac3b-adbe56a2a106"}' 2018-09-03 13:01:16,361 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-119491d6-9ea5-4df6-80f6-d98e98814393 Date: Mon, 03 Sep 2018 13:01:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:01:16Z", "file": "/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454/file", "owner": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "d88a8563-edf3-4e85-bc03-1a14e5d62454", "size": null, "self": "/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_79cf120d-88d2-4f95-ac3b-adbe56a2a106", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_79cf120d-88d2-4f95-ac3b-adbe56a2a106", "checksum": null, "created_at": "2018-09-03T13:01:16Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-03 13:01:16,362 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-119491d6-9ea5-4df6-80f6-d98e98814393 2018-09-03 13:01:16,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.834297895432s 2018-09-03 13:01:16,362 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-119491d6-9ea5-4df6-80f6-d98e98814393 returning object d88a8563-edf3-4e85-bc03-1a14e5d62454 2018-09-03 13:01:16,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-03 13:01:16,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454/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.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" -d '' 2018-09-03 13:01:20,524 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c599cd3a-f4dd-4850-b4cf-abf5df70d701 Date: Mon, 03 Sep 2018 13:01:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 13:01:20,524 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454/file used request id req-c599cd3a-f4dd-4850-b4cf-abf5df70d701 2018-09-03 13:01:20,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.16104006767s 2018-09-03 13:01:20,524 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454/file used request id req-c599cd3a-f4dd-4850-b4cf-abf5df70d701 2018-09-03 13:01:20,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:01:20,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" 2018-09-03 13:01:21,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-3ec05f0f-5e31-48d8-a658-9dce85e0a5ef Date: Mon, 03 Sep 2018 13:01:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:01:20Z", "file": "/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454/file", "owner": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "d88a8563-edf3-4e85-bc03-1a14e5d62454", "size": 12716032, "self": "/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/d88a8563-edf3-4e85-bc03-1a14e5d62454/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/d88a8563-edf3-4e85-bc03-1a14e5d62454/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_79cf120d-88d2-4f95-ac3b-adbe56a2a106", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_79cf120d-88d2-4f95-ac3b-adbe56a2a106", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-03T13:01:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:01:21,444 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3ec05f0f-5e31-48d8-a658-9dce85e0a5ef 2018-09-03 13:01:21,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.915706157684s 2018-09-03 13:01:21,445 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3ec05f0f-5e31-48d8-a658-9dce85e0a5ef 2018-09-03 13:01:21,447 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/d88a8563-edf3-4e85-bc03-1a14e5d62454/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454/file', 'owner': u'bfa146530bbf46e88a12a52a04c9b9d5', 'id': u'd88a8563-edf3-4e85-bc03-1a14e5d62454', 'size': 12716032, u'self': u'/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bfa146530bbf46e88a12a52a04c9b9d5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/d88a8563-edf3-4e85-bc03-1a14e5d62454/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-03T13:01:20Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-03T13:01:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_79cf120d-88d2-4f95-ac3b-adbe56a2a106', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_79cf120d-88d2-4f95-ac3b-adbe56a2a106', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_79cf120d-88d2-4f95-ac3b-adbe56a2a106', 'created': u'2018-09-03T13:01:16Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-03T13:01:16Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_79cf120d-88d2-4f95-ac3b-adbe56a2a106', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-03 13:01:21,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-03 13:01:21,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_79cf120d-88d2-4f95-ac3b-adbe56a2a106", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-03 13:01:22,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01: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-60f5ea93-c26c-495e-aca0-9dc650b1b65f x-compute-request-id: req-60f5ea93-c26c-495e-aca0-9dc650b1b65f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_79cf120d-88d2-4f95-ac3b-adbe56a2a106", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86229fea-203a-408e-bee0-de1ec9b92942", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86229fea-203a-408e-bee0-de1ec9b92942", "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": "86229fea-203a-408e-bee0-de1ec9b92942"}} 2018-09-03 13:01:22,327 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-60f5ea93-c26c-495e-aca0-9dc650b1b65f 2018-09-03 13:01:22,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.879485845566s 2018-09-03 13:01:22,328 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-60f5ea93-c26c-495e-aca0-9dc650b1b65f 2018-09-03 13:01:22,328 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_79cf120d-88d2-4f95-ac3b-adbe56a2a106', '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'bfa146530bbf46e88a12a52a04c9b9d5', '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'86229fea-203a-408e-bee0-de1ec9b92942', 'swap': 0}) 2018-09-03 13:01:22,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-03 13:01:22,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/86229fea-203a-408e-bee0-de1ec9b92942/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" -d '{"extra_specs": {}}' 2018-09-03 13:01:22,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34246d74-0bf4-4e6c-8fdc-81b395bc94f3 x-compute-request-id: req-34246d74-0bf4-4e6c-8fdc-81b395bc94f3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-03 13:01:22,460 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/86229fea-203a-408e-bee0-de1ec9b92942/os-extra_specs used request id req-34246d74-0bf4-4e6c-8fdc-81b395bc94f3 2018-09-03 13:01:22,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.131334066391s 2018-09-03 13:01:22,461 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/86229fea-203a-408e-bee0-de1ec9b92942/os-extra_specs used request id req-34246d74-0bf4-4e6c-8fdc-81b395bc94f3 2018-09-03 13:01:22,574 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 13:01:22,574 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:15 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-03 13:01:22,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 13:01:22,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/be69ac72-5c57-44b9-a2bc-871f3179d771/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" -d '{"subnet_id": "90b70602-7a15-4376-97cc-28edaf46daa2"}' 2018-09-03 13:01:24,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-814b3865-1f64-4e44-96e7-7e5a94616267 Date: Mon, 03 Sep 2018 13:01:24 GMT RESP BODY: {"network_id": "845195c1-696c-41fe-bf6c-eba9e7a65ecd", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "subnet_id": "90b70602-7a15-4376-97cc-28edaf46daa2", "subnet_ids": ["90b70602-7a15-4376-97cc-28edaf46daa2"], "port_id": "ef947456-ed20-43e3-83c3-18ba0cab3de3", "id": "be69ac72-5c57-44b9-a2bc-871f3179d771"} 2018-09-03 13:01:24,724 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/be69ac72-5c57-44b9-a2bc-871f3179d771/remove_router_interface.json used request id req-814b3865-1f64-4e44-96e7-7e5a94616267 2018-09-03 13:01:24,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.14485883713s 2018-09-03 13:01:24,725 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/be69ac72-5c57-44b9-a2bc-871f3179d771/remove_router_interface.json used request id req-814b3865-1f64-4e44-96e7-7e5a94616267 returning object be69ac72-5c57-44b9-a2bc-871f3179d771 2018-09-03 13:01:24,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 13:01:24,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" 2018-09-03 13:01:25,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-8593e28a-a98e-4ebb-ab71-87f89759ac5f Date: Mon, 03 Sep 2018 13:01:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d5e68d41-1994-4bbd-a1be-d037ac306e9b", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:01:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-03T13:01:23Z", "revision_number": 4, "routes": [], "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "be69ac72-5c57-44b9-a2bc-871f3179d771", "name": "vmready1-router_79cf120d-88d2-4f95-ac3b-adbe56a2a106"}]} 2018-09-03 13:01:25,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8593e28a-a98e-4ebb-ab71-87f89759ac5f 2018-09-03 13:01:25,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.13010001183s 2018-09-03 13:01:25,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8593e28a-a98e-4ebb-ab71-87f89759ac5f 2018-09-03 13:01:25,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 13:01:25,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/be69ac72-5c57-44b9-a2bc-871f3179d771.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" 2018-09-03 13:01:27,861 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d40b28a3-269d-4fcc-ada5-9033c154a1e7 Content-Length: 0 Date: Mon, 03 Sep 2018 13:01:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:01:27,861 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/be69ac72-5c57-44b9-a2bc-871f3179d771.json used request id req-d40b28a3-269d-4fcc-ada5-9033c154a1e7 2018-09-03 13:01:27,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.00416398048s 2018-09-03 13:01:27,861 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/be69ac72-5c57-44b9-a2bc-871f3179d771.json used request id req-d40b28a3-269d-4fcc-ada5-9033c154a1e7 2018-09-03 13:01:27,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 13:01:27,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" 2018-09-03 13:01:28,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-4dbedd84-2e75-49a7-a2d6-3dc31282895f Date: Mon, 03 Sep 2018 13:01:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"845195c1-696c-41fe-bf6c-eba9e7a65ecd","tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:01:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:01:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"bfa146530bbf46e88a12a52a04c9b9d5","id":"90b70602-7a15-4376-97cc-28edaf46daa2","subnetpool_id":null,"name":"vmready1-subnet_79cf120d-88d2-4f95-ac3b-adbe56a2a106"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"375df95b-45ed-41c6-894d-720224bc2919","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:08Z","dns_nameservers":[],"updated_at":"2018-09-03T12:57:08Z","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":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"d5e68d41-1994-4bbd-a1be-d037ac306e9b","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-03 13:01:28,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4dbedd84-2e75-49a7-a2d6-3dc31282895f 2018-09-03 13:01:28,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.05151796341s 2018-09-03 13:01:28,914 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4dbedd84-2e75-49a7-a2d6-3dc31282895f 2018-09-03 13:01:28,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 13:01:28,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/90b70602-7a15-4376-97cc-28edaf46daa2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" 2018-09-03 13:01:32,136 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-12edaca7-8ce6-4c6b-a33f-461af0b35ee9 Date: Mon, 03 Sep 2018 13:01:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:01:32,136 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/90b70602-7a15-4376-97cc-28edaf46daa2.json used request id req-12edaca7-8ce6-4c6b-a33f-461af0b35ee9 2018-09-03 13:01:32,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.22090291977s 2018-09-03 13:01:32,137 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/90b70602-7a15-4376-97cc-28edaf46daa2.json used request id req-12edaca7-8ce6-4c6b-a33f-461af0b35ee9 2018-09-03 13:01:32,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:01:32,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" 2018-09-03 13:01:33,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-1d0d7d1a-43c8-4b90-a860-b713e83d58d7 Date: Mon, 03 Sep 2018 13:01:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"845195c1-696c-41fe-bf6c-eba9e7a65ecd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bfa146530bbf46e88a12a52a04c9b9d5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T13:01:31Z","provider:segmentation_id":60,"name":"vmready1-net_79cf120d-88d2-4f95-ac3b-adbe56a2a106","admin_state_up":true,"tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:01:08Z","provider:network_type":"vxlan"}]} 2018-09-03 13:01:33,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1d0d7d1a-43c8-4b90-a860-b713e83d58d7 2018-09-03 13:01:33,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.13366889954s 2018-09-03 13:01:33,271 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1d0d7d1a-43c8-4b90-a860-b713e83d58d7 2018-09-03 13:01:33,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 13:01:33,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/845195c1-696c-41fe-bf6c-eba9e7a65ecd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" 2018-09-03 13:01:34,119 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-04cd138f-ba1f-431a-9ce5-e19816bcfffa Date: Mon, 03 Sep 2018 13:01:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:01:34,119 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/845195c1-696c-41fe-bf6c-eba9e7a65ecd.json used request id req-04cd138f-ba1f-431a-9ce5-e19816bcfffa 2018-09-03 13:01:34,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.846591949463s 2018-09-03 13:01:34,119 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/845195c1-696c-41fe-bf6c-eba9e7a65ecd.json used request id req-04cd138f-ba1f-431a-9ce5-e19816bcfffa 2018-09-03 13:01:34,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:01:34,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" 2018-09-03 13:01:34,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-d6ef63e8-4801-4239-ac61-b4ae2e289a03 Date: Mon, 03 Sep 2018 13:01:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:01:20Z", "file": "/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454/file", "owner": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "d88a8563-edf3-4e85-bc03-1a14e5d62454", "size": 12716032, "self": "/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/d88a8563-edf3-4e85-bc03-1a14e5d62454/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/d88a8563-edf3-4e85-bc03-1a14e5d62454/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_79cf120d-88d2-4f95-ac3b-adbe56a2a106", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_79cf120d-88d2-4f95-ac3b-adbe56a2a106", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-03T13:01:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:01:34,904 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d6ef63e8-4801-4239-ac61-b4ae2e289a03 2018-09-03 13:01:34,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.781042098999s 2018-09-03 13:01:34,905 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d6ef63e8-4801-4239-ac61-b4ae2e289a03 2018-09-03 13:01:34,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-03 13:01:34,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" 2018-09-03 13:01:36,297 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9469e04c-61e0-4c9b-ac05-6c64f394d58f Date: Mon, 03 Sep 2018 13:01:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 13:01:36,298 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454 used request id req-9469e04c-61e0-4c9b-ac05-6c64f394d58f 2018-09-03 13:01:36,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.39131212234s 2018-09-03 13:01:36,298 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d88a8563-edf3-4e85-bc03-1a14e5d62454 used request id req-9469e04c-61e0-4c9b-ac05-6c64f394d58f 2018-09-03 13:01:36,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-03 13:01:36,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" 2018-09-03 13:01:36,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01: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-307ad71a-42fa-4a16-b262-c9fee04d2110 x-compute-request-id: req-307ad71a-42fa-4a16-b262-c9fee04d2110 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_79cf120d-88d2-4f95-ac3b-adbe56a2a106", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86229fea-203a-408e-bee0-de1ec9b92942", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86229fea-203a-408e-bee0-de1ec9b92942", "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": "86229fea-203a-408e-bee0-de1ec9b92942"}]} 2018-09-03 13:01:36,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-307ad71a-42fa-4a16-b262-c9fee04d2110 2018-09-03 13:01:36,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0286741256714s 2018-09-03 13:01:36,328 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-307ad71a-42fa-4a16-b262-c9fee04d2110 2018-09-03 13:01:36,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-03 13:01:36,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/86229fea-203a-408e-bee0-de1ec9b92942 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de7342a86279a6836d24a1f589664fe8c7241246" 2018-09-03 13:01:36,485 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Sep 2018 13:01:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e330bba1-8b2c-4272-9e9a-ce0bc04db656 x-compute-request-id: req-e330bba1-8b2c-4272-9e9a-ce0bc04db656 Content-Length: 0 Content-Type: application/json 2018-09-03 13:01:36,485 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/86229fea-203a-408e-bee0-de1ec9b92942 used request id req-e330bba1-8b2c-4272-9e9a-ce0bc04db656 2018-09-03 13:01:36,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.155615091324s 2018-09-03 13:01:36,485 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/86229fea-203a-408e-bee0-de1ec9b92942 used request id req-e330bba1-8b2c-4272-9e9a-ce0bc04db656 2018-09-03 13:01:36,536 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-09-03 13:01:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 13:01:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 13:01:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 13:01:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 13:01:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 13:01:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 13:01:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 13:01:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 13:01:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 13:01:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 13:01:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 13:01:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 13:01:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 13:01:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 13:01:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 13:01:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 13:01:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 13:01:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 13:01:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 13:01:36,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 13:01:36,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 13:01:36,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 13:01:36,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:01:36,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8adb04d3-2961-4be3-a781-c906e25af68a Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-03 13:01:36,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8adb04d3-2961-4be3-a781-c906e25af68a 2018-09-03 13:01:36,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-03 13:01:36,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa06c02911cf47bfb93c9f379ee33586", "name": "admin"}, {"id": "78d3bfb9906e48f2b2b75581c74e9e2e", "name": "member"}, {"id": "a851cc281038430daa3c9cacc5b7f336", "name": "reader"}], "expires_at": "2018-09-03T14:01:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "14b74310259b4bda84735ddde8126816"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af5df17d1972449eb536f6a4360734fc"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c511759dd9da48fdb3de1c5fc0ff202c"}], "type": "identity", "id": "0030d39b72f0449b8208b681178c285c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c8fb473b0f04e83830f7a75944acbe9"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "729c02f01002494dab6ed9a926bdfccd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1c3dacc81274d8fb0eaced198d314d4"}], "type": "cloudformation", "id": "16449c993988469ab56357077f5b470b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ffbdb02f41e4ff789601ab9cb64cc87"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7965183181f48809e78e13c3250854c"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbbf48437c474780aac01f57176f1547"}], "type": "metric", "id": "24eeb323eec4412193a91b352f92d17b", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30a1c7fc84174866ab2b3dd781789480"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb029f9c739f44a9a484122c3a4cbfb3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec599a5dcb9f4632a798a2552155c771"}], "type": "event", "id": "261030e7e83e4fa3859a649138f8a08a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d16321e965e41a4824780dad34228a9"}, {"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a03c1266415c4c14a1ed199cb8a940c7"}, {"url": "http://172.30.9.23:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8a250e8386e48b483fa54c92aa6996a"}], "type": "volumev2", "id": "2a955477215b4a5ea28297e0a08f9316", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e4515a9087446dc8a7eba0172b22835"}, {"url": "http://172.30.9.23:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "314fb8d0464a418084989bddb0796f6b"}, {"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "442ae7e6a0e74d7fae7cbd4aa9ed37ca"}], "type": "volume", "id": "35f58fde79c74234a7c2dd5e54f101a8", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "7eccb6e4ae4b49549c47acd1ac6ead6d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bd53a0f12c147a88651300b4271c43a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83b96846ea9a4bdc9cbfdccc36801480"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85d1b06ca0bb4c23a5d7b6babd23c0a9"}], "type": "network", "id": "911269b0b0824ccead356417d239e17a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1463402c9a784a22bec053232ea2e90d"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "963a61e993694fa489ea6be89a715314"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d0608d11e95c46fe913468184bd226d5"}], "type": "placement", "id": "acfd9629acd54010b6e5f81da0b05f9f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "69a55cf1e4a94874bb532cde06bbb8f2"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ad07c96b044b44846df62a50efff45"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e36a640cb83c4da88022c9702bd860ec"}], "type": "image", "id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f3f59ce34b4de9822ab5a73808bebf"}, {"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7cb26061d0a2489fb494ef2e1217e006"}, {"url": "http://172.30.9.23:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc00904466694a34b0c91611b9e0011d"}], "type": "orchestration", "id": "d31c8e55b8a54897b5c3cb3358cea4bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "315c01be4abd486fb96f88e18c4bf749"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e652b71d18534cfa9aa04388076f6f3f"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb528eafb0f4457bafdf8a1aa18a6855"}], "type": "alarming", "id": "e9eb5daafb34427283ebb83af63d0b61", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20e0f1771418405d851fbfe15b8b9d11"}, {"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c62eb4ca78e6477ab800ea1fd1f27cab"}, {"url": "http://172.30.9.23:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc52f82b1a9a4703a27e8d0b99dc409c"}], "type": "volumev3", "id": "eeb0f42e30dd49708baa3d892d730850", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c5e240dc41d4e63b4d1c1e3e14f4814"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c71c7136dbc42d6810109c9ee714434"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83517be5327e409983c75f6cd2d6442a"}], "type": "compute", "id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.24:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f1ce117ef734b7f9f994fc4e325fe1d"}, {"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "872fa61a954f457ba31286ce69e51f31"}, {"url": "http://172.30.9.23:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8903f4c2eb20405f8b6cc0c08463a1b3"}], "type": "object-store", "id": "f6b168ea1a414562ac40c2c9adcb086c", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8e1baf3d2d13429ea4fcbed26632d12b"}, "audit_ids": ["BXawvJGITwK44oPxSIBCbQ"], "issued_at": "2018-09-03T13:01:36.000000Z"}} 2018-09-03 13:01:36,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:01:36,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:01:37,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-174e0f22-8e3f-43ad-b56f-1eb9d06eb18e Date: Mon, 03 Sep 2018 13:01:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"}]} 2018-09-03 13:01:37,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-174e0f22-8e3f-43ad-b56f-1eb9d06eb18e 2018-09-03 13:01:37,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.357017993927s 2018-09-03 13:01:37,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-174e0f22-8e3f-43ad-b56f-1eb9d06eb18e 2018-09-03 13:01:37,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:01:37,360 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 13:01:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebbb9ea9-002c-44ea-aba5-8262f8eb09ea 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.23:5000/v3/", "rel": "self"}]}]}} 2018-09-03 13:01:37,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-ebbb9ea9-002c-44ea-aba5-8262f8eb09ea 2018-09-03 13:01:37,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 13:01:37,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:01:37,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d726fdd-9307-4dce-8e69-3621aca9fd9e Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/e5fa09283e9c4ab4ad85e54bc8818715"}, "tags": [], "enabled": true, "id": "e5fa09283e9c4ab4ad85e54bc8818715", "name": "heat_stack"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-03 13:01:37,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-3d726fdd-9307-4dce-8e69-3621aca9fd9e 2018-09-03 13:01:37,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184089899063s 2018-09-03 13:01:37,546 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-3d726fdd-9307-4dce-8e69-3621aca9fd9e 2018-09-03 13:01:37,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-03 13:01:37,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_4d60f842-c2f4-4f90-9e85-60ddec5332bd"}}' 2018-09-03 13:01:37,897 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 13:01:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfc9028b-e047-4257-b5bb-0aeaece0922f 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.23:5000/v3/projects/1f45b03a13fe4c10ac9832858ae8af12"}, "tags": [], "enabled": true, "id": "1f45b03a13fe4c10ac9832858ae8af12", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_4d60f842-c2f4-4f90-9e85-60ddec5332bd"}} 2018-09-03 13:01:37,897 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-bfc9028b-e047-4257-b5bb-0aeaece0922f 2018-09-03 13:01:37,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.34393286705s 2018-09-03 13:01:37,897 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-bfc9028b-e047-4257-b5bb-0aeaece0922f 2018-09-03 13:01:37,898 - 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'1f45b03a13fe4c10ac9832858ae8af12', '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_4d60f842-c2f4-4f90-9e85-60ddec5332bd'}) 2018-09-03 13:01:37,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-03 13:01:37,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f40ba06e-8ed1-4a43-b659-246cbb6f2c30", "email": null, "name": "vmready2-user_4d60f842-c2f4-4f90-9e85-60ddec5332bd"}}' 2018-09-03 13:01:38,451 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 13:01:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2774ff0d-7f7e-4e20-8e44-2b8054e9da86 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "links": {"self": "http://172.30.9.23:5000/v3/users/b9b1257e732b4a048adbe1c0add1480c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b9b1257e732b4a048adbe1c0add1480c", "domain_id": "default", "password_expires_at": null}} 2018-09-03 13:01:38,451 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-2774ff0d-7f7e-4e20-8e44-2b8054e9da86 2018-09-03 13:01:38,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.547574043274s 2018-09-03 13:01:38,452 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-2774ff0d-7f7e-4e20-8e44-2b8054e9da86 2018-09-03 13:01:38,452 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b9b1257e732b4a048adbe1c0add1480c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_4d60f842-c2f4-4f90-9e85-60ddec5332bd'}) 2018-09-03 13:01:38,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 13:01:38,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:01:38,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a295054b-93f0-426c-a095-9e80446cad96 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "78d3bfb9906e48f2b2b75581c74e9e2e", "links": {"self": "http://172.30.9.23:5000/v3/roles/78d3bfb9906e48f2b2b75581c74e9e2e"}, "name": "member"}, {"domain_id": null, "id": "7a0baf4ff8064d1ea595a9e736390679", "links": {"self": "http://172.30.9.23:5000/v3/roles/7a0baf4ff8064d1ea595a9e736390679"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9dcb839af72345d3983a1813d8467c8c", "links": {"self": "http://172.30.9.23:5000/v3/roles/9dcb839af72345d3983a1813d8467c8c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a851cc281038430daa3c9cacc5b7f336", "links": {"self": "http://172.30.9.23:5000/v3/roles/a851cc281038430daa3c9cacc5b7f336"}, "name": "reader"}, {"domain_id": null, "id": "abc0569da81741d8bfed320ebcc66090", "links": {"self": "http://172.30.9.23:5000/v3/roles/abc0569da81741d8bfed320ebcc66090"}, "name": "swiftoperator"}, {"domain_id": null, "id": "fa06c02911cf47bfb93c9f379ee33586", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa06c02911cf47bfb93c9f379ee33586"}, "name": "admin"}]} 2018-09-03 13:01:38,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a295054b-93f0-426c-a095-9e80446cad96 2018-09-03 13:01:38,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.203921079636s 2018-09-03 13:01:38,660 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a295054b-93f0-426c-a095-9e80446cad96 2018-09-03 13:01:38,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 13:01:38,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:01:38,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed9c112d-2c7b-4c20-970a-c0878cb80962 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "78d3bfb9906e48f2b2b75581c74e9e2e", "links": {"self": "http://172.30.9.23:5000/v3/roles/78d3bfb9906e48f2b2b75581c74e9e2e"}, "name": "member"}, {"domain_id": null, "id": "7a0baf4ff8064d1ea595a9e736390679", "links": {"self": "http://172.30.9.23:5000/v3/roles/7a0baf4ff8064d1ea595a9e736390679"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9dcb839af72345d3983a1813d8467c8c", "links": {"self": "http://172.30.9.23:5000/v3/roles/9dcb839af72345d3983a1813d8467c8c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a851cc281038430daa3c9cacc5b7f336", "links": {"self": "http://172.30.9.23:5000/v3/roles/a851cc281038430daa3c9cacc5b7f336"}, "name": "reader"}, {"domain_id": null, "id": "abc0569da81741d8bfed320ebcc66090", "links": {"self": "http://172.30.9.23:5000/v3/roles/abc0569da81741d8bfed320ebcc66090"}, "name": "swiftoperator"}, {"domain_id": null, "id": "fa06c02911cf47bfb93c9f379ee33586", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa06c02911cf47bfb93c9f379ee33586"}, "name": "admin"}]} 2018-09-03 13:01:38,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ed9c112d-2c7b-4c20-970a-c0878cb80962 2018-09-03 13:01:38,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.211366891861s 2018-09-03 13:01:38,877 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ed9c112d-2c7b-4c20-970a-c0878cb80962 2018-09-03 13:01:38,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 13:01:38,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:01:39,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b3b648-cb67-46b9-9cdd-3849897b1e69 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "78d3bfb9906e48f2b2b75581c74e9e2e", "links": {"self": "http://172.30.9.23:5000/v3/roles/78d3bfb9906e48f2b2b75581c74e9e2e"}, "name": "member"}, {"domain_id": null, "id": "7a0baf4ff8064d1ea595a9e736390679", "links": {"self": "http://172.30.9.23:5000/v3/roles/7a0baf4ff8064d1ea595a9e736390679"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9dcb839af72345d3983a1813d8467c8c", "links": {"self": "http://172.30.9.23:5000/v3/roles/9dcb839af72345d3983a1813d8467c8c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a851cc281038430daa3c9cacc5b7f336", "links": {"self": "http://172.30.9.23:5000/v3/roles/a851cc281038430daa3c9cacc5b7f336"}, "name": "reader"}, {"domain_id": null, "id": "abc0569da81741d8bfed320ebcc66090", "links": {"self": "http://172.30.9.23:5000/v3/roles/abc0569da81741d8bfed320ebcc66090"}, "name": "swiftoperator"}, {"domain_id": null, "id": "fa06c02911cf47bfb93c9f379ee33586", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa06c02911cf47bfb93c9f379ee33586"}, "name": "admin"}]} 2018-09-03 13:01:39,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f3b3b648-cb67-46b9-9cdd-3849897b1e69 2018-09-03 13:01:39,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.214113950729s 2018-09-03 13:01:39,096 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f3b3b648-cb67-46b9-9cdd-3849897b1e69 2018-09-03 13:01:39,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 13:01:39,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:01:39,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71d00077-aebf-481e-be51-1101599e3831 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-03 13:01:39,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-71d00077-aebf-481e-be51-1101599e3831 2018-09-03 13:01:39,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.189554929733s 2018-09-03 13:01:39,291 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-71d00077-aebf-481e-be51-1101599e3831 2018-09-03 13:01:39,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 13:01:39,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:01:39,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ec2e307-4e8a-4c7b-8801-f91d53706369 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/06cdd53f6b4041aba68cf0565927fbc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06cdd53f6b4041aba68cf0565927fbc6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/0a63fbc9d4954ac5b6c4efab45fd7adb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a63fbc9d4954ac5b6c4efab45fd7adb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/1600e7e261fb4cb79fe4d91aa2bd42b8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1600e7e261fb4cb79fe4d91aa2bd42b8", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/3f04ad3eec194d8c8eba48d0778eb749"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f04ad3eec194d8c8eba48d0778eb749", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5355556d3d534dda8439d49d801987aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355556d3d534dda8439d49d801987aa", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/600928af9d0047df953c458d3783dcfc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "600928af9d0047df953c458d3783dcfc", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/75be13d3036d4b5e91aab4a82efc30b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75be13d3036d4b5e91aab4a82efc30b7", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/8ab8e4efd21047b8b58ed47a4dafc84c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ab8e4efd21047b8b58ed47a4dafc84c", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8e1baf3d2d13429ea4fcbed26632d12b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e1baf3d2d13429ea4fcbed26632d12b", "email": "admin@example.com", "password_expires_at": null}, {"name": "vmready2-user_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "links": {"self": "http://172.30.9.23:5000/v3/users/b9b1257e732b4a048adbe1c0add1480c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b9b1257e732b4a048adbe1c0add1480c", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/be1d87c1af60485fa5e393aedff1c368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be1d87c1af60485fa5e393aedff1c368", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/d67c80e728934dcc81327588b274aa7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d67c80e728934dcc81327588b274aa7b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/dd85cb6ea04f4e3e8515040959ad911b"}, "domain_id": "e5fa09283e9c4ab4ad85e54bc8818715", "enabled": true, "options": {}, "id": "dd85cb6ea04f4e3e8515040959ad911b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e0c3be377710439591833f359b6b1578"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0c3be377710439591833f359b6b1578", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/eae8dd0a6d7b4fdcbdddd40731c94872"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eae8dd0a6d7b4fdcbdddd40731c94872", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-03 13:01:39,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1ec2e307-4e8a-4c7b-8801-f91d53706369 2018-09-03 13:01:39,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.268790960312s 2018-09-03 13:01:39,561 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1ec2e307-4e8a-4c7b-8801-f91d53706369 2018-09-03 13:01:39,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 13:01:39,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:01:39,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bf2a676-8df1-4a1e-9059-81e60f61b870 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/bfa146530bbf46e88a12a52a04c9b9d5"}, "tags": [], "enabled": true, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1"}, "tags": [], "enabled": true, "id": "2c0cd9e55a334d8284e782a17dc6ccf1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.23:5000/v3/projects/1f45b03a13fe4c10ac9832858ae8af12"}, "tags": [], "enabled": true, "id": "1f45b03a13fe4c10ac9832858ae8af12", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_4d60f842-c2f4-4f90-9e85-60ddec5332bd"}]} 2018-09-03 13:01:39,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-2bf2a676-8df1-4a1e-9059-81e60f61b870 2018-09-03 13:01:39,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.185786962509s 2018-09-03 13:01:39,759 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-2bf2a676-8df1-4a1e-9059-81e60f61b870 2018-09-03 13:01:39,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-03 13:01:39,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=b9b1257e732b4a048adbe1c0add1480c&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=1f45b03a13fe4c10ac9832858ae8af12" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:01:39,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c1b9c84-fd70-4bc3-8459-758d9db51192 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=b9b1257e732b4a048adbe1c0add1480c&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=1f45b03a13fe4c10ac9832858ae8af12", "previous": null, "next": null}} 2018-09-03 13:01:39,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=b9b1257e732b4a048adbe1c0add1480c&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=1f45b03a13fe4c10ac9832858ae8af12 used request id req-3c1b9c84-fd70-4bc3-8459-758d9db51192 2018-09-03 13:01:39,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.108790874481s 2018-09-03 13:01:39,875 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=b9b1257e732b4a048adbe1c0add1480c&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=1f45b03a13fe4c10ac9832858ae8af12 used request id req-3c1b9c84-fd70-4bc3-8459-758d9db51192 2018-09-03 13:01:39,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-03 13:01:39,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/1f45b03a13fe4c10ac9832858ae8af12/users/b9b1257e732b4a048adbe1c0add1480c/roles/78d3bfb9906e48f2b2b75581c74e9e2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:01:40,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:01:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3674739f-cdef-4d25-9987-2acb0c873d23 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 13:01:40,092 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1f45b03a13fe4c10ac9832858ae8af12/users/b9b1257e732b4a048adbe1c0add1480c/roles/78d3bfb9906e48f2b2b75581c74e9e2e used request id req-3674739f-cdef-4d25-9987-2acb0c873d23 2018-09-03 13:01:40,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.213637113571s 2018-09-03 13:01:40,093 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1f45b03a13fe4c10ac9832858ae8af12/users/b9b1257e732b4a048adbe1c0add1480c/roles/78d3bfb9906e48f2b2b75581c74e9e2e used request id req-3674739f-cdef-4d25-9987-2acb0c873d23 2018-09-03 13:01:40,093 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_4d60f842-c2f4-4f90-9e85-60ddec5332bd', 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'1f45b03a13fe4c10ac9832858ae8af12', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f40ba06e-8ed1-4a43-b659-246cbb6f2c30', 'username': u'vmready2-user_4d60f842-c2f4-4f90-9e85-60ddec5332bd', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-03 13:01:40,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 13:01:40,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 13:01:40,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 13:01:40,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 13:01:40,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 13:01:40,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 13:01:40,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 13:01:40,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 13:01:40,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 13:01:40,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 13:01:40,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 13:01:40,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 13:01:40,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 13:01:40,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 13:01:40,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 13:01:40,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 13:01:40,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 13:01:40,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 13:01:40,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 13:01:40,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 13:01:40,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 13:01:40,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 13:01:40,098 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_4d60f842-c2f4-4f90-9e85-60ddec5332bd', 'password': 'f40ba06e-8ed1-4a43-b659-246cbb6f2c30', 'project_name': 'vmready2-project_4d60f842-c2f4-4f90-9e85-60ddec5332bd', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '1f45b03a13fe4c10ac9832858ae8af12', 'project_domain_name': 'Default'} 2018-09-03 13:01:40,099 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-09-03 13:01:40,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:01:40,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e96fd050-c4e0-4be9-a507-946dc28f4c1d Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-03 13:01:40,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e96fd050-c4e0-4be9-a507-946dc28f4c1d 2018-09-03 13:01:40,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-03 13:01:40,498 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "78d3bfb9906e48f2b2b75581c74e9e2e", "name": "member"}, {"id": "a851cc281038430daa3c9cacc5b7f336", "name": "reader"}], "expires_at": "2018-09-03T14:01:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1f45b03a13fe4c10ac9832858ae8af12", "name": "vmready2-project_4d60f842-c2f4-4f90-9e85-60ddec5332bd"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "14b74310259b4bda84735ddde8126816"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af5df17d1972449eb536f6a4360734fc"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c511759dd9da48fdb3de1c5fc0ff202c"}], "type": "identity", "id": "0030d39b72f0449b8208b681178c285c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c8fb473b0f04e83830f7a75944acbe9"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "729c02f01002494dab6ed9a926bdfccd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1c3dacc81274d8fb0eaced198d314d4"}], "type": "cloudformation", "id": "16449c993988469ab56357077f5b470b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ffbdb02f41e4ff789601ab9cb64cc87"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7965183181f48809e78e13c3250854c"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbbf48437c474780aac01f57176f1547"}], "type": "metric", "id": "24eeb323eec4412193a91b352f92d17b", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30a1c7fc84174866ab2b3dd781789480"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb029f9c739f44a9a484122c3a4cbfb3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec599a5dcb9f4632a798a2552155c771"}], "type": "event", "id": "261030e7e83e4fa3859a649138f8a08a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1f45b03a13fe4c10ac9832858ae8af12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d16321e965e41a4824780dad34228a9"}, {"url": "http://192.30.9.4:8776/v2/1f45b03a13fe4c10ac9832858ae8af12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a03c1266415c4c14a1ed199cb8a940c7"}, {"url": "http://172.30.9.23:8776/v2/1f45b03a13fe4c10ac9832858ae8af12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8a250e8386e48b483fa54c92aa6996a"}], "type": "volumev2", "id": "2a955477215b4a5ea28297e0a08f9316", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/1f45b03a13fe4c10ac9832858ae8af12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e4515a9087446dc8a7eba0172b22835"}, {"url": "http://172.30.9.23:8776/v1/1f45b03a13fe4c10ac9832858ae8af12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "314fb8d0464a418084989bddb0796f6b"}, {"url": "http://192.30.9.4:8776/v1/1f45b03a13fe4c10ac9832858ae8af12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "442ae7e6a0e74d7fae7cbd4aa9ed37ca"}], "type": "volume", "id": "35f58fde79c74234a7c2dd5e54f101a8", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "7eccb6e4ae4b49549c47acd1ac6ead6d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bd53a0f12c147a88651300b4271c43a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83b96846ea9a4bdc9cbfdccc36801480"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85d1b06ca0bb4c23a5d7b6babd23c0a9"}], "type": "network", "id": "911269b0b0824ccead356417d239e17a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1463402c9a784a22bec053232ea2e90d"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "963a61e993694fa489ea6be89a715314"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d0608d11e95c46fe913468184bd226d5"}], "type": "placement", "id": "acfd9629acd54010b6e5f81da0b05f9f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "69a55cf1e4a94874bb532cde06bbb8f2"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ad07c96b044b44846df62a50efff45"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e36a640cb83c4da88022c9702bd860ec"}], "type": "image", "id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1f45b03a13fe4c10ac9832858ae8af12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f3f59ce34b4de9822ab5a73808bebf"}, {"url": "http://192.30.9.4:8004/v1/1f45b03a13fe4c10ac9832858ae8af12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7cb26061d0a2489fb494ef2e1217e006"}, {"url": "http://172.30.9.23:8004/v1/1f45b03a13fe4c10ac9832858ae8af12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc00904466694a34b0c91611b9e0011d"}], "type": "orchestration", "id": "d31c8e55b8a54897b5c3cb3358cea4bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "315c01be4abd486fb96f88e18c4bf749"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e652b71d18534cfa9aa04388076f6f3f"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb528eafb0f4457bafdf8a1aa18a6855"}], "type": "alarming", "id": "e9eb5daafb34427283ebb83af63d0b61", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/1f45b03a13fe4c10ac9832858ae8af12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20e0f1771418405d851fbfe15b8b9d11"}, {"url": "http://192.30.9.4:8776/v3/1f45b03a13fe4c10ac9832858ae8af12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c62eb4ca78e6477ab800ea1fd1f27cab"}, {"url": "http://172.30.9.23:8776/v3/1f45b03a13fe4c10ac9832858ae8af12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc52f82b1a9a4703a27e8d0b99dc409c"}], "type": "volumev3", "id": "eeb0f42e30dd49708baa3d892d730850", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c5e240dc41d4e63b4d1c1e3e14f4814"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c71c7136dbc42d6810109c9ee714434"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83517be5327e409983c75f6cd2d6442a"}], "type": "compute", "id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.24:8080/v1/AUTH_1f45b03a13fe4c10ac9832858ae8af12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f1ce117ef734b7f9f994fc4e325fe1d"}, {"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "872fa61a954f457ba31286ce69e51f31"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1f45b03a13fe4c10ac9832858ae8af12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8903f4c2eb20405f8b6cc0c08463a1b3"}], "type": "object-store", "id": "f6b168ea1a414562ac40c2c9adcb086c", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "id": "b9b1257e732b4a048adbe1c0add1480c"}, "audit_ids": ["Nli97NuyS46kt7N0nV1IRA"], "issued_at": "2018-09-03T13:01:40.000000Z"}} 2018-09-03 13:01:40,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 13:01:40,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" -d '{"network": {"name": "vmready2-net_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "admin_state_up": true}}' 2018-09-03 13:01:41,310 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-5c4627f8-52dd-45fa-8e47-2d5755c60653 Date: Mon, 03 Sep 2018 13:01:41 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1f45b03a13fe4c10ac9832858ae8af12","created_at":"2018-09-03T13:01:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-03T13:01:41Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1f45b03a13fe4c10ac9832858ae8af12","id":"93677426-c584-4ce2-b8ca-08edc305dba1","name":"vmready2-net_4d60f842-c2f4-4f90-9e85-60ddec5332bd"}} 2018-09-03 13:01:41,310 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5c4627f8-52dd-45fa-8e47-2d5755c60653 2018-09-03 13:01:41,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.808530092239s 2018-09-03 13:01:41,310 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5c4627f8-52dd-45fa-8e47-2d5755c60653 2018-09-03 13:01:41,311 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T13:01:41Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'93677426-c584-4ce2-b8ca-08edc305dba1', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_4d60f842-c2f4-4f90-9e85-60ddec5332bd', u'admin_state_up': True, u'tenant_id': u'1f45b03a13fe4c10ac9832858ae8af12', u'created_at': u'2018-09-03T13:01:40Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1f45b03a13fe4c10ac9832858ae8af12'}) 2018-09-03 13:01:41,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:01:41,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" 2018-09-03 13:01:41,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-60eaec13-9a44-4c9b-b76d-6318a74bf2f1 Date: Mon, 03 Sep 2018 13:01:41 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":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"updated_at":"2018-09-03T12:57:08Z","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"375df95b-45ed-41c6-894d-720224bc2919","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-09-03T13:01:41Z","tenant_id":"1f45b03a13fe4c10ac9832858ae8af12","created_at":"2018-09-03T13:01:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"1f45b03a13fe4c10ac9832858ae8af12","id":"93677426-c584-4ce2-b8ca-08edc305dba1","name":"vmready2-net_4d60f842-c2f4-4f90-9e85-60ddec5332bd"}]} 2018-09-03 13:01:41,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-60eaec13-9a44-4c9b-b76d-6318a74bf2f1 2018-09-03 13:01:41,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.385705947876s 2018-09-03 13:01:41,698 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-60eaec13-9a44-4c9b-b76d-6318a74bf2f1 2018-09-03 13:01:41,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 13:01:41,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" -d '{"subnet": {"name": "vmready2-subnet_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "enable_dhcp": true, "network_id": "93677426-c584-4ce2-b8ca-08edc305dba1", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 13:01:42,742 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cb8702d9-e071-4436-95cb-cde7b4c065e7 Date: Mon, 03 Sep 2018 13:01:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"93677426-c584-4ce2-b8ca-08edc305dba1","tenant_id":"1f45b03a13fe4c10ac9832858ae8af12","created_at":"2018-09-03T13:01:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:01:42Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"1f45b03a13fe4c10ac9832858ae8af12","id":"c9a0b2fe-abbf-43e2-b37c-81cc1b153644","subnetpool_id":null,"name":"vmready2-subnet_4d60f842-c2f4-4f90-9e85-60ddec5332bd"}} 2018-09-03 13:01:42,742 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-cb8702d9-e071-4436-95cb-cde7b4c065e7 2018-09-03 13:01:42,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.04333806038s 2018-09-03 13:01:42,743 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-cb8702d9-e071-4436-95cb-cde7b4c065e7 2018-09-03 13:01:42,743 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T13:01:42Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'c9a0b2fe-abbf-43e2-b37c-81cc1b153644', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_4d60f842-c2f4-4f90-9e85-60ddec5332bd', u'enable_dhcp': True, u'network_id': u'93677426-c584-4ce2-b8ca-08edc305dba1', u'tenant_id': u'1f45b03a13fe4c10ac9832858ae8af12', u'created_at': u'2018-09-03T13:01:42Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1f45b03a13fe4c10ac9832858ae8af12'}) 2018-09-03 13:01:42,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 13:01:42,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" -d '{"router": {"external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919"}, "name": "vmready2-router_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "admin_state_up": true}}' 2018-09-03 13:01:45,085 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-b0999919-fc05-4233-8fe5-9f0d14ac9be7 Date: Mon, 03 Sep 2018 13:01:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d5e68d41-1994-4bbd-a1be-d037ac306e9b", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "created_at": "2018-09-03T13:01:43Z", "admin_state_up": true, "updated_at": "2018-09-03T13:01:44Z", "revision_number": 2, "routes": [], "project_id": "1f45b03a13fe4c10ac9832858ae8af12", "id": "57467296-db73-4b19-8faa-6e4ffe12e7ca", "name": "vmready2-router_4d60f842-c2f4-4f90-9e85-60ddec5332bd"}} 2018-09-03 13:01:45,085 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b0999919-fc05-4233-8fe5-9f0d14ac9be7 2018-09-03 13:01:45,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.34081292152s 2018-09-03 13:01:45,085 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b0999919-fc05-4233-8fe5-9f0d14ac9be7 2018-09-03 13:01:45,086 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'375df95b-45ed-41c6-894d-720224bc2919', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd5e68d41-1994-4bbd-a1be-d037ac306e9b', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1f45b03a13fe4c10ac9832858ae8af12', u'created_at': u'2018-09-03T13:01:43Z', u'admin_state_up': True, u'updated_at': u'2018-09-03T13:01:44Z', u'revision_number': 2, u'routes': [], u'project_id': u'1f45b03a13fe4c10ac9832858ae8af12', u'id': u'57467296-db73-4b19-8faa-6e4ffe12e7ca', u'name': u'vmready2-router_4d60f842-c2f4-4f90-9e85-60ddec5332bd'}) 2018-09-03 13:01:45,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 13:01:45,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/57467296-db73-4b19-8faa-6e4ffe12e7ca/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" -d '{"subnet_id": "c9a0b2fe-abbf-43e2-b37c-81cc1b153644"}' 2018-09-03 13:01:47,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fac25eec-6c7a-4b03-80b8-bdaa6f651555 Date: Mon, 03 Sep 2018 13:01:47 GMT RESP BODY: {"network_id": "93677426-c584-4ce2-b8ca-08edc305dba1", "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "subnet_id": "c9a0b2fe-abbf-43e2-b37c-81cc1b153644", "subnet_ids": ["c9a0b2fe-abbf-43e2-b37c-81cc1b153644"], "port_id": "359afd31-56a3-4656-bc17-062346e1c49f", "id": "57467296-db73-4b19-8faa-6e4ffe12e7ca"} 2018-09-03 13:01:47,563 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/57467296-db73-4b19-8faa-6e4ffe12e7ca/add_router_interface.json used request id req-fac25eec-6c7a-4b03-80b8-bdaa6f651555 2018-09-03 13:01:47,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.47707986832s 2018-09-03 13:01:47,564 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/57467296-db73-4b19-8faa-6e4ffe12e7ca/add_router_interface.json used request id req-fac25eec-6c7a-4b03-80b8-bdaa6f651555 returning object 57467296-db73-4b19-8faa-6e4ffe12e7ca 2018-09-03 13:01:47,564 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-03 13:01:47,693 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-03 13:01:47,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:01:47,699 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 03 Sep 2018 13:01:47 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-09-03 13:01:47,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:01:47,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" 2018-09-03 13:01:48,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c49aee32-d5d2-46bc-9b3e-78353c4c5760 Date: Mon, 03 Sep 2018 13:01:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:01:48,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c49aee32-d5d2-46bc-9b3e-78353c4c5760 2018-09-03 13:01:48,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 1.03855395317s 2018-09-03 13:01:48,741 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c49aee32-d5d2-46bc-9b3e-78353c4c5760 2018-09-03 13:01:48,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-03 13:01:48,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_4d60f842-c2f4-4f90-9e85-60ddec5332bd"}' 2018-09-03 13:01:49,558 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-80a3c7b9-87c7-4adb-ba74-c075bacaa96e Date: Mon, 03 Sep 2018 13:01:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:01:49Z", "file": "/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509/file", "owner": "1f45b03a13fe4c10ac9832858ae8af12", "id": "0a355001-956b-46ba-97f3-65d00b3e3509", "size": null, "self": "/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "checksum": null, "created_at": "2018-09-03T13:01:49Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-03 13:01:49,558 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-80a3c7b9-87c7-4adb-ba74-c075bacaa96e 2018-09-03 13:01:49,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.809564828873s 2018-09-03 13:01:49,558 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-80a3c7b9-87c7-4adb-ba74-c075bacaa96e returning object 0a355001-956b-46ba-97f3-65d00b3e3509 2018-09-03 13:01:49,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-03 13:01:49,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509/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.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" -d '' 2018-09-03 13:01:50,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9ed30334-d385-4e32-8d56-4ed7e978ad0d Date: Mon, 03 Sep 2018 13:01:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 13:01:50,887 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509/file used request id req-9ed30334-d385-4e32-8d56-4ed7e978ad0d 2018-09-03 13:01:50,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.32817983627s 2018-09-03 13:01:50,888 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509/file used request id req-9ed30334-d385-4e32-8d56-4ed7e978ad0d 2018-09-03 13:01:50,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:01:50,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" 2018-09-03 13:01:50,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-879304ee-9e8d-426f-b6af-62ee5d1a8813 Date: Mon, 03 Sep 2018 13:01:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:01:50Z", "file": "/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509/file", "owner": "1f45b03a13fe4c10ac9832858ae8af12", "id": "0a355001-956b-46ba-97f3-65d00b3e3509", "size": 12716032, "self": "/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/0a355001-956b-46ba-97f3-65d00b3e3509/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/0a355001-956b-46ba-97f3-65d00b3e3509/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-03T13:01:49Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:01:50,947 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-879304ee-9e8d-426f-b6af-62ee5d1a8813 2018-09-03 13:01:50,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0552768707275s 2018-09-03 13:01:50,948 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-879304ee-9e8d-426f-b6af-62ee5d1a8813 2018-09-03 13:01:50,949 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/0a355001-956b-46ba-97f3-65d00b3e3509/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509/file', 'owner': u'1f45b03a13fe4c10ac9832858ae8af12', 'id': u'0a355001-956b-46ba-97f3-65d00b3e3509', 'size': 12716032, u'self': u'/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1f45b03a13fe4c10ac9832858ae8af12', 'name': 'vmready2-project_4d60f842-c2f4-4f90-9e85-60ddec5332bd', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/0a355001-956b-46ba-97f3-65d00b3e3509/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-03T13:01:50Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-03T13:01:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_4d60f842-c2f4-4f90-9e85-60ddec5332bd', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_4d60f842-c2f4-4f90-9e85-60ddec5332bd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_4d60f842-c2f4-4f90-9e85-60ddec5332bd', 'created': u'2018-09-03T13:01:49Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-03T13:01:49Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_4d60f842-c2f4-4f90-9e85-60ddec5332bd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-03 13:01:50,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-03 13:01:50,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-03 13:01:51,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01: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-bfec7e75-6eab-4c68-98f0-b39dd0864a8b x-compute-request-id: req-bfec7e75-6eab-4c68-98f0-b39dd0864a8b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/049c49ec-edad-4b9f-945f-da9e39d30a20", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/049c49ec-edad-4b9f-945f-da9e39d30a20", "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": "049c49ec-edad-4b9f-945f-da9e39d30a20"}} 2018-09-03 13:01:51,781 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-bfec7e75-6eab-4c68-98f0-b39dd0864a8b 2018-09-03 13:01:51,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.830588102341s 2018-09-03 13:01:51,781 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-bfec7e75-6eab-4c68-98f0-b39dd0864a8b 2018-09-03 13:01:51,782 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_4d60f842-c2f4-4f90-9e85-60ddec5332bd', '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'bfa146530bbf46e88a12a52a04c9b9d5', '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'049c49ec-edad-4b9f-945f-da9e39d30a20', 'swap': 0}) 2018-09-03 13:01:51,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-03 13:01:51,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/049c49ec-edad-4b9f-945f-da9e39d30a20/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" -d '{"extra_specs": {}}' 2018-09-03 13:01:51,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:01: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-fdb22ad2-214a-4f4d-9281-b7727afdfbfd x-compute-request-id: req-fdb22ad2-214a-4f4d-9281-b7727afdfbfd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-03 13:01:51,914 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/049c49ec-edad-4b9f-945f-da9e39d30a20/os-extra_specs used request id req-fdb22ad2-214a-4f4d-9281-b7727afdfbfd 2018-09-03 13:01:51,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.131520986557s 2018-09-03 13:01:51,915 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/049c49ec-edad-4b9f-945f-da9e39d30a20/os-extra_specs used request id req-fdb22ad2-214a-4f4d-9281-b7727afdfbfd 2018-09-03 13:01:52,028 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 13:01:52,029 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-03 13:01:52,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 13:01:52,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/57467296-db73-4b19-8faa-6e4ffe12e7ca/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" -d '{"subnet_id": "c9a0b2fe-abbf-43e2-b37c-81cc1b153644"}' 2018-09-03 13:01:54,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f6cb3d09-0d5e-4456-90c1-cec94b7606c0 Date: Mon, 03 Sep 2018 13:01:53 GMT RESP BODY: {"network_id": "93677426-c584-4ce2-b8ca-08edc305dba1", "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "subnet_id": "c9a0b2fe-abbf-43e2-b37c-81cc1b153644", "subnet_ids": ["c9a0b2fe-abbf-43e2-b37c-81cc1b153644"], "port_id": "359afd31-56a3-4656-bc17-062346e1c49f", "id": "57467296-db73-4b19-8faa-6e4ffe12e7ca"} 2018-09-03 13:01:54,025 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/57467296-db73-4b19-8faa-6e4ffe12e7ca/remove_router_interface.json used request id req-f6cb3d09-0d5e-4456-90c1-cec94b7606c0 2018-09-03 13:01:54,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.99147891998s 2018-09-03 13:01:54,026 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/57467296-db73-4b19-8faa-6e4ffe12e7ca/remove_router_interface.json used request id req-f6cb3d09-0d5e-4456-90c1-cec94b7606c0 returning object 57467296-db73-4b19-8faa-6e4ffe12e7ca 2018-09-03 13:01:54,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 13:01:54,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" 2018-09-03 13:01:54,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-9d682609-d9f8-4cd5-b847-4f421bd6784d Date: Mon, 03 Sep 2018 13:01:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d5e68d41-1994-4bbd-a1be-d037ac306e9b", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "created_at": "2018-09-03T13:01:43Z", "admin_state_up": true, "updated_at": "2018-09-03T13:01:53Z", "revision_number": 4, "routes": [], "project_id": "1f45b03a13fe4c10ac9832858ae8af12", "id": "57467296-db73-4b19-8faa-6e4ffe12e7ca", "name": "vmready2-router_4d60f842-c2f4-4f90-9e85-60ddec5332bd"}]} 2018-09-03 13:01:54,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-9d682609-d9f8-4cd5-b847-4f421bd6784d 2018-09-03 13:01:54,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.45374417305s 2018-09-03 13:01:54,480 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-9d682609-d9f8-4cd5-b847-4f421bd6784d 2018-09-03 13:01:54,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 13:01:54,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/57467296-db73-4b19-8faa-6e4ffe12e7ca.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" 2018-09-03 13:01:56,462 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-41150903-782c-4f34-8209-8dff021bc172 Content-Length: 0 Date: Mon, 03 Sep 2018 13:01:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:01:56,462 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/57467296-db73-4b19-8faa-6e4ffe12e7ca.json used request id req-41150903-782c-4f34-8209-8dff021bc172 2018-09-03 13:01:56,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.98071289062s 2018-09-03 13:01:56,463 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/57467296-db73-4b19-8faa-6e4ffe12e7ca.json used request id req-41150903-782c-4f34-8209-8dff021bc172 2018-09-03 13:01:56,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 13:01:56,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" 2018-09-03 13:01:56,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-12f90608-c8e5-47c1-9730-0b598f8832f1 Date: Mon, 03 Sep 2018 13:01:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"93677426-c584-4ce2-b8ca-08edc305dba1","tenant_id":"1f45b03a13fe4c10ac9832858ae8af12","created_at":"2018-09-03T13:01:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:01:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"1f45b03a13fe4c10ac9832858ae8af12","id":"c9a0b2fe-abbf-43e2-b37c-81cc1b153644","subnetpool_id":null,"name":"vmready2-subnet_4d60f842-c2f4-4f90-9e85-60ddec5332bd"}]} 2018-09-03 13:01:56,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-12f90608-c8e5-47c1-9730-0b598f8832f1 2018-09-03 13:01:56,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.493372917175s 2018-09-03 13:01:56,957 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-12f90608-c8e5-47c1-9730-0b598f8832f1 2018-09-03 13:01:56,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 13:01:56,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/c9a0b2fe-abbf-43e2-b37c-81cc1b153644.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" 2018-09-03 13:01:59,808 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2bb6730-7a2d-4b13-bd78-efc4cf17d261 Date: Mon, 03 Sep 2018 13:01:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:01:59,809 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c9a0b2fe-abbf-43e2-b37c-81cc1b153644.json used request id req-e2bb6730-7a2d-4b13-bd78-efc4cf17d261 2018-09-03 13:01:59,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.85032486916s 2018-09-03 13:01:59,809 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c9a0b2fe-abbf-43e2-b37c-81cc1b153644.json used request id req-e2bb6730-7a2d-4b13-bd78-efc4cf17d261 2018-09-03 13:01:59,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:01:59,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" 2018-09-03 13:02:00,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-33843be2-a4ad-4361-9b9f-effe952bd5a5 Date: Mon, 03 Sep 2018 13:02:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"updated_at":"2018-09-03T12:57:08Z","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"375df95b-45ed-41c6-894d-720224bc2919","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-09-03T13:01:59Z","tenant_id":"1f45b03a13fe4c10ac9832858ae8af12","created_at":"2018-09-03T13:01:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1f45b03a13fe4c10ac9832858ae8af12","id":"93677426-c584-4ce2-b8ca-08edc305dba1","name":"vmready2-net_4d60f842-c2f4-4f90-9e85-60ddec5332bd"}]} 2018-09-03 13:02:00,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-33843be2-a4ad-4361-9b9f-effe952bd5a5 2018-09-03 13:02:00,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.369975090027s 2018-09-03 13:02:00,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-33843be2-a4ad-4361-9b9f-effe952bd5a5 2018-09-03 13:02:00,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 13:02:00,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/93677426-c584-4ce2-b8ca-08edc305dba1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" 2018-09-03 13:02:01,846 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8577bbdb-9fe0-45b3-981e-94ab64007022 Date: Mon, 03 Sep 2018 13:02:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:02:01,846 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/93677426-c584-4ce2-b8ca-08edc305dba1.json used request id req-8577bbdb-9fe0-45b3-981e-94ab64007022 2018-09-03 13:02:01,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.66491913795s 2018-09-03 13:02:01,846 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/93677426-c584-4ce2-b8ca-08edc305dba1.json used request id req-8577bbdb-9fe0-45b3-981e-94ab64007022 2018-09-03 13:02:01,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:02:01,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" 2018-09-03 13:02:02,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-230f602c-2040-4a81-b722-d3e60a99ebf3 Date: Mon, 03 Sep 2018 13:02:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:01:50Z", "file": "/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509/file", "owner": "1f45b03a13fe4c10ac9832858ae8af12", "id": "0a355001-956b-46ba-97f3-65d00b3e3509", "size": 12716032, "self": "/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/0a355001-956b-46ba-97f3-65d00b3e3509/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/0a355001-956b-46ba-97f3-65d00b3e3509/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-03T13:01:49Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:02:02,149 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-230f602c-2040-4a81-b722-d3e60a99ebf3 2018-09-03 13:02:02,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298346042633s 2018-09-03 13:02:02,150 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-230f602c-2040-4a81-b722-d3e60a99ebf3 2018-09-03 13:02:02,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-03 13:02:02,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ff9b49c769205b4ec522a0f2119822f4deaeb7f2" 2018-09-03 13:02:03,295 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6538d083-a84a-4ae7-b123-e3bd793acab0 Date: Mon, 03 Sep 2018 13:02:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 13:02:03,295 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509 used request id req-6538d083-a84a-4ae7-b123-e3bd793acab0 2018-09-03 13:02:03,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.14417600632s 2018-09-03 13:02:03,296 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0a355001-956b-46ba-97f3-65d00b3e3509 used request id req-6538d083-a84a-4ae7-b123-e3bd793acab0 2018-09-03 13:02:03,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-03 13:02:03,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:02:03,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02: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-1196fa72-40ae-421c-845c-555398549862 x-compute-request-id: req-1196fa72-40ae-421c-845c-555398549862 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/049c49ec-edad-4b9f-945f-da9e39d30a20", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/049c49ec-edad-4b9f-945f-da9e39d30a20", "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": "049c49ec-edad-4b9f-945f-da9e39d30a20"}]} 2018-09-03 13:02:03,445 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1196fa72-40ae-421c-845c-555398549862 2018-09-03 13:02:03,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.14918589592s 2018-09-03 13:02:03,446 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1196fa72-40ae-421c-845c-555398549862 2018-09-03 13:02:03,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-03 13:02:03,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/049c49ec-edad-4b9f-945f-da9e39d30a20 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:02:03,502 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Sep 2018 13:02:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-620d7ea8-f40a-424c-a1d7-4ec5de347d54 x-compute-request-id: req-620d7ea8-f40a-424c-a1d7-4ec5de347d54 Content-Length: 0 Content-Type: application/json 2018-09-03 13:02:03,502 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/049c49ec-edad-4b9f-945f-da9e39d30a20 used request id req-620d7ea8-f40a-424c-a1d7-4ec5de347d54 2018-09-03 13:02:03,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0545539855957s 2018-09-03 13:02:03,503 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/049c49ec-edad-4b9f-945f-da9e39d30a20 used request id req-620d7ea8-f40a-424c-a1d7-4ec5de347d54 2018-09-03 13:02:03,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 13:02:03,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:02:03,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56f78b2f-0db8-48bc-b633-6b2ade177069 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/06cdd53f6b4041aba68cf0565927fbc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06cdd53f6b4041aba68cf0565927fbc6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/0a63fbc9d4954ac5b6c4efab45fd7adb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a63fbc9d4954ac5b6c4efab45fd7adb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/1600e7e261fb4cb79fe4d91aa2bd42b8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1600e7e261fb4cb79fe4d91aa2bd42b8", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/3f04ad3eec194d8c8eba48d0778eb749"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f04ad3eec194d8c8eba48d0778eb749", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5355556d3d534dda8439d49d801987aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355556d3d534dda8439d49d801987aa", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/600928af9d0047df953c458d3783dcfc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "600928af9d0047df953c458d3783dcfc", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/75be13d3036d4b5e91aab4a82efc30b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75be13d3036d4b5e91aab4a82efc30b7", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/8ab8e4efd21047b8b58ed47a4dafc84c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ab8e4efd21047b8b58ed47a4dafc84c", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8e1baf3d2d13429ea4fcbed26632d12b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e1baf3d2d13429ea4fcbed26632d12b", "email": "admin@example.com", "password_expires_at": null}, {"name": "vmready2-user_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "links": {"self": "http://172.30.9.23:5000/v3/users/b9b1257e732b4a048adbe1c0add1480c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b9b1257e732b4a048adbe1c0add1480c", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/be1d87c1af60485fa5e393aedff1c368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be1d87c1af60485fa5e393aedff1c368", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/d67c80e728934dcc81327588b274aa7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d67c80e728934dcc81327588b274aa7b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/dd85cb6ea04f4e3e8515040959ad911b"}, "domain_id": "e5fa09283e9c4ab4ad85e54bc8818715", "enabled": true, "options": {}, "id": "dd85cb6ea04f4e3e8515040959ad911b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e0c3be377710439591833f359b6b1578"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0c3be377710439591833f359b6b1578", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/eae8dd0a6d7b4fdcbdddd40731c94872"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eae8dd0a6d7b4fdcbdddd40731c94872", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-03 13:02:03,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-56f78b2f-0db8-48bc-b633-6b2ade177069 2018-09-03 13:02:03,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.219176054001s 2018-09-03 13:02:03,723 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-56f78b2f-0db8-48bc-b633-6b2ade177069 2018-09-03 13:02:03,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 13:02:03,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/b9b1257e732b4a048adbe1c0add1480c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:02:04,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-487406d6-3e63-442f-b978-971c1167b3c0 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_4d60f842-c2f4-4f90-9e85-60ddec5332bd", "links": {"self": "http://172.30.9.23:5000/v3/users/b9b1257e732b4a048adbe1c0add1480c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b9b1257e732b4a048adbe1c0add1480c", "description": null}} 2018-09-03 13:02:04,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b9b1257e732b4a048adbe1c0add1480c used request id req-487406d6-3e63-442f-b978-971c1167b3c0 2018-09-03 13:02:04,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.292811870575s 2018-09-03 13:02:04,022 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b9b1257e732b4a048adbe1c0add1480c used request id req-487406d6-3e63-442f-b978-971c1167b3c0 2018-09-03 13:02:04,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-03 13:02:04,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/b9b1257e732b4a048adbe1c0add1480c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:02:04,335 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:02:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35c90b9c-0b18-4713-8ab6-84e0d41189d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 13:02:04,335 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b9b1257e732b4a048adbe1c0add1480c used request id req-35c90b9c-0b18-4713-8ab6-84e0d41189d9 2018-09-03 13:02:04,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.311929941177s 2018-09-03 13:02:04,335 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b9b1257e732b4a048adbe1c0add1480c used request id req-35c90b9c-0b18-4713-8ab6-84e0d41189d9 2018-09-03 13:02:04,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 13:02:04,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:02:04,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ad67a67-bc6f-4484-8487-0fb1c1e43754 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.23:5000/v3/projects/1f45b03a13fe4c10ac9832858ae8af12"}, "tags": [], "enabled": true, "id": "1f45b03a13fe4c10ac9832858ae8af12", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_4d60f842-c2f4-4f90-9e85-60ddec5332bd"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1"}, "tags": [], "enabled": true, "id": "2c0cd9e55a334d8284e782a17dc6ccf1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/bfa146530bbf46e88a12a52a04c9b9d5"}, "tags": [], "enabled": true, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-03 13:02:04,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-9ad67a67-bc6f-4484-8487-0fb1c1e43754 2018-09-03 13:02:04,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.27688908577s 2018-09-03 13:02:04,619 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-9ad67a67-bc6f-4484-8487-0fb1c1e43754 2018-09-03 13:02:04,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-03 13:02:04,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/1f45b03a13fe4c10ac9832858ae8af12 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b5311e15ccebe10aeed0e1630b81a275075cac" 2018-09-03 13:02:04,947 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:02:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8cc2491-96bb-4523-970d-8dcfa5de9378 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 13:02:04,947 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1f45b03a13fe4c10ac9832858ae8af12 used request id req-f8cc2491-96bb-4523-970d-8dcfa5de9378 2018-09-03 13:02:04,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.324192047119s 2018-09-03 13:02:04,948 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1f45b03a13fe4c10ac9832858ae8af12 used request id req-f8cc2491-96bb-4523-970d-8dcfa5de9378 2018-09-03 13:02:05,001 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-09-03 13:02:05,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 13:02:05,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 13:02:05,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 13:02:05,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 13:02:05,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 13:02:05,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 13:02:05,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 13:02:05,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 13:02:05,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 13:02:05,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 13:02:05,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 13:02:05,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 13:02:05,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 13:02:05,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 13:02:05,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 13:02:05,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 13:02:05,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 13:02:05,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 13:02:05,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 13:02:05,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 13:02:05,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 13:02:05,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 13:02:05,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:02:05,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1000a16-bed1-491e-bfed-6c1a722537ea Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-03 13:02:05,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d1000a16-bed1-491e-bfed-6c1a722537ea 2018-09-03 13:02:05,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-03 13:02:05,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa06c02911cf47bfb93c9f379ee33586", "name": "admin"}, {"id": "78d3bfb9906e48f2b2b75581c74e9e2e", "name": "member"}, {"id": "a851cc281038430daa3c9cacc5b7f336", "name": "reader"}], "expires_at": "2018-09-03T14:02:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "14b74310259b4bda84735ddde8126816"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af5df17d1972449eb536f6a4360734fc"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c511759dd9da48fdb3de1c5fc0ff202c"}], "type": "identity", "id": "0030d39b72f0449b8208b681178c285c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c8fb473b0f04e83830f7a75944acbe9"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "729c02f01002494dab6ed9a926bdfccd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1c3dacc81274d8fb0eaced198d314d4"}], "type": "cloudformation", "id": "16449c993988469ab56357077f5b470b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ffbdb02f41e4ff789601ab9cb64cc87"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7965183181f48809e78e13c3250854c"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbbf48437c474780aac01f57176f1547"}], "type": "metric", "id": "24eeb323eec4412193a91b352f92d17b", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30a1c7fc84174866ab2b3dd781789480"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb029f9c739f44a9a484122c3a4cbfb3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec599a5dcb9f4632a798a2552155c771"}], "type": "event", "id": "261030e7e83e4fa3859a649138f8a08a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d16321e965e41a4824780dad34228a9"}, {"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a03c1266415c4c14a1ed199cb8a940c7"}, {"url": "http://172.30.9.23:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8a250e8386e48b483fa54c92aa6996a"}], "type": "volumev2", "id": "2a955477215b4a5ea28297e0a08f9316", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e4515a9087446dc8a7eba0172b22835"}, {"url": "http://172.30.9.23:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "314fb8d0464a418084989bddb0796f6b"}, {"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "442ae7e6a0e74d7fae7cbd4aa9ed37ca"}], "type": "volume", "id": "35f58fde79c74234a7c2dd5e54f101a8", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "7eccb6e4ae4b49549c47acd1ac6ead6d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bd53a0f12c147a88651300b4271c43a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83b96846ea9a4bdc9cbfdccc36801480"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85d1b06ca0bb4c23a5d7b6babd23c0a9"}], "type": "network", "id": "911269b0b0824ccead356417d239e17a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1463402c9a784a22bec053232ea2e90d"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "963a61e993694fa489ea6be89a715314"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d0608d11e95c46fe913468184bd226d5"}], "type": "placement", "id": "acfd9629acd54010b6e5f81da0b05f9f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "69a55cf1e4a94874bb532cde06bbb8f2"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ad07c96b044b44846df62a50efff45"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e36a640cb83c4da88022c9702bd860ec"}], "type": "image", "id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f3f59ce34b4de9822ab5a73808bebf"}, {"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7cb26061d0a2489fb494ef2e1217e006"}, {"url": "http://172.30.9.23:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc00904466694a34b0c91611b9e0011d"}], "type": "orchestration", "id": "d31c8e55b8a54897b5c3cb3358cea4bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "315c01be4abd486fb96f88e18c4bf749"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e652b71d18534cfa9aa04388076f6f3f"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb528eafb0f4457bafdf8a1aa18a6855"}], "type": "alarming", "id": "e9eb5daafb34427283ebb83af63d0b61", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20e0f1771418405d851fbfe15b8b9d11"}, {"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c62eb4ca78e6477ab800ea1fd1f27cab"}, {"url": "http://172.30.9.23:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc52f82b1a9a4703a27e8d0b99dc409c"}], "type": "volumev3", "id": "eeb0f42e30dd49708baa3d892d730850", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c5e240dc41d4e63b4d1c1e3e14f4814"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c71c7136dbc42d6810109c9ee714434"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83517be5327e409983c75f6cd2d6442a"}], "type": "compute", "id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.24:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f1ce117ef734b7f9f994fc4e325fe1d"}, {"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "872fa61a954f457ba31286ce69e51f31"}, {"url": "http://172.30.9.23:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8903f4c2eb20405f8b6cc0c08463a1b3"}], "type": "object-store", "id": "f6b168ea1a414562ac40c2c9adcb086c", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8e1baf3d2d13429ea4fcbed26632d12b"}, "audit_ids": ["zIu1VnZ9TLm1eHYcrII_0g"], "issued_at": "2018-09-03T13:02:05.000000Z"}} 2018-09-03 13:02:05,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:02:05,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:05,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-35214ea5-c4c1-4f2c-ad7c-d61c894d9f6f Date: Mon, 03 Sep 2018 13:02:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"}]} 2018-09-03 13:02:05,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-35214ea5-c4c1-4f2c-ad7c-d61c894d9f6f 2018-09-03 13:02:05,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.385068893433s 2018-09-03 13:02:05,844 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-35214ea5-c4c1-4f2c-ad7c-d61c894d9f6f 2018-09-03 13:02:05,850 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-09-03 13:02:05,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 13:02:05,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -d '{"network": {"name": "singlevm1-net_6f7d96cf-0777-403d-9a99-545fd786cd0c", "admin_state_up": true}}' 2018-09-03 13:02:06,478 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-14f55305-a545-4dd3-853e-b7a2afcf3541 Date: Mon, 03 Sep 2018 13:02:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"039d78da-77ef-45a7-98dd-f6af5afa310c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bfa146530bbf46e88a12a52a04c9b9d5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T13:02:06Z","is_default":false,"provider:segmentation_id":14,"name":"singlevm1-net_6f7d96cf-0777-403d-9a99-545fd786cd0c","admin_state_up":true,"tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:02:06Z","mtu":1450}} 2018-09-03 13:02:06,478 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-14f55305-a545-4dd3-853e-b7a2afcf3541 2018-09-03 13:02:06,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.627372980118s 2018-09-03 13:02:06,478 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-14f55305-a545-4dd3-853e-b7a2afcf3541 2018-09-03 13:02:06,479 - 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-09-03T13:02:06Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'039d78da-77ef-45a7-98dd-f6af5afa310c', u'provider:segmentation_id': 14, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_6f7d96cf-0777-403d-9a99-545fd786cd0c', u'admin_state_up': True, u'tenant_id': u'bfa146530bbf46e88a12a52a04c9b9d5', u'created_at': u'2018-09-03T13:02:06Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bfa146530bbf46e88a12a52a04c9b9d5'}) 2018-09-03 13:02:06,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:02:06,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:06,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-639893c1-8444-4d42-a2d7-3427ad93287a Date: Mon, 03 Sep 2018 13:02:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"039d78da-77ef-45a7-98dd-f6af5afa310c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bfa146530bbf46e88a12a52a04c9b9d5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T13:02:06Z","provider:segmentation_id":14,"name":"singlevm1-net_6f7d96cf-0777-403d-9a99-545fd786cd0c","admin_state_up":true,"tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:02:06Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"}]} 2018-09-03 13:02:06,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-639893c1-8444-4d42-a2d7-3427ad93287a 2018-09-03 13:02:06,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.273694992065s 2018-09-03 13:02:06,754 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-639893c1-8444-4d42-a2d7-3427ad93287a 2018-09-03 13:02:06,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 13:02:06,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -d '{"subnet": {"name": "singlevm1-subnet_6f7d96cf-0777-403d-9a99-545fd786cd0c", "enable_dhcp": true, "network_id": "039d78da-77ef-45a7-98dd-f6af5afa310c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 13:02:07,622 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-109b1dae-d120-4e12-8ad0-a079c6d817e1 Date: Mon, 03 Sep 2018 13:02:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"039d78da-77ef-45a7-98dd-f6af5afa310c","tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:02:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:02:07Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"bfa146530bbf46e88a12a52a04c9b9d5","id":"b5a58ab5-534b-432b-b770-72ff1bec85f4","subnetpool_id":null,"name":"singlevm1-subnet_6f7d96cf-0777-403d-9a99-545fd786cd0c"}} 2018-09-03 13:02:07,623 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-109b1dae-d120-4e12-8ad0-a079c6d817e1 2018-09-03 13:02:07,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.867388010025s 2018-09-03 13:02:07,623 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-109b1dae-d120-4e12-8ad0-a079c6d817e1 2018-09-03 13:02:07,623 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T13:02:07Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b5a58ab5-534b-432b-b770-72ff1bec85f4', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_6f7d96cf-0777-403d-9a99-545fd786cd0c', u'enable_dhcp': True, u'network_id': u'039d78da-77ef-45a7-98dd-f6af5afa310c', u'tenant_id': u'bfa146530bbf46e88a12a52a04c9b9d5', u'created_at': u'2018-09-03T13:02:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bfa146530bbf46e88a12a52a04c9b9d5'}) 2018-09-03 13:02:07,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 13:02:07,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -d '{"router": {"external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919"}, "name": "singlevm1-router_6f7d96cf-0777-403d-9a99-545fd786cd0c", "admin_state_up": true}}' 2018-09-03 13:02:09,360 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-e338174d-ac66-4bda-9611-1e61500415b0 Date: Mon, 03 Sep 2018 13:02:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d5e68d41-1994-4bbd-a1be-d037ac306e9b", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:02:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-03T13:02:08Z", "revision_number": 2, "routes": [], "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "ba457512-2e12-4b91-a4e6-07f6890f78d2", "name": "singlevm1-router_6f7d96cf-0777-403d-9a99-545fd786cd0c"}} 2018-09-03 13:02:09,360 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e338174d-ac66-4bda-9611-1e61500415b0 2018-09-03 13:02:09,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.73631501198s 2018-09-03 13:02:09,361 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e338174d-ac66-4bda-9611-1e61500415b0 2018-09-03 13:02:09,361 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'375df95b-45ed-41c6-894d-720224bc2919', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd5e68d41-1994-4bbd-a1be-d037ac306e9b', u'ip_address': u'172.30.9.215'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bfa146530bbf46e88a12a52a04c9b9d5', u'created_at': u'2018-09-03T13:02:07Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-03T13:02:08Z', u'revision_number': 2, u'routes': [], u'project_id': u'bfa146530bbf46e88a12a52a04c9b9d5', u'id': u'ba457512-2e12-4b91-a4e6-07f6890f78d2', u'name': u'singlevm1-router_6f7d96cf-0777-403d-9a99-545fd786cd0c'}) 2018-09-03 13:02:09,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 13:02:09,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ba457512-2e12-4b91-a4e6-07f6890f78d2/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -d '{"subnet_id": "b5a58ab5-534b-432b-b770-72ff1bec85f4"}' 2018-09-03 13:02:11,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-39429cfb-3f9b-4b48-a313-e5c136a14e78 Date: Mon, 03 Sep 2018 13:02:11 GMT RESP BODY: {"network_id": "039d78da-77ef-45a7-98dd-f6af5afa310c", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "subnet_id": "b5a58ab5-534b-432b-b770-72ff1bec85f4", "subnet_ids": ["b5a58ab5-534b-432b-b770-72ff1bec85f4"], "port_id": "d1bb859c-8c29-496d-951c-b84216928539", "id": "ba457512-2e12-4b91-a4e6-07f6890f78d2"} 2018-09-03 13:02:11,627 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ba457512-2e12-4b91-a4e6-07f6890f78d2/add_router_interface.json used request id req-39429cfb-3f9b-4b48-a313-e5c136a14e78 2018-09-03 13:02:11,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.26533317566s 2018-09-03 13:02:11,628 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ba457512-2e12-4b91-a4e6-07f6890f78d2/add_router_interface.json used request id req-39429cfb-3f9b-4b48-a313-e5c136a14e78 returning object ba457512-2e12-4b91-a4e6-07f6890f78d2 2018-09-03 13:02:11,628 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-03 13:02:11,760 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-03 13:02:11,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:02:11,766 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 03 Sep 2018 13:02:11 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-09-03 13:02:11,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:02:11,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:12,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4f25689a-0498-444b-b170-ca47d697f528 Date: Mon, 03 Sep 2018 13:02:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:02:12,561 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4f25689a-0498-444b-b170-ca47d697f528 2018-09-03 13:02:12,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.788671016693s 2018-09-03 13:02:12,561 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4f25689a-0498-444b-b170-ca47d697f528 2018-09-03 13:02:12,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-03 13:02:12,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_6f7d96cf-0777-403d-9a99-545fd786cd0c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_6f7d96cf-0777-403d-9a99-545fd786cd0c"}' 2018-09-03 13:02:13,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f7640bbb-833d-4c1d-a370-813bb851ca57 Date: Mon, 03 Sep 2018 13:02:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:02:13Z", "file": "/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599/file", "owner": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "dc9f89d3-f67b-4374-847c-3a32cf643599", "size": null, "self": "/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_6f7d96cf-0777-403d-9a99-545fd786cd0c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6f7d96cf-0777-403d-9a99-545fd786cd0c", "checksum": null, "created_at": "2018-09-03T13:02:13Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-03 13:02:13,481 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f7640bbb-833d-4c1d-a370-813bb851ca57 2018-09-03 13:02:13,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.91085100174s 2018-09-03 13:02:13,481 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f7640bbb-833d-4c1d-a370-813bb851ca57 returning object dc9f89d3-f67b-4374-847c-3a32cf643599 2018-09-03 13:02:13,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-03 13:02:13,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599/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.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -d '' 2018-09-03 13:02:14,802 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-95b09676-e94a-49fa-95fb-7460289222fb Date: Mon, 03 Sep 2018 13:02:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 13:02:14,802 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599/file used request id req-95b09676-e94a-49fa-95fb-7460289222fb 2018-09-03 13:02:14,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.32006907463s 2018-09-03 13:02:14,802 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599/file used request id req-95b09676-e94a-49fa-95fb-7460289222fb 2018-09-03 13:02:14,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:02:14,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:15,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-7d6ab0b7-6733-42cb-9214-2b97965b11f3 Date: Mon, 03 Sep 2018 13:02:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:02:14Z", "file": "/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599/file", "owner": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "dc9f89d3-f67b-4374-847c-3a32cf643599", "size": 12716032, "self": "/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/dc9f89d3-f67b-4374-847c-3a32cf643599/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/dc9f89d3-f67b-4374-847c-3a32cf643599/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_6f7d96cf-0777-403d-9a99-545fd786cd0c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6f7d96cf-0777-403d-9a99-545fd786cd0c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-03T13:02:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:02:15,618 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7d6ab0b7-6733-42cb-9214-2b97965b11f3 2018-09-03 13:02:15,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.81174993515s 2018-09-03 13:02:15,619 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7d6ab0b7-6733-42cb-9214-2b97965b11f3 2018-09-03 13:02:15,621 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/dc9f89d3-f67b-4374-847c-3a32cf643599/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599/file', 'owner': u'bfa146530bbf46e88a12a52a04c9b9d5', 'id': u'dc9f89d3-f67b-4374-847c-3a32cf643599', 'size': 12716032, u'self': u'/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bfa146530bbf46e88a12a52a04c9b9d5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/dc9f89d3-f67b-4374-847c-3a32cf643599/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-03T13:02:14Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-03T13:02:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_6f7d96cf-0777-403d-9a99-545fd786cd0c', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_6f7d96cf-0777-403d-9a99-545fd786cd0c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_6f7d96cf-0777-403d-9a99-545fd786cd0c', 'created': u'2018-09-03T13:02:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-03T13:02:13Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_6f7d96cf-0777-403d-9a99-545fd786cd0c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-03 13:02:15,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-03 13:02:15,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_6f7d96cf-0777-403d-9a99-545fd786cd0c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-03 13:02:16,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02: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-a45db19f-530e-4581-b575-069b141f13fc x-compute-request-id: req-a45db19f-530e-4581-b575-069b141f13fc Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_6f7d96cf-0777-403d-9a99-545fd786cd0c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff", "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": "bbf9ad27-c723-417a-aab1-cb48e5a63bff"}} 2018-09-03 13:02:16,483 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a45db19f-530e-4581-b575-069b141f13fc 2018-09-03 13:02:16,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.860766887665s 2018-09-03 13:02:16,483 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a45db19f-530e-4581-b575-069b141f13fc 2018-09-03 13:02:16,484 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_6f7d96cf-0777-403d-9a99-545fd786cd0c', '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'bfa146530bbf46e88a12a52a04c9b9d5', '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'bbf9ad27-c723-417a-aab1-cb48e5a63bff', 'swap': 0}) 2018-09-03 13:02:16,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-03 13:02:16,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -d '{"extra_specs": {}}' 2018-09-03 13:02:16,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1aa2978e-f15d-4b13-86f1-e77932747d7a x-compute-request-id: req-1aa2978e-f15d-4b13-86f1-e77932747d7a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-03 13:02:16,614 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff/os-extra_specs used request id req-1aa2978e-f15d-4b13-86f1-e77932747d7a 2018-09-03 13:02:16,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.129860877991s 2018-09-03 13:02:16,615 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff/os-extra_specs used request id req-1aa2978e-f15d-4b13-86f1-e77932747d7a 2018-09-03 13:02:16,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-03 13:02:16,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -d '{"keypair": {"name": "singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c"}}' 2018-09-03 13:02:16,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3bba152-baec-46a9-8d61-ebb14047ee16 x-compute-request-id: req-f3bba152-baec-46a9-8d61-ebb14047ee16 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyxB11Q7Kbt3D7TN5/QV7ubcHfaHcc491WhYrmraR4VMhEQLaFdaoVqoSiI1gBRIcO1suHBMwtyUAYl8HX16eEGOyvdFig/Nh/gxkQHY3eBVnLKGq5O1jGkdh8zozyTZgCGApZERrM6DCsagv1avDsJWb+VFUvn78o6oNc3iEDttJ+SqUxX/2FxF9ikUhtRgKFAwYwMEPInZRuX8Bzsz1addtiTKcnV2oNBpavAg07qm2Tq0QoznyhBba+V7dLACixF1BAuKYBbuM94rwZU4923XzguyPf9R5RsYx29/RNIvzMvV7rHXCeEpm/5hTtKjK+jjZS53ZPZfQLwaaaixST Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAssQddUOym7dw+0zef0Fe7m3B32h3HOPdVoWK5q2keFTIREC2\nhXWqFaqEoiNYAUSHDtbLhwTMLclAGJfB19enhBjsr3RYoPzYf4MZEB2N3gVZyyhq\nuTtYxpHYfM6M8k2YAhgKWREazOgwrGoL9Wrw7CVm/lRVL5+/KOqDXN4hA7bSfkql\nMV/9hcRfYpFIbUYChQMGMDBDyJ2Ubl/Ac7M9WnXbYkynJ1dqDQaWrwINO6ptk6tE\nKM58oQW2vle3SwAosRdQQLimAW7jPeK8GVOPdt184Lsj3/UeUbGMdvf0TSL8zL1e\n6x1wnhKZv+YU7Soyvo42Uud2T2X0C8GmmosUkwIDAQABAoIBAQCQSEc6YRRkJ++x\ndD5UWU+kgsOqbCdPEv6PGaOdQWLwmAU3ST/HgctwRztbnckm5MdZC7YjWJTvE3J/\nJuUWL4GN1YwapH3wGYMnj4kH/8KEAq+RkCJrNGIXipk/SnpqCoR4lCyt7GdEINdA\nIStbvh+LiTiSZ0CF+poQDQ9PQh1FX80FpmxBSeHM37cWp0rbI/pL4gRUT/kKPCUU\nUzEZLx5eokrYGLA1JqZUOlN9RRp2lWZ6oNtVW2isrzr32NE/ulOfzKgBMUKScfc7\nYhCDFwEcwJFi6ssiI2+7r8Sayb7Yctg3r1m7KY0r1yTNINdSkir3+NEPRX5rfDeu\nJROXZiY5AoGBAN2GgwzvUXdPQBl0h8zLJ7OiHK0MR2R8VzJhboJ+GT76BGAX4a95\nIf/Rph25uw1/6I71NlLiB2g1fsMiNQ8R45P3XJLe55tTB4XY5PPy7d30cn8gVjjk\nzag6aONgBGBmVFO5qBXARPhNLQCVQp97/sBJvt4KspyQ/bT/qYy7VUb9AoGBAM6W\nFiyAdczCO9ThavuNI4X379GRHOhnyIhjlS2AmBMNr0r84wp4I6zD04tdoTa0g0gD\nwHA3y4IM2hYMpFGx5mcdZgGDKot70habMgXcehFgfh4KSXxdC6mIR8/oJPC9+b7p\n9PHEqDwzAT/rdPruSQZzfpuHw7oj3/jNDCwbG8bPAoGAWpkvsbOSutvjmEWLYJtZ\nkmLjnXZfIF6l/snQO3g89P+lmHNL7sr4t7pTWObj9GJyhz0MSZt9cgYm4MF1t8MW\nMybAaqTVTjYH5prNEGQzGkpmJU3hVYVmAr5YtV1IjPBs3o0YjETFMFPH6uwggj9g\n8d13PTJc2CGIUWUaP59CAjUCgYBLKHlquVWiJ+wil9wXJpMM81YRlUzCFLf1Pt2Q\nD1/EVs82Zein72tzOE9nPaogP+4fLhY9/V6RsuFI8lJ50lIzo5Nv62t4EZUuWkoJ\nrdvPJJ7diPqRPzy18fnGXvvJhiQtW+qcZuKZ/ChxO9V0UWrJ6QzfwrXnq5OZbegG\nx9oEKwKBgHeTfOG97hV+ym5Cw6LOoVagYlfbOTtaS+UfXUa7G2oiIE4mVF7oa4IT\nPMiiF4q8DABXSB4jx1Iyn8vrrzs2sVpUkrvUAzf2kJVR/G6RWddc5MEMXZAFkeUL\n69AcM+AAlwosjH4kXBCJqgqJ8UbYFt8IWNWDbVBX0Km5upguGACT\n-----END RSA PRIVATE KEY-----\n", "user_id": "8e1baf3d2d13429ea4fcbed26632d12b", "name": "singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c", "fingerprint": "a0:7c:1b:62:4c:81:4e:91:3d:fb:2c:c9:eb:e2:0d:71"}} 2018-09-03 13:02:16,920 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-f3bba152-baec-46a9-8d61-ebb14047ee16 2018-09-03 13:02:16,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.305069923401s 2018-09-03 13:02:16,921 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-f3bba152-baec-46a9-8d61-ebb14047ee16 2018-09-03 13:02:16,922 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyxB11Q7Kbt3D7TN5/QV7ubcHfaHcc491WhYrmraR4VMhEQLaFdaoVqoSiI1gBRIcO1suHBMwtyUAYl8HX16eEGOyvdFig/Nh/gxkQHY3eBVnLKGq5O1jGkdh8zozyTZgCGApZERrM6DCsagv1avDsJWb+VFUvn78o6oNc3iEDttJ+SqUxX/2FxF9ikUhtRgKFAwYwMEPInZRuX8Bzsz1addtiTKcnV2oNBpavAg07qm2Tq0QoznyhBba+V7dLACixF1BAuKYBbuM94rwZU4923XzguyPf9R5RsYx29/RNIvzMvV7rHXCeEpm/5hTtKjK+jjZS53ZPZfQLwaaaixST Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAssQddUOym7dw+0zef0Fe7m3B32h3HOPdVoWK5q2keFTIREC2\nhXWqFaqEoiNYAUSHDtbLhwTMLclAGJfB19enhBjsr3RYoPzYf4MZEB2N3gVZyyhq\nuTtYxpHYfM6M8k2YAhgKWREazOgwrGoL9Wrw7CVm/lRVL5+/KOqDXN4hA7bSfkql\nMV/9hcRfYpFIbUYChQMGMDBDyJ2Ubl/Ac7M9WnXbYkynJ1dqDQaWrwINO6ptk6tE\nKM58oQW2vle3SwAosRdQQLimAW7jPeK8GVOPdt184Lsj3/UeUbGMdvf0TSL8zL1e\n6x1wnhKZv+YU7Soyvo42Uud2T2X0C8GmmosUkwIDAQABAoIBAQCQSEc6YRRkJ++x\ndD5UWU+kgsOqbCdPEv6PGaOdQWLwmAU3ST/HgctwRztbnckm5MdZC7YjWJTvE3J/\nJuUWL4GN1YwapH3wGYMnj4kH/8KEAq+RkCJrNGIXipk/SnpqCoR4lCyt7GdEINdA\nIStbvh+LiTiSZ0CF+poQDQ9PQh1FX80FpmxBSeHM37cWp0rbI/pL4gRUT/kKPCUU\nUzEZLx5eokrYGLA1JqZUOlN9RRp2lWZ6oNtVW2isrzr32NE/ulOfzKgBMUKScfc7\nYhCDFwEcwJFi6ssiI2+7r8Sayb7Yctg3r1m7KY0r1yTNINdSkir3+NEPRX5rfDeu\nJROXZiY5AoGBAN2GgwzvUXdPQBl0h8zLJ7OiHK0MR2R8VzJhboJ+GT76BGAX4a95\nIf/Rph25uw1/6I71NlLiB2g1fsMiNQ8R45P3XJLe55tTB4XY5PPy7d30cn8gVjjk\nzag6aONgBGBmVFO5qBXARPhNLQCVQp97/sBJvt4KspyQ/bT/qYy7VUb9AoGBAM6W\nFiyAdczCO9ThavuNI4X379GRHOhnyIhjlS2AmBMNr0r84wp4I6zD04tdoTa0g0gD\nwHA3y4IM2hYMpFGx5mcdZgGDKot70habMgXcehFgfh4KSXxdC6mIR8/oJPC9+b7p\n9PHEqDwzAT/rdPruSQZzfpuHw7oj3/jNDCwbG8bPAoGAWpkvsbOSutvjmEWLYJtZ\nkmLjnXZfIF6l/snQO3g89P+lmHNL7sr4t7pTWObj9GJyhz0MSZt9cgYm4MF1t8MW\nMybAaqTVTjYH5prNEGQzGkpmJU3hVYVmAr5YtV1IjPBs3o0YjETFMFPH6uwggj9g\n8d13PTJc2CGIUWUaP59CAjUCgYBLKHlquVWiJ+wil9wXJpMM81YRlUzCFLf1Pt2Q\nD1/EVs82Zein72tzOE9nPaogP+4fLhY9/V6RsuFI8lJ50lIzo5Nv62t4EZUuWkoJ\nrdvPJJ7diPqRPzy18fnGXvvJhiQtW+qcZuKZ/ChxO9V0UWrJ6QzfwrXnq5OZbegG\nx9oEKwKBgHeTfOG97hV+ym5Cw6LOoVagYlfbOTtaS+UfXUa7G2oiIE4mVF7oa4IT\nPMiiF4q8DABXSB4jx1Iyn8vrrzs2sVpUkrvUAzf2kJVR/G6RWddc5MEMXZAFkeUL\n69AcM+AAlwosjH4kXBCJqgqJ8UbYFt8IWNWDbVBX0Km5upguGACT\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'8e1baf3d2d13429ea4fcbed26632d12b', 'name': u'singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c', 'created_at': '2018-09-03T13:02:16.922032', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bfa146530bbf46e88a12a52a04c9b9d5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'a0:7c:1b:62:4c:81:4e:91:3d:fb:2c:c9:eb:e2:0d:71', 'type': 'ssh', 'id': u'singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c'}) 2018-09-03 13:02:16,922 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAssQddUOym7dw+0zef0Fe7m3B32h3HOPdVoWK5q2keFTIREC2 hXWqFaqEoiNYAUSHDtbLhwTMLclAGJfB19enhBjsr3RYoPzYf4MZEB2N3gVZyyhq uTtYxpHYfM6M8k2YAhgKWREazOgwrGoL9Wrw7CVm/lRVL5+/KOqDXN4hA7bSfkql MV/9hcRfYpFIbUYChQMGMDBDyJ2Ubl/Ac7M9WnXbYkynJ1dqDQaWrwINO6ptk6tE KM58oQW2vle3SwAosRdQQLimAW7jPeK8GVOPdt184Lsj3/UeUbGMdvf0TSL8zL1e 6x1wnhKZv+YU7Soyvo42Uud2T2X0C8GmmosUkwIDAQABAoIBAQCQSEc6YRRkJ++x dD5UWU+kgsOqbCdPEv6PGaOdQWLwmAU3ST/HgctwRztbnckm5MdZC7YjWJTvE3J/ JuUWL4GN1YwapH3wGYMnj4kH/8KEAq+RkCJrNGIXipk/SnpqCoR4lCyt7GdEINdA IStbvh+LiTiSZ0CF+poQDQ9PQh1FX80FpmxBSeHM37cWp0rbI/pL4gRUT/kKPCUU UzEZLx5eokrYGLA1JqZUOlN9RRp2lWZ6oNtVW2isrzr32NE/ulOfzKgBMUKScfc7 YhCDFwEcwJFi6ssiI2+7r8Sayb7Yctg3r1m7KY0r1yTNINdSkir3+NEPRX5rfDeu JROXZiY5AoGBAN2GgwzvUXdPQBl0h8zLJ7OiHK0MR2R8VzJhboJ+GT76BGAX4a95 If/Rph25uw1/6I71NlLiB2g1fsMiNQ8R45P3XJLe55tTB4XY5PPy7d30cn8gVjjk zag6aONgBGBmVFO5qBXARPhNLQCVQp97/sBJvt4KspyQ/bT/qYy7VUb9AoGBAM6W FiyAdczCO9ThavuNI4X379GRHOhnyIhjlS2AmBMNr0r84wp4I6zD04tdoTa0g0gD wHA3y4IM2hYMpFGx5mcdZgGDKot70habMgXcehFgfh4KSXxdC6mIR8/oJPC9+b7p 9PHEqDwzAT/rdPruSQZzfpuHw7oj3/jNDCwbG8bPAoGAWpkvsbOSutvjmEWLYJtZ kmLjnXZfIF6l/snQO3g89P+lmHNL7sr4t7pTWObj9GJyhz0MSZt9cgYm4MF1t8MW MybAaqTVTjYH5prNEGQzGkpmJU3hVYVmAr5YtV1IjPBs3o0YjETFMFPH6uwggj9g 8d13PTJc2CGIUWUaP59CAjUCgYBLKHlquVWiJ+wil9wXJpMM81YRlUzCFLf1Pt2Q D1/EVs82Zein72tzOE9nPaogP+4fLhY9/V6RsuFI8lJ50lIzo5Nv62t4EZUuWkoJ rdvPJJ7diPqRPzy18fnGXvvJhiQtW+qcZuKZ/ChxO9V0UWrJ6QzfwrXnq5OZbegG x9oEKwKBgHeTfOG97hV+ym5Cw6LOoVagYlfbOTtaS+UfXUa7G2oiIE4mVF7oa4IT PMiiF4q8DABXSB4jx1Iyn8vrrzs2sVpUkrvUAzf2kJVR/G6RWddc5MEMXZAFkeUL 69AcM+AAlwosjH4kXBCJqgqJ8UbYFt8IWNWDbVBX0Km5upguGACT -----END RSA PRIVATE KEY----- 2018-09-03 13:02:16,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-03 13:02:16,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -d '{"security_group": {"name": "singlevm1-sg_6f7d96cf-0777-403d-9a99-545fd786cd0c", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-09-03 13:02:18,123 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-f7a8fe30-cf2c-4ee3-8541-e88babdc585b Date: Mon, 03 Sep 2018 13:02:18 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:02:17Z", "updated_at": "2018-09-03T13:02:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:02:18Z", "revision_number": 0, "id": "10da653d-4c31-4f96-b417-ba8aa00c2637", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:02:18Z", "security_group_id": "1659a976-f28a-4012-b923-15acb601e825", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:02:18Z", "revision_number": 0, "id": "ad98c369-d290-4500-a9b1-ff80c64ed667", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:02:18Z", "security_group_id": "1659a976-f28a-4012-b923-15acb601e825", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}], "revision_number": 1, "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "1659a976-f28a-4012-b923-15acb601e825", "name": "singlevm1-sg_6f7d96cf-0777-403d-9a99-545fd786cd0c"}} 2018-09-03 13:02:18,123 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-f7a8fe30-cf2c-4ee3-8541-e88babdc585b 2018-09-03 13:02:18,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 1.19791698456s 2018-09-03 13:02:18,124 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-f7a8fe30-cf2c-4ee3-8541-e88babdc585b 2018-09-03 13:02:18,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-03 13:02:18,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:18,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-fb0e7f41-7ccf-4f34-910b-598f94306585 Date: Mon, 03 Sep 2018 13:02:18 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:02:17Z", "updated_at": "2018-09-03T13:02:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:02:18Z", "revision_number": 0, "id": "10da653d-4c31-4f96-b417-ba8aa00c2637", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:02:18Z", "security_group_id": "1659a976-f28a-4012-b923-15acb601e825", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:02:18Z", "revision_number": 0, "id": "ad98c369-d290-4500-a9b1-ff80c64ed667", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:02:18Z", "security_group_id": "1659a976-f28a-4012-b923-15acb601e825", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}], "revision_number": 1, "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "1659a976-f28a-4012-b923-15acb601e825", "name": "singlevm1-sg_6f7d96cf-0777-403d-9a99-545fd786cd0c"}, {"description": "Default security group", "tags": [], "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "created_at": "2018-09-03T13:01:40Z", "updated_at": "2018-09-03T13:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:01:40Z", "revision_number": 0, "id": "04201ae1-4600-401a-91ce-f23f6859b787", "remote_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "remote_ip_prefix": null, "created_at": "2018-09-03T13:01:40Z", "security_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "port_range_min": null, "ethertype": "IPv4", "project_id": "1f45b03a13fe4c10ac9832858ae8af12"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:01:40Z", "revision_number": 0, "id": "5488557a-c95b-45e4-bdd2-afa476f0fa89", "remote_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "remote_ip_prefix": null, "created_at": "2018-09-03T13:01:40Z", "security_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "port_range_min": null, "ethertype": "IPv6", "project_id": "1f45b03a13fe4c10ac9832858ae8af12"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:01:40Z", "revision_number": 0, "id": "829414b9-0ce6-40ba-a839-ab5af9e1066d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:01:40Z", "security_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "port_range_min": null, "ethertype": "IPv6", "project_id": "1f45b03a13fe4c10ac9832858ae8af12"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:01:40Z", "revision_number": 0, "id": "ed7b5030-2125-49e8-b35c-6e618a0c8e1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:01:40Z", "security_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "port_range_min": null, "ethertype": "IPv4", "project_id": "1f45b03a13fe4c10ac9832858ae8af12"}], "revision_number": 1, "project_id": "1f45b03a13fe4c10ac9832858ae8af12", "id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-03T13:00:24Z", "updated_at": "2018-09-03T13:00:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:24Z", "revision_number": 0, "id": "79ed74fb-76e3-43df-92c3-c90db64a7b18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:24Z", "security_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:24Z", "revision_number": 0, "id": "8412395a-b85f-4305-988f-4913a4b545f8", "remote_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:24Z", "security_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:24Z", "revision_number": 0, "id": "d453a208-1f07-4586-851a-cf201295cbb4", "remote_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:24Z", "security_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:24Z", "revision_number": 0, "id": "e2d12b60-a5e9-4bc9-8b8a-40163562d94f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:24Z", "security_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9f829197f034604bc85e738e845e8fc", "created_at": "2018-09-03T13:00:45Z", "updated_at": "2018-09-03T13:00:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:45Z", "revision_number": 0, "id": "29929e0f-eb4f-4eda-adbe-7bf5e9702e55", "remote_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:45Z", "security_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "tenant_id": "b9f829197f034604bc85e738e845e8fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9f829197f034604bc85e738e845e8fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:45Z", "revision_number": 0, "id": "34eb486c-14f1-4664-aa42-fd3c0ef1c51d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:45Z", "security_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "tenant_id": "b9f829197f034604bc85e738e845e8fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9f829197f034604bc85e738e845e8fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:45Z", "revision_number": 0, "id": "8bc28480-23b9-4f07-9f92-86e1582b50cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:45Z", "security_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "tenant_id": "b9f829197f034604bc85e738e845e8fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9f829197f034604bc85e738e845e8fc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:45Z", "revision_number": 0, "id": "b74bcf68-a061-4f18-b09a-fb842f585545", "remote_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:45Z", "security_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "tenant_id": "b9f829197f034604bc85e738e845e8fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9f829197f034604bc85e738e845e8fc"}], "revision_number": 1, "project_id": "b9f829197f034604bc85e738e845e8fc", "id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "created_at": "2018-09-03T12:57:00Z", "updated_at": "2018-09-03T12:57:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T12:57:00Z", "revision_number": 0, "id": "4b5e33a7-d092-42ba-8dc6-53f94e96eb55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T12:57:00Z", "security_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T12:57:00Z", "revision_number": 0, "id": "6c249dce-8fe7-489e-93d9-f6d199ad7a63", "remote_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "remote_ip_prefix": null, "created_at": "2018-09-03T12:57:00Z", "security_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T12:57:00Z", "revision_number": 0, "id": "9176482e-69fc-4c9c-b8c0-cce93e3722b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T12:57:00Z", "security_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T12:57:00Z", "revision_number": 0, "id": "f9ad63a2-38d9-4403-a74b-84e44acd5f14", "remote_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "remote_ip_prefix": null, "created_at": "2018-09-03T12:57:00Z", "security_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1"}], "revision_number": 1, "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:00:20Z", "updated_at": "2018-09-03T13:00:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:20Z", "revision_number": 0, "id": "1c3e6122-ef18-47a7-8649-023cc24217e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:20Z", "security_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:20Z", "revision_number": 0, "id": "979c70ca-fa82-4482-9c9e-0c56c2b14fe5", "remote_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:20Z", "security_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:20Z", "revision_number": 0, "id": "b01314b8-de2d-460b-92fa-a8fd06baf33e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:20Z", "security_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:20Z", "revision_number": 0, "id": "b0eb7c7c-a8b3-454f-a4a9-186d545b6d03", "remote_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:20Z", "security_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}], "revision_number": 1, "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "name": "default"}]} 2018-09-03 13:02:18,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-fb0e7f41-7ccf-4f34-910b-598f94306585 2018-09-03 13:02:18,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.335088968277s 2018-09-03 13:02:18,464 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-fb0e7f41-7ccf-4f34-910b-598f94306585 2018-09-03 13:02:18,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-03 13:02:18,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -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": "1659a976-f28a-4012-b923-15acb601e825"}}' 2018-09-03 13:02:18,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-eea7b24d-6ea7-4387-aa0e-abdecd851d6d Date: Mon, 03 Sep 2018 13:02:18 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-09-03T13:02:18Z", "security_group_id": "1659a976-f28a-4012-b923-15acb601e825", "port_range_min": 22, "revision_number": 0, "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:02:18Z", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "b2fb4c2b-cfa1-40f6-9f9d-c6d429c38903"}} 2018-09-03 13:02:18,934 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-eea7b24d-6ea7-4387-aa0e-abdecd851d6d 2018-09-03 13:02:18,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.465740919113s 2018-09-03 13:02:18,935 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-eea7b24d-6ea7-4387-aa0e-abdecd851d6d 2018-09-03 13:02:18,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-03 13:02:18,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:19,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-9b6ccc88-0865-4173-a54c-b5ca35c12386 Date: Mon, 03 Sep 2018 13:02:19 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:02:17Z", "updated_at": "2018-09-03T13:02:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:02:18Z", "revision_number": 0, "id": "10da653d-4c31-4f96-b417-ba8aa00c2637", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:02:18Z", "security_group_id": "1659a976-f28a-4012-b923-15acb601e825", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:02:18Z", "revision_number": 0, "id": "ad98c369-d290-4500-a9b1-ff80c64ed667", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:02:18Z", "security_group_id": "1659a976-f28a-4012-b923-15acb601e825", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-03T13:02:18Z", "revision_number": 0, "id": "b2fb4c2b-cfa1-40f6-9f9d-c6d429c38903", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:02:18Z", "security_group_id": "1659a976-f28a-4012-b923-15acb601e825", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}], "revision_number": 2, "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "1659a976-f28a-4012-b923-15acb601e825", "name": "singlevm1-sg_6f7d96cf-0777-403d-9a99-545fd786cd0c"}, {"description": "Default security group", "tags": [], "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "created_at": "2018-09-03T13:01:40Z", "updated_at": "2018-09-03T13:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:01:40Z", "revision_number": 0, "id": "04201ae1-4600-401a-91ce-f23f6859b787", "remote_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "remote_ip_prefix": null, "created_at": "2018-09-03T13:01:40Z", "security_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "port_range_min": null, "ethertype": "IPv4", "project_id": "1f45b03a13fe4c10ac9832858ae8af12"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:01:40Z", "revision_number": 0, "id": "5488557a-c95b-45e4-bdd2-afa476f0fa89", "remote_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "remote_ip_prefix": null, "created_at": "2018-09-03T13:01:40Z", "security_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "port_range_min": null, "ethertype": "IPv6", "project_id": "1f45b03a13fe4c10ac9832858ae8af12"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:01:40Z", "revision_number": 0, "id": "829414b9-0ce6-40ba-a839-ab5af9e1066d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:01:40Z", "security_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "port_range_min": null, "ethertype": "IPv6", "project_id": "1f45b03a13fe4c10ac9832858ae8af12"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:01:40Z", "revision_number": 0, "id": "ed7b5030-2125-49e8-b35c-6e618a0c8e1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:01:40Z", "security_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "port_range_min": null, "ethertype": "IPv4", "project_id": "1f45b03a13fe4c10ac9832858ae8af12"}], "revision_number": 1, "project_id": "1f45b03a13fe4c10ac9832858ae8af12", "id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-03T13:00:24Z", "updated_at": "2018-09-03T13:00:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:24Z", "revision_number": 0, "id": "79ed74fb-76e3-43df-92c3-c90db64a7b18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:24Z", "security_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:24Z", "revision_number": 0, "id": "8412395a-b85f-4305-988f-4913a4b545f8", "remote_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:24Z", "security_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:24Z", "revision_number": 0, "id": "d453a208-1f07-4586-851a-cf201295cbb4", "remote_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:24Z", "security_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:24Z", "revision_number": 0, "id": "e2d12b60-a5e9-4bc9-8b8a-40163562d94f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:24Z", "security_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9f829197f034604bc85e738e845e8fc", "created_at": "2018-09-03T13:00:45Z", "updated_at": "2018-09-03T13:00:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:45Z", "revision_number": 0, "id": "29929e0f-eb4f-4eda-adbe-7bf5e9702e55", "remote_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:45Z", "security_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "tenant_id": "b9f829197f034604bc85e738e845e8fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9f829197f034604bc85e738e845e8fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:45Z", "revision_number": 0, "id": "34eb486c-14f1-4664-aa42-fd3c0ef1c51d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:45Z", "security_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "tenant_id": "b9f829197f034604bc85e738e845e8fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9f829197f034604bc85e738e845e8fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:45Z", "revision_number": 0, "id": "8bc28480-23b9-4f07-9f92-86e1582b50cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:45Z", "security_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "tenant_id": "b9f829197f034604bc85e738e845e8fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9f829197f034604bc85e738e845e8fc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:45Z", "revision_number": 0, "id": "b74bcf68-a061-4f18-b09a-fb842f585545", "remote_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:45Z", "security_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "tenant_id": "b9f829197f034604bc85e738e845e8fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9f829197f034604bc85e738e845e8fc"}], "revision_number": 1, "project_id": "b9f829197f034604bc85e738e845e8fc", "id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "created_at": "2018-09-03T12:57:00Z", "updated_at": "2018-09-03T12:57:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T12:57:00Z", "revision_number": 0, "id": "4b5e33a7-d092-42ba-8dc6-53f94e96eb55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T12:57:00Z", "security_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T12:57:00Z", "revision_number": 0, "id": "6c249dce-8fe7-489e-93d9-f6d199ad7a63", "remote_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "remote_ip_prefix": null, "created_at": "2018-09-03T12:57:00Z", "security_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T12:57:00Z", "revision_number": 0, "id": "9176482e-69fc-4c9c-b8c0-cce93e3722b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T12:57:00Z", "security_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T12:57:00Z", "revision_number": 0, "id": "f9ad63a2-38d9-4403-a74b-84e44acd5f14", "remote_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "remote_ip_prefix": null, "created_at": "2018-09-03T12:57:00Z", "security_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1"}], "revision_number": 1, "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:00:20Z", "updated_at": "2018-09-03T13:00:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:20Z", "revision_number": 0, "id": "1c3e6122-ef18-47a7-8649-023cc24217e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:20Z", "security_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:20Z", "revision_number": 0, "id": "979c70ca-fa82-4482-9c9e-0c56c2b14fe5", "remote_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:20Z", "security_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:20Z", "revision_number": 0, "id": "b01314b8-de2d-460b-92fa-a8fd06baf33e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:20Z", "security_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:20Z", "revision_number": 0, "id": "b0eb7c7c-a8b3-454f-a4a9-186d545b6d03", "remote_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:20Z", "security_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}], "revision_number": 1, "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "name": "default"}]} 2018-09-03 13:02:19,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9b6ccc88-0865-4173-a54c-b5ca35c12386 2018-09-03 13:02:19,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.310784816742s 2018-09-03 13:02:19,250 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9b6ccc88-0865-4173-a54c-b5ca35c12386 2018-09-03 13:02:19,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-03 13:02:19,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -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": "1659a976-f28a-4012-b923-15acb601e825"}}' 2018-09-03 13:02:19,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c43d8eb5-d796-496a-a8d1-67f61b596cbb Date: Mon, 03 Sep 2018 13:02:19 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-09-03T13:02:19Z", "security_group_id": "1659a976-f28a-4012-b923-15acb601e825", "port_range_min": null, "revision_number": 0, "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:02:19Z", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "74747d11-fd37-4b56-9940-9855b073b4ae"}} 2018-09-03 13:02:19,713 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-c43d8eb5-d796-496a-a8d1-67f61b596cbb 2018-09-03 13:02:19,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.459193944931s 2018-09-03 13:02:19,713 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-c43d8eb5-d796-496a-a8d1-67f61b596cbb 2018-09-03 13:02:19,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:02:19,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:20,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-3f997c44-0e09-475f-9a7a-21cbb14e75f2 Date: Mon, 03 Sep 2018 13:02:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"039d78da-77ef-45a7-98dd-f6af5afa310c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bfa146530bbf46e88a12a52a04c9b9d5","status":"ACTIVE","subnets":["b5a58ab5-534b-432b-b770-72ff1bec85f4"],"description":"","tags":[],"updated_at":"2018-09-03T13:02:07Z","provider:segmentation_id":14,"name":"singlevm1-net_6f7d96cf-0777-403d-9a99-545fd786cd0c","admin_state_up":true,"tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:02:06Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"}]} 2018-09-03 13:02:20,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3f997c44-0e09-475f-9a7a-21cbb14e75f2 2018-09-03 13:02:20,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.349231004715s 2018-09-03 13:02:20,065 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3f997c44-0e09-475f-9a7a-21cbb14e75f2 2018-09-03 13:02:20,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:02:20,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:20,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-c3a17dd2-47c2-4ccc-8b18-2e342f601c03 Date: Mon, 03 Sep 2018 13:02:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:02:14Z", "file": "/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599/file", "owner": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "dc9f89d3-f67b-4374-847c-3a32cf643599", "size": 12716032, "self": "/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/dc9f89d3-f67b-4374-847c-3a32cf643599/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/dc9f89d3-f67b-4374-847c-3a32cf643599/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_6f7d96cf-0777-403d-9a99-545fd786cd0c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6f7d96cf-0777-403d-9a99-545fd786cd0c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-03T13:02:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:02:20,297 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c3a17dd2-47c2-4ccc-8b18-2e342f601c03 2018-09-03 13:02:20,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.227912902832s 2018-09-03 13:02:20,298 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c3a17dd2-47c2-4ccc-8b18-2e342f601c03 2018-09-03 13:02:20,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-03 13:02:20,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:20,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02: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-d3656a15-85b6-4bcd-bf1e-d71f036adefb x-compute-request-id: req-d3656a15-85b6-4bcd-bf1e-d71f036adefb Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_6f7d96cf-0777-403d-9a99-545fd786cd0c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff", "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": "bbf9ad27-c723-417a-aab1-cb48e5a63bff"}]} 2018-09-03 13:02:20,436 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d3656a15-85b6-4bcd-bf1e-d71f036adefb 2018-09-03 13:02:20,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.136371850967s 2018-09-03 13:02:20,436 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d3656a15-85b6-4bcd-bf1e-d71f036adefb 2018-09-03 13:02:20,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-03 13:02:20,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -d '{"server": {"name": "singlevm1-vm_6f7d96cf-0777-403d-9a99-545fd786cd0c", "imageRef": "dc9f89d3-f67b-4374-847c-3a32cf643599", "key_name": "singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c", "flavorRef": "bbf9ad27-c723-417a-aab1-cb48e5a63bff", "max_count": 1, "min_count": 1, "networks": [{"uuid": "039d78da-77ef-45a7-98dd-f6af5afa310c"}], "security_groups": [{"name": "1659a976-f28a-4012-b923-15acb601e825"}]}}' 2018-09-03 13:02:24,969 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Sep 2018 13:02:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-be3ab5d1-cc4f-475a-85b6-75259d11da0a x-compute-request-id: req-be3ab5d1-cc4f-475a-85b6-75259d11da0a Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/aa18997d-5469-45e0-b634-47af20132af5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "1659a976-f28a-4012-b923-15acb601e825"}], "OS-DCF:diskConfig": "MANUAL", "id": "aa18997d-5469-45e0-b634-47af20132af5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa18997d-5469-45e0-b634-47af20132af5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa18997d-5469-45e0-b634-47af20132af5", "rel": "bookmark"}], "adminPass": "A4HoWksXoZdp"}} 2018-09-03 13:02:24,969 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-be3ab5d1-cc4f-475a-85b6-75259d11da0a 2018-09-03 13:02:24,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.53121304512s 2018-09-03 13:02:24,970 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-be3ab5d1-cc4f-475a-85b6-75259d11da0a 2018-09-03 13:02:24,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:02:24,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:25,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d74143b5-b5ce-44a3-93d0-b0601dce16b1 x-compute-request-id: req-d74143b5-b5ce-44a3-93d0-b0601dce16b1 Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa18997d-5469-45e0-b634-47af20132af5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa18997d-5469-45e0-b634-47af20132af5", "rel": "bookmark"}], "image": {"id": "dc9f89d3-f67b-4374-847c-3a32cf643599", "links": [{"href": "http://172.30.9.23:8774/images/dc9f89d3-f67b-4374-847c-3a32cf643599", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbf9ad27-c723-417a-aab1-cb48e5a63bff", "links": [{"href": "http://172.30.9.23:8774/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff", "rel": "bookmark"}]}, "id": "aa18997d-5469-45e0-b634-47af20132af5", "user_id": "8e1baf3d2d13429ea4fcbed26632d12b", "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-09-03T13:02:25Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_6f7d96cf-0777-403d-9a99-545fd786cd0c", "created": "2018-09-03T13:02:24Z", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:02:25,512 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d74143b5-b5ce-44a3-93d0-b0601dce16b1 2018-09-03 13:02:25,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540951013565s 2018-09-03 13:02:25,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d74143b5-b5ce-44a3-93d0-b0601dce16b1 2018-09-03 13:02:25,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:02:25,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:25,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-a14a8312-46c5-4d70-9704-d8ee394138f5 Date: Mon, 03 Sep 2018 13:02:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"039d78da-77ef-45a7-98dd-f6af5afa310c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bfa146530bbf46e88a12a52a04c9b9d5","status":"ACTIVE","subnets":["b5a58ab5-534b-432b-b770-72ff1bec85f4"],"description":"","tags":[],"updated_at":"2018-09-03T13:02:07Z","provider:segmentation_id":14,"name":"singlevm1-net_6f7d96cf-0777-403d-9a99-545fd786cd0c","admin_state_up":true,"tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:02:06Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"}]} 2018-09-03 13:02:25,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a14a8312-46c5-4d70-9704-d8ee394138f5 2018-09-03 13:02:25,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360370159149s 2018-09-03 13:02:25,879 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a14a8312-46c5-4d70-9704-d8ee394138f5 2018-09-03 13:02:25,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 13:02:25,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:26,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-b1ff983f-4688-42a6-b46d-d03f415ac615 Date: Mon, 03 Sep 2018 13:02:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"039d78da-77ef-45a7-98dd-f6af5afa310c","tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:02:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:02:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"bfa146530bbf46e88a12a52a04c9b9d5","id":"b5a58ab5-534b-432b-b770-72ff1bec85f4","subnetpool_id":null,"name":"singlevm1-subnet_6f7d96cf-0777-403d-9a99-545fd786cd0c"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"375df95b-45ed-41c6-894d-720224bc2919","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:08Z","dns_nameservers":[],"updated_at":"2018-09-03T12:57:08Z","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":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"d5e68d41-1994-4bbd-a1be-d037ac306e9b","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-03 13:02:26,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b1ff983f-4688-42a6-b46d-d03f415ac615 2018-09-03 13:02:26,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.98529791832s 2018-09-03 13:02:26,866 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b1ff983f-4688-42a6-b46d-d03f415ac615 2018-09-03 13:02:26,867 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:02:28,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:02:28,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:30,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-066b51a9-cfc6-4aa9-9cd8-75ae163715c6 x-compute-request-id: req-066b51a9-cfc6-4aa9-9cd8-75ae163715c6 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa18997d-5469-45e0-b634-47af20132af5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa18997d-5469-45e0-b634-47af20132af5", "rel": "bookmark"}], "image": {"id": "dc9f89d3-f67b-4374-847c-3a32cf643599", "links": [{"href": "http://172.30.9.23:8774/images/dc9f89d3-f67b-4374-847c-3a32cf643599", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbf9ad27-c723-417a-aab1-cb48e5a63bff", "links": [{"href": "http://172.30.9.23:8774/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff", "rel": "bookmark"}]}, "id": "aa18997d-5469-45e0-b634-47af20132af5", "security_groups": [{"name": "singlevm1-sg_6f7d96cf-0777-403d-9a99-545fd786cd0c"}], "user_id": "8e1baf3d2d13429ea4fcbed26632d12b", "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-09-03T13:02:29Z", "hostId": "71a7ebc5e159bf824fa9d78935decc739f27494018e3a174f1aedd5b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6f7d96cf-0777-403d-9a99-545fd786cd0c", "created": "2018-09-03T13:02:24Z", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:02:30,080 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-066b51a9-cfc6-4aa9-9cd8-75ae163715c6 2018-09-03 13:02:30,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20948600769s 2018-09-03 13:02:30,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-066b51a9-cfc6-4aa9-9cd8-75ae163715c6 2018-09-03 13:02:30,084 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:02:32,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:02:32,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:34,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02: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-af21d0c8-b9f2-4f61-8e25-44ca37017f94 x-compute-request-id: req-af21d0c8-b9f2-4f61-8e25-44ca37017f94 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa18997d-5469-45e0-b634-47af20132af5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa18997d-5469-45e0-b634-47af20132af5", "rel": "bookmark"}], "image": {"id": "dc9f89d3-f67b-4374-847c-3a32cf643599", "links": [{"href": "http://172.30.9.23:8774/images/dc9f89d3-f67b-4374-847c-3a32cf643599", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbf9ad27-c723-417a-aab1-cb48e5a63bff", "links": [{"href": "http://172.30.9.23:8774/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff", "rel": "bookmark"}]}, "id": "aa18997d-5469-45e0-b634-47af20132af5", "security_groups": [{"name": "singlevm1-sg_6f7d96cf-0777-403d-9a99-545fd786cd0c"}], "user_id": "8e1baf3d2d13429ea4fcbed26632d12b", "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-09-03T13:02:29Z", "hostId": "71a7ebc5e159bf824fa9d78935decc739f27494018e3a174f1aedd5b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6f7d96cf-0777-403d-9a99-545fd786cd0c", "created": "2018-09-03T13:02:24Z", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:02:34,262 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-af21d0c8-b9f2-4f61-8e25-44ca37017f94 2018-09-03 13:02:34,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.17565488815s 2018-09-03 13:02:34,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-af21d0c8-b9f2-4f61-8e25-44ca37017f94 2018-09-03 13:02:34,267 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:02:36,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:02:36,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:37,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02: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-b2c68388-cedd-49e9-894e-99b4768865cc x-compute-request-id: req-b2c68388-cedd-49e9-894e-99b4768865cc Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_6f7d96cf-0777-403d-9a99-545fd786cd0c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:1c:71", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa18997d-5469-45e0-b634-47af20132af5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa18997d-5469-45e0-b634-47af20132af5", "rel": "bookmark"}], "image": {"id": "dc9f89d3-f67b-4374-847c-3a32cf643599", "links": [{"href": "http://172.30.9.23:8774/images/dc9f89d3-f67b-4374-847c-3a32cf643599", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bbf9ad27-c723-417a-aab1-cb48e5a63bff", "links": [{"href": "http://172.30.9.23:8774/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff", "rel": "bookmark"}]}, "id": "aa18997d-5469-45e0-b634-47af20132af5", "security_groups": [{"name": "singlevm1-sg_6f7d96cf-0777-403d-9a99-545fd786cd0c"}], "user_id": "8e1baf3d2d13429ea4fcbed26632d12b", "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-09-03T13:02:29Z", "hostId": "71a7ebc5e159bf824fa9d78935decc739f27494018e3a174f1aedd5b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6f7d96cf-0777-403d-9a99-545fd786cd0c", "created": "2018-09-03T13:02:24Z", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:02:37,928 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b2c68388-cedd-49e9-894e-99b4768865cc 2018-09-03 13:02:37,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.65852999687s 2018-09-03 13:02:37,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b2c68388-cedd-49e9-894e-99b4768865cc 2018-09-03 13:02:37,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:02:39,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:02:39,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:41,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02: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-c0d4ddf6-1c1e-43e1-8b1d-734f83094f6e x-compute-request-id: req-c0d4ddf6-1c1e-43e1-8b1d-734f83094f6e Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_6f7d96cf-0777-403d-9a99-545fd786cd0c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:1c:71", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa18997d-5469-45e0-b634-47af20132af5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa18997d-5469-45e0-b634-47af20132af5", "rel": "bookmark"}], "image": {"id": "dc9f89d3-f67b-4374-847c-3a32cf643599", "links": [{"href": "http://172.30.9.23:8774/images/dc9f89d3-f67b-4374-847c-3a32cf643599", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-09-03T13:02:37.000000", "flavor": {"id": "bbf9ad27-c723-417a-aab1-cb48e5a63bff", "links": [{"href": "http://172.30.9.23:8774/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff", "rel": "bookmark"}]}, "id": "aa18997d-5469-45e0-b634-47af20132af5", "security_groups": [{"name": "singlevm1-sg_6f7d96cf-0777-403d-9a99-545fd786cd0c"}], "user_id": "8e1baf3d2d13429ea4fcbed26632d12b", "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-09-03T13:02:37Z", "hostId": "71a7ebc5e159bf824fa9d78935decc739f27494018e3a174f1aedd5b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6f7d96cf-0777-403d-9a99-545fd786cd0c", "created": "2018-09-03T13:02:24Z", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:02:41,383 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c0d4ddf6-1c1e-43e1-8b1d-734f83094f6e 2018-09-03 13:02:41,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.44708514214s 2018-09-03 13:02:41,383 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c0d4ddf6-1c1e-43e1-8b1d-734f83094f6e 2018-09-03 13:02:41,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-03 13:02:41,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=aa18997d-5469-45e0-b634-47af20132af5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:41,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-8d5eb24d-e201-45f0-8c9e-a0a20441f441 Date: Mon, 03 Sep 2018 13:02:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-03T13:02:36Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b5a58ab5-534b-432b-b770-72ff1bec85f4","ip_address":"192.168.120.9"}],"id":"22e887cf-4fbb-4043-83ae-35e6df52d2ba","security_groups":["1659a976-f28a-4012-b923-15acb601e825"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:1c:71","project_id":"bfa146530bbf46e88a12a52a04c9b9d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"aa18997d-5469-45e0-b634-47af20132af5","name":"","admin_state_up":true,"network_id":"039d78da-77ef-45a7-98dd-f6af5afa310c","tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:02:28Z","binding:vnic_type":"normal"}]} 2018-09-03 13:02:41,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=aa18997d-5469-45e0-b634-47af20132af5 used request id req-8d5eb24d-e201-45f0-8c9e-a0a20441f441 2018-09-03 13:02:41,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0431199073792s 2018-09-03 13:02:41,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=aa18997d-5469-45e0-b634-47af20132af5 used request id req-8d5eb24d-e201-45f0-8c9e-a0a20441f441 2018-09-03 13:02:41,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-03 13:02:41,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=22e887cf-4fbb-4043-83ae-35e6df52d2ba" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:41,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7549039e-b9e5-478d-bde3-a993b96db524 Date: Mon, 03 Sep 2018 13:02:41 GMT RESP BODY: {"floatingips": []} 2018-09-03 13:02:41,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=22e887cf-4fbb-4043-83ae-35e6df52d2ba used request id req-7549039e-b9e5-478d-bde3-a993b96db524 2018-09-03 13:02:41,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.310152053833s 2018-09-03 13:02:41,747 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=22e887cf-4fbb-4043-83ae-35e6df52d2ba used request id req-7549039e-b9e5-478d-bde3-a993b96db524 2018-09-03 13:02:41,748 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_6f7d96cf-0777-403d-9a99-545fd786cd0c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:43:1c:71', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'dc9f89d3-f67b-4374-847c-3a32cf643599'}), 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-09-03T13:02:37.000000', 'flavor': Munch({u'id': u'bbf9ad27-c723-417a-aab1-cb48e5a63bff'}), 'az': u'nova', 'id': u'aa18997d-5469-45e0-b634-47af20132af5', 'security_groups': [Munch({u'name': u'singlevm1-sg_6f7d96cf-0777-403d-9a99-545fd786cd0c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8e1baf3d2d13429ea4fcbed26632d12b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bfa146530bbf46e88a12a52a04c9b9d5', '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-09-03T13:02:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-03T13:02:37Z', 'hostId': u'71a7ebc5e159bf824fa9d78935decc739f27494018e3a174f1aedd5b', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'71a7ebc5e159bf824fa9d78935decc739f27494018e3a174f1aedd5b', '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-09-03T13:02:37.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'bfa146530bbf46e88a12a52a04c9b9d5', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_6f7d96cf-0777-403d-9a99-545fd786cd0c', 'adminPass': u'A4HoWksXoZdp', 'tenant_id': u'bfa146530bbf46e88a12a52a04c9b9d5', 'created_at': u'2018-09-03T13:02:24Z', 'created': u'2018-09-03T13:02:24Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-03 13:02:41,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:02:41,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:41,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-811c2bd7-365d-441c-bebe-cb2adc087102 Date: Mon, 03 Sep 2018 13:02:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"039d78da-77ef-45a7-98dd-f6af5afa310c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bfa146530bbf46e88a12a52a04c9b9d5","status":"ACTIVE","subnets":["b5a58ab5-534b-432b-b770-72ff1bec85f4"],"description":"","tags":[],"updated_at":"2018-09-03T13:02:07Z","provider:segmentation_id":14,"name":"singlevm1-net_6f7d96cf-0777-403d-9a99-545fd786cd0c","admin_state_up":true,"tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:02:06Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"}]} 2018-09-03 13:02:41,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-811c2bd7-365d-441c-bebe-cb2adc087102 2018-09-03 13:02:41,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0847060680389s 2018-09-03 13:02:41,836 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-811c2bd7-365d-441c-bebe-cb2adc087102 2018-09-03 13:02:41,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-03 13:02:41,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=aa18997d-5469-45e0-b634-47af20132af5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:42,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-b8f7b9ef-6dda-4838-9074-f277c7e53e4d Date: Mon, 03 Sep 2018 13:02:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-03T13:02:36Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b5a58ab5-534b-432b-b770-72ff1bec85f4","ip_address":"192.168.120.9"}],"id":"22e887cf-4fbb-4043-83ae-35e6df52d2ba","security_groups":["1659a976-f28a-4012-b923-15acb601e825"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:1c:71","project_id":"bfa146530bbf46e88a12a52a04c9b9d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"aa18997d-5469-45e0-b634-47af20132af5","name":"","admin_state_up":true,"network_id":"039d78da-77ef-45a7-98dd-f6af5afa310c","tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:02:28Z","binding:vnic_type":"normal"}]} 2018-09-03 13:02:42,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=aa18997d-5469-45e0-b634-47af20132af5 used request id req-b8f7b9ef-6dda-4838-9074-f277c7e53e4d 2018-09-03 13:02:42,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.239125013351s 2018-09-03 13:02:42,077 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=aa18997d-5469-45e0-b634-47af20132af5 used request id req-b8f7b9ef-6dda-4838-9074-f277c7e53e4d 2018-09-03 13:02:42,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-03 13:02:42,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -d '{"floatingip": {"floating_network_id": "375df95b-45ed-41c6-894d-720224bc2919", "fixed_ip_address": "192.168.120.9", "port_id": "22e887cf-4fbb-4043-83ae-35e6df52d2ba"}}' 2018-09-03 13:02:44,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-d6746daa-d2f6-44dc-af98-859e17abf4a7 Date: Mon, 03 Sep 2018 13:02:44 GMT RESP BODY: {"floatingip": {"router_id": "ba457512-2e12-4b91-a4e6-07f6890f78d2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-03T13:02:43Z", "floating_network_id": "375df95b-45ed-41c6-894d-720224bc2919", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "22e887cf-4fbb-4043-83ae-35e6df52d2ba", "id": "d0f3944b-e747-40f8-bee0-067679da21c1", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:02:43Z", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}} 2018-09-03 13:02:44,250 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-d6746daa-d2f6-44dc-af98-859e17abf4a7 2018-09-03 13:02:44,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.17163705826s 2018-09-03 13:02:44,250 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-d6746daa-d2f6-44dc-af98-859e17abf4a7 2018-09-03 13:02:44,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-03 13:02:44,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:44,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-3ebe3e2b-411d-435a-a972-8cf39abe8a3f Date: Mon, 03 Sep 2018 13:02:44 GMT RESP BODY: {"floatingips": [{"router_id": "ba457512-2e12-4b91-a4e6-07f6890f78d2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-03T13:02:43Z", "floating_network_id": "375df95b-45ed-41c6-894d-720224bc2919", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "22e887cf-4fbb-4043-83ae-35e6df52d2ba", "id": "d0f3944b-e747-40f8-bee0-067679da21c1", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:02:43Z", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}]} 2018-09-03 13:02:44,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-3ebe3e2b-411d-435a-a972-8cf39abe8a3f 2018-09-03 13:02:44,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0720911026001s 2018-09-03 13:02:44,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-3ebe3e2b-411d-435a-a972-8cf39abe8a3f 2018-09-03 13:02:44,335 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'ba457512-2e12-4b91-a4e6-07f6890f78d2', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'bfa146530bbf46e88a12a52a04c9b9d5', 'created_at': u'2018-09-03T13:02:43Z', 'attached': True, 'updated_at': u'2018-09-03T13:02:43Z', 'id': u'd0f3944b-e747-40f8-bee0-067679da21c1', 'floating_network_id': u'375df95b-45ed-41c6-894d-720224bc2919', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bfa146530bbf46e88a12a52a04c9b9d5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ba457512-2e12-4b91-a4e6-07f6890f78d2', 'project_id': u'bfa146530bbf46e88a12a52a04c9b9d5', 'port_id': u'22e887cf-4fbb-4043-83ae-35e6df52d2ba', 'port': u'22e887cf-4fbb-4043-83ae-35e6df52d2ba', 'network': u'375df95b-45ed-41c6-894d-720224bc2919'}) 2018-09-03 13:02:44,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-03 13:02:44,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/aa18997d-5469-45e0-b634-47af20132af5/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-03 13:02:45,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02: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-76aebf58-6b9e-4e16-a8f5-6d9e6277275d x-compute-request-id: req-76aebf58-6b9e-4e16-a8f5-6d9e6277275d Content-Encoding: gzip Content-Length: 9577 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496775626 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.183835] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186046] pid_max: default: 32768 minimum: 301\n[ 0.187275] ACPI: Core revision 20150930\n[ 0.188927] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.190680] Security Framework initialized\n[ 0.191813] Yama: becoming mindful.\n[ 0.192783] AppArmor: AppArmor initialized\n[ 0.193901] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.195681] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.197389] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200921] Initializing cgroup subsys io\n[ 0.201999] Initializing cgroup subsys memory\n[ 0.203174] Initializing cgroup subsys devices\n[ 0.204363] Initializing cgroup subsys freezer\n[ 0.205504] Initializing cgroup subsys net_cls\n[ 0.206674] Initializing cgroup subsys perf_event\n[ 0.207929] Initializing cgroup subsys net_prio\n[ 0.209097] Initializing cgroup subsys hugetlb\n[ 0.210238] Initializing cgroup subsys pids\n[ 0.211426] CPU: Physical Processor ID: 0\n[ 0.213184] mce: CPU supports 10 MCE banks\n[ 0.214292] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.215677] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.231719] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.238432] ftrace: allocating 31920 entries in 125 pages\n[ 0.263385] smpboot: Max logical packages: 1\n[ 0.264538] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.266352] x2apic enabled\n[ 0.267512] Switched APIC routing to physical x2apic.\n[ 0.269937] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.271459] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.274128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.276550] KVM setup paravirtual spinlock\n[ 0.278139] x86: Booted up 1 node, 1 CPUs\n[ 0.279240] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.281058] devtmpfs: initialized\n[ 0.282970] evm: security.selinux\n[ 0.283950] evm: security.SMACK64\n[ 0.284879] evm: security.SMACK64EXEC\n[ 0.285869] evm: security.SMACK64TRANSMUTE\n[ 0.286936] evm: security.SMACK64MMAP\n[ 0.287981] evm: security.ima\n[ 0.288865] evm: security.capability\n[ 0.289911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.292398] pinctrl core: initialized pinctrl subsystem\n[ 0.293859] RTC time: 13:02:37, date: 09/03/18\n[ 0.295141] NET: Registered protocol family 16\n[ 0.296546] cpuidle: using governor ladder\n[ 0.297672] cpuidle: using governor menu\n[ 0.298790] PCCT header not found.\n[ 0.299808] ACPI: bus type PCI registered\n[ 0.300938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.302592] PCI: Using configuration type 1 for base access\n[ 0.304733] ACPI: Added _OSI(Module Device)\n[ 0.305863] ACPI: Added _OSI(Processor Device)\n[ 0.307001] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.308228] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.310345] ACPI: Interpreter enabled\n[ 0.311368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.313808] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.316255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.321184] ACPI: (supports S0 S5)\n[ 0.322125] ACPI: Using IOAPIC for interrupt routing\n[ 0.323370] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.327120] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.330293] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331863] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334805] acpiphp: Slot [3] registered\n[ 0.335888] acpiphp: Slot [4] registered\n[ 0.336990] acpiphp: Slot [5] registered\n[ 0.338074] acpiphp: Slot [6] registered\n[ 0.339180] acpiphp: Slot [7] registered\n[ 0.340265] acpiphp: Slot [8] registered\n[ 0.341354] acpiphp: Slot [9] registered\n[ 0.342443] acpiphp: Slot [10] registered\n[ 0.343549] acpiphp: Slot [11] registered\n[ 0.344668] acpiphp: Slot [12] registered\n[ 0.345783] acpiphp: Slot [13] registered\n[ 0.346890] acpiphp: Slot [14] registered\n[ 0.347996] acpiphp: Slot [15] registered\n[ 0.363164] acpiphp: Slot [16] registered\n[ 0.364261] acpiphp: Slot [17] registered\n[ 0.365345] acpiphp: Slot [18] registered\n[ 0.366445] acpiphp: Slot [19] registered\n[ 0.367525] acpiphp: Slot [20] registered\n[ 0.368616] acpiphp: Slot [21] registered\n[ 0.369730] acpiphp: Slot [22] registered\n[ 0.370809] acpiphp: Slot [23] registered\n[ 0.371886] acpiphp: Slot [24] registered\n[ 0.372966] acpiphp: Slot [25] registered\n[ 0.374043] acpiphp: Slot [26] registered\n[ 0.375127] acpiphp: Slot [27] registered\n[ 0.376239] acpiphp: Slot [28] registered\n[ 0.377320] acpiphp: Slot [29] registered\n[ 0.378392] acpiphp: Slot [30] registered\n[ 0.379513] acpiphp: Slot [31] registered\n[ 0.380598] PCI host bridge to bus 0000:00\n[ 0.382027] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383693] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385350] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389303] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391352] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395243] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.396985] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398577] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400273] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404668] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406640] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.426885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.428820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.430721] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.432615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.434471] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436281] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438036] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.439481] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.441573] vgaarb: loaded\n[ 0.442397] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444008] SCSI subsystem initialized\n[ 0.445229] ACPI: bus type USB registered\n[ 0.446370] usbcore: registered new interface driver usbfs\n[ 0.447740] usbcore: registered new interface driver hub\n[ 0.449074] usbcore: registered new device driver usb\n[ 0.450568] PCI: Using ACPI for IRQ routing\n[ 0.452101] NetLabel: Initializing\n[ 0.453055] NetLabel: domain hash size = 128\n[ 0.454194] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.455465] NetLabel: unlabeled traffic allowed by default\n[ 0.456991] clocksource: Switched to clocksource kvm-clock\n[ 0.467193] AppArmor: AppArmor Filesystem Enabled\n[ 0.468514] pnp: PnP ACPI init\n[ 0.469735] pnp: PnP ACPI: found 5 devices\n[ 0.476570] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.478832] NET: Registered protocol family 2\n[ 0.480235] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.481984] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.483589] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485226] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.486666] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488197] NET: Registered protocol family 1\n[ 0.489368] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.490876] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492288] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.506603] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.520831] Trying to unpack rootfs image as initramfs...\n[ 0.582545] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587152] Scanning for low memory corruption every 60 seconds\n[ 0.589364] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.590984] audit: initializing netlink subsys (disabled)\n[ 0.592453] audit: type=2000 audit(1535979757.839:1): initialized\n[ 0.594399] Initialise system trusted keyring\n[ 0.595771] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597372] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.600145] zbud: loaded\n[ 0.601169] VFS: Disk quotas dquot_6.6.0\n[ 0.602307] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604496] fuse init (API version 7.23)\n[ 0.605757] Key type big_key registered\n[ 0.606871] Allocating IMA MOK and blacklist keyrings.\n[ 0.608532] Key type asymmetric registered\n[ 0.609678] Asymmetric key parser 'x509' registered\n[ 0.611007] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613094] io scheduler noop registered\n[ 0.614191] io scheduler deadline registered (default)\n[ 0.615570] io scheduler cfq registered\n[ 0.616763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.618210] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.619988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.622011] ACPI: Power Button [PWRF]\n[ 0.623236] GHES: HEST is not enabled!\n[ 0.637353] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.666426] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.669287] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697404] Linux agpgart interface v0.103\n[ 0.700816] brd: module loaded\n[ 0.703055] loop: module loaded\n[ 0.707836] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.709874] GPT:90111 != 2097151\n[ 0.710811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.712299] GPT:90111 != 2097151\n[ 0.713339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.714624] vda: vda1 vda15\n[ 0.716731] scsi host0: ata_piix\n[ 0.717822] scsi host1: ata_piix\n[ 0.718794] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.720392] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.722396] libphy: Fixed MDIO Bus: probed\n[ 0.723495] tun: Universal TUN/TAP device driver, 1.6\n[ 0.724759] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728114] PPP generic driver version 2.4.2\n[ 0.729580] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731451] ehci-pci: EHCI PCI platform driver\n[ 0.732679] ehci-platform: EHCI generic platform driver\n[ 0.734267] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735804] ohci-pci: OHCI PCI platform driver\n[ 0.737008] ohci-platform: OHCI generic platform driver\n[ 0.738365] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.753333] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.754697] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.756698] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.758059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.759612] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761284] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763225] usb usb1: Product: UHCI Host Controller\n[ 0.764504] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.766069] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.767483] hub 1-0:1.0: USB hub found\n[ 0.768670] hub 1-0:1.0: 2 ports detected\n[ 0.769944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772868] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.774175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.775582] mousedev: PS/2 mouse device common for all mice\n[ 0.777280] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.779774] rtc_cmos 00:00: RTC can wake from S4\n[ 0.781317] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782943] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.784803] i2c /dev entries driver\n[ 0.785867] device-mapper: uevent: version 1.0.3\n[ 0.787167] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.789412] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.791272] NET: Registered protocol family 10\n[ 0.792829] NET: Registered protocol family 17\n[ 0.794046] Key type dns_resolver registered\n[ 0.795335] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796823] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.799222] registered taskstats version 1\n[ 0.800383] Loading compiled-in X.509 certificates\n[ 0.802220] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804774] zswap: loaded using pool lzo/zbud\n[ 0.806842] Key type trusted registered\n[ 0.809016] Key type encrypted registered\n[ 0.810136] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811541] ima: No TPM chip found, activating TPM-bypass!\n[ 0.812965] evm: HMAC attrs: 0x1\n[ 0.814256] Magic number: 2:582:27\n[ 0.815391] rtc_cmos 00:00: setting system clock to 2018-09-03 13:02:38 UTC (1535979758)\n[ 0.817620] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819247] EDD information not available.\n[ 0.882556] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.899430] Write protecting the kernel read-only data: 14336k\n[ 0.902397] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.904875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\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.86\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... [ 1.118126] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.96. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhOZnSM+CxCdjWtJVdpCy64+bPmZq6XN+rUEUE5St42DXmBgM1oPxAwm2wdNe+QJrpR2FrI07UGiCumx/dshanVM0wugry9qryHwOeKyc7m5yizxoJZlxrcXE08AGGYBMRFJMraW8Nk6P++uoEU8Wl9CbGrhNIlbkch29jDC+fyC9R923SD68ughtzbdHW8yRjo9kuEr7rqATnlbP36OT0OurBNtghYHGi8qemIIlmh+2Ubej6pIGUig9//QTZacBiWqrlGjuu1gMM9bdXSW5bUgkqh5hGK54j67KjTg0CyNUpevCttVT9EOiQ9jhyrpfFGNI3KbjePa8aS8YTF/9f root@singlevm1-vm-6f7d96cf-0777-403d-9a99-545fd786cd0c\nssh-dss AAAAB3NzaC1kc3MAAACBAMLKeekwP38qO4vFrtWiez/7pAEJYnCFDIiQG/JfLRPYW2ruCmohtIdQBhZSOi+FKrGOwznfoHhP9Z186r6g6vNWEFfZ7U3kED7/M742kMdSUc7sHQtaGYqKq2LGDVBj/fGQjzkAu4J5+IBO8OPLLmkPC/8ZfSzZtOSSQBomqKRzAAAAFQCBfMBL396xcVPMOsDE7IctRs/ufwAAAIBiZ2m87sWkdmaw8XyT97gbo6BNQD5DyjCQqm1ncOqCYgvZVIfuarqBvKGAlORUGAeTJwQ5VOQbP6Um1Wxf3PFwCqaid4F728erL6c4YqMewIwF+Gtzd0RzuUhr9L49sZMIAlYf80lGV2ZhBpY/+8rbcmbXp8PuSIzZoJtqQgeK7QAAAIEAgcj6LqUAzscd8TofF4dzWkKS1DDts8eSPnnxBH5wYCKhFAK56D5XPEtwtd9NMIVHXEttFw2kSYX5uqTI2713ieEvOo+LNDtUUhkoDJu0I/Byd9mt89wLPxqKNeKQlrjdh5YEmMP1S1s7u9a5tj5EBIisgspnCI9xpO+muNBpeA4= root@singlevm1-vm-6f7d96cf-0777-403d-9a99-545fd786cd0c\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.120.9,24,fe80::f816:3eff:fe43:1c71/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-6f7d96cf-0777-403d-9a99-545fd786cd0c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.72 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-6f7d96cf-0777-403d-9a99-545fd786cd0c login: "} 2018-09-03 13:02:45,104 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa18997d-5469-45e0-b634-47af20132af5/action used request id req-76aebf58-6b9e-4e16-a8f5-6d9e6277275d 2018-09-03 13:02:45,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.768177986145s 2018-09-03 13:02:45,105 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/aa18997d-5469-45e0-b634-47af20132af5/action used request id req-76aebf58-6b9e-4e16-a8f5-6d9e6277275d 2018-09-03 13:02:45,105 - 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 496775626 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.183835] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.186046] pid_max: default: 32768 minimum: 301 [ 0.187275] ACPI: Core revision 20150930 [ 0.188927] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190680] Security Framework initialized [ 0.191813] Yama: becoming mindful. [ 0.192783] AppArmor: AppArmor initialized [ 0.193901] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.195681] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.197389] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200921] Initializing cgroup subsys io [ 0.201999] Initializing cgroup subsys memory [ 0.203174] Initializing cgroup subsys devices [ 0.204363] Initializing cgroup subsys freezer [ 0.205504] Initializing cgroup subsys net_cls [ 0.206674] Initializing cgroup subsys perf_event [ 0.207929] Initializing cgroup subsys net_prio [ 0.209097] Initializing cgroup subsys hugetlb [ 0.210238] Initializing cgroup subsys pids [ 0.211426] CPU: Physical Processor ID: 0 [ 0.213184] mce: CPU supports 10 MCE banks [ 0.214292] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.215677] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.231719] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.238432] ftrace: allocating 31920 entries in 125 pages [ 0.263385] smpboot: Max logical packages: 1 [ 0.264538] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.266352] x2apic enabled [ 0.267512] Switched APIC routing to physical x2apic. [ 0.269937] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.271459] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.274128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.276550] KVM setup paravirtual spinlock [ 0.278139] x86: Booted up 1 node, 1 CPUs [ 0.279240] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.281058] devtmpfs: initialized [ 0.282970] evm: security.selinux [ 0.283950] evm: security.SMACK64 [ 0.284879] evm: security.SMACK64EXEC [ 0.285869] evm: security.SMACK64TRANSMUTE [ 0.286936] evm: security.SMACK64MMAP [ 0.287981] evm: security.ima [ 0.288865] evm: security.capability [ 0.289911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.292398] pinctrl core: initialized pinctrl subsystem [ 0.293859] RTC time: 13:02:37, date: 09/03/18 [ 0.295141] NET: Registered protocol family 16 [ 0.296546] cpuidle: using governor ladder [ 0.297672] cpuidle: using governor menu [ 0.298790] PCCT header not found. [ 0.299808] ACPI: bus type PCI registered [ 0.300938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.302592] PCI: Using configuration type 1 for base access [ 0.304733] ACPI: Added _OSI(Module Device) [ 0.305863] ACPI: Added _OSI(Processor Device) [ 0.307001] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.308228] ACPI: Added _OSI(Processor Aggregator Device) [ 0.310345] ACPI: Interpreter enabled [ 0.311368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.313808] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.316255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.318757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.321184] ACPI: (supports S0 S5) [ 0.322125] ACPI: Using IOAPIC for interrupt routing [ 0.323370] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.327120] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.328677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.330293] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.331863] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.334805] acpiphp: Slot [3] registered [ 0.335888] acpiphp: Slot [4] registered [ 0.336990] acpiphp: Slot [5] registered [ 0.338074] acpiphp: Slot [6] registered [ 0.339180] acpiphp: Slot [7] registered [ 0.340265] acpiphp: Slot [8] registered [ 0.341354] acpiphp: Slot [9] registered [ 0.342443] acpiphp: Slot [10] registered [ 0.343549] acpiphp: Slot [11] registered [ 0.344668] acpiphp: Slot [12] registered [ 0.345783] acpiphp: Slot [13] registered [ 0.346890] acpiphp: Slot [14] registered [ 0.347996] acpiphp: Slot [15] registered [ 0.363164] acpiphp: Slot [16] registered [ 0.364261] acpiphp: Slot [17] registered [ 0.365345] acpiphp: Slot [18] registered [ 0.366445] acpiphp: Slot [19] registered [ 0.367525] acpiphp: Slot [20] registered [ 0.368616] acpiphp: Slot [21] registered [ 0.369730] acpiphp: Slot [22] registered [ 0.370809] acpiphp: Slot [23] registered [ 0.371886] acpiphp: Slot [24] registered [ 0.372966] acpiphp: Slot [25] registered [ 0.374043] acpiphp: Slot [26] registered [ 0.375127] acpiphp: Slot [27] registered [ 0.376239] acpiphp: Slot [28] registered [ 0.377320] acpiphp: Slot [29] registered [ 0.378392] acpiphp: Slot [30] registered [ 0.379513] acpiphp: Slot [31] registered [ 0.380598] PCI host bridge to bus 0000:00 [ 0.382027] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.383693] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.385350] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.387323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.389303] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.391352] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.395243] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.396985] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.398577] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.400273] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.404668] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.406640] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.426885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.428820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.430721] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.432615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.434471] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.436281] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.438036] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.439481] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.441573] vgaarb: loaded [ 0.442397] vgaarb: bridge control possible 0000:00:02.0 [ 0.444008] SCSI subsystem initialized [ 0.445229] ACPI: bus type USB registered [ 0.446370] usbcore: registered new interface driver usbfs [ 0.447740] usbcore: registered new interface driver hub [ 0.449074] usbcore: registered new device driver usb [ 0.450568] PCI: Using ACPI for IRQ routing [ 0.452101] NetLabel: Initializing [ 0.453055] NetLabel: domain hash size = 128 [ 0.454194] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.455465] NetLabel: unlabeled traffic allowed by default [ 0.456991] clocksource: Switched to clocksource kvm-clock [ 0.467193] AppArmor: AppArmor Filesystem Enabled [ 0.468514] pnp: PnP ACPI init [ 0.469735] pnp: PnP ACPI: found 5 devices [ 0.476570] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.478832] NET: Registered protocol family 2 [ 0.480235] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.481984] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.483589] TCP: Hash tables configured (established 4096 bind 4096) [ 0.485226] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.486666] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.488197] NET: Registered protocol family 1 [ 0.489368] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.490876] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.492288] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.506603] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.520831] Trying to unpack rootfs image as initramfs... [ 0.582545] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.587152] Scanning for low memory corruption every 60 seconds [ 0.589364] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.590984] audit: initializing netlink subsys (disabled) [ 0.592453] audit: type=2000 audit(1535979757.839:1): initialized [ 0.594399] Initialise system trusted keyring [ 0.595771] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.597372] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.600145] zbud: loaded [ 0.601169] VFS: Disk quotas dquot_6.6.0 [ 0.602307] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.604496] fuse init (API version 7.23) [ 0.605757] Key type big_key registered [ 0.606871] Allocating IMA MOK and blacklist keyrings. [ 0.608532] Key type asymmetric registered [ 0.609678] Asymmetric key parser 'x509' registered [ 0.611007] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.613094] io scheduler noop registered [ 0.614191] io scheduler deadline registered (default) [ 0.615570] io scheduler cfq registered [ 0.616763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.618210] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.619988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.622011] ACPI: Power Button [PWRF] [ 0.623236] GHES: HEST is not enabled! [ 0.637353] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.666426] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.669287] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.694369] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.697404] Linux agpgart interface v0.103 [ 0.700816] brd: module loaded [ 0.703055] loop: module loaded [ 0.707836] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.709874] GPT:90111 != 2097151 [ 0.710811] GPT:Alternate GPT header not at the end of the disk. [ 0.712299] GPT:90111 != 2097151 [ 0.713339] GPT: Use GNU Parted to correct GPT errors. [ 0.714624] vda: vda1 vda15 [ 0.716731] scsi host0: ata_piix [ 0.717822] scsi host1: ata_piix [ 0.718794] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.720392] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.722396] libphy: Fixed MDIO Bus: probed [ 0.723495] tun: Universal TUN/TAP device driver, 1.6 [ 0.724759] tun: (C) 1999-2004 Max Krasnyansky [ 0.728114] PPP generic driver version 2.4.2 [ 0.729580] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731451] ehci-pci: EHCI PCI platform driver [ 0.732679] ehci-platform: EHCI generic platform driver [ 0.734267] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.735804] ohci-pci: OHCI PCI platform driver [ 0.737008] ohci-platform: OHCI generic platform driver [ 0.738365] uhci_hcd: USB Universal Host Controller Interface driver [ 0.753333] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.754697] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.756698] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.758059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.759612] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761284] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763225] usb usb1: Product: UHCI Host Controller [ 0.764504] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.766069] usb usb1: SerialNumber: 0000:00:01.2 [ 0.767483] hub 1-0:1.0: USB hub found [ 0.768670] hub 1-0:1.0: 2 ports detected [ 0.769944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.772868] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.774175] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.775582] mousedev: PS/2 mouse device common for all mice [ 0.777280] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.779774] rtc_cmos 00:00: RTC can wake from S4 [ 0.781317] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.782943] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.784803] i2c /dev entries driver [ 0.785867] device-mapper: uevent: version 1.0.3 [ 0.787167] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.789412] ledtrig-cpu: registered to indicate activity on CPUs [ 0.791272] NET: Registered protocol family 10 [ 0.792829] NET: Registered protocol family 17 [ 0.794046] Key type dns_resolver registered [ 0.795335] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.796823] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.799222] registered taskstats version 1 [ 0.800383] Loading compiled-in X.509 certificates [ 0.802220] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.804774] zswap: loaded using pool lzo/zbud [ 0.806842] Key type trusted registered [ 0.809016] Key type encrypted registered [ 0.810136] AppArmor: AppArmor sha1 policy hashing enabled [ 0.811541] ima: No TPM chip found, activating TPM-bypass! [ 0.812965] evm: HMAC attrs: 0x1 [ 0.814256] Magic number: 2:582:27 [ 0.815391] rtc_cmos 00:00: setting system clock to 2018-09-03 13:02:38 UTC (1535979758) [ 0.817620] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.819247] EDD information not available. [ 0.882556] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.899430] Write protecting the kernel read-only data: 14336k [ 0.902397] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.904875] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 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.86 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... [ 1.118126] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.96. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhOZnSM+CxCdjWtJVdpCy64+bPmZq6XN+rUEUE5St42DXmBgM1oPxAwm2wdNe+QJrpR2FrI07UGiCumx/dshanVM0wugry9qryHwOeKyc7m5yizxoJZlxrcXE08AGGYBMRFJMraW8Nk6P++uoEU8Wl9CbGrhNIlbkch29jDC+fyC9R923SD68ughtzbdHW8yRjo9kuEr7rqATnlbP36OT0OurBNtghYHGi8qemIIlmh+2Ubej6pIGUig9//QTZacBiWqrlGjuu1gMM9bdXSW5bUgkqh5hGK54j67KjTg0CyNUpevCttVT9EOiQ9jhyrpfFGNI3KbjePa8aS8YTF/9f root@singlevm1-vm-6f7d96cf-0777-403d-9a99-545fd786cd0c ssh-dss AAAAB3NzaC1kc3MAAACBAMLKeekwP38qO4vFrtWiez/7pAEJYnCFDIiQG/JfLRPYW2ruCmohtIdQBhZSOi+FKrGOwznfoHhP9Z186r6g6vNWEFfZ7U3kED7/M742kMdSUc7sHQtaGYqKq2LGDVBj/fGQjzkAu4J5+IBO8OPLLmkPC/8ZfSzZtOSSQBomqKRzAAAAFQCBfMBL396xcVPMOsDE7IctRs/ufwAAAIBiZ2m87sWkdmaw8XyT97gbo6BNQD5DyjCQqm1ncOqCYgvZVIfuarqBvKGAlORUGAeTJwQ5VOQbP6Um1Wxf3PFwCqaid4F728erL6c4YqMewIwF+Gtzd0RzuUhr9L49sZMIAlYf80lGV2ZhBpY/+8rbcmbXp8PuSIzZoJtqQgeK7QAAAIEAgcj6LqUAzscd8TofF4dzWkKS1DDts8eSPnnxBH5wYCKhFAK56D5XPEtwtd9NMIVHXEttFw2kSYX5uqTI2713ieEvOo+LNDtUUhkoDJu0I/Byd9mt89wLPxqKNeKQlrjdh5YEmMP1S1s7u9a5tj5EBIisgspnCI9xpO+muNBpeA4= root@singlevm1-vm-6f7d96cf-0777-403d-9a99-545fd786cd0c -----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.120.9,24,fe80::f816:3eff:fe43:1c71/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-6f7d96cf-0777-403d-9a99-545fd786cd0c launch-index: 0 === cirros: current=0.4.0 uptime=3.72 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-6f7d96cf-0777-403d-9a99-545fd786cd0c login: 2018-09-03 13:02:46,107 - paramiko.transport - DEBUG - starting thread (client mode): 0x8fac9810L 2018-09-03 13:02:46,107 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-03 13:02:46,108 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-03 13:02:46,108 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-03 13:02:46,109 - 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-09-03 13:02:46,109 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-03 13:02:46,110 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-03 13:02:46,110 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-03 13:02:46,110 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-03 13:02:46,110 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-03 13:02:46,131 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-03 13:02:46,133 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-03 13:02:46,139 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 6f7c0345608ac3949a41e9c086391028 2018-09-03 13:02:46,141 - paramiko.transport - DEBUG - Trying discovered key a07c1b624c814e913dfb2cc9ebe20d71 in /tmp/tmpKifz20 2018-09-03 13:02:46,170 - paramiko.transport - DEBUG - userauth is OK 2018-09-03 13:02:46,176 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-03 13:02:46,205 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-03 13:02:46,206 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-03 13:02:46,206 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-03 13:02:46,208 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-03 13:02:46,209 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-03 13:02:46,209 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-03 13:02:46,210 - functest.core.singlevm - DEBUG - error: 2018-09-03 13:02:46,213 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-03 13:02:46,326 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 13:02:46,326 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-03 13:02:46,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-03 13:02:46,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/d0f3944b-e747-40f8-bee0-067679da21c1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:47,608 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c4a6184-516e-46b0-a27b-3d2d63d51a44 Content-Length: 0 Date: Mon, 03 Sep 2018 13:02:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:02:47,608 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/d0f3944b-e747-40f8-bee0-067679da21c1.json used request id req-1c4a6184-516e-46b0-a27b-3d2d63d51a44 2018-09-03 13:02:47,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.27447199821s 2018-09-03 13:02:47,609 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/d0f3944b-e747-40f8-bee0-067679da21c1.json used request id req-1c4a6184-516e-46b0-a27b-3d2d63d51a44 2018-09-03 13:02:47,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-03 13:02:47,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:47,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-db2ad3a4-f842-401e-83da-ea8d22bde6b3 Date: Mon, 03 Sep 2018 13:02:47 GMT RESP BODY: {"floatingips": []} 2018-09-03 13:02:47,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-db2ad3a4-f842-401e-83da-ea8d22bde6b3 2018-09-03 13:02:47,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.210870981216s 2018-09-03 13:02:47,825 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-db2ad3a4-f842-401e-83da-ea8d22bde6b3 2018-09-03 13:02:47,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-03 13:02:47,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/aa18997d-5469-45e0-b634-47af20132af5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:48,071 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:02:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a2e203c4-dd81-43d9-aac4-a65b9e1a2ce4 x-compute-request-id: req-a2e203c4-dd81-43d9-aac4-a65b9e1a2ce4 Content-Type: application/json 2018-09-03 13:02:48,071 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/aa18997d-5469-45e0-b634-47af20132af5 used request id req-a2e203c4-dd81-43d9-aac4-a65b9e1a2ce4 2018-09-03 13:02:48,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.245213031769s 2018-09-03 13:02:48,072 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/aa18997d-5469-45e0-b634-47af20132af5 used request id req-a2e203c4-dd81-43d9-aac4-a65b9e1a2ce4 2018-09-03 13:02:48,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:02:48,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:49,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02: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-dad53fc6-f147-4f8c-9a75-a0b9b00362f2 x-compute-request-id: req-dad53fc6-f147-4f8c-9a75-a0b9b00362f2 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_6f7d96cf-0777-403d-9a99-545fd786cd0c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:1c:71", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:1c:71", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/aa18997d-5469-45e0-b634-47af20132af5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/aa18997d-5469-45e0-b634-47af20132af5", "rel": "bookmark"}], "image": {"id": "dc9f89d3-f67b-4374-847c-3a32cf643599", "links": [{"href": "http://172.30.9.23:8774/images/dc9f89d3-f67b-4374-847c-3a32cf643599", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-09-03T13:02:37.000000", "flavor": {"id": "bbf9ad27-c723-417a-aab1-cb48e5a63bff", "links": [{"href": "http://172.30.9.23:8774/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff", "rel": "bookmark"}]}, "id": "aa18997d-5469-45e0-b634-47af20132af5", "security_groups": [{"name": "singlevm1-sg_6f7d96cf-0777-403d-9a99-545fd786cd0c"}], "user_id": "8e1baf3d2d13429ea4fcbed26632d12b", "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-09-03T13:02:47Z", "hostId": "71a7ebc5e159bf824fa9d78935decc739f27494018e3a174f1aedd5b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6f7d96cf-0777-403d-9a99-545fd786cd0c", "created": "2018-09-03T13:02:24Z", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:02:49,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dad53fc6-f147-4f8c-9a75-a0b9b00362f2 2018-09-03 13:02:49,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.47453188896s 2018-09-03 13:02:49,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dad53fc6-f147-4f8c-9a75-a0b9b00362f2 2018-09-03 13:02:49,549 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:02:51,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:02:51,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:51,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:02: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-5b98219a-85a2-47e0-bcd7-602dfa60e798 x-compute-request-id: req-5b98219a-85a2-47e0-bcd7-602dfa60e798 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-03 13:02:51,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5b98219a-85a2-47e0-bcd7-602dfa60e798 2018-09-03 13:02:51,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.190804958344s 2018-09-03 13:02:51,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5b98219a-85a2-47e0-bcd7-602dfa60e798 2018-09-03 13:02:51,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-03 13:02:51,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:51,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-5a5a07a1-cd79-468f-8b6d-168f5b43d200 Date: Mon, 03 Sep 2018 13:02:51 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:02:17Z", "updated_at": "2018-09-03T13:02:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:02:18Z", "revision_number": 0, "id": "10da653d-4c31-4f96-b417-ba8aa00c2637", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:02:18Z", "security_group_id": "1659a976-f28a-4012-b923-15acb601e825", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:02:19Z", "revision_number": 0, "id": "74747d11-fd37-4b56-9940-9855b073b4ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:02:19Z", "security_group_id": "1659a976-f28a-4012-b923-15acb601e825", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:02:18Z", "revision_number": 0, "id": "ad98c369-d290-4500-a9b1-ff80c64ed667", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:02:18Z", "security_group_id": "1659a976-f28a-4012-b923-15acb601e825", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-03T13:02:18Z", "revision_number": 0, "id": "b2fb4c2b-cfa1-40f6-9f9d-c6d429c38903", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:02:18Z", "security_group_id": "1659a976-f28a-4012-b923-15acb601e825", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}], "revision_number": 3, "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "1659a976-f28a-4012-b923-15acb601e825", "name": "singlevm1-sg_6f7d96cf-0777-403d-9a99-545fd786cd0c"}, {"description": "Default security group", "tags": [], "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "created_at": "2018-09-03T13:01:40Z", "updated_at": "2018-09-03T13:01:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:01:40Z", "revision_number": 0, "id": "04201ae1-4600-401a-91ce-f23f6859b787", "remote_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "remote_ip_prefix": null, "created_at": "2018-09-03T13:01:40Z", "security_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "port_range_min": null, "ethertype": "IPv4", "project_id": "1f45b03a13fe4c10ac9832858ae8af12"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:01:40Z", "revision_number": 0, "id": "5488557a-c95b-45e4-bdd2-afa476f0fa89", "remote_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "remote_ip_prefix": null, "created_at": "2018-09-03T13:01:40Z", "security_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "port_range_min": null, "ethertype": "IPv6", "project_id": "1f45b03a13fe4c10ac9832858ae8af12"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:01:40Z", "revision_number": 0, "id": "829414b9-0ce6-40ba-a839-ab5af9e1066d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:01:40Z", "security_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "port_range_min": null, "ethertype": "IPv6", "project_id": "1f45b03a13fe4c10ac9832858ae8af12"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:01:40Z", "revision_number": 0, "id": "ed7b5030-2125-49e8-b35c-6e618a0c8e1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:01:40Z", "security_group_id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "tenant_id": "1f45b03a13fe4c10ac9832858ae8af12", "port_range_min": null, "ethertype": "IPv4", "project_id": "1f45b03a13fe4c10ac9832858ae8af12"}], "revision_number": 1, "project_id": "1f45b03a13fe4c10ac9832858ae8af12", "id": "1d4b0e7c-1bdf-4d9f-92bc-e1e87b596be9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-03T13:00:24Z", "updated_at": "2018-09-03T13:00:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:24Z", "revision_number": 0, "id": "79ed74fb-76e3-43df-92c3-c90db64a7b18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:24Z", "security_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:24Z", "revision_number": 0, "id": "8412395a-b85f-4305-988f-4913a4b545f8", "remote_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:24Z", "security_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:24Z", "revision_number": 0, "id": "d453a208-1f07-4586-851a-cf201295cbb4", "remote_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:24Z", "security_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:24Z", "revision_number": 0, "id": "e2d12b60-a5e9-4bc9-8b8a-40163562d94f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:24Z", "security_group_id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "565b496f-4742-4ce6-a265-2e01f6dd06bd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9f829197f034604bc85e738e845e8fc", "created_at": "2018-09-03T13:00:45Z", "updated_at": "2018-09-03T13:00:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:45Z", "revision_number": 0, "id": "29929e0f-eb4f-4eda-adbe-7bf5e9702e55", "remote_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:45Z", "security_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "tenant_id": "b9f829197f034604bc85e738e845e8fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9f829197f034604bc85e738e845e8fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:45Z", "revision_number": 0, "id": "34eb486c-14f1-4664-aa42-fd3c0ef1c51d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:45Z", "security_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "tenant_id": "b9f829197f034604bc85e738e845e8fc", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9f829197f034604bc85e738e845e8fc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:45Z", "revision_number": 0, "id": "8bc28480-23b9-4f07-9f92-86e1582b50cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:45Z", "security_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "tenant_id": "b9f829197f034604bc85e738e845e8fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9f829197f034604bc85e738e845e8fc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:45Z", "revision_number": 0, "id": "b74bcf68-a061-4f18-b09a-fb842f585545", "remote_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:45Z", "security_group_id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "tenant_id": "b9f829197f034604bc85e738e845e8fc", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9f829197f034604bc85e738e845e8fc"}], "revision_number": 1, "project_id": "b9f829197f034604bc85e738e845e8fc", "id": "81b370bd-3ceb-427f-bd25-1c494984c7ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "created_at": "2018-09-03T12:57:00Z", "updated_at": "2018-09-03T12:57:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T12:57:00Z", "revision_number": 0, "id": "4b5e33a7-d092-42ba-8dc6-53f94e96eb55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T12:57:00Z", "security_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T12:57:00Z", "revision_number": 0, "id": "6c249dce-8fe7-489e-93d9-f6d199ad7a63", "remote_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "remote_ip_prefix": null, "created_at": "2018-09-03T12:57:00Z", "security_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T12:57:00Z", "revision_number": 0, "id": "9176482e-69fc-4c9c-b8c0-cce93e3722b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T12:57:00Z", "security_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T12:57:00Z", "revision_number": 0, "id": "f9ad63a2-38d9-4403-a74b-84e44acd5f14", "remote_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "remote_ip_prefix": null, "created_at": "2018-09-03T12:57:00Z", "security_group_id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "tenant_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1"}], "revision_number": 1, "project_id": "2c0cd9e55a334d8284e782a17dc6ccf1", "id": "829df2e7-45ae-4d42-b4ca-00a001d5415a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:00:20Z", "updated_at": "2018-09-03T13:00:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:20Z", "revision_number": 0, "id": "1c3e6122-ef18-47a7-8649-023cc24217e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:20Z", "security_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:20Z", "revision_number": 0, "id": "979c70ca-fa82-4482-9c9e-0c56c2b14fe5", "remote_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:20Z", "security_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:20Z", "revision_number": 0, "id": "b01314b8-de2d-460b-92fa-a8fd06baf33e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:20Z", "security_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:00:20Z", "revision_number": 0, "id": "b0eb7c7c-a8b3-454f-a4a9-186d545b6d03", "remote_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "remote_ip_prefix": null, "created_at": "2018-09-03T13:00:20Z", "security_group_id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfa146530bbf46e88a12a52a04c9b9d5"}], "revision_number": 1, "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "c9a83f8d-5d0c-4fa0-a819-8fb1f5319b18", "name": "default"}]} 2018-09-03 13:02:51,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-5a5a07a1-cd79-468f-8b6d-168f5b43d200 2018-09-03 13:02:51,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0549440383911s 2018-09-03 13:02:51,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-5a5a07a1-cd79-468f-8b6d-168f5b43d200 2018-09-03 13:02:51,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-03 13:02:51,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/1659a976-f28a-4012-b923-15acb601e825.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:51,952 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a8032399-a5a1-4290-8939-87db2fa7fc77 Content-Length: 0 Date: Mon, 03 Sep 2018 13:02:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:02:51,952 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1659a976-f28a-4012-b923-15acb601e825.json used request id req-a8032399-a5a1-4290-8939-87db2fa7fc77 2018-09-03 13:02:51,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.146199941635s 2018-09-03 13:02:51,953 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1659a976-f28a-4012-b923-15acb601e825.json used request id req-a8032399-a5a1-4290-8939-87db2fa7fc77 2018-09-03 13:02:51,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-03 13:02:51,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:52,120 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Sep 2018 13:02: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-dbbf1804-6235-4d0b-94f1-6e77723c6edd x-compute-request-id: req-dbbf1804-6235-4d0b-94f1-6e77723c6edd Content-Length: 0 Content-Type: application/json 2018-09-03 13:02:52,121 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c used request id req-dbbf1804-6235-4d0b-94f1-6e77723c6edd 2018-09-03 13:02:52,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.167701005936s 2018-09-03 13:02:52,121 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_6f7d96cf-0777-403d-9a99-545fd786cd0c used request id req-dbbf1804-6235-4d0b-94f1-6e77723c6edd 2018-09-03 13:02:52,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 13:02:52,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ba457512-2e12-4b91-a4e6-07f6890f78d2/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" -d '{"subnet_id": "b5a58ab5-534b-432b-b770-72ff1bec85f4"}' 2018-09-03 13:02:53,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b2056940-8f8e-40dc-9f8a-33f1680ae9fa Date: Mon, 03 Sep 2018 13:02:53 GMT RESP BODY: {"network_id": "039d78da-77ef-45a7-98dd-f6af5afa310c", "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "subnet_id": "b5a58ab5-534b-432b-b770-72ff1bec85f4", "subnet_ids": ["b5a58ab5-534b-432b-b770-72ff1bec85f4"], "port_id": "d1bb859c-8c29-496d-951c-b84216928539", "id": "ba457512-2e12-4b91-a4e6-07f6890f78d2"} 2018-09-03 13:02:53,853 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ba457512-2e12-4b91-a4e6-07f6890f78d2/remove_router_interface.json used request id req-b2056940-8f8e-40dc-9f8a-33f1680ae9fa 2018-09-03 13:02:53,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.73160791397s 2018-09-03 13:02:53,854 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ba457512-2e12-4b91-a4e6-07f6890f78d2/remove_router_interface.json used request id req-b2056940-8f8e-40dc-9f8a-33f1680ae9fa returning object ba457512-2e12-4b91-a4e6-07f6890f78d2 2018-09-03 13:02:53,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 13:02:53,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:53,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-7407d06b-18a8-4858-8970-02315967858a Date: Mon, 03 Sep 2018 13:02:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d5e68d41-1994-4bbd-a1be-d037ac306e9b", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "bfa146530bbf46e88a12a52a04c9b9d5", "created_at": "2018-09-03T13:02:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-03T13:02:53Z", "revision_number": 4, "routes": [], "project_id": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "ba457512-2e12-4b91-a4e6-07f6890f78d2", "name": "singlevm1-router_6f7d96cf-0777-403d-9a99-545fd786cd0c"}]} 2018-09-03 13:02:53,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7407d06b-18a8-4858-8970-02315967858a 2018-09-03 13:02:53,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.114565849304s 2018-09-03 13:02:53,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7407d06b-18a8-4858-8970-02315967858a 2018-09-03 13:02:53,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 13:02:53,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/ba457512-2e12-4b91-a4e6-07f6890f78d2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:55,777 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-03284f1b-9c69-46bb-9b2c-8927039f0ded Content-Length: 0 Date: Mon, 03 Sep 2018 13:02:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:02:55,777 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ba457512-2e12-4b91-a4e6-07f6890f78d2.json used request id req-03284f1b-9c69-46bb-9b2c-8927039f0ded 2018-09-03 13:02:55,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.80649209023s 2018-09-03 13:02:55,777 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ba457512-2e12-4b91-a4e6-07f6890f78d2.json used request id req-03284f1b-9c69-46bb-9b2c-8927039f0ded 2018-09-03 13:02:55,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 13:02:55,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:55,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-a2a9d8c2-b85f-4740-a8d5-c16b129e14b1 Date: Mon, 03 Sep 2018 13:02:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"039d78da-77ef-45a7-98dd-f6af5afa310c","tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:02:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:02:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"bfa146530bbf46e88a12a52a04c9b9d5","id":"b5a58ab5-534b-432b-b770-72ff1bec85f4","subnetpool_id":null,"name":"singlevm1-subnet_6f7d96cf-0777-403d-9a99-545fd786cd0c"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"375df95b-45ed-41c6-894d-720224bc2919","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:08Z","dns_nameservers":[],"updated_at":"2018-09-03T12:57:08Z","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":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"d5e68d41-1994-4bbd-a1be-d037ac306e9b","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-03 13:02:55,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-a2a9d8c2-b85f-4740-a8d5-c16b129e14b1 2018-09-03 13:02:55,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0424928665161s 2018-09-03 13:02:55,821 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-a2a9d8c2-b85f-4740-a8d5-c16b129e14b1 2018-09-03 13:02:55,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 13:02:55,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/b5a58ab5-534b-432b-b770-72ff1bec85f4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:58,014 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b6cec246-14f1-48fb-9200-3b779a3fad0b Date: Mon, 03 Sep 2018 13:02:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:02:58,015 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/b5a58ab5-534b-432b-b770-72ff1bec85f4.json used request id req-b6cec246-14f1-48fb-9200-3b779a3fad0b 2018-09-03 13:02:58,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.19257903099s 2018-09-03 13:02:58,015 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/b5a58ab5-534b-432b-b770-72ff1bec85f4.json used request id req-b6cec246-14f1-48fb-9200-3b779a3fad0b 2018-09-03 13:02:58,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:02:58,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:58,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-8b85ee29-294a-451e-a688-f10598a36d09 Date: Mon, 03 Sep 2018 13:02:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"039d78da-77ef-45a7-98dd-f6af5afa310c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bfa146530bbf46e88a12a52a04c9b9d5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T13:02:57Z","provider:segmentation_id":14,"name":"singlevm1-net_6f7d96cf-0777-403d-9a99-545fd786cd0c","admin_state_up":true,"tenant_id":"bfa146530bbf46e88a12a52a04c9b9d5","created_at":"2018-09-03T13:02:06Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"}]} 2018-09-03 13:02:58,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8b85ee29-294a-451e-a688-f10598a36d09 2018-09-03 13:02:58,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.254951000214s 2018-09-03 13:02:58,271 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8b85ee29-294a-451e-a688-f10598a36d09 2018-09-03 13:02:58,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 13:02:58,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/039d78da-77ef-45a7-98dd-f6af5afa310c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:59,841 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ec4ed0de-52b6-4f5f-8b8e-0a25bc933fd7 Date: Mon, 03 Sep 2018 13:02:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:02:59,841 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/039d78da-77ef-45a7-98dd-f6af5afa310c.json used request id req-ec4ed0de-52b6-4f5f-8b8e-0a25bc933fd7 2018-09-03 13:02:59,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.5689458847s 2018-09-03 13:02:59,841 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/039d78da-77ef-45a7-98dd-f6af5afa310c.json used request id req-ec4ed0de-52b6-4f5f-8b8e-0a25bc933fd7 2018-09-03 13:02:59,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:02:59,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:02:59,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-cacaaf86-4cc2-46cc-a354-809c9b39fa86 Date: Mon, 03 Sep 2018 13:02:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:02:14Z", "file": "/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599/file", "owner": "bfa146530bbf46e88a12a52a04c9b9d5", "id": "dc9f89d3-f67b-4374-847c-3a32cf643599", "size": 12716032, "self": "/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/dc9f89d3-f67b-4374-847c-3a32cf643599/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/dc9f89d3-f67b-4374-847c-3a32cf643599/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_6f7d96cf-0777-403d-9a99-545fd786cd0c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6f7d96cf-0777-403d-9a99-545fd786cd0c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-03T13:02:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:02:59,884 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-cacaaf86-4cc2-46cc-a354-809c9b39fa86 2018-09-03 13:02:59,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0387001037598s 2018-09-03 13:02:59,885 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-cacaaf86-4cc2-46cc-a354-809c9b39fa86 2018-09-03 13:02:59,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-03 13:02:59,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:03:01,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e1372b2b-7cbe-4418-ac19-8dd0e1aae84a Date: Mon, 03 Sep 2018 13:03:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 13:03:01,035 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599 used request id req-e1372b2b-7cbe-4418-ac19-8dd0e1aae84a 2018-09-03 13:03:01,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.14922618866s 2018-09-03 13:03:01,036 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/dc9f89d3-f67b-4374-847c-3a32cf643599 used request id req-e1372b2b-7cbe-4418-ac19-8dd0e1aae84a 2018-09-03 13:03:01,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-03 13:03:01,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:03:01,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82298475-3f09-4c3e-adec-4b7723825419 x-compute-request-id: req-82298475-3f09-4c3e-adec-4b7723825419 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_6f7d96cf-0777-403d-9a99-545fd786cd0c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff", "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": "bbf9ad27-c723-417a-aab1-cb48e5a63bff"}]} 2018-09-03 13:03:01,174 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-82298475-3f09-4c3e-adec-4b7723825419 2018-09-03 13:03:01,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.13823890686s 2018-09-03 13:03:01,175 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-82298475-3f09-4c3e-adec-4b7723825419 2018-09-03 13:03:01,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-03 13:03:01,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0789a637cd48c037a296771d120302c40987ad1" 2018-09-03 13:03:01,342 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Sep 2018 13:03: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-7cdd35e5-f158-4cfc-9411-7d2d6ffe2183 x-compute-request-id: req-7cdd35e5-f158-4cfc-9411-7d2d6ffe2183 Content-Length: 0 Content-Type: application/json 2018-09-03 13:03:01,342 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff used request id req-7cdd35e5-f158-4cfc-9411-7d2d6ffe2183 2018-09-03 13:03:01,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.16588306427s 2018-09-03 13:03:01,342 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/bbf9ad27-c723-417a-aab1-cb48e5a63bff used request id req-7cdd35e5-f158-4cfc-9411-7d2d6ffe2183 2018-09-03 13:03:01,393 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-09-03 13:03:01,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 13:03:01,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 13:03:01,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 13:03:01,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 13:03:01,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 13:03:01,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 13:03:01,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 13:03:01,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 13:03:01,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 13:03:01,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 13:03:01,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 13:03:01,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 13:03:01,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 13:03:01,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 13:03:01,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 13:03:01,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 13:03:01,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 13:03:01,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 13:03:01,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 13:03:01,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 13:03:01,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 13:03:01,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 13:03:01,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:03:01,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b66c32-9fae-4f4f-9ce4-99c5428e70e8 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-03 13:03:01,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-59b66c32-9fae-4f4f-9ce4-99c5428e70e8 2018-09-03 13:03:01,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-03 13:03:01,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa06c02911cf47bfb93c9f379ee33586", "name": "admin"}, {"id": "78d3bfb9906e48f2b2b75581c74e9e2e", "name": "member"}, {"id": "a851cc281038430daa3c9cacc5b7f336", "name": "reader"}], "expires_at": "2018-09-03T14:03:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "14b74310259b4bda84735ddde8126816"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af5df17d1972449eb536f6a4360734fc"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c511759dd9da48fdb3de1c5fc0ff202c"}], "type": "identity", "id": "0030d39b72f0449b8208b681178c285c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c8fb473b0f04e83830f7a75944acbe9"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "729c02f01002494dab6ed9a926bdfccd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1c3dacc81274d8fb0eaced198d314d4"}], "type": "cloudformation", "id": "16449c993988469ab56357077f5b470b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ffbdb02f41e4ff789601ab9cb64cc87"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7965183181f48809e78e13c3250854c"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbbf48437c474780aac01f57176f1547"}], "type": "metric", "id": "24eeb323eec4412193a91b352f92d17b", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30a1c7fc84174866ab2b3dd781789480"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb029f9c739f44a9a484122c3a4cbfb3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec599a5dcb9f4632a798a2552155c771"}], "type": "event", "id": "261030e7e83e4fa3859a649138f8a08a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d16321e965e41a4824780dad34228a9"}, {"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a03c1266415c4c14a1ed199cb8a940c7"}, {"url": "http://172.30.9.23:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8a250e8386e48b483fa54c92aa6996a"}], "type": "volumev2", "id": "2a955477215b4a5ea28297e0a08f9316", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e4515a9087446dc8a7eba0172b22835"}, {"url": "http://172.30.9.23:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "314fb8d0464a418084989bddb0796f6b"}, {"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "442ae7e6a0e74d7fae7cbd4aa9ed37ca"}], "type": "volume", "id": "35f58fde79c74234a7c2dd5e54f101a8", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "7eccb6e4ae4b49549c47acd1ac6ead6d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bd53a0f12c147a88651300b4271c43a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83b96846ea9a4bdc9cbfdccc36801480"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85d1b06ca0bb4c23a5d7b6babd23c0a9"}], "type": "network", "id": "911269b0b0824ccead356417d239e17a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1463402c9a784a22bec053232ea2e90d"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "963a61e993694fa489ea6be89a715314"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d0608d11e95c46fe913468184bd226d5"}], "type": "placement", "id": "acfd9629acd54010b6e5f81da0b05f9f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "69a55cf1e4a94874bb532cde06bbb8f2"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ad07c96b044b44846df62a50efff45"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e36a640cb83c4da88022c9702bd860ec"}], "type": "image", "id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f3f59ce34b4de9822ab5a73808bebf"}, {"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7cb26061d0a2489fb494ef2e1217e006"}, {"url": "http://172.30.9.23:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc00904466694a34b0c91611b9e0011d"}], "type": "orchestration", "id": "d31c8e55b8a54897b5c3cb3358cea4bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "315c01be4abd486fb96f88e18c4bf749"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e652b71d18534cfa9aa04388076f6f3f"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb528eafb0f4457bafdf8a1aa18a6855"}], "type": "alarming", "id": "e9eb5daafb34427283ebb83af63d0b61", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20e0f1771418405d851fbfe15b8b9d11"}, {"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c62eb4ca78e6477ab800ea1fd1f27cab"}, {"url": "http://172.30.9.23:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc52f82b1a9a4703a27e8d0b99dc409c"}], "type": "volumev3", "id": "eeb0f42e30dd49708baa3d892d730850", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c5e240dc41d4e63b4d1c1e3e14f4814"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c71c7136dbc42d6810109c9ee714434"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83517be5327e409983c75f6cd2d6442a"}], "type": "compute", "id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.24:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f1ce117ef734b7f9f994fc4e325fe1d"}, {"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "872fa61a954f457ba31286ce69e51f31"}, {"url": "http://172.30.9.23:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8903f4c2eb20405f8b6cc0c08463a1b3"}], "type": "object-store", "id": "f6b168ea1a414562ac40c2c9adcb086c", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8e1baf3d2d13429ea4fcbed26632d12b"}, "audit_ids": ["YYQvIwSeTOmiOiHAeRuRag"], "issued_at": "2018-09-03T13:03:01.000000Z"}} 2018-09-03 13:03:01,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:03:01,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:02,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c85c8d6b-efd2-407f-82f1-ef72aeda8bef Date: Mon, 03 Sep 2018 13:03:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"}]} 2018-09-03 13:03:02,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c85c8d6b-efd2-407f-82f1-ef72aeda8bef 2018-09-03 13:03:02,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355002880096s 2018-09-03 13:03:02,194 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c85c8d6b-efd2-407f-82f1-ef72aeda8bef 2018-09-03 13:03:02,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:03:02,203 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 13:03:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a703fed7-6c0c-4495-bee0-01514b22d2f4 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.23:5000/v3/", "rel": "self"}]}]}} 2018-09-03 13:03:02,203 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-a703fed7-6c0c-4495-bee0-01514b22d2f4 2018-09-03 13:03:02,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 13:03:02,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:02,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-199bb51a-ff01-4ac2-9f93-58e1a48a4d57 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/e5fa09283e9c4ab4ad85e54bc8818715"}, "tags": [], "enabled": true, "id": "e5fa09283e9c4ab4ad85e54bc8818715", "name": "heat_stack"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-03 13:03:02,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-199bb51a-ff01-4ac2-9f93-58e1a48a4d57 2018-09-03 13:03:02,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.189617156982s 2018-09-03 13:03:02,394 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-199bb51a-ff01-4ac2-9f93-58e1a48a4d57 2018-09-03 13:03:02,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-03 13:03:02,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_ff983e2f-db26-49ca-94a2-66419b50bda6"}}' 2018-09-03 13:03:02,664 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 13:03:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bc8e63a-827a-4a7d-9eea-271d7a1e3d0b 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.23:5000/v3/projects/ac857159fa4248e19f6666f597cf05d6"}, "tags": [], "enabled": true, "id": "ac857159fa4248e19f6666f597cf05d6", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_ff983e2f-db26-49ca-94a2-66419b50bda6"}} 2018-09-03 13:03:02,665 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-8bc8e63a-827a-4a7d-9eea-271d7a1e3d0b 2018-09-03 13:03:02,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.264539957047s 2018-09-03 13:03:02,665 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-8bc8e63a-827a-4a7d-9eea-271d7a1e3d0b 2018-09-03 13:03:02,666 - 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'ac857159fa4248e19f6666f597cf05d6', '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_ff983e2f-db26-49ca-94a2-66419b50bda6'}) 2018-09-03 13:03:02,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-03 13:03:02,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "00c5a85d-97ee-4c40-8e80-bf3478c2aaf4", "email": null, "name": "singlevm2-user_ff983e2f-db26-49ca-94a2-66419b50bda6"}}' 2018-09-03 13:03:03,225 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 13:03:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a69bdde-eff6-4204-a34a-694b27cb8cbd Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_ff983e2f-db26-49ca-94a2-66419b50bda6", "links": {"self": "http://172.30.9.23:5000/v3/users/a85cda8a61544456a858e883649f9f9f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a85cda8a61544456a858e883649f9f9f", "domain_id": "default", "password_expires_at": null}} 2018-09-03 13:03:03,226 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-4a69bdde-eff6-4204-a34a-694b27cb8cbd 2018-09-03 13:03:03,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.553791046143s 2018-09-03 13:03:03,226 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-4a69bdde-eff6-4204-a34a-694b27cb8cbd 2018-09-03 13:03:03,227 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a85cda8a61544456a858e883649f9f9f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_ff983e2f-db26-49ca-94a2-66419b50bda6'}) 2018-09-03 13:03:03,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 13:03:03,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:03,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d6de473-4b05-48be-ae91-a8b0a1f8c145 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "78d3bfb9906e48f2b2b75581c74e9e2e", "links": {"self": "http://172.30.9.23:5000/v3/roles/78d3bfb9906e48f2b2b75581c74e9e2e"}, "name": "member"}, {"domain_id": null, "id": "7a0baf4ff8064d1ea595a9e736390679", "links": {"self": "http://172.30.9.23:5000/v3/roles/7a0baf4ff8064d1ea595a9e736390679"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9dcb839af72345d3983a1813d8467c8c", "links": {"self": "http://172.30.9.23:5000/v3/roles/9dcb839af72345d3983a1813d8467c8c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a851cc281038430daa3c9cacc5b7f336", "links": {"self": "http://172.30.9.23:5000/v3/roles/a851cc281038430daa3c9cacc5b7f336"}, "name": "reader"}, {"domain_id": null, "id": "abc0569da81741d8bfed320ebcc66090", "links": {"self": "http://172.30.9.23:5000/v3/roles/abc0569da81741d8bfed320ebcc66090"}, "name": "swiftoperator"}, {"domain_id": null, "id": "fa06c02911cf47bfb93c9f379ee33586", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa06c02911cf47bfb93c9f379ee33586"}, "name": "admin"}]} 2018-09-03 13:03:03,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4d6de473-4b05-48be-ae91-a8b0a1f8c145 2018-09-03 13:03:03,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201234102249s 2018-09-03 13:03:03,432 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4d6de473-4b05-48be-ae91-a8b0a1f8c145 2018-09-03 13:03:03,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 13:03:03,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:03,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ca32d7d-114d-4d64-bea1-d33bcc7fbb13 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "78d3bfb9906e48f2b2b75581c74e9e2e", "links": {"self": "http://172.30.9.23:5000/v3/roles/78d3bfb9906e48f2b2b75581c74e9e2e"}, "name": "member"}, {"domain_id": null, "id": "7a0baf4ff8064d1ea595a9e736390679", "links": {"self": "http://172.30.9.23:5000/v3/roles/7a0baf4ff8064d1ea595a9e736390679"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9dcb839af72345d3983a1813d8467c8c", "links": {"self": "http://172.30.9.23:5000/v3/roles/9dcb839af72345d3983a1813d8467c8c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a851cc281038430daa3c9cacc5b7f336", "links": {"self": "http://172.30.9.23:5000/v3/roles/a851cc281038430daa3c9cacc5b7f336"}, "name": "reader"}, {"domain_id": null, "id": "abc0569da81741d8bfed320ebcc66090", "links": {"self": "http://172.30.9.23:5000/v3/roles/abc0569da81741d8bfed320ebcc66090"}, "name": "swiftoperator"}, {"domain_id": null, "id": "fa06c02911cf47bfb93c9f379ee33586", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa06c02911cf47bfb93c9f379ee33586"}, "name": "admin"}]} 2018-09-03 13:03:03,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5ca32d7d-114d-4d64-bea1-d33bcc7fbb13 2018-09-03 13:03:03,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.21563410759s 2018-09-03 13:03:03,652 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5ca32d7d-114d-4d64-bea1-d33bcc7fbb13 2018-09-03 13:03:03,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 13:03:03,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:03,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-630483ff-0ad2-47fc-bb58-86945402bb68 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "78d3bfb9906e48f2b2b75581c74e9e2e", "links": {"self": "http://172.30.9.23:5000/v3/roles/78d3bfb9906e48f2b2b75581c74e9e2e"}, "name": "member"}, {"domain_id": null, "id": "7a0baf4ff8064d1ea595a9e736390679", "links": {"self": "http://172.30.9.23:5000/v3/roles/7a0baf4ff8064d1ea595a9e736390679"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9dcb839af72345d3983a1813d8467c8c", "links": {"self": "http://172.30.9.23:5000/v3/roles/9dcb839af72345d3983a1813d8467c8c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a851cc281038430daa3c9cacc5b7f336", "links": {"self": "http://172.30.9.23:5000/v3/roles/a851cc281038430daa3c9cacc5b7f336"}, "name": "reader"}, {"domain_id": null, "id": "abc0569da81741d8bfed320ebcc66090", "links": {"self": "http://172.30.9.23:5000/v3/roles/abc0569da81741d8bfed320ebcc66090"}, "name": "swiftoperator"}, {"domain_id": null, "id": "fa06c02911cf47bfb93c9f379ee33586", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa06c02911cf47bfb93c9f379ee33586"}, "name": "admin"}]} 2018-09-03 13:03:03,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-630483ff-0ad2-47fc-bb58-86945402bb68 2018-09-03 13:03:03,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196413993835s 2018-09-03 13:03:03,854 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-630483ff-0ad2-47fc-bb58-86945402bb68 2018-09-03 13:03:03,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 13:03:03,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:04,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5a5f51a-62fa-45bd-956a-f9721b31c6a0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-03 13:03:04,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-e5a5f51a-62fa-45bd-956a-f9721b31c6a0 2018-09-03 13:03:04,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197793006897s 2018-09-03 13:03:04,057 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-e5a5f51a-62fa-45bd-956a-f9721b31c6a0 2018-09-03 13:03:04,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 13:03:04,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:04,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93ba9bbd-9595-4d21-a92e-f5317a3b1c8a Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/06cdd53f6b4041aba68cf0565927fbc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06cdd53f6b4041aba68cf0565927fbc6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/0a63fbc9d4954ac5b6c4efab45fd7adb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a63fbc9d4954ac5b6c4efab45fd7adb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/1600e7e261fb4cb79fe4d91aa2bd42b8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1600e7e261fb4cb79fe4d91aa2bd42b8", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/3f04ad3eec194d8c8eba48d0778eb749"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f04ad3eec194d8c8eba48d0778eb749", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5355556d3d534dda8439d49d801987aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355556d3d534dda8439d49d801987aa", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/600928af9d0047df953c458d3783dcfc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "600928af9d0047df953c458d3783dcfc", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/75be13d3036d4b5e91aab4a82efc30b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75be13d3036d4b5e91aab4a82efc30b7", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/8ab8e4efd21047b8b58ed47a4dafc84c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ab8e4efd21047b8b58ed47a4dafc84c", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8e1baf3d2d13429ea4fcbed26632d12b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e1baf3d2d13429ea4fcbed26632d12b", "email": "admin@example.com", "password_expires_at": null}, {"name": "singlevm2-user_ff983e2f-db26-49ca-94a2-66419b50bda6", "links": {"self": "http://172.30.9.23:5000/v3/users/a85cda8a61544456a858e883649f9f9f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a85cda8a61544456a858e883649f9f9f", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/be1d87c1af60485fa5e393aedff1c368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be1d87c1af60485fa5e393aedff1c368", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/d67c80e728934dcc81327588b274aa7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d67c80e728934dcc81327588b274aa7b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/dd85cb6ea04f4e3e8515040959ad911b"}, "domain_id": "e5fa09283e9c4ab4ad85e54bc8818715", "enabled": true, "options": {}, "id": "dd85cb6ea04f4e3e8515040959ad911b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e0c3be377710439591833f359b6b1578"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0c3be377710439591833f359b6b1578", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/eae8dd0a6d7b4fdcbdddd40731c94872"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eae8dd0a6d7b4fdcbdddd40731c94872", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-03 13:03:04,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-93ba9bbd-9595-4d21-a92e-f5317a3b1c8a 2018-09-03 13:03:04,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218233823776s 2018-09-03 13:03:04,276 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-93ba9bbd-9595-4d21-a92e-f5317a3b1c8a 2018-09-03 13:03:04,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 13:03:04,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:04,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-450f3d4f-0b5f-488a-99b2-b9818130ec88 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/bfa146530bbf46e88a12a52a04c9b9d5"}, "tags": [], "enabled": true, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1"}, "tags": [], "enabled": true, "id": "2c0cd9e55a334d8284e782a17dc6ccf1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.23:5000/v3/projects/ac857159fa4248e19f6666f597cf05d6"}, "tags": [], "enabled": true, "id": "ac857159fa4248e19f6666f597cf05d6", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_ff983e2f-db26-49ca-94a2-66419b50bda6"}]} 2018-09-03 13:03:04,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-450f3d4f-0b5f-488a-99b2-b9818130ec88 2018-09-03 13:03:04,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193536043167s 2018-09-03 13:03:04,481 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-450f3d4f-0b5f-488a-99b2-b9818130ec88 2018-09-03 13:03:04,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-03 13:03:04,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=a85cda8a61544456a858e883649f9f9f&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=ac857159fa4248e19f6666f597cf05d6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:04,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-565349b9-c832-4472-8481-7cce73d2cf4c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=a85cda8a61544456a858e883649f9f9f&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=ac857159fa4248e19f6666f597cf05d6", "previous": null, "next": null}} 2018-09-03 13:03:04,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=a85cda8a61544456a858e883649f9f9f&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=ac857159fa4248e19f6666f597cf05d6 used request id req-565349b9-c832-4472-8481-7cce73d2cf4c 2018-09-03 13:03:04,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.195788860321s 2018-09-03 13:03:04,685 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=a85cda8a61544456a858e883649f9f9f&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=ac857159fa4248e19f6666f597cf05d6 used request id req-565349b9-c832-4472-8481-7cce73d2cf4c 2018-09-03 13:03:04,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-03 13:03:04,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/ac857159fa4248e19f6666f597cf05d6/users/a85cda8a61544456a858e883649f9f9f/roles/78d3bfb9906e48f2b2b75581c74e9e2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:04,975 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:03:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d093f856-f8e3-4b26-a6d7-3321baad2d0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 13:03:04,975 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ac857159fa4248e19f6666f597cf05d6/users/a85cda8a61544456a858e883649f9f9f/roles/78d3bfb9906e48f2b2b75581c74e9e2e used request id req-d093f856-f8e3-4b26-a6d7-3321baad2d0b 2018-09-03 13:03:04,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.286988019943s 2018-09-03 13:03:04,976 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ac857159fa4248e19f6666f597cf05d6/users/a85cda8a61544456a858e883649f9f9f/roles/78d3bfb9906e48f2b2b75581c74e9e2e used request id req-d093f856-f8e3-4b26-a6d7-3321baad2d0b 2018-09-03 13:03:04,976 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_ff983e2f-db26-49ca-94a2-66419b50bda6', 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'ac857159fa4248e19f6666f597cf05d6', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '00c5a85d-97ee-4c40-8e80-bf3478c2aaf4', 'username': u'singlevm2-user_ff983e2f-db26-49ca-94a2-66419b50bda6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-03 13:03:04,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 13:03:04,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 13:03:04,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 13:03:04,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 13:03:04,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 13:03:04,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 13:03:04,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 13:03:04,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 13:03:04,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 13:03:04,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 13:03:04,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 13:03:04,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 13:03:04,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 13:03:04,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 13:03:04,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 13:03:04,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 13:03:04,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 13:03:04,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 13:03:04,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 13:03:04,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 13:03:04,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 13:03:04,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 13:03:04,981 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_ff983e2f-db26-49ca-94a2-66419b50bda6', 'password': '00c5a85d-97ee-4c40-8e80-bf3478c2aaf4', 'project_name': 'singlevm2-project_ff983e2f-db26-49ca-94a2-66419b50bda6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'ac857159fa4248e19f6666f597cf05d6', 'project_domain_name': 'Default'} 2018-09-03 13:03:04,982 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-09-03 13:03:04,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:03:04,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8d9656e-6eb1-4806-af10-150eaac4bc31 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-03 13:03:04,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b8d9656e-6eb1-4806-af10-150eaac4bc31 2018-09-03 13:03:04,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-03 13:03:05,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "78d3bfb9906e48f2b2b75581c74e9e2e", "name": "member"}, {"id": "a851cc281038430daa3c9cacc5b7f336", "name": "reader"}], "expires_at": "2018-09-03T14:03:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac857159fa4248e19f6666f597cf05d6", "name": "singlevm2-project_ff983e2f-db26-49ca-94a2-66419b50bda6"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "14b74310259b4bda84735ddde8126816"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af5df17d1972449eb536f6a4360734fc"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c511759dd9da48fdb3de1c5fc0ff202c"}], "type": "identity", "id": "0030d39b72f0449b8208b681178c285c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c8fb473b0f04e83830f7a75944acbe9"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "729c02f01002494dab6ed9a926bdfccd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1c3dacc81274d8fb0eaced198d314d4"}], "type": "cloudformation", "id": "16449c993988469ab56357077f5b470b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ffbdb02f41e4ff789601ab9cb64cc87"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7965183181f48809e78e13c3250854c"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbbf48437c474780aac01f57176f1547"}], "type": "metric", "id": "24eeb323eec4412193a91b352f92d17b", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30a1c7fc84174866ab2b3dd781789480"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb029f9c739f44a9a484122c3a4cbfb3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec599a5dcb9f4632a798a2552155c771"}], "type": "event", "id": "261030e7e83e4fa3859a649138f8a08a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ac857159fa4248e19f6666f597cf05d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d16321e965e41a4824780dad34228a9"}, {"url": "http://192.30.9.4:8776/v2/ac857159fa4248e19f6666f597cf05d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a03c1266415c4c14a1ed199cb8a940c7"}, {"url": "http://172.30.9.23:8776/v2/ac857159fa4248e19f6666f597cf05d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8a250e8386e48b483fa54c92aa6996a"}], "type": "volumev2", "id": "2a955477215b4a5ea28297e0a08f9316", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ac857159fa4248e19f6666f597cf05d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e4515a9087446dc8a7eba0172b22835"}, {"url": "http://172.30.9.23:8776/v1/ac857159fa4248e19f6666f597cf05d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "314fb8d0464a418084989bddb0796f6b"}, {"url": "http://192.30.9.4:8776/v1/ac857159fa4248e19f6666f597cf05d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "442ae7e6a0e74d7fae7cbd4aa9ed37ca"}], "type": "volume", "id": "35f58fde79c74234a7c2dd5e54f101a8", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "7eccb6e4ae4b49549c47acd1ac6ead6d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bd53a0f12c147a88651300b4271c43a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83b96846ea9a4bdc9cbfdccc36801480"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85d1b06ca0bb4c23a5d7b6babd23c0a9"}], "type": "network", "id": "911269b0b0824ccead356417d239e17a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1463402c9a784a22bec053232ea2e90d"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "963a61e993694fa489ea6be89a715314"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d0608d11e95c46fe913468184bd226d5"}], "type": "placement", "id": "acfd9629acd54010b6e5f81da0b05f9f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "69a55cf1e4a94874bb532cde06bbb8f2"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ad07c96b044b44846df62a50efff45"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e36a640cb83c4da88022c9702bd860ec"}], "type": "image", "id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ac857159fa4248e19f6666f597cf05d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f3f59ce34b4de9822ab5a73808bebf"}, {"url": "http://192.30.9.4:8004/v1/ac857159fa4248e19f6666f597cf05d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7cb26061d0a2489fb494ef2e1217e006"}, {"url": "http://172.30.9.23:8004/v1/ac857159fa4248e19f6666f597cf05d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc00904466694a34b0c91611b9e0011d"}], "type": "orchestration", "id": "d31c8e55b8a54897b5c3cb3358cea4bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "315c01be4abd486fb96f88e18c4bf749"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e652b71d18534cfa9aa04388076f6f3f"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb528eafb0f4457bafdf8a1aa18a6855"}], "type": "alarming", "id": "e9eb5daafb34427283ebb83af63d0b61", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ac857159fa4248e19f6666f597cf05d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20e0f1771418405d851fbfe15b8b9d11"}, {"url": "http://192.30.9.4:8776/v3/ac857159fa4248e19f6666f597cf05d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c62eb4ca78e6477ab800ea1fd1f27cab"}, {"url": "http://172.30.9.23:8776/v3/ac857159fa4248e19f6666f597cf05d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc52f82b1a9a4703a27e8d0b99dc409c"}], "type": "volumev3", "id": "eeb0f42e30dd49708baa3d892d730850", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c5e240dc41d4e63b4d1c1e3e14f4814"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c71c7136dbc42d6810109c9ee714434"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83517be5327e409983c75f6cd2d6442a"}], "type": "compute", "id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.24:8080/v1/AUTH_ac857159fa4248e19f6666f597cf05d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f1ce117ef734b7f9f994fc4e325fe1d"}, {"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "872fa61a954f457ba31286ce69e51f31"}, {"url": "http://172.30.9.23:8080/v1/AUTH_ac857159fa4248e19f6666f597cf05d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8903f4c2eb20405f8b6cc0c08463a1b3"}], "type": "object-store", "id": "f6b168ea1a414562ac40c2c9adcb086c", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_ff983e2f-db26-49ca-94a2-66419b50bda6", "id": "a85cda8a61544456a858e883649f9f9f"}, "audit_ids": ["nIQ3106QTMek4bcoKe5yfw"], "issued_at": "2018-09-03T13:03:05.000000Z"}} 2018-09-03 13:03:05,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 13:03:05,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" -d '{"network": {"name": "singlevm2-net_ff983e2f-db26-49ca-94a2-66419b50bda6", "admin_state_up": true}}' 2018-09-03 13:03:06,155 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-36c3a9cc-4fe7-4f2d-957f-d4f1dea68fc3 Date: Mon, 03 Sep 2018 13:03:06 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"ac857159fa4248e19f6666f597cf05d6","created_at":"2018-09-03T13:03:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-03T13:03:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"ac857159fa4248e19f6666f597cf05d6","id":"bfdc32c4-2a82-499b-94de-867086eec58d","name":"singlevm2-net_ff983e2f-db26-49ca-94a2-66419b50bda6"}} 2018-09-03 13:03:06,155 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-36c3a9cc-4fe7-4f2d-957f-d4f1dea68fc3 2018-09-03 13:03:06,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.742078065872s 2018-09-03 13:03:06,156 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-36c3a9cc-4fe7-4f2d-957f-d4f1dea68fc3 2018-09-03 13:03:06,156 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T13:03:05Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'bfdc32c4-2a82-499b-94de-867086eec58d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_ff983e2f-db26-49ca-94a2-66419b50bda6', u'admin_state_up': True, u'tenant_id': u'ac857159fa4248e19f6666f597cf05d6', u'created_at': u'2018-09-03T13:03:05Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ac857159fa4248e19f6666f597cf05d6'}) 2018-09-03 13:03:06,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:03:06,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:06,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-c53208dd-fa89-451f-a164-1c5ae28455ba Date: Mon, 03 Sep 2018 13:03: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":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"updated_at":"2018-09-03T12:57:08Z","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"375df95b-45ed-41c6-894d-720224bc2919","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-09-03T13:03:05Z","tenant_id":"ac857159fa4248e19f6666f597cf05d6","created_at":"2018-09-03T13:03:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"ac857159fa4248e19f6666f597cf05d6","id":"bfdc32c4-2a82-499b-94de-867086eec58d","name":"singlevm2-net_ff983e2f-db26-49ca-94a2-66419b50bda6"}]} 2018-09-03 13:03:06,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c53208dd-fa89-451f-a164-1c5ae28455ba 2018-09-03 13:03:06,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.42170214653s 2018-09-03 13:03:06,579 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c53208dd-fa89-451f-a164-1c5ae28455ba 2018-09-03 13:03:06,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 13:03:06,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" -d '{"subnet": {"name": "singlevm2-subnet_ff983e2f-db26-49ca-94a2-66419b50bda6", "enable_dhcp": true, "network_id": "bfdc32c4-2a82-499b-94de-867086eec58d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 13:03:07,519 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-0c2a147d-a760-4f28-9835-e06ad689c736 Date: Mon, 03 Sep 2018 13:03:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfdc32c4-2a82-499b-94de-867086eec58d","tenant_id":"ac857159fa4248e19f6666f597cf05d6","created_at":"2018-09-03T13:03:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:03:07Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"ac857159fa4248e19f6666f597cf05d6","id":"fc611224-bab9-419d-b8e5-28b59b0268c0","subnetpool_id":null,"name":"singlevm2-subnet_ff983e2f-db26-49ca-94a2-66419b50bda6"}} 2018-09-03 13:03:07,519 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-0c2a147d-a760-4f28-9835-e06ad689c736 2018-09-03 13:03:07,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.939157962799s 2018-09-03 13:03:07,520 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-0c2a147d-a760-4f28-9835-e06ad689c736 2018-09-03 13:03:07,520 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T13:03:07Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'fc611224-bab9-419d-b8e5-28b59b0268c0', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_ff983e2f-db26-49ca-94a2-66419b50bda6', u'enable_dhcp': True, u'network_id': u'bfdc32c4-2a82-499b-94de-867086eec58d', u'tenant_id': u'ac857159fa4248e19f6666f597cf05d6', u'created_at': u'2018-09-03T13:03:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ac857159fa4248e19f6666f597cf05d6'}) 2018-09-03 13:03:07,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 13:03:07,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" -d '{"router": {"external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919"}, "name": "singlevm2-router_ff983e2f-db26-49ca-94a2-66419b50bda6", "admin_state_up": true}}' 2018-09-03 13:03:08,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-e53446ef-0a02-42a0-89cc-fdb177f898ef Date: Mon, 03 Sep 2018 13:03:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d5e68d41-1994-4bbd-a1be-d037ac306e9b", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "created_at": "2018-09-03T13:03:07Z", "admin_state_up": true, "updated_at": "2018-09-03T13:03:08Z", "revision_number": 2, "routes": [], "project_id": "ac857159fa4248e19f6666f597cf05d6", "id": "60b458cf-918d-4636-8453-1c3cf43e12b9", "name": "singlevm2-router_ff983e2f-db26-49ca-94a2-66419b50bda6"}} 2018-09-03 13:03:08,966 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e53446ef-0a02-42a0-89cc-fdb177f898ef 2018-09-03 13:03:08,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.44455504417s 2018-09-03 13:03:08,966 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e53446ef-0a02-42a0-89cc-fdb177f898ef 2018-09-03 13:03:08,966 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'375df95b-45ed-41c6-894d-720224bc2919', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd5e68d41-1994-4bbd-a1be-d037ac306e9b', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ac857159fa4248e19f6666f597cf05d6', u'created_at': u'2018-09-03T13:03:07Z', u'admin_state_up': True, u'updated_at': u'2018-09-03T13:03:08Z', u'revision_number': 2, u'routes': [], u'project_id': u'ac857159fa4248e19f6666f597cf05d6', u'id': u'60b458cf-918d-4636-8453-1c3cf43e12b9', u'name': u'singlevm2-router_ff983e2f-db26-49ca-94a2-66419b50bda6'}) 2018-09-03 13:03:08,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 13:03:08,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/60b458cf-918d-4636-8453-1c3cf43e12b9/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" -d '{"subnet_id": "fc611224-bab9-419d-b8e5-28b59b0268c0"}' 2018-09-03 13:03:11,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-32eeace9-6925-440f-82d2-620d86d8874e Date: Mon, 03 Sep 2018 13:03:11 GMT RESP BODY: {"network_id": "bfdc32c4-2a82-499b-94de-867086eec58d", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "subnet_id": "fc611224-bab9-419d-b8e5-28b59b0268c0", "subnet_ids": ["fc611224-bab9-419d-b8e5-28b59b0268c0"], "port_id": "6b75fdff-85ce-4ae6-8555-d0abeea8e53a", "id": "60b458cf-918d-4636-8453-1c3cf43e12b9"} 2018-09-03 13:03:11,424 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/60b458cf-918d-4636-8453-1c3cf43e12b9/add_router_interface.json used request id req-32eeace9-6925-440f-82d2-620d86d8874e 2018-09-03 13:03:11,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.45737910271s 2018-09-03 13:03:11,425 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/60b458cf-918d-4636-8453-1c3cf43e12b9/add_router_interface.json used request id req-32eeace9-6925-440f-82d2-620d86d8874e returning object 60b458cf-918d-4636-8453-1c3cf43e12b9 2018-09-03 13:03:11,425 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-03 13:03:11,558 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-03 13:03:11,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:03:11,564 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 03 Sep 2018 13:03:11 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-09-03 13:03:11,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:03:11,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:11,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-de00edfe-65a4-4d04-8585-dab4670e28e8 Date: Mon, 03 Sep 2018 13:03:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:03:11,869 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-de00edfe-65a4-4d04-8585-dab4670e28e8 2018-09-03 13:03:11,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.302776098251s 2018-09-03 13:03:11,869 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-de00edfe-65a4-4d04-8585-dab4670e28e8 2018-09-03 13:03:11,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-03 13:03:11,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_ff983e2f-db26-49ca-94a2-66419b50bda6", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_ff983e2f-db26-49ca-94a2-66419b50bda6"}' 2018-09-03 13:03:12,714 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/398236d6-e93a-4109-9400-a03aea09faf2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-eea4a0bd-2a71-4325-8af5-c919f28259c1 Date: Mon, 03 Sep 2018 13:03:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:03:12Z", "file": "/v2/images/398236d6-e93a-4109-9400-a03aea09faf2/file", "owner": "ac857159fa4248e19f6666f597cf05d6", "id": "398236d6-e93a-4109-9400-a03aea09faf2", "size": null, "self": "/v2/images/398236d6-e93a-4109-9400-a03aea09faf2", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_ff983e2f-db26-49ca-94a2-66419b50bda6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_ff983e2f-db26-49ca-94a2-66419b50bda6", "checksum": null, "created_at": "2018-09-03T13:03:12Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-03 13:03:12,714 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-eea4a0bd-2a71-4325-8af5-c919f28259c1 2018-09-03 13:03:12,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.837498188019s 2018-09-03 13:03:12,715 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-eea4a0bd-2a71-4325-8af5-c919f28259c1 returning object 398236d6-e93a-4109-9400-a03aea09faf2 2018-09-03 13:03:12,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-03 13:03:12,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/398236d6-e93a-4109-9400-a03aea09faf2/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.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" -d '' 2018-09-03 13:03:14,366 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6edf0ffb-e156-40b3-a8bb-c4cd51f6ceec Date: Mon, 03 Sep 2018 13:03:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 13:03:14,366 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/398236d6-e93a-4109-9400-a03aea09faf2/file used request id req-6edf0ffb-e156-40b3-a8bb-c4cd51f6ceec 2018-09-03 13:03:14,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.65070414543s 2018-09-03 13:03:14,367 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/398236d6-e93a-4109-9400-a03aea09faf2/file used request id req-6edf0ffb-e156-40b3-a8bb-c4cd51f6ceec 2018-09-03 13:03:14,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:03:14,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:15,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-cde2889d-f390-4b54-b158-4108842bfdc1 Date: Mon, 03 Sep 2018 13:03:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:03:14Z", "file": "/v2/images/398236d6-e93a-4109-9400-a03aea09faf2/file", "owner": "ac857159fa4248e19f6666f597cf05d6", "id": "398236d6-e93a-4109-9400-a03aea09faf2", "size": 12716032, "self": "/v2/images/398236d6-e93a-4109-9400-a03aea09faf2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/398236d6-e93a-4109-9400-a03aea09faf2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/398236d6-e93a-4109-9400-a03aea09faf2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_ff983e2f-db26-49ca-94a2-66419b50bda6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_ff983e2f-db26-49ca-94a2-66419b50bda6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-03T13:03:12Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:03:15,163 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-cde2889d-f390-4b54-b158-4108842bfdc1 2018-09-03 13:03:15,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.792360067368s 2018-09-03 13:03:15,164 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-cde2889d-f390-4b54-b158-4108842bfdc1 2018-09-03 13:03:15,166 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/398236d6-e93a-4109-9400-a03aea09faf2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/398236d6-e93a-4109-9400-a03aea09faf2/file', 'owner': u'ac857159fa4248e19f6666f597cf05d6', 'id': u'398236d6-e93a-4109-9400-a03aea09faf2', 'size': 12716032, u'self': u'/v2/images/398236d6-e93a-4109-9400-a03aea09faf2', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ac857159fa4248e19f6666f597cf05d6', 'name': 'singlevm2-project_ff983e2f-db26-49ca-94a2-66419b50bda6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/398236d6-e93a-4109-9400-a03aea09faf2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-03T13:03:14Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-03T13:03:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_ff983e2f-db26-49ca-94a2-66419b50bda6', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/398236d6-e93a-4109-9400-a03aea09faf2', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_ff983e2f-db26-49ca-94a2-66419b50bda6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_ff983e2f-db26-49ca-94a2-66419b50bda6', 'created': u'2018-09-03T13:03:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-03T13:03:12Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/398236d6-e93a-4109-9400-a03aea09faf2', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_ff983e2f-db26-49ca-94a2-66419b50bda6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-03 13:03:15,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-03 13:03:15,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_ff983e2f-db26-49ca-94a2-66419b50bda6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-03 13:03:16,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03: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-82be0414-ce8e-4b86-b6dc-12dbf2b80e39 x-compute-request-id: req-82be0414-ce8e-4b86-b6dc-12dbf2b80e39 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_ff983e2f-db26-49ca-94a2-66419b50bda6", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997", "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": "668b8ddd-0f9a-4dc2-9db6-77be2e336997"}} 2018-09-03 13:03:16,010 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-82be0414-ce8e-4b86-b6dc-12dbf2b80e39 2018-09-03 13:03:16,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.84373998642s 2018-09-03 13:03:16,011 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-82be0414-ce8e-4b86-b6dc-12dbf2b80e39 2018-09-03 13:03:16,012 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_ff983e2f-db26-49ca-94a2-66419b50bda6', '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'bfa146530bbf46e88a12a52a04c9b9d5', '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'668b8ddd-0f9a-4dc2-9db6-77be2e336997', 'swap': 0}) 2018-09-03 13:03:16,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-03 13:03:16,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" -d '{"extra_specs": {}}' 2018-09-03 13:03:16,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03: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-7550d7eb-992f-4482-8b16-b616c0ee9d2f x-compute-request-id: req-7550d7eb-992f-4482-8b16-b616c0ee9d2f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-03 13:03:16,039 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997/os-extra_specs used request id req-7550d7eb-992f-4482-8b16-b616c0ee9d2f 2018-09-03 13:03:16,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.026535987854s 2018-09-03 13:03:16,039 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997/os-extra_specs used request id req-7550d7eb-992f-4482-8b16-b616c0ee9d2f 2018-09-03 13:03:16,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-03 13:03:16,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" -d '{"keypair": {"name": "singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6"}}' 2018-09-03 13:03:16,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e38cecc1-145b-467a-94de-231e3eb2a0a7 x-compute-request-id: req-e38cecc1-145b-467a-94de-231e3eb2a0a7 Content-Encoding: gzip Content-Length: 1799 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCJlGUfJ+lVCjZ0KncF20z35zfn6UTQzdfvvYVhCb8G6Ri/pKLrxZ1p9DqnonKtRYd6v1gkoORWuMvKDE3j7P0VbKC0WXJOJ6+QfnGCBOQysWT88i3hCO3KrNY4eIldV/HR51HG9qhBgC4x1XGGHUMTGZPuYKpFpqpAmdfnWXGbEnIlCXoeOqcGEezfa/Isco4Uzu68boWu3uUwD/Gtq1BrSx89UmkWX3lm1BAc7DneG0Y2tM6tbEY7kB/NPn4HGqwm/PuieDXi9T6WX/F3U/8OBjjK126V52J4m8zEQT+GhC3fIfKeTmVH8fGdSQOjbJ96Fxa99IdjlR2zqnCY0dX Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAwiZRlHyfpVQo2dCp3BdtM9+c35+lE0M3X772FYQm/BukYv6S\ni68WdafQ6p6JyrUWHer9YJKDkVrjLygxN4+z9FWygtFlyTievkH5xggTkMrFk/PI\nt4QjtyqzWOHiJXVfx0edRxvaoQYAuMdVxhh1DExmT7mCqRaaqQJnX51lxmxJyJQl\n6HjqnBhHs32vyLHKOFM7uvG6Frt7lMA/xratQa0sfPVJpFl95ZtQQHOw53htGNrT\nOrWxGO5AfzT5+BxqsJvz7ong14vU+ll/xd1P/DgY4ytduledieJvMxEE/hoQt3yH\nynk5lR/HxnUkDo2yfehcWvfSHY5Uds6pwmNHVwIDAQABAoIBAAjARWkV/PQsyPKY\nby+Wdruh1qZVwdEOdI6CQwFRRZiTfmNf6icVq0N+XvJUVw2l/+s1TlpuADQrDpZv\nj1hbx9a5jiRLX/Uj8jPNMX71mjwqh6FVmbR75kg5SoA1HkZl9f07gyFTZhVf+eRa\nR8l4DL6TKwFo8TTB6hK4IwSySYYaAyljiQSKhip3yKexEWdPU3k8/rL+iVIDZVNK\n7hhBjQhmRSxn5hdN4kuHoxStdEGklHAHcJHJk+5Ll5AmXwRzHkvPIoCKp2ufxEvX\nFok4DO/1Wm4HoQi8oyHy4RJCa/LdrdcF4B5ph46HV5oLWOdNyE9zbjFVxyjwjCTv\nzwG2GgECgYEA/ylN6PPRHutFC/x+O1JyVb9QnZ/UahaWhVssYnmWA2Vp1tIeSX5e\nNQRLA0PRPXPxnfhaEre+49opOSxN6YxUtyp8nojUat0K1/zbrr9LCeGJjux1Uv8T\noByQTuLrVJXllW6FG0p1zZgjIrDnjXQnQ44Io6CAql4KtH6rRQfP3YECgYEAwsmt\nrW/BYuq4RUsKc+jAg4DE62jUfTDJVKCClcnzqSvhGMWcuHYPQHAjh7dui8uAvFrs\nggIr3QdY4vK2mwJjG8jmzYoBuhIletuSwZK9awWC09p0QoKd9OIj7v2D9aAMNYw9\nsc4KLyV3hT7lNU/PrLT3UxgQKGET6PvIOtNwQNcCgYEAwqB52feoCkKAvzzP+GXR\n6k/sqN6SAn3KQFwkBdUiNOL1ETPigEKQjzYAFbRz9MDsioc2BVL8mwX8Laz6nOs6\nbyBMQAy0ofKK4+bulmM5VIchCtCYST9hc951wIZb5IAVx56ujvuD0dd67WospPv1\nOxUqx8yUd98VoUmBUD0+M4ECgYEAlhzq1cBMXrjY7b3Y/l6fDjkMiQcuypPwdGGG\ngX0zZGpGfNq93oJNWrGRECRS8zUPrxi7L64Qs7PX0n6OL4N1cZIwHLKAhi855yaU\nQM2fYHzMyAuQkTksFe65FpMVQRPolNPRL9fDjXXoWC2SYrVxLH4CJG1k9llqCKER\nPBR6a90CgYEA9v/IC83xIyBDppcp/NvGxM7Nsfyj19zOvaxHEX7W7ZY0awTp93So\nsMpPikSk8l6s5dGN6mw5U3v4H+Mh+F2ZUXCMRy5uw412TscDWx+LNVyfv2Se0Z78\n3WYN0QbbjP15T+nIBstZB1QjYCKq7yxe/eo/9KkroAc5rHVTiyv00PM=\n-----END RSA PRIVATE KEY-----\n", "user_id": "a85cda8a61544456a858e883649f9f9f", "name": "singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6", "fingerprint": "bf:bd:d7:f9:ae:1a:96:62:76:d9:94:ee:3a:d8:8b:df"}} 2018-09-03 13:03:16,951 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-e38cecc1-145b-467a-94de-231e3eb2a0a7 2018-09-03 13:03:16,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.911281108856s 2018-09-03 13:03:16,952 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-e38cecc1-145b-467a-94de-231e3eb2a0a7 2018-09-03 13:03:16,953 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCJlGUfJ+lVCjZ0KncF20z35zfn6UTQzdfvvYVhCb8G6Ri/pKLrxZ1p9DqnonKtRYd6v1gkoORWuMvKDE3j7P0VbKC0WXJOJ6+QfnGCBOQysWT88i3hCO3KrNY4eIldV/HR51HG9qhBgC4x1XGGHUMTGZPuYKpFpqpAmdfnWXGbEnIlCXoeOqcGEezfa/Isco4Uzu68boWu3uUwD/Gtq1BrSx89UmkWX3lm1BAc7DneG0Y2tM6tbEY7kB/NPn4HGqwm/PuieDXi9T6WX/F3U/8OBjjK126V52J4m8zEQT+GhC3fIfKeTmVH8fGdSQOjbJ96Fxa99IdjlR2zqnCY0dX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAwiZRlHyfpVQo2dCp3BdtM9+c35+lE0M3X772FYQm/BukYv6S\ni68WdafQ6p6JyrUWHer9YJKDkVrjLygxN4+z9FWygtFlyTievkH5xggTkMrFk/PI\nt4QjtyqzWOHiJXVfx0edRxvaoQYAuMdVxhh1DExmT7mCqRaaqQJnX51lxmxJyJQl\n6HjqnBhHs32vyLHKOFM7uvG6Frt7lMA/xratQa0sfPVJpFl95ZtQQHOw53htGNrT\nOrWxGO5AfzT5+BxqsJvz7ong14vU+ll/xd1P/DgY4ytduledieJvMxEE/hoQt3yH\nynk5lR/HxnUkDo2yfehcWvfSHY5Uds6pwmNHVwIDAQABAoIBAAjARWkV/PQsyPKY\nby+Wdruh1qZVwdEOdI6CQwFRRZiTfmNf6icVq0N+XvJUVw2l/+s1TlpuADQrDpZv\nj1hbx9a5jiRLX/Uj8jPNMX71mjwqh6FVmbR75kg5SoA1HkZl9f07gyFTZhVf+eRa\nR8l4DL6TKwFo8TTB6hK4IwSySYYaAyljiQSKhip3yKexEWdPU3k8/rL+iVIDZVNK\n7hhBjQhmRSxn5hdN4kuHoxStdEGklHAHcJHJk+5Ll5AmXwRzHkvPIoCKp2ufxEvX\nFok4DO/1Wm4HoQi8oyHy4RJCa/LdrdcF4B5ph46HV5oLWOdNyE9zbjFVxyjwjCTv\nzwG2GgECgYEA/ylN6PPRHutFC/x+O1JyVb9QnZ/UahaWhVssYnmWA2Vp1tIeSX5e\nNQRLA0PRPXPxnfhaEre+49opOSxN6YxUtyp8nojUat0K1/zbrr9LCeGJjux1Uv8T\noByQTuLrVJXllW6FG0p1zZgjIrDnjXQnQ44Io6CAql4KtH6rRQfP3YECgYEAwsmt\nrW/BYuq4RUsKc+jAg4DE62jUfTDJVKCClcnzqSvhGMWcuHYPQHAjh7dui8uAvFrs\nggIr3QdY4vK2mwJjG8jmzYoBuhIletuSwZK9awWC09p0QoKd9OIj7v2D9aAMNYw9\nsc4KLyV3hT7lNU/PrLT3UxgQKGET6PvIOtNwQNcCgYEAwqB52feoCkKAvzzP+GXR\n6k/sqN6SAn3KQFwkBdUiNOL1ETPigEKQjzYAFbRz9MDsioc2BVL8mwX8Laz6nOs6\nbyBMQAy0ofKK4+bulmM5VIchCtCYST9hc951wIZb5IAVx56ujvuD0dd67WospPv1\nOxUqx8yUd98VoUmBUD0+M4ECgYEAlhzq1cBMXrjY7b3Y/l6fDjkMiQcuypPwdGGG\ngX0zZGpGfNq93oJNWrGRECRS8zUPrxi7L64Qs7PX0n6OL4N1cZIwHLKAhi855yaU\nQM2fYHzMyAuQkTksFe65FpMVQRPolNPRL9fDjXXoWC2SYrVxLH4CJG1k9llqCKER\nPBR6a90CgYEA9v/IC83xIyBDppcp/NvGxM7Nsfyj19zOvaxHEX7W7ZY0awTp93So\nsMpPikSk8l6s5dGN6mw5U3v4H+Mh+F2ZUXCMRy5uw412TscDWx+LNVyfv2Se0Z78\n3WYN0QbbjP15T+nIBstZB1QjYCKq7yxe/eo/9KkroAc5rHVTiyv00PM=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'a85cda8a61544456a858e883649f9f9f', 'name': u'singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6', 'created_at': '2018-09-03T13:03:16.953063', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ac857159fa4248e19f6666f597cf05d6', 'name': 'singlevm2-project_ff983e2f-db26-49ca-94a2-66419b50bda6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'bf:bd:d7:f9:ae:1a:96:62:76:d9:94:ee:3a:d8:8b:df', 'type': 'ssh', 'id': u'singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6'}) 2018-09-03 13:03:16,953 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAwiZRlHyfpVQo2dCp3BdtM9+c35+lE0M3X772FYQm/BukYv6S i68WdafQ6p6JyrUWHer9YJKDkVrjLygxN4+z9FWygtFlyTievkH5xggTkMrFk/PI t4QjtyqzWOHiJXVfx0edRxvaoQYAuMdVxhh1DExmT7mCqRaaqQJnX51lxmxJyJQl 6HjqnBhHs32vyLHKOFM7uvG6Frt7lMA/xratQa0sfPVJpFl95ZtQQHOw53htGNrT OrWxGO5AfzT5+BxqsJvz7ong14vU+ll/xd1P/DgY4ytduledieJvMxEE/hoQt3yH ynk5lR/HxnUkDo2yfehcWvfSHY5Uds6pwmNHVwIDAQABAoIBAAjARWkV/PQsyPKY by+Wdruh1qZVwdEOdI6CQwFRRZiTfmNf6icVq0N+XvJUVw2l/+s1TlpuADQrDpZv j1hbx9a5jiRLX/Uj8jPNMX71mjwqh6FVmbR75kg5SoA1HkZl9f07gyFTZhVf+eRa R8l4DL6TKwFo8TTB6hK4IwSySYYaAyljiQSKhip3yKexEWdPU3k8/rL+iVIDZVNK 7hhBjQhmRSxn5hdN4kuHoxStdEGklHAHcJHJk+5Ll5AmXwRzHkvPIoCKp2ufxEvX Fok4DO/1Wm4HoQi8oyHy4RJCa/LdrdcF4B5ph46HV5oLWOdNyE9zbjFVxyjwjCTv zwG2GgECgYEA/ylN6PPRHutFC/x+O1JyVb9QnZ/UahaWhVssYnmWA2Vp1tIeSX5e NQRLA0PRPXPxnfhaEre+49opOSxN6YxUtyp8nojUat0K1/zbrr9LCeGJjux1Uv8T oByQTuLrVJXllW6FG0p1zZgjIrDnjXQnQ44Io6CAql4KtH6rRQfP3YECgYEAwsmt rW/BYuq4RUsKc+jAg4DE62jUfTDJVKCClcnzqSvhGMWcuHYPQHAjh7dui8uAvFrs ggIr3QdY4vK2mwJjG8jmzYoBuhIletuSwZK9awWC09p0QoKd9OIj7v2D9aAMNYw9 sc4KLyV3hT7lNU/PrLT3UxgQKGET6PvIOtNwQNcCgYEAwqB52feoCkKAvzzP+GXR 6k/sqN6SAn3KQFwkBdUiNOL1ETPigEKQjzYAFbRz9MDsioc2BVL8mwX8Laz6nOs6 byBMQAy0ofKK4+bulmM5VIchCtCYST9hc951wIZb5IAVx56ujvuD0dd67WospPv1 OxUqx8yUd98VoUmBUD0+M4ECgYEAlhzq1cBMXrjY7b3Y/l6fDjkMiQcuypPwdGGG gX0zZGpGfNq93oJNWrGRECRS8zUPrxi7L64Qs7PX0n6OL4N1cZIwHLKAhi855yaU QM2fYHzMyAuQkTksFe65FpMVQRPolNPRL9fDjXXoWC2SYrVxLH4CJG1k9llqCKER PBR6a90CgYEA9v/IC83xIyBDppcp/NvGxM7Nsfyj19zOvaxHEX7W7ZY0awTp93So sMpPikSk8l6s5dGN6mw5U3v4H+Mh+F2ZUXCMRy5uw412TscDWx+LNVyfv2Se0Z78 3WYN0QbbjP15T+nIBstZB1QjYCKq7yxe/eo/9KkroAc5rHVTiyv00PM= -----END RSA PRIVATE KEY----- 2018-09-03 13:03:16,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-03 13:03:16,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" -d '{"security_group": {"name": "singlevm2-sg_ff983e2f-db26-49ca-94a2-66419b50bda6", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-09-03 13:03:17,398 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-cc81460f-44b0-457d-8aba-ff4ebe2321d9 Date: Mon, 03 Sep 2018 13:03:17 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "created_at": "2018-09-03T13:03:17Z", "updated_at": "2018-09-03T13:03:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:17Z", "revision_number": 0, "id": "6b9831db-0eaf-4be6-a65f-0848de487944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:17Z", "security_group_id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:17Z", "revision_number": 0, "id": "d1b5e6cb-9bcc-418e-b149-28d24740b2e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:17Z", "security_group_id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac857159fa4248e19f6666f597cf05d6"}], "revision_number": 1, "project_id": "ac857159fa4248e19f6666f597cf05d6", "id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "name": "singlevm2-sg_ff983e2f-db26-49ca-94a2-66419b50bda6"}} 2018-09-03 13:03:17,398 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-cc81460f-44b0-457d-8aba-ff4ebe2321d9 2018-09-03 13:03:17,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.441842794418s 2018-09-03 13:03:17,399 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-cc81460f-44b0-457d-8aba-ff4ebe2321d9 2018-09-03 13:03:17,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-03 13:03:17,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:17,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-409e5a38-e7bf-4847-afa5-12a95908fc2d Date: Mon, 03 Sep 2018 13:03:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "created_at": "2018-09-03T13:03:05Z", "updated_at": "2018-09-03T13:03:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:05Z", "revision_number": 0, "id": "0d78ddad-69fd-4991-aece-ae0f271adcd4", "remote_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:05Z", "security_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:05Z", "revision_number": 0, "id": "850e236f-e504-47d9-b2d0-4745cb7479e9", "remote_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:05Z", "security_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:05Z", "revision_number": 0, "id": "e717f666-e38c-4dc7-b50b-181591666e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:05Z", "security_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:05Z", "revision_number": 0, "id": "fd6f2513-cafe-489f-94ce-f5764a7245d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:05Z", "security_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac857159fa4248e19f6666f597cf05d6"}], "revision_number": 1, "project_id": "ac857159fa4248e19f6666f597cf05d6", "id": "03602e18-c967-4a26-b1ca-99762c00c97a", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "created_at": "2018-09-03T13:03:17Z", "updated_at": "2018-09-03T13:03:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:17Z", "revision_number": 0, "id": "6b9831db-0eaf-4be6-a65f-0848de487944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:17Z", "security_group_id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:17Z", "revision_number": 0, "id": "d1b5e6cb-9bcc-418e-b149-28d24740b2e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:17Z", "security_group_id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac857159fa4248e19f6666f597cf05d6"}], "revision_number": 1, "project_id": "ac857159fa4248e19f6666f597cf05d6", "id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "name": "singlevm2-sg_ff983e2f-db26-49ca-94a2-66419b50bda6"}]} 2018-09-03 13:03:17,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-409e5a38-e7bf-4847-afa5-12a95908fc2d 2018-09-03 13:03:17,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.308250904083s 2018-09-03 13:03:17,712 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-409e5a38-e7bf-4847-afa5-12a95908fc2d 2018-09-03 13:03:17,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-03 13:03:17,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" -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": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13"}}' 2018-09-03 13:03:18,066 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b5837985-5f78-495b-bcb7-1fb1ba0a91b2 Date: Mon, 03 Sep 2018 13:03:18 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-09-03T13:03:17Z", "security_group_id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "port_range_min": 22, "revision_number": 0, "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "created_at": "2018-09-03T13:03:17Z", "project_id": "ac857159fa4248e19f6666f597cf05d6", "id": "ef2b9291-5967-4bcf-9206-d01e3e89e71a"}} 2018-09-03 13:03:18,066 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-b5837985-5f78-495b-bcb7-1fb1ba0a91b2 2018-09-03 13:03:18,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.350600004196s 2018-09-03 13:03:18,066 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-b5837985-5f78-495b-bcb7-1fb1ba0a91b2 2018-09-03 13:03:18,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-03 13:03:18,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:18,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-8cb97350-1a32-4be5-83a4-d264ed7d851d Date: Mon, 03 Sep 2018 13:03:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "created_at": "2018-09-03T13:03:05Z", "updated_at": "2018-09-03T13:03:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:05Z", "revision_number": 0, "id": "0d78ddad-69fd-4991-aece-ae0f271adcd4", "remote_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:05Z", "security_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:05Z", "revision_number": 0, "id": "850e236f-e504-47d9-b2d0-4745cb7479e9", "remote_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:05Z", "security_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:05Z", "revision_number": 0, "id": "e717f666-e38c-4dc7-b50b-181591666e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:05Z", "security_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:05Z", "revision_number": 0, "id": "fd6f2513-cafe-489f-94ce-f5764a7245d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:05Z", "security_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac857159fa4248e19f6666f597cf05d6"}], "revision_number": 1, "project_id": "ac857159fa4248e19f6666f597cf05d6", "id": "03602e18-c967-4a26-b1ca-99762c00c97a", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "created_at": "2018-09-03T13:03:17Z", "updated_at": "2018-09-03T13:03:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:17Z", "revision_number": 0, "id": "6b9831db-0eaf-4be6-a65f-0848de487944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:17Z", "security_group_id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:17Z", "revision_number": 0, "id": "d1b5e6cb-9bcc-418e-b149-28d24740b2e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:17Z", "security_group_id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-03T13:03:17Z", "revision_number": 0, "id": "ef2b9291-5967-4bcf-9206-d01e3e89e71a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:17Z", "security_group_id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ac857159fa4248e19f6666f597cf05d6"}], "revision_number": 2, "project_id": "ac857159fa4248e19f6666f597cf05d6", "id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "name": "singlevm2-sg_ff983e2f-db26-49ca-94a2-66419b50bda6"}]} 2018-09-03 13:03:18,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-8cb97350-1a32-4be5-83a4-d264ed7d851d 2018-09-03 13:03:18,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.046991109848s 2018-09-03 13:03:18,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-8cb97350-1a32-4be5-83a4-d264ed7d851d 2018-09-03 13:03:18,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-03 13:03:18,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" -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": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13"}}' 2018-09-03 13:03:18,750 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-45fa1755-4c12-4c52-99e5-38e1042551ac Date: Mon, 03 Sep 2018 13:03:18 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-09-03T13:03:18Z", "security_group_id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "port_range_min": null, "revision_number": 0, "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "created_at": "2018-09-03T13:03:18Z", "project_id": "ac857159fa4248e19f6666f597cf05d6", "id": "20f49642-ec46-470f-9643-6a9bdebfa3b2"}} 2018-09-03 13:03:18,750 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-45fa1755-4c12-4c52-99e5-38e1042551ac 2018-09-03 13:03:18,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.629199028015s 2018-09-03 13:03:18,750 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-45fa1755-4c12-4c52-99e5-38e1042551ac 2018-09-03 13:03:18,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:03:18,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:19,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-280871be-93b4-44f5-bfc0-39a27d82f163 Date: Mon, 03 Sep 2018 13:03: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":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"updated_at":"2018-09-03T12:57:08Z","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"375df95b-45ed-41c6-894d-720224bc2919","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fc611224-bab9-419d-b8e5-28b59b0268c0"],"updated_at":"2018-09-03T13:03:07Z","tenant_id":"ac857159fa4248e19f6666f597cf05d6","created_at":"2018-09-03T13:03:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ac857159fa4248e19f6666f597cf05d6","id":"bfdc32c4-2a82-499b-94de-867086eec58d","name":"singlevm2-net_ff983e2f-db26-49ca-94a2-66419b50bda6"}]} 2018-09-03 13:03:19,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-280871be-93b4-44f5-bfc0-39a27d82f163 2018-09-03 13:03:19,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.377468109131s 2018-09-03 13:03:19,129 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-280871be-93b4-44f5-bfc0-39a27d82f163 2018-09-03 13:03:19,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:03:19,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:19,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-2b7a33aa-30c3-466d-877a-85c0a8b3a6c1 Date: Mon, 03 Sep 2018 13:03:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:03:14Z", "file": "/v2/images/398236d6-e93a-4109-9400-a03aea09faf2/file", "owner": "ac857159fa4248e19f6666f597cf05d6", "id": "398236d6-e93a-4109-9400-a03aea09faf2", "size": 12716032, "self": "/v2/images/398236d6-e93a-4109-9400-a03aea09faf2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/398236d6-e93a-4109-9400-a03aea09faf2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/398236d6-e93a-4109-9400-a03aea09faf2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_ff983e2f-db26-49ca-94a2-66419b50bda6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_ff983e2f-db26-49ca-94a2-66419b50bda6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-03T13:03:12Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:03:19,930 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2b7a33aa-30c3-466d-877a-85c0a8b3a6c1 2018-09-03 13:03:19,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.796025037766s 2018-09-03 13:03:19,931 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2b7a33aa-30c3-466d-877a-85c0a8b3a6c1 2018-09-03 13:03:19,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-03 13:03:19,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:20,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a536217-d0a9-458d-b68c-730fd0b0c321 x-compute-request-id: req-3a536217-d0a9-458d-b68c-730fd0b0c321 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_ff983e2f-db26-49ca-94a2-66419b50bda6", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997", "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": "668b8ddd-0f9a-4dc2-9db6-77be2e336997"}]} 2018-09-03 13:03:20,066 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-3a536217-d0a9-458d-b68c-730fd0b0c321 2018-09-03 13:03:20,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.133469104767s 2018-09-03 13:03:20,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-3a536217-d0a9-458d-b68c-730fd0b0c321 2018-09-03 13:03:20,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-03 13:03:20,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" -d '{"server": {"name": "singlevm2-vm_ff983e2f-db26-49ca-94a2-66419b50bda6", "imageRef": "398236d6-e93a-4109-9400-a03aea09faf2", "key_name": "singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6", "flavorRef": "668b8ddd-0f9a-4dc2-9db6-77be2e336997", "max_count": 1, "min_count": 1, "networks": [{"uuid": "bfdc32c4-2a82-499b-94de-867086eec58d"}], "security_groups": [{"name": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13"}]}}' 2018-09-03 13:03:24,423 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Sep 2018 13:03:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2035ea11-0f4f-4f90-8310-fc7136086bb1 x-compute-request-id: req-2035ea11-0f4f-4f90-8310-fc7136086bb1 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13"}], "OS-DCF:diskConfig": "MANUAL", "id": "8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "rel": "bookmark"}], "adminPass": "hDQQ8k2FuLnB"}} 2018-09-03 13:03:24,423 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-2035ea11-0f4f-4f90-8310-fc7136086bb1 2018-09-03 13:03:24,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.3553071022s 2018-09-03 13:03:24,424 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-2035ea11-0f4f-4f90-8310-fc7136086bb1 2018-09-03 13:03:24,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:03:24,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:24,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa4bc5cd-9263-4d5e-83c9-f782641d9105 x-compute-request-id: req-fa4bc5cd-9263-4d5e-83c9-f782641d9105 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.23:8774/v2.1/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "rel": "bookmark"}], "image": {"id": "398236d6-e93a-4109-9400-a03aea09faf2", "links": [{"href": "http://172.30.9.23:8774/images/398236d6-e93a-4109-9400-a03aea09faf2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "668b8ddd-0f9a-4dc2-9db6-77be2e336997", "links": [{"href": "http://172.30.9.23:8774/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997", "rel": "bookmark"}]}, "id": "8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "user_id": "a85cda8a61544456a858e883649f9f9f", "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-09-03T13:03:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6", "name": "singlevm2-vm_ff983e2f-db26-49ca-94a2-66419b50bda6", "created": "2018-09-03T13:03:24Z", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:03:24,990 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fa4bc5cd-9263-4d5e-83c9-f782641d9105 2018-09-03 13:03:24,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565746068954s 2018-09-03 13:03:24,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fa4bc5cd-9263-4d5e-83c9-f782641d9105 2018-09-03 13:03:24,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:03:24,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:25,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-ced0ca73-9e69-4df1-85d8-b2c33f043101 Date: Mon, 03 Sep 2018 13:03:25 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":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"updated_at":"2018-09-03T12:57:08Z","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"375df95b-45ed-41c6-894d-720224bc2919","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fc611224-bab9-419d-b8e5-28b59b0268c0"],"updated_at":"2018-09-03T13:03:07Z","tenant_id":"ac857159fa4248e19f6666f597cf05d6","created_at":"2018-09-03T13:03:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ac857159fa4248e19f6666f597cf05d6","id":"bfdc32c4-2a82-499b-94de-867086eec58d","name":"singlevm2-net_ff983e2f-db26-49ca-94a2-66419b50bda6"}]} 2018-09-03 13:03:25,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ced0ca73-9e69-4df1-85d8-b2c33f043101 2018-09-03 13:03:25,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355197906494s 2018-09-03 13:03:25,353 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ced0ca73-9e69-4df1-85d8-b2c33f043101 2018-09-03 13:03:25,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 13:03:25,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:25,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0d4c2995-7da6-4efc-b5e6-54969ef589f5 Date: Mon, 03 Sep 2018 13:03:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfdc32c4-2a82-499b-94de-867086eec58d","tenant_id":"ac857159fa4248e19f6666f597cf05d6","created_at":"2018-09-03T13:03:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:03:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"ac857159fa4248e19f6666f597cf05d6","id":"fc611224-bab9-419d-b8e5-28b59b0268c0","subnetpool_id":null,"name":"singlevm2-subnet_ff983e2f-db26-49ca-94a2-66419b50bda6"}]} 2018-09-03 13:03:25,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-0d4c2995-7da6-4efc-b5e6-54969ef589f5 2018-09-03 13:03:25,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0419471263885s 2018-09-03 13:03:25,396 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-0d4c2995-7da6-4efc-b5e6-54969ef589f5 2018-09-03 13:03:25,397 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:03:27,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:03:27,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:28,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6af64e6c-85b2-4f5b-adb8-e5b4b86d4b21 x-compute-request-id: req-6af64e6c-85b2-4f5b-adb8-e5b4b86d4b21 Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "rel": "bookmark"}], "image": {"id": "398236d6-e93a-4109-9400-a03aea09faf2", "links": [{"href": "http://172.30.9.23:8774/images/398236d6-e93a-4109-9400-a03aea09faf2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "668b8ddd-0f9a-4dc2-9db6-77be2e336997", "links": [{"href": "http://172.30.9.23:8774/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997", "rel": "bookmark"}]}, "id": "8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "user_id": "a85cda8a61544456a858e883649f9f9f", "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-09-03T13:03:27Z", "hostId": "adaa4fd186f3fcd8c827613b50b3a1d214aa7659536feb105dc03053", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6", "name": "singlevm2-vm_ff983e2f-db26-49ca-94a2-66419b50bda6", "created": "2018-09-03T13:03:24Z", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:03:28,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6af64e6c-85b2-4f5b-adb8-e5b4b86d4b21 2018-09-03 13:03:28,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.24923300743s 2018-09-03 13:03:28,650 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6af64e6c-85b2-4f5b-adb8-e5b4b86d4b21 2018-09-03 13:03:28,654 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:03:30,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:03:30,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:31,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03: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-e7a8bbae-a6d5-4b86-b138-72a049b05756 x-compute-request-id: req-e7a8bbae-a6d5-4b86-b138-72a049b05756 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "rel": "bookmark"}], "image": {"id": "398236d6-e93a-4109-9400-a03aea09faf2", "links": [{"href": "http://172.30.9.23:8774/images/398236d6-e93a-4109-9400-a03aea09faf2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "668b8ddd-0f9a-4dc2-9db6-77be2e336997", "links": [{"href": "http://172.30.9.23:8774/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997", "rel": "bookmark"}]}, "id": "8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "security_groups": [{"name": "singlevm2-sg_ff983e2f-db26-49ca-94a2-66419b50bda6"}], "user_id": "a85cda8a61544456a858e883649f9f9f", "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-09-03T13:03:27Z", "hostId": "adaa4fd186f3fcd8c827613b50b3a1d214aa7659536feb105dc03053", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6", "name": "singlevm2-vm_ff983e2f-db26-49ca-94a2-66419b50bda6", "created": "2018-09-03T13:03:24Z", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:03:31,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e7a8bbae-a6d5-4b86-b138-72a049b05756 2018-09-03 13:03:31,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03773808479s 2018-09-03 13:03:31,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e7a8bbae-a6d5-4b86-b138-72a049b05756 2018-09-03 13:03:31,700 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:03:33,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:03:33,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:34,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03: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-73f5b921-e076-4ab0-b3e3-c647e016c8b9 x-compute-request-id: req-73f5b921-e076-4ab0-b3e3-c647e016c8b9 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "rel": "bookmark"}], "image": {"id": "398236d6-e93a-4109-9400-a03aea09faf2", "links": [{"href": "http://172.30.9.23:8774/images/398236d6-e93a-4109-9400-a03aea09faf2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "668b8ddd-0f9a-4dc2-9db6-77be2e336997", "links": [{"href": "http://172.30.9.23:8774/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997", "rel": "bookmark"}]}, "id": "8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "security_groups": [{"name": "singlevm2-sg_ff983e2f-db26-49ca-94a2-66419b50bda6"}], "user_id": "a85cda8a61544456a858e883649f9f9f", "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-09-03T13:03:27Z", "hostId": "adaa4fd186f3fcd8c827613b50b3a1d214aa7659536feb105dc03053", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6", "name": "singlevm2-vm_ff983e2f-db26-49ca-94a2-66419b50bda6", "created": "2018-09-03T13:03:24Z", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:03:34,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-73f5b921-e076-4ab0-b3e3-c647e016c8b9 2018-09-03 13:03:34,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04931282997s 2018-09-03 13:03:34,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-73f5b921-e076-4ab0-b3e3-c647e016c8b9 2018-09-03 13:03:34,757 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:03:36,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:03:36,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:37,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03: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-a0e3e569-0902-4c88-b7e0-4c090eb8900a x-compute-request-id: req-a0e3e569-0902-4c88-b7e0-4c090eb8900a Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_ff983e2f-db26-49ca-94a2-66419b50bda6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:47:90", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "rel": "bookmark"}], "image": {"id": "398236d6-e93a-4109-9400-a03aea09faf2", "links": [{"href": "http://172.30.9.23:8774/images/398236d6-e93a-4109-9400-a03aea09faf2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-03T13:03:34.000000", "flavor": {"id": "668b8ddd-0f9a-4dc2-9db6-77be2e336997", "links": [{"href": "http://172.30.9.23:8774/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997", "rel": "bookmark"}]}, "id": "8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "security_groups": [{"name": "singlevm2-sg_ff983e2f-db26-49ca-94a2-66419b50bda6"}], "user_id": "a85cda8a61544456a858e883649f9f9f", "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-09-03T13:03:34Z", "hostId": "adaa4fd186f3fcd8c827613b50b3a1d214aa7659536feb105dc03053", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6", "name": "singlevm2-vm_ff983e2f-db26-49ca-94a2-66419b50bda6", "created": "2018-09-03T13:03:24Z", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:03:37,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a0e3e569-0902-4c88-b7e0-4c090eb8900a 2018-09-03 13:03:37,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.433125972748s 2018-09-03 13:03:37,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a0e3e569-0902-4c88-b7e0-4c090eb8900a 2018-09-03 13:03:37,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-03 13:03:37,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=8b636c20-2ac9-4b28-98f6-00d12beb7bbe" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:37,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e190b4dc-cbac-4a8f-bed8-f2882a217d8e Date: Mon, 03 Sep 2018 13:03:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bfdc32c4-2a82-499b-94de-867086eec58d","tenant_id":"ac857159fa4248e19f6666f597cf05d6","created_at":"2018-09-03T13:03:29Z","admin_state_up":true,"updated_at":"2018-09-03T13:03:34Z","binding:vnic_type":"normal","device_id":"8b636c20-2ac9-4b28-98f6-00d12beb7bbe","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:7b:47:90","id":"298566fe-1807-46ef-91fc-60daa2ed7a66","port_security_enabled":true,"project_id":"ac857159fa4248e19f6666f597cf05d6","fixed_ips":[{"subnet_id":"fc611224-bab9-419d-b8e5-28b59b0268c0","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["9a4c4c7d-052e-4eea-a8b2-369a88b9cf13"],"name":""}]} 2018-09-03 13:03:37,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=8b636c20-2ac9-4b28-98f6-00d12beb7bbe used request id req-e190b4dc-cbac-4a8f-bed8-f2882a217d8e 2018-09-03 13:03:37,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.228306055069s 2018-09-03 13:03:37,426 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=8b636c20-2ac9-4b28-98f6-00d12beb7bbe used request id req-e190b4dc-cbac-4a8f-bed8-f2882a217d8e 2018-09-03 13:03:37,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-03 13:03:37,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=298566fe-1807-46ef-91fc-60daa2ed7a66" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:37,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-42734f0f-57e3-444b-b8cd-0982a96f62da Date: Mon, 03 Sep 2018 13:03:37 GMT RESP BODY: {"floatingips": []} 2018-09-03 13:03:37,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=298566fe-1807-46ef-91fc-60daa2ed7a66 used request id req-42734f0f-57e3-444b-b8cd-0982a96f62da 2018-09-03 13:03:37,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0485060214996s 2018-09-03 13:03:37,480 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=298566fe-1807-46ef-91fc-60daa2ed7a66 used request id req-42734f0f-57e3-444b-b8cd-0982a96f62da 2018-09-03 13:03:37,480 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_ff983e2f-db26-49ca-94a2-66419b50bda6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7b:47:90', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'398236d6-e93a-4109-9400-a03aea09faf2'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-03T13:03:34.000000', 'flavor': Munch({u'id': u'668b8ddd-0f9a-4dc2-9db6-77be2e336997'}), 'az': u'nova', 'id': u'8b636c20-2ac9-4b28-98f6-00d12beb7bbe', 'security_groups': [Munch({u'name': u'singlevm2-sg_ff983e2f-db26-49ca-94a2-66419b50bda6'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a85cda8a61544456a858e883649f9f9f', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ac857159fa4248e19f6666f597cf05d6', 'name': 'singlevm2-project_ff983e2f-db26-49ca-94a2-66419b50bda6', '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-09-03T13:03:34.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-03T13:03:34Z', 'hostId': u'adaa4fd186f3fcd8c827613b50b3a1d214aa7659536feb105dc03053', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'adaa4fd186f3fcd8c827613b50b3a1d214aa7659536feb105dc03053', '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-09-03T13:03:34.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ac857159fa4248e19f6666f597cf05d6', 'name': u'singlevm2-vm_ff983e2f-db26-49ca-94a2-66419b50bda6', 'adminPass': u'hDQQ8k2FuLnB', 'tenant_id': u'ac857159fa4248e19f6666f597cf05d6', 'created_at': u'2018-09-03T13:03:24Z', 'created': u'2018-09-03T13:03:24Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-03 13:03:37,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:03:37,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:37,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-2d25df68-75c5-4edf-b35b-8298074ac2ec Date: Mon, 03 Sep 2018 13:03: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":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"updated_at":"2018-09-03T12:57:08Z","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"375df95b-45ed-41c6-894d-720224bc2919","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fc611224-bab9-419d-b8e5-28b59b0268c0"],"updated_at":"2018-09-03T13:03:07Z","tenant_id":"ac857159fa4248e19f6666f597cf05d6","created_at":"2018-09-03T13:03:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ac857159fa4248e19f6666f597cf05d6","id":"bfdc32c4-2a82-499b-94de-867086eec58d","name":"singlevm2-net_ff983e2f-db26-49ca-94a2-66419b50bda6"}]} 2018-09-03 13:03:37,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2d25df68-75c5-4edf-b35b-8298074ac2ec 2018-09-03 13:03:37,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0867438316345s 2018-09-03 13:03:37,571 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2d25df68-75c5-4edf-b35b-8298074ac2ec 2018-09-03 13:03:37,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-03 13:03:37,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=8b636c20-2ac9-4b28-98f6-00d12beb7bbe" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:37,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c1469aa7-ef00-4c1b-b4df-5bc570290799 Date: Mon, 03 Sep 2018 13:03:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bfdc32c4-2a82-499b-94de-867086eec58d","tenant_id":"ac857159fa4248e19f6666f597cf05d6","created_at":"2018-09-03T13:03:29Z","admin_state_up":true,"updated_at":"2018-09-03T13:03:34Z","binding:vnic_type":"normal","device_id":"8b636c20-2ac9-4b28-98f6-00d12beb7bbe","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:7b:47:90","id":"298566fe-1807-46ef-91fc-60daa2ed7a66","port_security_enabled":true,"project_id":"ac857159fa4248e19f6666f597cf05d6","fixed_ips":[{"subnet_id":"fc611224-bab9-419d-b8e5-28b59b0268c0","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["9a4c4c7d-052e-4eea-a8b2-369a88b9cf13"],"name":""}]} 2018-09-03 13:03:37,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=8b636c20-2ac9-4b28-98f6-00d12beb7bbe used request id req-c1469aa7-ef00-4c1b-b4df-5bc570290799 2018-09-03 13:03:37,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0470979213715s 2018-09-03 13:03:37,619 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=8b636c20-2ac9-4b28-98f6-00d12beb7bbe used request id req-c1469aa7-ef00-4c1b-b4df-5bc570290799 2018-09-03 13:03:37,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-03 13:03:37,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" -d '{"floatingip": {"floating_network_id": "375df95b-45ed-41c6-894d-720224bc2919", "fixed_ip_address": "192.168.120.10", "port_id": "298566fe-1807-46ef-91fc-60daa2ed7a66"}}' 2018-09-03 13:03:39,561 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-ac0a6425-d28e-4255-97bb-d99d6e08bdd5 Date: Mon, 03 Sep 2018 13:03:39 GMT RESP BODY: {"floatingip": {"router_id": "60b458cf-918d-4636-8453-1c3cf43e12b9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-03T13:03:38Z", "floating_network_id": "375df95b-45ed-41c6-894d-720224bc2919", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "298566fe-1807-46ef-91fc-60daa2ed7a66", "id": "aaa16c99-de44-4f8f-9b6d-e11003e27517", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "created_at": "2018-09-03T13:03:38Z", "project_id": "ac857159fa4248e19f6666f597cf05d6"}} 2018-09-03 13:03:39,561 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-ac0a6425-d28e-4255-97bb-d99d6e08bdd5 2018-09-03 13:03:39,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.9409840107s 2018-09-03 13:03:39,561 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-ac0a6425-d28e-4255-97bb-d99d6e08bdd5 2018-09-03 13:03:39,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-03 13:03:39,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:40,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-4f2cd875-e8e2-4513-8394-b20c32ce8075 Date: Mon, 03 Sep 2018 13:03:40 GMT RESP BODY: {"floatingips": [{"router_id": "60b458cf-918d-4636-8453-1c3cf43e12b9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-03T13:03:38Z", "floating_network_id": "375df95b-45ed-41c6-894d-720224bc2919", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "298566fe-1807-46ef-91fc-60daa2ed7a66", "id": "aaa16c99-de44-4f8f-9b6d-e11003e27517", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "created_at": "2018-09-03T13:03:38Z", "project_id": "ac857159fa4248e19f6666f597cf05d6"}]} 2018-09-03 13:03:40,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-4f2cd875-e8e2-4513-8394-b20c32ce8075 2018-09-03 13:03:40,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.505558013916s 2018-09-03 13:03:40,075 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-4f2cd875-e8e2-4513-8394-b20c32ce8075 2018-09-03 13:03:40,079 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'60b458cf-918d-4636-8453-1c3cf43e12b9', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'ac857159fa4248e19f6666f597cf05d6', 'created_at': u'2018-09-03T13:03:38Z', 'attached': True, 'updated_at': u'2018-09-03T13:03:38Z', 'id': u'aaa16c99-de44-4f8f-9b6d-e11003e27517', 'floating_network_id': u'375df95b-45ed-41c6-894d-720224bc2919', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ac857159fa4248e19f6666f597cf05d6', 'name': 'singlevm2-project_ff983e2f-db26-49ca-94a2-66419b50bda6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'60b458cf-918d-4636-8453-1c3cf43e12b9', 'project_id': u'ac857159fa4248e19f6666f597cf05d6', 'port_id': u'298566fe-1807-46ef-91fc-60daa2ed7a66', 'port': u'298566fe-1807-46ef-91fc-60daa2ed7a66', 'network': u'375df95b-45ed-41c6-894d-720224bc2919'}) 2018-09-03 13:03:40,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-03 13:03:40,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-03 13:03:40,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03: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-c88195a0-3536-4998-addc-230e365e0073 x-compute-request-id: req-c88195a0-3536-4998-addc-230e365e0073 Content-Encoding: gzip Content-Length: 9581 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 528236749 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.183626] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185885] pid_max: default: 32768 minimum: 301\n[ 0.187112] ACPI: Core revision 20150930\n[ 0.188776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.190559] Security Framework initialized\n[ 0.191672] Yama: becoming mindful.\n[ 0.192652] AppArmor: AppArmor initialized\n[ 0.193804] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.195572] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.197275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198908] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200772] Initializing cgroup subsys io\n[ 0.201885] Initializing cgroup subsys memory\n[ 0.203059] Initializing cgroup subsys devices\n[ 0.204228] Initializing cgroup subsys freezer\n[ 0.205379] Initializing cgroup subsys net_cls\n[ 0.206558] Initializing cgroup subsys perf_event\n[ 0.207784] Initializing cgroup subsys net_prio\n[ 0.208980] Initializing cgroup subsys hugetlb\n[ 0.210148] Initializing cgroup subsys pids\n[ 0.211312] CPU: Physical Processor ID: 0\n[ 0.213095] mce: CPU supports 10 MCE banks\n[ 0.214228] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.215572] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.230378] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236958] ftrace: allocating 31920 entries in 125 pages\n[ 0.262256] smpboot: Max logical packages: 1\n[ 0.263411] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265265] x2apic enabled\n[ 0.266402] Switched APIC routing to physical x2apic.\n[ 0.268833] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270334] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.273036] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275556] KVM setup paravirtual spinlock\n[ 0.277138] x86: Booted up 1 node, 1 CPUs\n[ 0.278233] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.280088] devtmpfs: initialized\n[ 0.282040] evm: security.selinux\n[ 0.282980] evm: security.SMACK64\n[ 0.283926] evm: security.SMACK64EXEC\n[ 0.284935] evm: security.SMACK64TRANSMUTE\n[ 0.286027] evm: security.SMACK64MMAP\n[ 0.287035] evm: security.ima\n[ 0.287906] evm: security.capability\n[ 0.288978] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291444] pinctrl core: initialized pinctrl subsystem\n[ 0.292897] RTC time: 13:03:35, date: 09/03/18\n[ 0.294167] NET: Registered protocol family 16\n[ 0.295466] cpuidle: using governor ladder\n[ 0.296576] cpuidle: using governor menu\n[ 0.297647] PCCT header not found.\n[ 0.298674] ACPI: bus type PCI registered\n[ 0.299761] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301404] PCI: Using configuration type 1 for base access\n[ 0.303565] ACPI: Added _OSI(Module Device)\n[ 0.304718] ACPI: Added _OSI(Processor Device)\n[ 0.305895] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307129] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309273] ACPI: Interpreter enabled\n[ 0.310334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312874] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320415] ACPI: (supports S0 S5)\n[ 0.321413] ACPI: Using IOAPIC for interrupt routing\n[ 0.322730] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326559] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329759] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331370] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334339] acpiphp: Slot [3] registered\n[ 0.335440] acpiphp: Slot [4] registered\n[ 0.336538] acpiphp: Slot [5] registered\n[ 0.337632] acpiphp: Slot [6] registered\n[ 0.338731] acpiphp: Slot [7] registered\n[ 0.339830] acpiphp: Slot [8] registered\n[ 0.340924] acpiphp: Slot [9] registered\n[ 0.342019] acpiphp: Slot [10] registered\n[ 0.343130] acpiphp: Slot [11] registered\n[ 0.344245] acpiphp: Slot [12] registered\n[ 0.345357] acpiphp: Slot [13] registered\n[ 0.346460] acpiphp: Slot [14] registered\n[ 0.347571] acpiphp: Slot [15] registered\n[ 0.362728] acpiphp: Slot [16] registered\n[ 0.363842] acpiphp: Slot [17] registered\n[ 0.364957] acpiphp: Slot [18] registered\n[ 0.366067] acpiphp: Slot [19] registered\n[ 0.367182] acpiphp: Slot [20] registered\n[ 0.368297] acpiphp: Slot [21] registered\n[ 0.369406] acpiphp: Slot [22] registered\n[ 0.370515] acpiphp: Slot [23] registered\n[ 0.371629] acpiphp: Slot [24] registered\n[ 0.372742] acpiphp: Slot [25] registered\n[ 0.373849] acpiphp: Slot [26] registered\n[ 0.374968] acpiphp: Slot [27] registered\n[ 0.376088] acpiphp: Slot [28] registered\n[ 0.377195] acpiphp: Slot [29] registered\n[ 0.378297] acpiphp: Slot [30] registered\n[ 0.379408] acpiphp: Slot [31] registered\n[ 0.380512] PCI host bridge to bus 0000:00\n[ 0.381617] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383258] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.384894] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.386872] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.388853] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.390880] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.394986] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.396721] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398316] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406261] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.426851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.428854] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.430789] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.432721] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.434722] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436416] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438204] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.439636] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.441753] vgaarb: loaded\n[ 0.442587] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444242] SCSI subsystem initialized\n[ 0.445498] ACPI: bus type USB registered\n[ 0.446637] usbcore: registered new interface driver usbfs\n[ 0.448042] usbcore: registered new interface driver hub\n[ 0.449408] usbcore: registered new device driver usb\n[ 0.450907] PCI: Using ACPI for IRQ routing\n[ 0.452422] NetLabel: Initializing\n[ 0.453413] NetLabel: domain hash size = 128\n[ 0.454578] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.455893] NetLabel: unlabeled traffic allowed by default\n[ 0.457469] clocksource: Switched to clocksource kvm-clock\n[ 0.467845] AppArmor: AppArmor Filesystem Enabled\n[ 0.469157] pnp: PnP ACPI init\n[ 0.470401] pnp: PnP ACPI: found 5 devices\n[ 0.477270] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479974] NET: Registered protocol family 2\n[ 0.481504] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483350] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.485038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486810] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490036] NET: Registered protocol family 1\n[ 0.491266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492819] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.494338] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508629] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.523019] Trying to unpack rootfs image as initramfs...\n[ 0.586145] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593450] Scanning for low memory corruption every 60 seconds\n[ 0.596784] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.598520] audit: initializing netlink subsys (disabled)\n[ 0.600182] audit: type=2000 audit(1535979815.629:1): initialized\n[ 0.602544] Initialise system trusted keyring\n[ 0.604189] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.605861] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.608864] zbud: loaded\n[ 0.610007] VFS: Disk quotas dquot_6.6.0\n[ 0.611218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.613688] fuse init (API version 7.23)\n[ 0.615023] Key type big_key registered\n[ 0.616201] Allocating IMA MOK and blacklist keyrings.\n[ 0.618067] Key type asymmetric registered\n[ 0.619279] Asymmetric key parser 'x509' registered\n[ 0.620693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.622913] io scheduler noop registered\n[ 0.624060] io scheduler deadline registered (default)\n[ 0.625524] io scheduler cfq registered\n[ 0.626886] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630362] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632453] ACPI: Power Button [PWRF]\n[ 0.633908] GHES: HEST is not enabled!\n[ 0.648397] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.678053] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.710327] Linux agpgart interface v0.103\n[ 0.714433] brd: module loaded\n[ 0.716906] loop: module loaded\n[ 0.722121] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.724172] GPT:90111 != 2097151\n[ 0.725123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.726645] GPT:90111 != 2097151\n[ 0.727602] GPT: Use GNU Parted to correct GPT errors.\n[ 0.728952] vda: vda1 vda15\n[ 0.730985] scsi host0: ata_piix\n[ 0.732093] scsi host1: ata_piix\n[ 0.733123] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.734817] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.736919] libphy: Fixed MDIO Bus: probed\n[ 0.738300] tun: Universal TUN/TAP device driver, 1.6\n[ 0.739641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.742838] PPP generic driver version 2.4.2\n[ 0.744152] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.745838] ehci-pci: EHCI PCI platform driver\n[ 0.747074] ehci-platform: EHCI generic platform driver\n[ 0.748478] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.750085] ohci-pci: OHCI PCI platform driver\n[ 0.751337] ohci-platform: OHCI generic platform driver\n[ 0.752760] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.767709] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.769157] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771269] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.772722] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.774546] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776276] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778312] usb usb1: Product: UHCI Host Controller\n[ 0.779633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781255] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782689] hub 1-0:1.0: USB hub found\n[ 0.783826] hub 1-0:1.0: 2 ports detected\n[ 0.785269] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788328] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791159] mousedev: PS/2 mouse device common for all mice\n[ 0.792961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795583] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798968] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800936] i2c /dev entries driver\n[ 0.802018] device-mapper: uevent: version 1.0.3\n[ 0.803405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805746] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.807837] NET: Registered protocol family 10\n[ 0.809725] NET: Registered protocol family 17\n[ 0.810958] Key type dns_resolver registered\n[ 0.812352] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813983] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816478] registered taskstats version 1\n[ 0.817689] Loading compiled-in X.509 certificates\n[ 0.819627] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822334] zswap: loaded using pool lzo/zbud\n[ 0.825006] Key type trusted registered\n[ 0.827297] Key type encrypted registered\n[ 0.828669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.830190] ima: No TPM chip found, activating TPM-bypass!\n[ 0.831697] evm: HMAC attrs: 0x1\n[ 0.833120] Magic number: 2:135:78\n[ 0.834368] rtc_cmos 00:00: setting system clock to 2018-09-03 13:03:36 UTC (1535979816)\n[ 0.836786] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.838380] EDD information not available.\n[ 0.896287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.912655] Write protecting the kernel read-only data: 14336k\n[ 0.917890] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.920660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\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.84\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... [ 1.086852] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCGwWnYRMr+8W6nZkbBlUKhcWL/XQgWV23wXRrCWObXkR0rnlX9FKpU8jutHKekQVfZHad/9tvwhz/CDyVyhuyJI2gN6tylgBZ1GPBzW2bEp9nbXcw3JlvO6how9NJmd90VzDXqQEJHd0ntIeuPcG7CE6+r72fTjigScfzT2RQ57h43GOndRTuw95cjGyQHTfaD6qlW2rXiF+ZeB2dK/cDtcqyJUw3pmIHlLr859YM3CcNGy+rfLTC61RQfrykNy+TgGU4gbdowKB0WDntzFBs4I6I9UAtZJ0NqpZ48d38ftZQnumvvqCUk5xkv/wourZF80E01DtKaz2yiNGEcNVMP root@singlevm2-vm-ff983e2f-db26-49ca-94a2-66419b50bda6\nssh-dss AAAAB3NzaC1kc3MAAACBAO/y8NqOfXB4eDqCfxEsQknXhoW03RDPYPkKuqgag2tUnr3MSWgr21pX9d5TV6T+6MfQIaSvwCxmY6oeKrXxY3daAVG7UbdBi3kIToEpKNc9pb4g3ykfQZJY2QnYmveeRC0Nl9rQ+V/r4062raH9Bt6Cigt0DQtyDPc/icZNuHS7AAAAFQCtrQ/utuEKMJMw9QAUtywrEm2DxwAAAIAz7Zt/C39Gh528D2q28Rf/cqAWYHpnwbqJ8i30hdFRj3Qeu9aubLYGQ+hhaJF3VYtkE+OadsgFPRoow823NGPb+GENVO2LQ7lnpevmfb/NyLQOSpgn+GSkqHhm29DREr4giDIVHy/5uOd5QWZeltywecOCCp8x8stwJgM1SVK0hAAAAIAVFGjKm+B5CngwV76V3jFk5Tymo0rO687tJrY4BWZTgMWaltyKIh0JHhYD9WofgljFGGWGQ4b80KjDFgSA6eiqQUsQ8N+RkMM0CZjXEu7PxpPWZHn2hC1aUor8xYRrpGULYWC/7p5okIqq4DTdKEnu8JBDUBwGJo/2WUm0sAXsVg== root@singlevm2-vm-ff983e2f-db26-49ca-94a2-66419b50bda6\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.13s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe7b:4790/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-ff983e2f-db26-49ca-94a2-66419b50bda6\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.46 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-ff983e2f-db26-49ca-94a2-66419b50bda6 login: "} 2018-09-03 13:03:40,341 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe/action used request id req-c88195a0-3536-4998-addc-230e365e0073 2018-09-03 13:03:40,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.26106095314s 2018-09-03 13:03:40,342 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe/action used request id req-c88195a0-3536-4998-addc-230e365e0073 2018-09-03 13:03:40,342 - 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 528236749 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.183626] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185885] pid_max: default: 32768 minimum: 301 [ 0.187112] ACPI: Core revision 20150930 [ 0.188776] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190559] Security Framework initialized [ 0.191672] Yama: becoming mindful. [ 0.192652] AppArmor: AppArmor initialized [ 0.193804] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.195572] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.197275] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198908] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200772] Initializing cgroup subsys io [ 0.201885] Initializing cgroup subsys memory [ 0.203059] Initializing cgroup subsys devices [ 0.204228] Initializing cgroup subsys freezer [ 0.205379] Initializing cgroup subsys net_cls [ 0.206558] Initializing cgroup subsys perf_event [ 0.207784] Initializing cgroup subsys net_prio [ 0.208980] Initializing cgroup subsys hugetlb [ 0.210148] Initializing cgroup subsys pids [ 0.211312] CPU: Physical Processor ID: 0 [ 0.213095] mce: CPU supports 10 MCE banks [ 0.214228] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.215572] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.230378] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.236958] ftrace: allocating 31920 entries in 125 pages [ 0.262256] smpboot: Max logical packages: 1 [ 0.263411] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.265265] x2apic enabled [ 0.266402] Switched APIC routing to physical x2apic. [ 0.268833] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.270334] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.273036] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.275556] KVM setup paravirtual spinlock [ 0.277138] x86: Booted up 1 node, 1 CPUs [ 0.278233] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.280088] devtmpfs: initialized [ 0.282040] evm: security.selinux [ 0.282980] evm: security.SMACK64 [ 0.283926] evm: security.SMACK64EXEC [ 0.284935] evm: security.SMACK64TRANSMUTE [ 0.286027] evm: security.SMACK64MMAP [ 0.287035] evm: security.ima [ 0.287906] evm: security.capability [ 0.288978] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.291444] pinctrl core: initialized pinctrl subsystem [ 0.292897] RTC time: 13:03:35, date: 09/03/18 [ 0.294167] NET: Registered protocol family 16 [ 0.295466] cpuidle: using governor ladder [ 0.296576] cpuidle: using governor menu [ 0.297647] PCCT header not found. [ 0.298674] ACPI: bus type PCI registered [ 0.299761] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.301404] PCI: Using configuration type 1 for base access [ 0.303565] ACPI: Added _OSI(Module Device) [ 0.304718] ACPI: Added _OSI(Processor Device) [ 0.305895] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.307129] ACPI: Added _OSI(Processor Aggregator Device) [ 0.309273] ACPI: Interpreter enabled [ 0.310334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.312874] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.315371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.317903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.320415] ACPI: (supports S0 S5) [ 0.321413] ACPI: Using IOAPIC for interrupt routing [ 0.322730] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326559] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.328093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329759] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.331370] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.334339] acpiphp: Slot [3] registered [ 0.335440] acpiphp: Slot [4] registered [ 0.336538] acpiphp: Slot [5] registered [ 0.337632] acpiphp: Slot [6] registered [ 0.338731] acpiphp: Slot [7] registered [ 0.339830] acpiphp: Slot [8] registered [ 0.340924] acpiphp: Slot [9] registered [ 0.342019] acpiphp: Slot [10] registered [ 0.343130] acpiphp: Slot [11] registered [ 0.344245] acpiphp: Slot [12] registered [ 0.345357] acpiphp: Slot [13] registered [ 0.346460] acpiphp: Slot [14] registered [ 0.347571] acpiphp: Slot [15] registered [ 0.362728] acpiphp: Slot [16] registered [ 0.363842] acpiphp: Slot [17] registered [ 0.364957] acpiphp: Slot [18] registered [ 0.366067] acpiphp: Slot [19] registered [ 0.367182] acpiphp: Slot [20] registered [ 0.368297] acpiphp: Slot [21] registered [ 0.369406] acpiphp: Slot [22] registered [ 0.370515] acpiphp: Slot [23] registered [ 0.371629] acpiphp: Slot [24] registered [ 0.372742] acpiphp: Slot [25] registered [ 0.373849] acpiphp: Slot [26] registered [ 0.374968] acpiphp: Slot [27] registered [ 0.376088] acpiphp: Slot [28] registered [ 0.377195] acpiphp: Slot [29] registered [ 0.378297] acpiphp: Slot [30] registered [ 0.379408] acpiphp: Slot [31] registered [ 0.380512] PCI host bridge to bus 0000:00 [ 0.381617] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.383258] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.384894] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.386872] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.388853] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.390880] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.394986] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.396721] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.398316] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.400035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.404302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.406261] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.426851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.428854] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.430789] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.432721] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.434722] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.436416] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.438204] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.439636] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.441753] vgaarb: loaded [ 0.442587] vgaarb: bridge control possible 0000:00:02.0 [ 0.444242] SCSI subsystem initialized [ 0.445498] ACPI: bus type USB registered [ 0.446637] usbcore: registered new interface driver usbfs [ 0.448042] usbcore: registered new interface driver hub [ 0.449408] usbcore: registered new device driver usb [ 0.450907] PCI: Using ACPI for IRQ routing [ 0.452422] NetLabel: Initializing [ 0.453413] NetLabel: domain hash size = 128 [ 0.454578] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.455893] NetLabel: unlabeled traffic allowed by default [ 0.457469] clocksource: Switched to clocksource kvm-clock [ 0.467845] AppArmor: AppArmor Filesystem Enabled [ 0.469157] pnp: PnP ACPI init [ 0.470401] pnp: PnP ACPI: found 5 devices [ 0.477270] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.479974] NET: Registered protocol family 2 [ 0.481504] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.483350] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.485038] TCP: Hash tables configured (established 4096 bind 4096) [ 0.486810] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.488382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.490036] NET: Registered protocol family 1 [ 0.491266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.492819] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.494338] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.508629] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.523019] Trying to unpack rootfs image as initramfs... [ 0.586145] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.593450] Scanning for low memory corruption every 60 seconds [ 0.596784] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.598520] audit: initializing netlink subsys (disabled) [ 0.600182] audit: type=2000 audit(1535979815.629:1): initialized [ 0.602544] Initialise system trusted keyring [ 0.604189] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.605861] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.608864] zbud: loaded [ 0.610007] VFS: Disk quotas dquot_6.6.0 [ 0.611218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.613688] fuse init (API version 7.23) [ 0.615023] Key type big_key registered [ 0.616201] Allocating IMA MOK and blacklist keyrings. [ 0.618067] Key type asymmetric registered [ 0.619279] Asymmetric key parser 'x509' registered [ 0.620693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.622913] io scheduler noop registered [ 0.624060] io scheduler deadline registered (default) [ 0.625524] io scheduler cfq registered [ 0.626886] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.628384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.630362] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.632453] ACPI: Power Button [PWRF] [ 0.633908] GHES: HEST is not enabled! [ 0.648397] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.678053] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.710327] Linux agpgart interface v0.103 [ 0.714433] brd: module loaded [ 0.716906] loop: module loaded [ 0.722121] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.724172] GPT:90111 != 2097151 [ 0.725123] GPT:Alternate GPT header not at the end of the disk. [ 0.726645] GPT:90111 != 2097151 [ 0.727602] GPT: Use GNU Parted to correct GPT errors. [ 0.728952] vda: vda1 vda15 [ 0.730985] scsi host0: ata_piix [ 0.732093] scsi host1: ata_piix [ 0.733123] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.734817] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.736919] libphy: Fixed MDIO Bus: probed [ 0.738300] tun: Universal TUN/TAP device driver, 1.6 [ 0.739641] tun: (C) 1999-2004 Max Krasnyansky [ 0.742838] PPP generic driver version 2.4.2 [ 0.744152] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.745838] ehci-pci: EHCI PCI platform driver [ 0.747074] ehci-platform: EHCI generic platform driver [ 0.748478] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.750085] ohci-pci: OHCI PCI platform driver [ 0.751337] ohci-platform: OHCI generic platform driver [ 0.752760] uhci_hcd: USB Universal Host Controller Interface driver [ 0.767709] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.769157] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.771269] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.772722] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.774546] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.776276] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.778312] usb usb1: Product: UHCI Host Controller [ 0.779633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.781255] usb usb1: SerialNumber: 0000:00:01.2 [ 0.782689] hub 1-0:1.0: USB hub found [ 0.783826] hub 1-0:1.0: 2 ports detected [ 0.785269] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.788328] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789682] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.791159] mousedev: PS/2 mouse device common for all mice [ 0.792961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795583] rtc_cmos 00:00: RTC can wake from S4 [ 0.797189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798968] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800936] i2c /dev entries driver [ 0.802018] device-mapper: uevent: version 1.0.3 [ 0.803405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.805746] ledtrig-cpu: registered to indicate activity on CPUs [ 0.807837] NET: Registered protocol family 10 [ 0.809725] NET: Registered protocol family 17 [ 0.810958] Key type dns_resolver registered [ 0.812352] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.813983] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.816478] registered taskstats version 1 [ 0.817689] Loading compiled-in X.509 certificates [ 0.819627] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.822334] zswap: loaded using pool lzo/zbud [ 0.825006] Key type trusted registered [ 0.827297] Key type encrypted registered [ 0.828669] AppArmor: AppArmor sha1 policy hashing enabled [ 0.830190] ima: No TPM chip found, activating TPM-bypass! [ 0.831697] evm: HMAC attrs: 0x1 [ 0.833120] Magic number: 2:135:78 [ 0.834368] rtc_cmos 00:00: setting system clock to 2018-09-03 13:03:36 UTC (1535979816) [ 0.836786] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.838380] EDD information not available. [ 0.896287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.912655] Write protecting the kernel read-only data: 14336k [ 0.917890] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.920660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 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.84 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... [ 1.086852] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCGwWnYRMr+8W6nZkbBlUKhcWL/XQgWV23wXRrCWObXkR0rnlX9FKpU8jutHKekQVfZHad/9tvwhz/CDyVyhuyJI2gN6tylgBZ1GPBzW2bEp9nbXcw3JlvO6how9NJmd90VzDXqQEJHd0ntIeuPcG7CE6+r72fTjigScfzT2RQ57h43GOndRTuw95cjGyQHTfaD6qlW2rXiF+ZeB2dK/cDtcqyJUw3pmIHlLr859YM3CcNGy+rfLTC61RQfrykNy+TgGU4gbdowKB0WDntzFBs4I6I9UAtZJ0NqpZ48d38ftZQnumvvqCUk5xkv/wourZF80E01DtKaz2yiNGEcNVMP root@singlevm2-vm-ff983e2f-db26-49ca-94a2-66419b50bda6 ssh-dss AAAAB3NzaC1kc3MAAACBAO/y8NqOfXB4eDqCfxEsQknXhoW03RDPYPkKuqgag2tUnr3MSWgr21pX9d5TV6T+6MfQIaSvwCxmY6oeKrXxY3daAVG7UbdBi3kIToEpKNc9pb4g3ykfQZJY2QnYmveeRC0Nl9rQ+V/r4062raH9Bt6Cigt0DQtyDPc/icZNuHS7AAAAFQCtrQ/utuEKMJMw9QAUtywrEm2DxwAAAIAz7Zt/C39Gh528D2q28Rf/cqAWYHpnwbqJ8i30hdFRj3Qeu9aubLYGQ+hhaJF3VYtkE+OadsgFPRoow823NGPb+GENVO2LQ7lnpevmfb/NyLQOSpgn+GSkqHhm29DREr4giDIVHy/5uOd5QWZeltywecOCCp8x8stwJgM1SVK0hAAAAIAVFGjKm+B5CngwV76V3jFk5Tymo0rO687tJrY4BWZTgMWaltyKIh0JHhYD9WofgljFGGWGQ4b80KjDFgSA6eiqQUsQ8N+RkMM0CZjXEu7PxpPWZHn2hC1aUor8xYRrpGULYWC/7p5okIqq4DTdKEnu8JBDUBwGJo/2WUm0sAXsVg== root@singlevm2-vm-ff983e2f-db26-49ca-94a2-66419b50bda6 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.13s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe7b:4790/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-ff983e2f-db26-49ca-94a2-66419b50bda6 launch-index: 0 === cirros: current=0.4.0 uptime=3.46 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-ff983e2f-db26-49ca-94a2-66419b50bda6 login: 2018-09-03 13:03:41,345 - paramiko.transport - DEBUG - starting thread (client mode): 0x8f89fd50L 2018-09-03 13:03:41,345 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-03 13:03:41,346 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-03 13:03:41,346 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-03 13:03:41,347 - 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-09-03 13:03:41,347 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-03 13:03:41,348 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-03 13:03:41,348 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-03 13:03:41,348 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-03 13:03:41,348 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-03 13:03:41,366 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-03 13:03:41,366 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-03 13:03:41,377 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.210: f2a84d4f20187ae95e2ff90a540117d8 2018-09-03 13:03:41,379 - paramiko.transport - DEBUG - Trying discovered key bfbdd7f9ae1a966276d994ee3ad88bdf in /tmp/tmpd_PV6I 2018-09-03 13:03:41,404 - paramiko.transport - DEBUG - userauth is OK 2018-09-03 13:03:41,410 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-03 13:03:41,411 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-03 13:03:41,412 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-03 13:03:41,412 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-03 13:03:41,414 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-03 13:03:41,415 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-03 13:03:41,415 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-03 13:03:41,416 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-03 13:03:41,416 - functest.core.singlevm - DEBUG - error: 2018-09-03 13:03:41,524 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 13:03:41,524 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:36 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-03 13:03:41,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-03 13:03:41,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/aaa16c99-de44-4f8f-9b6d-e11003e27517.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:42,865 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dd60f2ae-16f6-4a42-88d3-e3c15843b39f Content-Length: 0 Date: Mon, 03 Sep 2018 13:03:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:03:42,865 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/aaa16c99-de44-4f8f-9b6d-e11003e27517.json used request id req-dd60f2ae-16f6-4a42-88d3-e3c15843b39f 2018-09-03 13:03:42,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.33313298225s 2018-09-03 13:03:42,865 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/aaa16c99-de44-4f8f-9b6d-e11003e27517.json used request id req-dd60f2ae-16f6-4a42-88d3-e3c15843b39f 2018-09-03 13:03:42,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-03 13:03:42,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:43,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8e8d4496-58ff-40a5-bf1d-0dcb657727bc Date: Mon, 03 Sep 2018 13:03:43 GMT RESP BODY: {"floatingips": []} 2018-09-03 13:03:43,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-8e8d4496-58ff-40a5-bf1d-0dcb657727bc 2018-09-03 13:03:43,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.389346122742s 2018-09-03 13:03:43,260 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-8e8d4496-58ff-40a5-bf1d-0dcb657727bc 2018-09-03 13:03:43,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-03 13:03:43,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:43,730 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:03: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-421048a3-4d02-43ab-8fb6-a1e12e5bf556 x-compute-request-id: req-421048a3-4d02-43ab-8fb6-a1e12e5bf556 Content-Type: application/json 2018-09-03 13:03:43,730 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe used request id req-421048a3-4d02-43ab-8fb6-a1e12e5bf556 2018-09-03 13:03:43,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.469112873077s 2018-09-03 13:03:43,730 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe used request id req-421048a3-4d02-43ab-8fb6-a1e12e5bf556 2018-09-03 13:03:43,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:03:43,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:45,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03: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-3c317bce-bae0-4877-ab8c-237b383bbd11 x-compute-request-id: req-3c317bce-bae0-4877-ab8c-237b383bbd11 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_ff983e2f-db26-49ca-94a2-66419b50bda6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:47:90", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:47:90", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "rel": "bookmark"}], "image": {"id": "398236d6-e93a-4109-9400-a03aea09faf2", "links": [{"href": "http://172.30.9.23:8774/images/398236d6-e93a-4109-9400-a03aea09faf2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-03T13:03:34.000000", "flavor": {"id": "668b8ddd-0f9a-4dc2-9db6-77be2e336997", "links": [{"href": "http://172.30.9.23:8774/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997", "rel": "bookmark"}]}, "id": "8b636c20-2ac9-4b28-98f6-00d12beb7bbe", "security_groups": [{"name": "singlevm2-sg_ff983e2f-db26-49ca-94a2-66419b50bda6"}], "user_id": "a85cda8a61544456a858e883649f9f9f", "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-09-03T13:03:43Z", "hostId": "adaa4fd186f3fcd8c827613b50b3a1d214aa7659536feb105dc03053", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6", "name": "singlevm2-vm_ff983e2f-db26-49ca-94a2-66419b50bda6", "created": "2018-09-03T13:03:24Z", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:03:45,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3c317bce-bae0-4877-ab8c-237b383bbd11 2018-09-03 13:03:45,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.36245083809s 2018-09-03 13:03:45,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3c317bce-bae0-4877-ab8c-237b383bbd11 2018-09-03 13:03:45,095 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:03:47,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:03:47,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:47,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-12905e30-1b00-4e0e-9c54-b11d958211e6 x-compute-request-id: req-12905e30-1b00-4e0e-9c54-b11d958211e6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-03 13:03:47,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-12905e30-1b00-4e0e-9c54-b11d958211e6 2018-09-03 13:03:47,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.242278814316s 2018-09-03 13:03:47,341 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-12905e30-1b00-4e0e-9c54-b11d958211e6 2018-09-03 13:03:47,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-03 13:03:47,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:47,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-f3900dbd-71f7-407d-9b49-896ab05c1fe7 Date: Mon, 03 Sep 2018 13:03:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "created_at": "2018-09-03T13:03:05Z", "updated_at": "2018-09-03T13:03:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:05Z", "revision_number": 0, "id": "0d78ddad-69fd-4991-aece-ae0f271adcd4", "remote_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:05Z", "security_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:05Z", "revision_number": 0, "id": "850e236f-e504-47d9-b2d0-4745cb7479e9", "remote_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:05Z", "security_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:05Z", "revision_number": 0, "id": "e717f666-e38c-4dc7-b50b-181591666e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:05Z", "security_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:05Z", "revision_number": 0, "id": "fd6f2513-cafe-489f-94ce-f5764a7245d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:05Z", "security_group_id": "03602e18-c967-4a26-b1ca-99762c00c97a", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac857159fa4248e19f6666f597cf05d6"}], "revision_number": 1, "project_id": "ac857159fa4248e19f6666f597cf05d6", "id": "03602e18-c967-4a26-b1ca-99762c00c97a", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "created_at": "2018-09-03T13:03:17Z", "updated_at": "2018-09-03T13:03:18Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:18Z", "revision_number": 0, "id": "20f49642-ec46-470f-9643-6a9bdebfa3b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:18Z", "security_group_id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:17Z", "revision_number": 0, "id": "6b9831db-0eaf-4be6-a65f-0848de487944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:17Z", "security_group_id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:03:17Z", "revision_number": 0, "id": "d1b5e6cb-9bcc-418e-b149-28d24740b2e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:17Z", "security_group_id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac857159fa4248e19f6666f597cf05d6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-03T13:03:17Z", "revision_number": 0, "id": "ef2b9291-5967-4bcf-9206-d01e3e89e71a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:03:17Z", "security_group_id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ac857159fa4248e19f6666f597cf05d6"}], "revision_number": 3, "project_id": "ac857159fa4248e19f6666f597cf05d6", "id": "9a4c4c7d-052e-4eea-a8b2-369a88b9cf13", "name": "singlevm2-sg_ff983e2f-db26-49ca-94a2-66419b50bda6"}]} 2018-09-03 13:03:47,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-f3900dbd-71f7-407d-9b49-896ab05c1fe7 2018-09-03 13:03:47,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0988960266113s 2018-09-03 13:03:47,443 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-f3900dbd-71f7-407d-9b49-896ab05c1fe7 2018-09-03 13:03:47,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-03 13:03:47,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/9a4c4c7d-052e-4eea-a8b2-369a88b9cf13.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:47,955 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dfc3ab16-1810-41bf-9da3-b835bff7179c Content-Length: 0 Date: Mon, 03 Sep 2018 13:03:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:03:47,955 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/9a4c4c7d-052e-4eea-a8b2-369a88b9cf13.json used request id req-dfc3ab16-1810-41bf-9da3-b835bff7179c 2018-09-03 13:03:47,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.507692098618s 2018-09-03 13:03:47,955 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/9a4c4c7d-052e-4eea-a8b2-369a88b9cf13.json used request id req-dfc3ab16-1810-41bf-9da3-b835bff7179c 2018-09-03 13:03:47,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-03 13:03:47,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:48,000 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Sep 2018 13:03:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97459237-0e73-4f84-9ea5-ad12e339ee9e x-compute-request-id: req-97459237-0e73-4f84-9ea5-ad12e339ee9e Content-Length: 0 Content-Type: application/json 2018-09-03 13:03:48,000 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6 used request id req-97459237-0e73-4f84-9ea5-ad12e339ee9e 2018-09-03 13:03:48,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0446469783783s 2018-09-03 13:03:48,001 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_ff983e2f-db26-49ca-94a2-66419b50bda6 used request id req-97459237-0e73-4f84-9ea5-ad12e339ee9e 2018-09-03 13:03:48,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 13:03:48,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/60b458cf-918d-4636-8453-1c3cf43e12b9/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" -d '{"subnet_id": "fc611224-bab9-419d-b8e5-28b59b0268c0"}' 2018-09-03 13:03:49,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2580c145-81e4-4135-9c2f-bbda3b84c283 Date: Mon, 03 Sep 2018 13:03:49 GMT RESP BODY: {"network_id": "bfdc32c4-2a82-499b-94de-867086eec58d", "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "subnet_id": "fc611224-bab9-419d-b8e5-28b59b0268c0", "subnet_ids": ["fc611224-bab9-419d-b8e5-28b59b0268c0"], "port_id": "6b75fdff-85ce-4ae6-8555-d0abeea8e53a", "id": "60b458cf-918d-4636-8453-1c3cf43e12b9"} 2018-09-03 13:03:49,937 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/60b458cf-918d-4636-8453-1c3cf43e12b9/remove_router_interface.json used request id req-2580c145-81e4-4135-9c2f-bbda3b84c283 2018-09-03 13:03:49,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.93598794937s 2018-09-03 13:03:49,937 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/60b458cf-918d-4636-8453-1c3cf43e12b9/remove_router_interface.json used request id req-2580c145-81e4-4135-9c2f-bbda3b84c283 returning object 60b458cf-918d-4636-8453-1c3cf43e12b9 2018-09-03 13:03:49,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 13:03:49,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:50,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-952b68a5-1cb8-408b-b2db-4642c24ffbb9 Date: Mon, 03 Sep 2018 13:03:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d5e68d41-1994-4bbd-a1be-d037ac306e9b", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "ac857159fa4248e19f6666f597cf05d6", "created_at": "2018-09-03T13:03:07Z", "admin_state_up": true, "updated_at": "2018-09-03T13:03:49Z", "revision_number": 4, "routes": [], "project_id": "ac857159fa4248e19f6666f597cf05d6", "id": "60b458cf-918d-4636-8453-1c3cf43e12b9", "name": "singlevm2-router_ff983e2f-db26-49ca-94a2-66419b50bda6"}]} 2018-09-03 13:03:50,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-952b68a5-1cb8-408b-b2db-4642c24ffbb9 2018-09-03 13:03:50,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.384458780289s 2018-09-03 13:03:50,323 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-952b68a5-1cb8-408b-b2db-4642c24ffbb9 2018-09-03 13:03:50,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 13:03:50,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/60b458cf-918d-4636-8453-1c3cf43e12b9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:51,728 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6237ff9a-1be0-4ad4-a94d-b1e12859c6e5 Content-Length: 0 Date: Mon, 03 Sep 2018 13:03:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:03:51,729 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/60b458cf-918d-4636-8453-1c3cf43e12b9.json used request id req-6237ff9a-1be0-4ad4-a94d-b1e12859c6e5 2018-09-03 13:03:51,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.40436792374s 2018-09-03 13:03:51,729 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/60b458cf-918d-4636-8453-1c3cf43e12b9.json used request id req-6237ff9a-1be0-4ad4-a94d-b1e12859c6e5 2018-09-03 13:03:51,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 13:03:51,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:51,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-5a6a4fb8-f7c1-4e67-87ee-9a2bffd2200d Date: Mon, 03 Sep 2018 13:03:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfdc32c4-2a82-499b-94de-867086eec58d","tenant_id":"ac857159fa4248e19f6666f597cf05d6","created_at":"2018-09-03T13:03:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:03:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"ac857159fa4248e19f6666f597cf05d6","id":"fc611224-bab9-419d-b8e5-28b59b0268c0","subnetpool_id":null,"name":"singlevm2-subnet_ff983e2f-db26-49ca-94a2-66419b50bda6"}]} 2018-09-03 13:03:51,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5a6a4fb8-f7c1-4e67-87ee-9a2bffd2200d 2018-09-03 13:03:51,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0424690246582s 2018-09-03 13:03:51,772 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5a6a4fb8-f7c1-4e67-87ee-9a2bffd2200d 2018-09-03 13:03:51,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 13:03:51,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/fc611224-bab9-419d-b8e5-28b59b0268c0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:53,989 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c57d4273-15b7-4539-b1fd-6f9d3a04103a Date: Mon, 03 Sep 2018 13:03:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:03:53,989 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/fc611224-bab9-419d-b8e5-28b59b0268c0.json used request id req-c57d4273-15b7-4539-b1fd-6f9d3a04103a 2018-09-03 13:03:53,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.21578502655s 2018-09-03 13:03:53,990 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/fc611224-bab9-419d-b8e5-28b59b0268c0.json used request id req-c57d4273-15b7-4539-b1fd-6f9d3a04103a 2018-09-03 13:03:53,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:03:53,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:54,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-d5958335-fdec-47f6-8bae-a37415581e5c Date: Mon, 03 Sep 2018 13:03: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":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"updated_at":"2018-09-03T12:57:08Z","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"375df95b-45ed-41c6-894d-720224bc2919","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-09-03T13:03:53Z","tenant_id":"ac857159fa4248e19f6666f597cf05d6","created_at":"2018-09-03T13:03:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ac857159fa4248e19f6666f597cf05d6","id":"bfdc32c4-2a82-499b-94de-867086eec58d","name":"singlevm2-net_ff983e2f-db26-49ca-94a2-66419b50bda6"}]} 2018-09-03 13:03:54,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d5958335-fdec-47f6-8bae-a37415581e5c 2018-09-03 13:03:54,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0916430950165s 2018-09-03 13:03:54,082 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d5958335-fdec-47f6-8bae-a37415581e5c 2018-09-03 13:03:54,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 13:03:54,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/bfdc32c4-2a82-499b-94de-867086eec58d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:56,209 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7c355e28-17b3-44f9-8cb0-eb8f53cbdbf7 Date: Mon, 03 Sep 2018 13:03:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:03:56,209 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/bfdc32c4-2a82-499b-94de-867086eec58d.json used request id req-7c355e28-17b3-44f9-8cb0-eb8f53cbdbf7 2018-09-03 13:03:56,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.12534594536s 2018-09-03 13:03:56,209 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/bfdc32c4-2a82-499b-94de-867086eec58d.json used request id req-7c355e28-17b3-44f9-8cb0-eb8f53cbdbf7 2018-09-03 13:03:56,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:03:56,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:57,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-8c83f3e2-62cf-4a3b-9be2-47f434c0c491 Date: Mon, 03 Sep 2018 13:03:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:03:14Z", "file": "/v2/images/398236d6-e93a-4109-9400-a03aea09faf2/file", "owner": "ac857159fa4248e19f6666f597cf05d6", "id": "398236d6-e93a-4109-9400-a03aea09faf2", "size": 12716032, "self": "/v2/images/398236d6-e93a-4109-9400-a03aea09faf2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/398236d6-e93a-4109-9400-a03aea09faf2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/398236d6-e93a-4109-9400-a03aea09faf2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_ff983e2f-db26-49ca-94a2-66419b50bda6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_ff983e2f-db26-49ca-94a2-66419b50bda6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-03T13:03:12Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:03:57,006 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8c83f3e2-62cf-4a3b-9be2-47f434c0c491 2018-09-03 13:03:57,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.792221069336s 2018-09-03 13:03:57,006 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8c83f3e2-62cf-4a3b-9be2-47f434c0c491 2018-09-03 13:03:57,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-03 13:03:57,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/398236d6-e93a-4109-9400-a03aea09faf2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d65b199b0743c036f8048e3119a602ca64aa30b2" 2018-09-03 13:03:57,413 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aaa4be97-4f91-4b3a-a9d4-0ad6e39a2971 Date: Mon, 03 Sep 2018 13:03:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 13:03:57,414 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/398236d6-e93a-4109-9400-a03aea09faf2 used request id req-aaa4be97-4f91-4b3a-a9d4-0ad6e39a2971 2018-09-03 13:03:57,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.406067848206s 2018-09-03 13:03:57,414 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/398236d6-e93a-4109-9400-a03aea09faf2 used request id req-aaa4be97-4f91-4b3a-a9d4-0ad6e39a2971 2018-09-03 13:03:57,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-03 13:03:57,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:57,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03: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-d56dfa72-205d-4862-ab4d-eaa0ac49be4e x-compute-request-id: req-d56dfa72-205d-4862-ab4d-eaa0ac49be4e Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_ff983e2f-db26-49ca-94a2-66419b50bda6", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997", "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": "668b8ddd-0f9a-4dc2-9db6-77be2e336997"}]} 2018-09-03 13:03:57,439 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d56dfa72-205d-4862-ab4d-eaa0ac49be4e 2018-09-03 13:03:57,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0247890949249s 2018-09-03 13:03:57,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d56dfa72-205d-4862-ab4d-eaa0ac49be4e 2018-09-03 13:03:57,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-03 13:03:57,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:57,485 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Sep 2018 13:03: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-c0f8cc22-3662-4f19-9acc-d7ac4c684499 x-compute-request-id: req-c0f8cc22-3662-4f19-9acc-d7ac4c684499 Content-Length: 0 Content-Type: application/json 2018-09-03 13:03:57,485 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997 used request id req-c0f8cc22-3662-4f19-9acc-d7ac4c684499 2018-09-03 13:03:57,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0438539981842s 2018-09-03 13:03:57,485 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/668b8ddd-0f9a-4dc2-9db6-77be2e336997 used request id req-c0f8cc22-3662-4f19-9acc-d7ac4c684499 2018-09-03 13:03:57,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 13:03:57,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:57,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9f7218a-d619-4ec7-8fd3-5f563e31eb54 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/06cdd53f6b4041aba68cf0565927fbc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06cdd53f6b4041aba68cf0565927fbc6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/0a63fbc9d4954ac5b6c4efab45fd7adb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a63fbc9d4954ac5b6c4efab45fd7adb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/1600e7e261fb4cb79fe4d91aa2bd42b8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1600e7e261fb4cb79fe4d91aa2bd42b8", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/3f04ad3eec194d8c8eba48d0778eb749"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f04ad3eec194d8c8eba48d0778eb749", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5355556d3d534dda8439d49d801987aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355556d3d534dda8439d49d801987aa", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/600928af9d0047df953c458d3783dcfc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "600928af9d0047df953c458d3783dcfc", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/75be13d3036d4b5e91aab4a82efc30b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75be13d3036d4b5e91aab4a82efc30b7", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/8ab8e4efd21047b8b58ed47a4dafc84c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ab8e4efd21047b8b58ed47a4dafc84c", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8e1baf3d2d13429ea4fcbed26632d12b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e1baf3d2d13429ea4fcbed26632d12b", "email": "admin@example.com", "password_expires_at": null}, {"name": "singlevm2-user_ff983e2f-db26-49ca-94a2-66419b50bda6", "links": {"self": "http://172.30.9.23:5000/v3/users/a85cda8a61544456a858e883649f9f9f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a85cda8a61544456a858e883649f9f9f", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/be1d87c1af60485fa5e393aedff1c368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be1d87c1af60485fa5e393aedff1c368", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/d67c80e728934dcc81327588b274aa7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d67c80e728934dcc81327588b274aa7b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/dd85cb6ea04f4e3e8515040959ad911b"}, "domain_id": "e5fa09283e9c4ab4ad85e54bc8818715", "enabled": true, "options": {}, "id": "dd85cb6ea04f4e3e8515040959ad911b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e0c3be377710439591833f359b6b1578"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0c3be377710439591833f359b6b1578", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/eae8dd0a6d7b4fdcbdddd40731c94872"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eae8dd0a6d7b4fdcbdddd40731c94872", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-03 13:03:57,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d9f7218a-d619-4ec7-8fd3-5f563e31eb54 2018-09-03 13:03:57,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214752912521s 2018-09-03 13:03:57,701 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d9f7218a-d619-4ec7-8fd3-5f563e31eb54 2018-09-03 13:03:57,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 13:03:57,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/a85cda8a61544456a858e883649f9f9f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:57,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d228016-b0e2-48a6-8ad9-b46c0c35cde0 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_ff983e2f-db26-49ca-94a2-66419b50bda6", "links": {"self": "http://172.30.9.23:5000/v3/users/a85cda8a61544456a858e883649f9f9f"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "a85cda8a61544456a858e883649f9f9f", "description": null}} 2018-09-03 13:03:57,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/a85cda8a61544456a858e883649f9f9f used request id req-3d228016-b0e2-48a6-8ad9-b46c0c35cde0 2018-09-03 13:03:57,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.195857048035s 2018-09-03 13:03:57,903 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/a85cda8a61544456a858e883649f9f9f used request id req-3d228016-b0e2-48a6-8ad9-b46c0c35cde0 2018-09-03 13:03:57,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-03 13:03:57,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/a85cda8a61544456a858e883649f9f9f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:58,369 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:03:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-687958d7-31f3-4944-8f22-6763be591d5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 13:03:58,369 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a85cda8a61544456a858e883649f9f9f used request id req-687958d7-31f3-4944-8f22-6763be591d5a 2018-09-03 13:03:58,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.465459823608s 2018-09-03 13:03:58,369 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/a85cda8a61544456a858e883649f9f9f used request id req-687958d7-31f3-4944-8f22-6763be591d5a 2018-09-03 13:03:58,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 13:03:58,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:58,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59d50b8e-0b95-48f2-a002-04d557b59234 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1"}, "tags": [], "enabled": true, "id": "2c0cd9e55a334d8284e782a17dc6ccf1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.23:5000/v3/projects/ac857159fa4248e19f6666f597cf05d6"}, "tags": [], "enabled": true, "id": "ac857159fa4248e19f6666f597cf05d6", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_ff983e2f-db26-49ca-94a2-66419b50bda6"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/bfa146530bbf46e88a12a52a04c9b9d5"}, "tags": [], "enabled": true, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-03 13:03:58,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-59d50b8e-0b95-48f2-a002-04d557b59234 2018-09-03 13:03:58,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190037965775s 2018-09-03 13:03:58,566 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-59d50b8e-0b95-48f2-a002-04d557b59234 2018-09-03 13:03:58,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-03 13:03:58,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/ac857159fa4248e19f6666f597cf05d6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9fbb0f5ae55a62dbe9b1f0fb66c03f23aac9147a" 2018-09-03 13:03:58,902 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:03:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59f30f9f-df7f-4880-85e0-2ddff20df666 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 13:03:58,902 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ac857159fa4248e19f6666f597cf05d6 used request id req-59f30f9f-df7f-4880-85e0-2ddff20df666 2018-09-03 13:03:58,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.331969976425s 2018-09-03 13:03:58,903 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ac857159fa4248e19f6666f597cf05d6 used request id req-59f30f9f-df7f-4880-85e0-2ddff20df666 2018-09-03 13:03:58,957 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-09-03 13:03:58,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 13:03:58,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 13:03:58,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 13:03:58,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 13:03:58,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 13:03:58,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 13:03:58,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 13:03:58,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 13:03:58,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 13:03:58,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 13:03:58,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 13:03:58,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 13:03:58,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 13:03:59,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 13:03:59,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 13:03:59,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 13:03:59,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 13:03:59,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 13:03:59,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 13:03:59,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 13:03:59,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 13:03:59,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 13:03:59,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:03:59,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6517dcad-8ba3-436a-8727-a6aceed1b4a2 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-03 13:03:59,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6517dcad-8ba3-436a-8727-a6aceed1b4a2 2018-09-03 13:03:59,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-03 13:03:59,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa06c02911cf47bfb93c9f379ee33586", "name": "admin"}, {"id": "78d3bfb9906e48f2b2b75581c74e9e2e", "name": "member"}, {"id": "a851cc281038430daa3c9cacc5b7f336", "name": "reader"}], "expires_at": "2018-09-03T14:03:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "14b74310259b4bda84735ddde8126816"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af5df17d1972449eb536f6a4360734fc"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c511759dd9da48fdb3de1c5fc0ff202c"}], "type": "identity", "id": "0030d39b72f0449b8208b681178c285c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c8fb473b0f04e83830f7a75944acbe9"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "729c02f01002494dab6ed9a926bdfccd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1c3dacc81274d8fb0eaced198d314d4"}], "type": "cloudformation", "id": "16449c993988469ab56357077f5b470b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ffbdb02f41e4ff789601ab9cb64cc87"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7965183181f48809e78e13c3250854c"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbbf48437c474780aac01f57176f1547"}], "type": "metric", "id": "24eeb323eec4412193a91b352f92d17b", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30a1c7fc84174866ab2b3dd781789480"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb029f9c739f44a9a484122c3a4cbfb3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec599a5dcb9f4632a798a2552155c771"}], "type": "event", "id": "261030e7e83e4fa3859a649138f8a08a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d16321e965e41a4824780dad34228a9"}, {"url": "http://192.30.9.4:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a03c1266415c4c14a1ed199cb8a940c7"}, {"url": "http://172.30.9.23:8776/v2/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8a250e8386e48b483fa54c92aa6996a"}], "type": "volumev2", "id": "2a955477215b4a5ea28297e0a08f9316", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e4515a9087446dc8a7eba0172b22835"}, {"url": "http://172.30.9.23:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "314fb8d0464a418084989bddb0796f6b"}, {"url": "http://192.30.9.4:8776/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "442ae7e6a0e74d7fae7cbd4aa9ed37ca"}], "type": "volume", "id": "35f58fde79c74234a7c2dd5e54f101a8", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "7eccb6e4ae4b49549c47acd1ac6ead6d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bd53a0f12c147a88651300b4271c43a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83b96846ea9a4bdc9cbfdccc36801480"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85d1b06ca0bb4c23a5d7b6babd23c0a9"}], "type": "network", "id": "911269b0b0824ccead356417d239e17a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1463402c9a784a22bec053232ea2e90d"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "963a61e993694fa489ea6be89a715314"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d0608d11e95c46fe913468184bd226d5"}], "type": "placement", "id": "acfd9629acd54010b6e5f81da0b05f9f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "69a55cf1e4a94874bb532cde06bbb8f2"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ad07c96b044b44846df62a50efff45"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e36a640cb83c4da88022c9702bd860ec"}], "type": "image", "id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f3f59ce34b4de9822ab5a73808bebf"}, {"url": "http://192.30.9.4:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7cb26061d0a2489fb494ef2e1217e006"}, {"url": "http://172.30.9.23:8004/v1/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc00904466694a34b0c91611b9e0011d"}], "type": "orchestration", "id": "d31c8e55b8a54897b5c3cb3358cea4bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "315c01be4abd486fb96f88e18c4bf749"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e652b71d18534cfa9aa04388076f6f3f"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb528eafb0f4457bafdf8a1aa18a6855"}], "type": "alarming", "id": "e9eb5daafb34427283ebb83af63d0b61", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20e0f1771418405d851fbfe15b8b9d11"}, {"url": "http://192.30.9.4:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c62eb4ca78e6477ab800ea1fd1f27cab"}, {"url": "http://172.30.9.23:8776/v3/bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc52f82b1a9a4703a27e8d0b99dc409c"}], "type": "volumev3", "id": "eeb0f42e30dd49708baa3d892d730850", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c5e240dc41d4e63b4d1c1e3e14f4814"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c71c7136dbc42d6810109c9ee714434"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83517be5327e409983c75f6cd2d6442a"}], "type": "compute", "id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.24:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f1ce117ef734b7f9f994fc4e325fe1d"}, {"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "872fa61a954f457ba31286ce69e51f31"}, {"url": "http://172.30.9.23:8080/v1/AUTH_bfa146530bbf46e88a12a52a04c9b9d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8903f4c2eb20405f8b6cc0c08463a1b3"}], "type": "object-store", "id": "f6b168ea1a414562ac40c2c9adcb086c", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8e1baf3d2d13429ea4fcbed26632d12b"}, "audit_ids": ["P_8lWF7hQpGBKVAe2iszwQ"], "issued_at": "2018-09-03T13:03:59.000000Z"}} 2018-09-03 13:03:59,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:03:59,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:03:59,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-482cdd60-a06c-47cd-9115-be8cc7bdcafa Date: Mon, 03 Sep 2018 13:03:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"375df95b-45ed-41c6-894d-720224bc2919","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","status":"ACTIVE","subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"description":"","tags":[],"updated_at":"2018-09-03T12:57:08Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","provider:network_type":"flat"}]} 2018-09-03 13:03:59,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-482cdd60-a06c-47cd-9115-be8cc7bdcafa 2018-09-03 13:03:59,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.367507219315s 2018-09-03 13:03:59,784 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-482cdd60-a06c-47cd-9115-be8cc7bdcafa 2018-09-03 13:03:59,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:03:59,792 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 13:03:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-543ab8a0-35d2-406f-b2f8-7659cf357ef3 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.23:5000/v3/", "rel": "self"}]}]}} 2018-09-03 13:03:59,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-543ab8a0-35d2-406f-b2f8-7659cf357ef3 2018-09-03 13:03:59,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 13:03:59,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:03:59,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:03:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d93a5fb-6abb-4394-aee7-f9b6ad65e9b7 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/e5fa09283e9c4ab4ad85e54bc8818715"}, "tags": [], "enabled": true, "id": "e5fa09283e9c4ab4ad85e54bc8818715", "name": "heat_stack"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-03 13:03:59,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-1d93a5fb-6abb-4394-aee7-f9b6ad65e9b7 2018-09-03 13:03:59,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.201733112335s 2018-09-03 13:03:59,996 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-1d93a5fb-6abb-4394-aee7-f9b6ad65e9b7 2018-09-03 13:04:00,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-03 13:04:00,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_116f1e09-2ec0-4ebf-b939-4b260f54296d"}}' 2018-09-03 13:04:00,281 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 13:03:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b17770c-6ff8-4759-8e30-4fc268a324b1 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.23:5000/v3/projects/6155c4057a714df2bb09d6ed202b16ee"}, "tags": [], "enabled": true, "id": "6155c4057a714df2bb09d6ed202b16ee", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_116f1e09-2ec0-4ebf-b939-4b260f54296d"}} 2018-09-03 13:04:00,281 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-1b17770c-6ff8-4759-8e30-4fc268a324b1 2018-09-03 13:04:00,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.278876066208s 2018-09-03 13:04:00,282 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-1b17770c-6ff8-4759-8e30-4fc268a324b1 2018-09-03 13:04:00,282 - 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'6155c4057a714df2bb09d6ed202b16ee', '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_116f1e09-2ec0-4ebf-b939-4b260f54296d'}) 2018-09-03 13:04:00,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-03 13:04:00,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "66afc481-9bb9-4597-8469-bbcd733d3d39", "email": null, "name": "vping_ssh-user_116f1e09-2ec0-4ebf-b939-4b260f54296d"}}' 2018-09-03 13:04:00,809 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 13:04:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53348f01-3008-4359-b429-ffc967cd4e20 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_116f1e09-2ec0-4ebf-b939-4b260f54296d", "links": {"self": "http://172.30.9.23:5000/v3/users/c7f52cb37b214fecbb95e9717a1af17d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c7f52cb37b214fecbb95e9717a1af17d", "domain_id": "default", "password_expires_at": null}} 2018-09-03 13:04:00,809 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-53348f01-3008-4359-b429-ffc967cd4e20 2018-09-03 13:04:00,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.520497083664s 2018-09-03 13:04:00,809 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-53348f01-3008-4359-b429-ffc967cd4e20 2018-09-03 13:04:00,810 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c7f52cb37b214fecbb95e9717a1af17d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_116f1e09-2ec0-4ebf-b939-4b260f54296d'}) 2018-09-03 13:04:00,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 13:04:00,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:04:01,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc9c7737-707e-47e2-9a59-193700d2fe01 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "78d3bfb9906e48f2b2b75581c74e9e2e", "links": {"self": "http://172.30.9.23:5000/v3/roles/78d3bfb9906e48f2b2b75581c74e9e2e"}, "name": "member"}, {"domain_id": null, "id": "7a0baf4ff8064d1ea595a9e736390679", "links": {"self": "http://172.30.9.23:5000/v3/roles/7a0baf4ff8064d1ea595a9e736390679"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9dcb839af72345d3983a1813d8467c8c", "links": {"self": "http://172.30.9.23:5000/v3/roles/9dcb839af72345d3983a1813d8467c8c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a851cc281038430daa3c9cacc5b7f336", "links": {"self": "http://172.30.9.23:5000/v3/roles/a851cc281038430daa3c9cacc5b7f336"}, "name": "reader"}, {"domain_id": null, "id": "abc0569da81741d8bfed320ebcc66090", "links": {"self": "http://172.30.9.23:5000/v3/roles/abc0569da81741d8bfed320ebcc66090"}, "name": "swiftoperator"}, {"domain_id": null, "id": "fa06c02911cf47bfb93c9f379ee33586", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa06c02911cf47bfb93c9f379ee33586"}, "name": "admin"}]} 2018-09-03 13:04:01,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cc9c7737-707e-47e2-9a59-193700d2fe01 2018-09-03 13:04:01,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.211107969284s 2018-09-03 13:04:01,025 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cc9c7737-707e-47e2-9a59-193700d2fe01 2018-09-03 13:04:01,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 13:04:01,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:04:01,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a2f204e-edf0-4ea3-9621-777324bc6787 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "78d3bfb9906e48f2b2b75581c74e9e2e", "links": {"self": "http://172.30.9.23:5000/v3/roles/78d3bfb9906e48f2b2b75581c74e9e2e"}, "name": "member"}, {"domain_id": null, "id": "7a0baf4ff8064d1ea595a9e736390679", "links": {"self": "http://172.30.9.23:5000/v3/roles/7a0baf4ff8064d1ea595a9e736390679"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9dcb839af72345d3983a1813d8467c8c", "links": {"self": "http://172.30.9.23:5000/v3/roles/9dcb839af72345d3983a1813d8467c8c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a851cc281038430daa3c9cacc5b7f336", "links": {"self": "http://172.30.9.23:5000/v3/roles/a851cc281038430daa3c9cacc5b7f336"}, "name": "reader"}, {"domain_id": null, "id": "abc0569da81741d8bfed320ebcc66090", "links": {"self": "http://172.30.9.23:5000/v3/roles/abc0569da81741d8bfed320ebcc66090"}, "name": "swiftoperator"}, {"domain_id": null, "id": "fa06c02911cf47bfb93c9f379ee33586", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa06c02911cf47bfb93c9f379ee33586"}, "name": "admin"}]} 2018-09-03 13:04:01,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4a2f204e-edf0-4ea3-9621-777324bc6787 2018-09-03 13:04:01,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181621074677s 2018-09-03 13:04:01,212 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4a2f204e-edf0-4ea3-9621-777324bc6787 2018-09-03 13:04:01,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 13:04:01,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:04:01,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9f29086-d632-4a61-98a8-2f9452d9d6c3 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "78d3bfb9906e48f2b2b75581c74e9e2e", "links": {"self": "http://172.30.9.23:5000/v3/roles/78d3bfb9906e48f2b2b75581c74e9e2e"}, "name": "member"}, {"domain_id": null, "id": "7a0baf4ff8064d1ea595a9e736390679", "links": {"self": "http://172.30.9.23:5000/v3/roles/7a0baf4ff8064d1ea595a9e736390679"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9dcb839af72345d3983a1813d8467c8c", "links": {"self": "http://172.30.9.23:5000/v3/roles/9dcb839af72345d3983a1813d8467c8c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a851cc281038430daa3c9cacc5b7f336", "links": {"self": "http://172.30.9.23:5000/v3/roles/a851cc281038430daa3c9cacc5b7f336"}, "name": "reader"}, {"domain_id": null, "id": "abc0569da81741d8bfed320ebcc66090", "links": {"self": "http://172.30.9.23:5000/v3/roles/abc0569da81741d8bfed320ebcc66090"}, "name": "swiftoperator"}, {"domain_id": null, "id": "fa06c02911cf47bfb93c9f379ee33586", "links": {"self": "http://172.30.9.23:5000/v3/roles/fa06c02911cf47bfb93c9f379ee33586"}, "name": "admin"}]} 2018-09-03 13:04:01,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c9f29086-d632-4a61-98a8-2f9452d9d6c3 2018-09-03 13:04:01,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.219587087631s 2018-09-03 13:04:01,437 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c9f29086-d632-4a61-98a8-2f9452d9d6c3 2018-09-03 13:04:01,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 13:04:01,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:04:01,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0b2ec88-2648-425e-947c-e4986c5e1c66 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-03 13:04:01,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-d0b2ec88-2648-425e-947c-e4986c5e1c66 2018-09-03 13:04:01,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.306421995163s 2018-09-03 13:04:01,748 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-d0b2ec88-2648-425e-947c-e4986c5e1c66 2018-09-03 13:04:01,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 13:04:01,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:04:01,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d4ae87c-4c62-4e2c-b5f8-3101771482b9 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/06cdd53f6b4041aba68cf0565927fbc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06cdd53f6b4041aba68cf0565927fbc6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/0a63fbc9d4954ac5b6c4efab45fd7adb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a63fbc9d4954ac5b6c4efab45fd7adb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/1600e7e261fb4cb79fe4d91aa2bd42b8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1600e7e261fb4cb79fe4d91aa2bd42b8", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/3f04ad3eec194d8c8eba48d0778eb749"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f04ad3eec194d8c8eba48d0778eb749", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5355556d3d534dda8439d49d801987aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355556d3d534dda8439d49d801987aa", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/600928af9d0047df953c458d3783dcfc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "600928af9d0047df953c458d3783dcfc", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/75be13d3036d4b5e91aab4a82efc30b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75be13d3036d4b5e91aab4a82efc30b7", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/8ab8e4efd21047b8b58ed47a4dafc84c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ab8e4efd21047b8b58ed47a4dafc84c", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8e1baf3d2d13429ea4fcbed26632d12b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e1baf3d2d13429ea4fcbed26632d12b", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/be1d87c1af60485fa5e393aedff1c368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be1d87c1af60485fa5e393aedff1c368", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_116f1e09-2ec0-4ebf-b939-4b260f54296d", "links": {"self": "http://172.30.9.23:5000/v3/users/c7f52cb37b214fecbb95e9717a1af17d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c7f52cb37b214fecbb95e9717a1af17d", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/d67c80e728934dcc81327588b274aa7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d67c80e728934dcc81327588b274aa7b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/dd85cb6ea04f4e3e8515040959ad911b"}, "domain_id": "e5fa09283e9c4ab4ad85e54bc8818715", "enabled": true, "options": {}, "id": "dd85cb6ea04f4e3e8515040959ad911b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e0c3be377710439591833f359b6b1578"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0c3be377710439591833f359b6b1578", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/eae8dd0a6d7b4fdcbdddd40731c94872"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eae8dd0a6d7b4fdcbdddd40731c94872", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-03 13:04:01,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6d4ae87c-4c62-4e2c-b5f8-3101771482b9 2018-09-03 13:04:01,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.127279043198s 2018-09-03 13:04:01,877 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6d4ae87c-4c62-4e2c-b5f8-3101771482b9 2018-09-03 13:04:01,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 13:04:01,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:04:02,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-034bb191-ae5f-4215-be13-7293da4a48d0 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/bfa146530bbf46e88a12a52a04c9b9d5"}, "tags": [], "enabled": true, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1"}, "tags": [], "enabled": true, "id": "2c0cd9e55a334d8284e782a17dc6ccf1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/6155c4057a714df2bb09d6ed202b16ee"}, "tags": [], "enabled": true, "id": "6155c4057a714df2bb09d6ed202b16ee", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_116f1e09-2ec0-4ebf-b939-4b260f54296d"}]} 2018-09-03 13:04:02,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-034bb191-ae5f-4215-be13-7293da4a48d0 2018-09-03 13:04:02,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.201704025269s 2018-09-03 13:04:02,091 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-034bb191-ae5f-4215-be13-7293da4a48d0 2018-09-03 13:04:02,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-03 13:04:02,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=c7f52cb37b214fecbb95e9717a1af17d&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=6155c4057a714df2bb09d6ed202b16ee" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:04:02,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bcd8dc7-b11b-4858-b914-ba8f156e35be Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=c7f52cb37b214fecbb95e9717a1af17d&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=6155c4057a714df2bb09d6ed202b16ee", "previous": null, "next": null}} 2018-09-03 13:04:02,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c7f52cb37b214fecbb95e9717a1af17d&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=6155c4057a714df2bb09d6ed202b16ee used request id req-2bcd8dc7-b11b-4858-b914-ba8f156e35be 2018-09-03 13:04:02,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.175538063049s 2018-09-03 13:04:02,274 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c7f52cb37b214fecbb95e9717a1af17d&role.id=78d3bfb9906e48f2b2b75581c74e9e2e&scope.project.id=6155c4057a714df2bb09d6ed202b16ee used request id req-2bcd8dc7-b11b-4858-b914-ba8f156e35be 2018-09-03 13:04:02,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-03 13:04:02,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/6155c4057a714df2bb09d6ed202b16ee/users/c7f52cb37b214fecbb95e9717a1af17d/roles/78d3bfb9906e48f2b2b75581c74e9e2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:04:02,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:04:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a9e0ac0-f013-4127-a2dd-e6494b290168 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 13:04:02,561 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/6155c4057a714df2bb09d6ed202b16ee/users/c7f52cb37b214fecbb95e9717a1af17d/roles/78d3bfb9906e48f2b2b75581c74e9e2e used request id req-2a9e0ac0-f013-4127-a2dd-e6494b290168 2018-09-03 13:04:02,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.284029960632s 2018-09-03 13:04:02,562 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/6155c4057a714df2bb09d6ed202b16ee/users/c7f52cb37b214fecbb95e9717a1af17d/roles/78d3bfb9906e48f2b2b75581c74e9e2e used request id req-2a9e0ac0-f013-4127-a2dd-e6494b290168 2018-09-03 13:04:02,562 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_116f1e09-2ec0-4ebf-b939-4b260f54296d', 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'6155c4057a714df2bb09d6ed202b16ee', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '66afc481-9bb9-4597-8469-bbcd733d3d39', 'username': u'vping_ssh-user_116f1e09-2ec0-4ebf-b939-4b260f54296d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-03 13:04:02,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 13:04:02,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 13:04:02,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 13:04:02,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 13:04:02,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 13:04:02,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 13:04:02,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 13:04:02,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 13:04:02,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 13:04:02,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 13:04:02,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 13:04:02,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 13:04:02,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 13:04:02,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 13:04:02,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 13:04:02,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 13:04:02,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 13:04:02,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 13:04:02,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 13:04:02,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 13:04:02,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 13:04:02,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 13:04:02,568 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_116f1e09-2ec0-4ebf-b939-4b260f54296d', 'password': '66afc481-9bb9-4597-8469-bbcd733d3d39', 'project_name': 'vping_ssh-project_116f1e09-2ec0-4ebf-b939-4b260f54296d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '6155c4057a714df2bb09d6ed202b16ee', 'project_domain_name': 'Default'} 2018-09-03 13:04:02,568 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-09-03 13:04:02,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:04:02,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-361be6cc-129e-4d31-9a29-5d30ec2d86c6 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-03 13:04:02,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-361be6cc-129e-4d31-9a29-5d30ec2d86c6 2018-09-03 13:04:02,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-03 13:04:02,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "78d3bfb9906e48f2b2b75581c74e9e2e", "name": "member"}, {"id": "a851cc281038430daa3c9cacc5b7f336", "name": "reader"}], "expires_at": "2018-09-03T14:04:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6155c4057a714df2bb09d6ed202b16ee", "name": "vping_ssh-project_116f1e09-2ec0-4ebf-b939-4b260f54296d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "14b74310259b4bda84735ddde8126816"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af5df17d1972449eb536f6a4360734fc"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c511759dd9da48fdb3de1c5fc0ff202c"}], "type": "identity", "id": "0030d39b72f0449b8208b681178c285c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3c8fb473b0f04e83830f7a75944acbe9"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "729c02f01002494dab6ed9a926bdfccd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1c3dacc81274d8fb0eaced198d314d4"}], "type": "cloudformation", "id": "16449c993988469ab56357077f5b470b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ffbdb02f41e4ff789601ab9cb64cc87"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7965183181f48809e78e13c3250854c"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbbf48437c474780aac01f57176f1547"}], "type": "metric", "id": "24eeb323eec4412193a91b352f92d17b", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "30a1c7fc84174866ab2b3dd781789480"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb029f9c739f44a9a484122c3a4cbfb3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec599a5dcb9f4632a798a2552155c771"}], "type": "event", "id": "261030e7e83e4fa3859a649138f8a08a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6155c4057a714df2bb09d6ed202b16ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d16321e965e41a4824780dad34228a9"}, {"url": "http://192.30.9.4:8776/v2/6155c4057a714df2bb09d6ed202b16ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a03c1266415c4c14a1ed199cb8a940c7"}, {"url": "http://172.30.9.23:8776/v2/6155c4057a714df2bb09d6ed202b16ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8a250e8386e48b483fa54c92aa6996a"}], "type": "volumev2", "id": "2a955477215b4a5ea28297e0a08f9316", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/6155c4057a714df2bb09d6ed202b16ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e4515a9087446dc8a7eba0172b22835"}, {"url": "http://172.30.9.23:8776/v1/6155c4057a714df2bb09d6ed202b16ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "314fb8d0464a418084989bddb0796f6b"}, {"url": "http://192.30.9.4:8776/v1/6155c4057a714df2bb09d6ed202b16ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "442ae7e6a0e74d7fae7cbd4aa9ed37ca"}], "type": "volume", "id": "35f58fde79c74234a7c2dd5e54f101a8", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "7eccb6e4ae4b49549c47acd1ac6ead6d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bd53a0f12c147a88651300b4271c43a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83b96846ea9a4bdc9cbfdccc36801480"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85d1b06ca0bb4c23a5d7b6babd23c0a9"}], "type": "network", "id": "911269b0b0824ccead356417d239e17a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1463402c9a784a22bec053232ea2e90d"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "963a61e993694fa489ea6be89a715314"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d0608d11e95c46fe913468184bd226d5"}], "type": "placement", "id": "acfd9629acd54010b6e5f81da0b05f9f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "69a55cf1e4a94874bb532cde06bbb8f2"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95ad07c96b044b44846df62a50efff45"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e36a640cb83c4da88022c9702bd860ec"}], "type": "image", "id": "d0fe78019d9f4e8db1cf9f66f7c00e47", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/6155c4057a714df2bb09d6ed202b16ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f3f59ce34b4de9822ab5a73808bebf"}, {"url": "http://192.30.9.4:8004/v1/6155c4057a714df2bb09d6ed202b16ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7cb26061d0a2489fb494ef2e1217e006"}, {"url": "http://172.30.9.23:8004/v1/6155c4057a714df2bb09d6ed202b16ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc00904466694a34b0c91611b9e0011d"}], "type": "orchestration", "id": "d31c8e55b8a54897b5c3cb3358cea4bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "315c01be4abd486fb96f88e18c4bf749"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e652b71d18534cfa9aa04388076f6f3f"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb528eafb0f4457bafdf8a1aa18a6855"}], "type": "alarming", "id": "e9eb5daafb34427283ebb83af63d0b61", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/6155c4057a714df2bb09d6ed202b16ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "20e0f1771418405d851fbfe15b8b9d11"}, {"url": "http://192.30.9.4:8776/v3/6155c4057a714df2bb09d6ed202b16ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c62eb4ca78e6477ab800ea1fd1f27cab"}, {"url": "http://172.30.9.23:8776/v3/6155c4057a714df2bb09d6ed202b16ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dc52f82b1a9a4703a27e8d0b99dc409c"}], "type": "volumev3", "id": "eeb0f42e30dd49708baa3d892d730850", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c5e240dc41d4e63b4d1c1e3e14f4814"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c71c7136dbc42d6810109c9ee714434"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83517be5327e409983c75f6cd2d6442a"}], "type": "compute", "id": "f4119a4d90b14ce5a7bd6fb1dcedcc68", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.24:8080/v1/AUTH_6155c4057a714df2bb09d6ed202b16ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1f1ce117ef734b7f9f994fc4e325fe1d"}, {"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "872fa61a954f457ba31286ce69e51f31"}, {"url": "http://172.30.9.23:8080/v1/AUTH_6155c4057a714df2bb09d6ed202b16ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8903f4c2eb20405f8b6cc0c08463a1b3"}], "type": "object-store", "id": "f6b168ea1a414562ac40c2c9adcb086c", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_116f1e09-2ec0-4ebf-b939-4b260f54296d", "id": "c7f52cb37b214fecbb95e9717a1af17d"}, "audit_ids": ["t5rZj8AVRwe0ClAi5R9bPw"], "issued_at": "2018-09-03T13:04:02.000000Z"}} 2018-09-03 13:04:02,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 13:04:02,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" -d '{"network": {"name": "vping_ssh-net_116f1e09-2ec0-4ebf-b939-4b260f54296d", "admin_state_up": true}}' 2018-09-03 13:04:03,753 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-6d1c169e-c3b4-4a73-a97b-683fb63242d0 Date: Mon, 03 Sep 2018 13:04:03 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"6155c4057a714df2bb09d6ed202b16ee","created_at":"2018-09-03T13:04:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-03T13:04:03Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"6155c4057a714df2bb09d6ed202b16ee","id":"d226fcf1-af92-4e47-bed3-49cc7d4f9760","name":"vping_ssh-net_116f1e09-2ec0-4ebf-b939-4b260f54296d"}} 2018-09-03 13:04:03,754 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6d1c169e-c3b4-4a73-a97b-683fb63242d0 2018-09-03 13:04:03,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.7753469944s 2018-09-03 13:04:03,754 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6d1c169e-c3b4-4a73-a97b-683fb63242d0 2018-09-03 13:04:03,755 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T13:04:03Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd226fcf1-af92-4e47-bed3-49cc7d4f9760', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_116f1e09-2ec0-4ebf-b939-4b260f54296d', u'admin_state_up': True, u'tenant_id': u'6155c4057a714df2bb09d6ed202b16ee', u'created_at': u'2018-09-03T13:04:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6155c4057a714df2bb09d6ed202b16ee'}) 2018-09-03 13:04:03,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:04:03,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:04,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-bd0d0338-292d-4686-ae37-58b93fa625b8 Date: Mon, 03 Sep 2018 13:04: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":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"updated_at":"2018-09-03T12:57:08Z","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"375df95b-45ed-41c6-894d-720224bc2919","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-09-03T13:04:03Z","tenant_id":"6155c4057a714df2bb09d6ed202b16ee","created_at":"2018-09-03T13:04:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"6155c4057a714df2bb09d6ed202b16ee","id":"d226fcf1-af92-4e47-bed3-49cc7d4f9760","name":"vping_ssh-net_116f1e09-2ec0-4ebf-b939-4b260f54296d"}]} 2018-09-03 13:04:04,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bd0d0338-292d-4686-ae37-58b93fa625b8 2018-09-03 13:04:04,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.370501041412s 2018-09-03 13:04:04,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bd0d0338-292d-4686-ae37-58b93fa625b8 2018-09-03 13:04:04,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 13:04:04,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" -d '{"subnet": {"name": "vping_ssh-subnet_116f1e09-2ec0-4ebf-b939-4b260f54296d", "enable_dhcp": true, "network_id": "d226fcf1-af92-4e47-bed3-49cc7d4f9760", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 13:04:04,993 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-9aaf00ed-f624-4ee9-baee-e442b884dc0f Date: Mon, 03 Sep 2018 13:04:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d226fcf1-af92-4e47-bed3-49cc7d4f9760","tenant_id":"6155c4057a714df2bb09d6ed202b16ee","created_at":"2018-09-03T13:04:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:04:04Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"6155c4057a714df2bb09d6ed202b16ee","id":"3b5dc373-fb3c-49e8-ab2b-75405fcef294","subnetpool_id":null,"name":"vping_ssh-subnet_116f1e09-2ec0-4ebf-b939-4b260f54296d"}} 2018-09-03 13:04:04,993 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9aaf00ed-f624-4ee9-baee-e442b884dc0f 2018-09-03 13:04:04,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.865439891815s 2018-09-03 13:04:04,994 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9aaf00ed-f624-4ee9-baee-e442b884dc0f 2018-09-03 13:04:04,994 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T13:04:04Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'3b5dc373-fb3c-49e8-ab2b-75405fcef294', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_116f1e09-2ec0-4ebf-b939-4b260f54296d', u'enable_dhcp': True, u'network_id': u'd226fcf1-af92-4e47-bed3-49cc7d4f9760', u'tenant_id': u'6155c4057a714df2bb09d6ed202b16ee', u'created_at': u'2018-09-03T13:04:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'6155c4057a714df2bb09d6ed202b16ee'}) 2018-09-03 13:04:04,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 13:04:04,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" -d '{"router": {"external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919"}, "name": "vping_ssh-router_116f1e09-2ec0-4ebf-b939-4b260f54296d", "admin_state_up": true}}' 2018-09-03 13:04:06,803 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-c4d013bb-435c-4e1b-b4fc-8b24a60c9bea Date: Mon, 03 Sep 2018 13:04:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d5e68d41-1994-4bbd-a1be-d037ac306e9b", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "created_at": "2018-09-03T13:04:05Z", "admin_state_up": true, "updated_at": "2018-09-03T13:04:06Z", "revision_number": 2, "routes": [], "project_id": "6155c4057a714df2bb09d6ed202b16ee", "id": "4864e53c-1135-4d06-9753-de033499bbaf", "name": "vping_ssh-router_116f1e09-2ec0-4ebf-b939-4b260f54296d"}} 2018-09-03 13:04:06,804 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c4d013bb-435c-4e1b-b4fc-8b24a60c9bea 2018-09-03 13:04:06,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.80887389183s 2018-09-03 13:04:06,804 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c4d013bb-435c-4e1b-b4fc-8b24a60c9bea 2018-09-03 13:04:06,805 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'375df95b-45ed-41c6-894d-720224bc2919', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd5e68d41-1994-4bbd-a1be-d037ac306e9b', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6155c4057a714df2bb09d6ed202b16ee', u'created_at': u'2018-09-03T13:04:05Z', u'admin_state_up': True, u'updated_at': u'2018-09-03T13:04:06Z', u'revision_number': 2, u'routes': [], u'project_id': u'6155c4057a714df2bb09d6ed202b16ee', u'id': u'4864e53c-1135-4d06-9753-de033499bbaf', u'name': u'vping_ssh-router_116f1e09-2ec0-4ebf-b939-4b260f54296d'}) 2018-09-03 13:04:06,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 13:04:06,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4864e53c-1135-4d06-9753-de033499bbaf/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" -d '{"subnet_id": "3b5dc373-fb3c-49e8-ab2b-75405fcef294"}' 2018-09-03 13:04:09,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-60a5e15a-6f56-46ca-8acd-bd3ad0ed006b Date: Mon, 03 Sep 2018 13:04:09 GMT RESP BODY: {"network_id": "d226fcf1-af92-4e47-bed3-49cc7d4f9760", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "subnet_id": "3b5dc373-fb3c-49e8-ab2b-75405fcef294", "subnet_ids": ["3b5dc373-fb3c-49e8-ab2b-75405fcef294"], "port_id": "53428640-02ee-447e-a3dc-1f0d3f66f11d", "id": "4864e53c-1135-4d06-9753-de033499bbaf"} 2018-09-03 13:04:09,181 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4864e53c-1135-4d06-9753-de033499bbaf/add_router_interface.json used request id req-60a5e15a-6f56-46ca-8acd-bd3ad0ed006b 2018-09-03 13:04:09,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.37592697144s 2018-09-03 13:04:09,182 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4864e53c-1135-4d06-9753-de033499bbaf/add_router_interface.json used request id req-60a5e15a-6f56-46ca-8acd-bd3ad0ed006b returning object 4864e53c-1135-4d06-9753-de033499bbaf 2018-09-03 13:04:09,182 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-03 13:04:09,314 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-03 13:04:09,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" 2018-09-03 13:04:09,321 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 03 Sep 2018 13:04:09 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-09-03 13:04:09,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:04:09,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:09,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9f20b832-a4f1-4da4-b677-58ce985632df Date: Mon, 03 Sep 2018 13:04:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:04:09,608 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9f20b832-a4f1-4da4-b677-58ce985632df 2018-09-03 13:04:09,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.285175085068s 2018-09-03 13:04:09,609 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9f20b832-a4f1-4da4-b677-58ce985632df 2018-09-03 13:04:09,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-03 13:04:09,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d"}' 2018-09-03 13:04:10,428 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d0bd9641-c942-402f-aa03-0b4e8f8419cf Date: Mon, 03 Sep 2018 13:04:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:04:10Z", "file": "/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/file", "owner": "6155c4057a714df2bb09d6ed202b16ee", "id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "size": null, "self": "/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d", "checksum": null, "created_at": "2018-09-03T13:04:10Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-03 13:04:10,428 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d0bd9641-c942-402f-aa03-0b4e8f8419cf 2018-09-03 13:04:10,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.811153173447s 2018-09-03 13:04:10,429 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d0bd9641-c942-402f-aa03-0b4e8f8419cf returning object 6be71d50-a5b3-42f2-86d3-f52f330fecdf 2018-09-03 13:04:10,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-03 13:04:10,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/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.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" -d '' 2018-09-03 13:04:12,307 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7eafda5c-5806-4e3d-b111-7f11ea771f72 Date: Mon, 03 Sep 2018 13:04:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 13:04:12,307 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/file used request id req-7eafda5c-5806-4e3d-b111-7f11ea771f72 2018-09-03 13:04:12,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.87747907639s 2018-09-03 13:04:12,307 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/file used request id req-7eafda5c-5806-4e3d-b111-7f11ea771f72 2018-09-03 13:04:12,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:04:12,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:13,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-06c9eac2-5590-4f57-90d5-12a80186e4a4 Date: Mon, 03 Sep 2018 13:04:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:04:12Z", "file": "/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/file", "owner": "6155c4057a714df2bb09d6ed202b16ee", "id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "size": 12716032, "self": "/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-03T13:04:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:04:13,082 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-06c9eac2-5590-4f57-90d5-12a80186e4a4 2018-09-03 13:04:13,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.771934986115s 2018-09-03 13:04:13,083 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-06c9eac2-5590-4f57-90d5-12a80186e4a4 2018-09-03 13:04:13,085 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/file', 'owner': u'6155c4057a714df2bb09d6ed202b16ee', 'id': u'6be71d50-a5b3-42f2-86d3-f52f330fecdf', 'size': 12716032, u'self': u'/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6155c4057a714df2bb09d6ed202b16ee', 'name': 'vping_ssh-project_116f1e09-2ec0-4ebf-b939-4b260f54296d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-03T13:04:12Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-03T13:04:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d', 'created': u'2018-09-03T13:04:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-03T13:04:10Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-03 13:04:13,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-03 13:04:13,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_116f1e09-2ec0-4ebf-b939-4b260f54296d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-03 13:04:13,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-584ba234-8bd0-4a38-8e5b-886d3bf4498c x-compute-request-id: req-584ba234-8bd0-4a38-8e5b-886d3bf4498c Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_116f1e09-2ec0-4ebf-b939-4b260f54296d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "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": "cff24742-e231-49f6-b086-b90b4065734b"}} 2018-09-03 13:04:13,862 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-584ba234-8bd0-4a38-8e5b-886d3bf4498c 2018-09-03 13:04:13,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.776189088821s 2018-09-03 13:04:13,862 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-584ba234-8bd0-4a38-8e5b-886d3bf4498c 2018-09-03 13:04:13,863 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_116f1e09-2ec0-4ebf-b939-4b260f54296d', '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'bfa146530bbf46e88a12a52a04c9b9d5', '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'cff24742-e231-49f6-b086-b90b4065734b', 'swap': 0}) 2018-09-03 13:04:13,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-03 13:04:13,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/cff24742-e231-49f6-b086-b90b4065734b/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" -d '{"extra_specs": {}}' 2018-09-03 13:04:13,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-79059021-3dd7-44e1-9202-771dac06f3a8 x-compute-request-id: req-79059021-3dd7-44e1-9202-771dac06f3a8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-03 13:04:13,902 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/cff24742-e231-49f6-b086-b90b4065734b/os-extra_specs used request id req-79059021-3dd7-44e1-9202-771dac06f3a8 2018-09-03 13:04:13,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0378999710083s 2018-09-03 13:04:13,902 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/cff24742-e231-49f6-b086-b90b4065734b/os-extra_specs used request id req-79059021-3dd7-44e1-9202-771dac06f3a8 2018-09-03 13:04:13,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-03 13:04:13,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" -d '{"keypair": {"name": "vping_ssh-kp_116f1e09-2ec0-4ebf-b939-4b260f54296d"}}' 2018-09-03 13:04:14,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2565765-29e4-4d70-bc4c-2e808d650182 x-compute-request-id: req-f2565765-29e4-4d70-bc4c-2e808d650182 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8SOJjEHBZgvsyCBl9GW2pkExsX+pEr1pYQlKRMuJXMySrmZWTTiKA6c3sM6CGYrbrji2A3sNyQHpLf6yQiod2aSjOHWXWQzt4/Qr36mKFBnSRJcqqNEvw+YXJbAG2+absEWF+KrifEEpo43uAWqxVemzwk5+fBxJls2fFZc/hHXbexM/HgjBGZxBRrNXOHZcVR8xVhQbVDsnS/jheXiVgoxtuMI3axUhzy54SCHUfCEzcLXXqS8m/AkI2nQaUEG/huiG5TGXSdCPphmk8Ph7NRDejHj+3LNXSvhO88vTi5rb7IOqyTnJcv0I+d9djda3gtAjdNdmTl7k0GYet97yn Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAvEjiYxBwWYL7MggZfRltqZBMbF/qRK9aWEJSkTLiVzMkq5mV\nk04igOnN7DOghmK2644tgN7DckB6S3+skIqHdmkozh1l1kM7eP0K9+pihQZ0kSXK\nqjRL8PmFyWwBtvmm7BFhfiq4nxBKaON7gFqsVXps8JOfnwcSZbNnxWXP4R123sTP\nx4IwRmcQUazVzh2XFUfMVYUG1Q7J0v44Xl4lYKMbbjCN2sVIc8ueEgh1HwhM3C11\n6kvJvwJCNp0GlBBv4bohuUxl0nQj6YZpPD4ezUQ3ox4/tyzV0r4TvPL04ua2+yDq\nsk5yXL9CPnfXY3Wt4LQI3TXZk5e5NBmHrfe8pwIDAQABAoIBAHJDWP/9jfEEiCUI\nvU8qC18H7xkl7CnasN03ApyTYMDCjNKG1jsbA91wBkP94MEtTw0Mr5ixl7LSZmVD\nChp9t0+o6daMCK1LB+CYz/s8BqXsEPm1EZTRP/TxuLtQDIpaX26L7bp/eqMtY7rb\nsqtmW4dUUKB/NjNwOz307ljhPJLEH9pUeyxKBVphf6zSQPo4M9HT/y7459VsW1gF\n8EGbR2UJ27Dikcqev398wFvwR8YWHX/6naUyrjpM74Un0z3QRg0cW4DUwcyQqXCH\ng4gSkN6dTHcPovS2G9VVTs7g4vBgFqG+oK0Q3m/W3FSNjhhkG+4xBq195Oo5014I\n8qhqWgECgYEA6PK+/ZK1Zs+5eMEOALnP/7NAJa1qaAyXvtGw6szsAuXZ82HBGvq5\no+zO6T4YKKHKAQPnDUuOP9jXQ5v6dGBhOq6yMt69VzSt4scCAOfqwzE93IEs4i2r\nufNZ52P6JhSFSCFeCkJEFPOAJtkX31oHt1yM0MQ4Fb/gVuIR0Y/wAOcCgYEAzuqu\nh6oYMEsl0PCDwsvK6dYzT50O3JYGoLG8ecc72qTmPt5IWRG7tgvj6cjWc23Ie1WI\nQifW+uvJP4YefNjniubA62ViNw5Sywbb651hpCf++PvPrPawgVGE8qxx4hUWYzof\njKjhHy0489O2nYzaQHIzmQSYnb8ttLYAtC1yLkECgYAlMoX+9ctTtH3YY3N5+DHX\nkeb/XTatkL02ckN+6uQQ/mUUMRrl1P2JyImtwwWWj2czTE072UHIvjZ5jFGs/aro\n9PZtmxW+9CGEIeUXAfGB474OFO5223Ydhldn1JYgOIyj3PgoSTaX5d4j1eyy9Kxg\nwj2WJI8UIgSPux+/R+26JwKBgFEsQ9e45NBdSrKTCD2tESd2/p4m8SOcP3FfCJ+F\nh3eY5TKYpS08BbW/KGQYg/i4gsPPpCq/0liRk1u2U9OKjBszt08hcMxEdDptsGzY\nSuvJPP+UWb5y8H9q6YsCF5MnzqaSsLnPrrE6XnNZBPT9wskxhAhtgymvTFDubYxB\nn9+BAoGAEkz13JDz0ZlZS8fbo2SjoxAw9X8B78gX/UDCohyBH7CTFUty+SUNrDKJ\ndlRpGJt6Gb987B11J2hUITRk2d2H2oP51dnHLGsvENk4amEGfLCJtc07JI1qmaEg\nwBNBXYat7TsPErLjK2dzcrH6cHykW2kSYNMqh4/DNV19RMA+eM0=\n-----END RSA PRIVATE KEY-----\n", "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "name": "vping_ssh-kp_116f1e09-2ec0-4ebf-b939-4b260f54296d", "fingerprint": "87:b6:a2:00:35:b6:ef:d9:11:21:6f:99:1a:58:47:3b"}} 2018-09-03 13:04:14,485 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-f2565765-29e4-4d70-bc4c-2e808d650182 2018-09-03 13:04:14,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.582513093948s 2018-09-03 13:04:14,486 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-f2565765-29e4-4d70-bc4c-2e808d650182 2018-09-03 13:04:14,486 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8SOJjEHBZgvsyCBl9GW2pkExsX+pEr1pYQlKRMuJXMySrmZWTTiKA6c3sM6CGYrbrji2A3sNyQHpLf6yQiod2aSjOHWXWQzt4/Qr36mKFBnSRJcqqNEvw+YXJbAG2+absEWF+KrifEEpo43uAWqxVemzwk5+fBxJls2fFZc/hHXbexM/HgjBGZxBRrNXOHZcVR8xVhQbVDsnS/jheXiVgoxtuMI3axUhzy54SCHUfCEzcLXXqS8m/AkI2nQaUEG/huiG5TGXSdCPphmk8Ph7NRDejHj+3LNXSvhO88vTi5rb7IOqyTnJcv0I+d9djda3gtAjdNdmTl7k0GYet97yn Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAvEjiYxBwWYL7MggZfRltqZBMbF/qRK9aWEJSkTLiVzMkq5mV\nk04igOnN7DOghmK2644tgN7DckB6S3+skIqHdmkozh1l1kM7eP0K9+pihQZ0kSXK\nqjRL8PmFyWwBtvmm7BFhfiq4nxBKaON7gFqsVXps8JOfnwcSZbNnxWXP4R123sTP\nx4IwRmcQUazVzh2XFUfMVYUG1Q7J0v44Xl4lYKMbbjCN2sVIc8ueEgh1HwhM3C11\n6kvJvwJCNp0GlBBv4bohuUxl0nQj6YZpPD4ezUQ3ox4/tyzV0r4TvPL04ua2+yDq\nsk5yXL9CPnfXY3Wt4LQI3TXZk5e5NBmHrfe8pwIDAQABAoIBAHJDWP/9jfEEiCUI\nvU8qC18H7xkl7CnasN03ApyTYMDCjNKG1jsbA91wBkP94MEtTw0Mr5ixl7LSZmVD\nChp9t0+o6daMCK1LB+CYz/s8BqXsEPm1EZTRP/TxuLtQDIpaX26L7bp/eqMtY7rb\nsqtmW4dUUKB/NjNwOz307ljhPJLEH9pUeyxKBVphf6zSQPo4M9HT/y7459VsW1gF\n8EGbR2UJ27Dikcqev398wFvwR8YWHX/6naUyrjpM74Un0z3QRg0cW4DUwcyQqXCH\ng4gSkN6dTHcPovS2G9VVTs7g4vBgFqG+oK0Q3m/W3FSNjhhkG+4xBq195Oo5014I\n8qhqWgECgYEA6PK+/ZK1Zs+5eMEOALnP/7NAJa1qaAyXvtGw6szsAuXZ82HBGvq5\no+zO6T4YKKHKAQPnDUuOP9jXQ5v6dGBhOq6yMt69VzSt4scCAOfqwzE93IEs4i2r\nufNZ52P6JhSFSCFeCkJEFPOAJtkX31oHt1yM0MQ4Fb/gVuIR0Y/wAOcCgYEAzuqu\nh6oYMEsl0PCDwsvK6dYzT50O3JYGoLG8ecc72qTmPt5IWRG7tgvj6cjWc23Ie1WI\nQifW+uvJP4YefNjniubA62ViNw5Sywbb651hpCf++PvPrPawgVGE8qxx4hUWYzof\njKjhHy0489O2nYzaQHIzmQSYnb8ttLYAtC1yLkECgYAlMoX+9ctTtH3YY3N5+DHX\nkeb/XTatkL02ckN+6uQQ/mUUMRrl1P2JyImtwwWWj2czTE072UHIvjZ5jFGs/aro\n9PZtmxW+9CGEIeUXAfGB474OFO5223Ydhldn1JYgOIyj3PgoSTaX5d4j1eyy9Kxg\nwj2WJI8UIgSPux+/R+26JwKBgFEsQ9e45NBdSrKTCD2tESd2/p4m8SOcP3FfCJ+F\nh3eY5TKYpS08BbW/KGQYg/i4gsPPpCq/0liRk1u2U9OKjBszt08hcMxEdDptsGzY\nSuvJPP+UWb5y8H9q6YsCF5MnzqaSsLnPrrE6XnNZBPT9wskxhAhtgymvTFDubYxB\nn9+BAoGAEkz13JDz0ZlZS8fbo2SjoxAw9X8B78gX/UDCohyBH7CTFUty+SUNrDKJ\ndlRpGJt6Gb987B11J2hUITRk2d2H2oP51dnHLGsvENk4amEGfLCJtc07JI1qmaEg\nwBNBXYat7TsPErLjK2dzcrH6cHykW2kSYNMqh4/DNV19RMA+eM0=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'c7f52cb37b214fecbb95e9717a1af17d', 'name': u'vping_ssh-kp_116f1e09-2ec0-4ebf-b939-4b260f54296d', 'created_at': '2018-09-03T13:04:14.486833', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6155c4057a714df2bb09d6ed202b16ee', 'name': 'vping_ssh-project_116f1e09-2ec0-4ebf-b939-4b260f54296d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'87:b6:a2:00:35:b6:ef:d9:11:21:6f:99:1a:58:47:3b', 'type': 'ssh', 'id': u'vping_ssh-kp_116f1e09-2ec0-4ebf-b939-4b260f54296d'}) 2018-09-03 13:04:14,487 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAvEjiYxBwWYL7MggZfRltqZBMbF/qRK9aWEJSkTLiVzMkq5mV k04igOnN7DOghmK2644tgN7DckB6S3+skIqHdmkozh1l1kM7eP0K9+pihQZ0kSXK qjRL8PmFyWwBtvmm7BFhfiq4nxBKaON7gFqsVXps8JOfnwcSZbNnxWXP4R123sTP x4IwRmcQUazVzh2XFUfMVYUG1Q7J0v44Xl4lYKMbbjCN2sVIc8ueEgh1HwhM3C11 6kvJvwJCNp0GlBBv4bohuUxl0nQj6YZpPD4ezUQ3ox4/tyzV0r4TvPL04ua2+yDq sk5yXL9CPnfXY3Wt4LQI3TXZk5e5NBmHrfe8pwIDAQABAoIBAHJDWP/9jfEEiCUI vU8qC18H7xkl7CnasN03ApyTYMDCjNKG1jsbA91wBkP94MEtTw0Mr5ixl7LSZmVD Chp9t0+o6daMCK1LB+CYz/s8BqXsEPm1EZTRP/TxuLtQDIpaX26L7bp/eqMtY7rb sqtmW4dUUKB/NjNwOz307ljhPJLEH9pUeyxKBVphf6zSQPo4M9HT/y7459VsW1gF 8EGbR2UJ27Dikcqev398wFvwR8YWHX/6naUyrjpM74Un0z3QRg0cW4DUwcyQqXCH g4gSkN6dTHcPovS2G9VVTs7g4vBgFqG+oK0Q3m/W3FSNjhhkG+4xBq195Oo5014I 8qhqWgECgYEA6PK+/ZK1Zs+5eMEOALnP/7NAJa1qaAyXvtGw6szsAuXZ82HBGvq5 o+zO6T4YKKHKAQPnDUuOP9jXQ5v6dGBhOq6yMt69VzSt4scCAOfqwzE93IEs4i2r ufNZ52P6JhSFSCFeCkJEFPOAJtkX31oHt1yM0MQ4Fb/gVuIR0Y/wAOcCgYEAzuqu h6oYMEsl0PCDwsvK6dYzT50O3JYGoLG8ecc72qTmPt5IWRG7tgvj6cjWc23Ie1WI QifW+uvJP4YefNjniubA62ViNw5Sywbb651hpCf++PvPrPawgVGE8qxx4hUWYzof jKjhHy0489O2nYzaQHIzmQSYnb8ttLYAtC1yLkECgYAlMoX+9ctTtH3YY3N5+DHX keb/XTatkL02ckN+6uQQ/mUUMRrl1P2JyImtwwWWj2czTE072UHIvjZ5jFGs/aro 9PZtmxW+9CGEIeUXAfGB474OFO5223Ydhldn1JYgOIyj3PgoSTaX5d4j1eyy9Kxg wj2WJI8UIgSPux+/R+26JwKBgFEsQ9e45NBdSrKTCD2tESd2/p4m8SOcP3FfCJ+F h3eY5TKYpS08BbW/KGQYg/i4gsPPpCq/0liRk1u2U9OKjBszt08hcMxEdDptsGzY SuvJPP+UWb5y8H9q6YsCF5MnzqaSsLnPrrE6XnNZBPT9wskxhAhtgymvTFDubYxB n9+BAoGAEkz13JDz0ZlZS8fbo2SjoxAw9X8B78gX/UDCohyBH7CTFUty+SUNrDKJ dlRpGJt6Gb987B11J2hUITRk2d2H2oP51dnHLGsvENk4amEGfLCJtc07JI1qmaEg wBNBXYat7TsPErLjK2dzcrH6cHykW2kSYNMqh4/DNV19RMA+eM0= -----END RSA PRIVATE KEY----- 2018-09-03 13:04:14,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-03 13:04:14,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" -d '{"security_group": {"name": "vping_ssh-sg_116f1e09-2ec0-4ebf-b939-4b260f54296d", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-09-03 13:04:14,929 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-cab2943e-18e6-4863-af68-942593523baf Date: Mon, 03 Sep 2018 13:04:14 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "created_at": "2018-09-03T13:04:14Z", "updated_at": "2018-09-03T13:04:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:14Z", "revision_number": 0, "id": "04eb302a-0a4f-4da5-9c62-418087ee256d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:14Z", "security_group_id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:14Z", "revision_number": 0, "id": "b8b2099b-520b-44d1-9380-9df0899dcc14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:14Z", "security_group_id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}], "revision_number": 1, "project_id": "6155c4057a714df2bb09d6ed202b16ee", "id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "name": "vping_ssh-sg_116f1e09-2ec0-4ebf-b939-4b260f54296d"}} 2018-09-03 13:04:14,929 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-cab2943e-18e6-4863-af68-942593523baf 2018-09-03 13:04:14,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.439163923264s 2018-09-03 13:04:14,929 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-cab2943e-18e6-4863-af68-942593523baf 2018-09-03 13:04:14,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-03 13:04:14,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:15,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-2ed5e0f9-66b6-4084-a7b7-3c9876c4ffdf Date: Mon, 03 Sep 2018 13:04:15 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "created_at": "2018-09-03T13:04:14Z", "updated_at": "2018-09-03T13:04:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:14Z", "revision_number": 0, "id": "04eb302a-0a4f-4da5-9c62-418087ee256d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:14Z", "security_group_id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:14Z", "revision_number": 0, "id": "b8b2099b-520b-44d1-9380-9df0899dcc14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:14Z", "security_group_id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}], "revision_number": 1, "project_id": "6155c4057a714df2bb09d6ed202b16ee", "id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "name": "vping_ssh-sg_116f1e09-2ec0-4ebf-b939-4b260f54296d"}, {"description": "Default security group", "tags": [], "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "created_at": "2018-09-03T13:04:03Z", "updated_at": "2018-09-03T13:04:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:03Z", "revision_number": 0, "id": "44ac0c25-769f-4418-baff-282b665f3004", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:03Z", "security_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:03Z", "revision_number": 0, "id": "a9217bad-e14e-475b-938f-3a1d3a8c2ee6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:03Z", "security_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:03Z", "revision_number": 0, "id": "b08220aa-30b1-479a-a8aa-0c8c48c0bff7", "remote_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:03Z", "security_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:03Z", "revision_number": 0, "id": "c12b81c8-b959-40a4-853f-cc6f2bd05de0", "remote_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:03Z", "security_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}], "revision_number": 1, "project_id": "6155c4057a714df2bb09d6ed202b16ee", "id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "name": "default"}]} 2018-09-03 13:04:15,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-2ed5e0f9-66b6-4084-a7b7-3c9876c4ffdf 2018-09-03 13:04:15,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.31761097908s 2018-09-03 13:04:15,252 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-2ed5e0f9-66b6-4084-a7b7-3c9876c4ffdf 2018-09-03 13:04:15,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-03 13:04:15,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" -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": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42"}}' 2018-09-03 13:04:15,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-c4bcb888-24a1-43e5-b862-7da5a7d6057e Date: Mon, 03 Sep 2018 13:04:15 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-09-03T13:04:15Z", "security_group_id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "port_range_min": 22, "revision_number": 0, "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "created_at": "2018-09-03T13:04:15Z", "project_id": "6155c4057a714df2bb09d6ed202b16ee", "id": "c66d45bb-2b87-4aaa-ac8d-b93fcb606ecd"}} 2018-09-03 13:04:15,695 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-c4bcb888-24a1-43e5-b862-7da5a7d6057e 2018-09-03 13:04:15,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.439272880554s 2018-09-03 13:04:15,696 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-c4bcb888-24a1-43e5-b862-7da5a7d6057e 2018-09-03 13:04:15,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-03 13:04:15,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:16,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-c4f2e958-3cf0-40b5-81dd-2036bc9ac2b4 Date: Mon, 03 Sep 2018 13:04:15 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "created_at": "2018-09-03T13:04:14Z", "updated_at": "2018-09-03T13:04:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:14Z", "revision_number": 0, "id": "04eb302a-0a4f-4da5-9c62-418087ee256d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:14Z", "security_group_id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:14Z", "revision_number": 0, "id": "b8b2099b-520b-44d1-9380-9df0899dcc14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:14Z", "security_group_id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-03T13:04:15Z", "revision_number": 0, "id": "c66d45bb-2b87-4aaa-ac8d-b93fcb606ecd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:15Z", "security_group_id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}], "revision_number": 2, "project_id": "6155c4057a714df2bb09d6ed202b16ee", "id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "name": "vping_ssh-sg_116f1e09-2ec0-4ebf-b939-4b260f54296d"}, {"description": "Default security group", "tags": [], "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "created_at": "2018-09-03T13:04:03Z", "updated_at": "2018-09-03T13:04:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:03Z", "revision_number": 0, "id": "44ac0c25-769f-4418-baff-282b665f3004", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:03Z", "security_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:03Z", "revision_number": 0, "id": "a9217bad-e14e-475b-938f-3a1d3a8c2ee6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:03Z", "security_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:03Z", "revision_number": 0, "id": "b08220aa-30b1-479a-a8aa-0c8c48c0bff7", "remote_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:03Z", "security_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:03Z", "revision_number": 0, "id": "c12b81c8-b959-40a4-853f-cc6f2bd05de0", "remote_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:03Z", "security_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}], "revision_number": 1, "project_id": "6155c4057a714df2bb09d6ed202b16ee", "id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "name": "default"}]} 2018-09-03 13:04:16,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c4f2e958-3cf0-40b5-81dd-2036bc9ac2b4 2018-09-03 13:04:16,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.310773134232s 2018-09-03 13:04:16,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c4f2e958-3cf0-40b5-81dd-2036bc9ac2b4 2018-09-03 13:04:16,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-03 13:04:16,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" -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": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42"}}' 2018-09-03 13:04:16,503 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-408529b6-0bc2-49e7-9df2-ddf16de1c541 Date: Mon, 03 Sep 2018 13:04:16 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-09-03T13:04:16Z", "security_group_id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "port_range_min": null, "revision_number": 0, "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "created_at": "2018-09-03T13:04:16Z", "project_id": "6155c4057a714df2bb09d6ed202b16ee", "id": "1567f90f-8ce3-4781-a422-660816cb12ca"}} 2018-09-03 13:04:16,503 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-408529b6-0bc2-49e7-9df2-ddf16de1c541 2018-09-03 13:04:16,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.489989042282s 2018-09-03 13:04:16,504 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-408529b6-0bc2-49e7-9df2-ddf16de1c541 2018-09-03 13:04:16,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:04:16,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:16,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-a8aa675c-c45a-489b-99ca-b85348d278d0 Date: Mon, 03 Sep 2018 13:04:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"updated_at":"2018-09-03T12:57:08Z","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"375df95b-45ed-41c6-894d-720224bc2919","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3b5dc373-fb3c-49e8-ab2b-75405fcef294"],"updated_at":"2018-09-03T13:04:04Z","tenant_id":"6155c4057a714df2bb09d6ed202b16ee","created_at":"2018-09-03T13:04:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6155c4057a714df2bb09d6ed202b16ee","id":"d226fcf1-af92-4e47-bed3-49cc7d4f9760","name":"vping_ssh-net_116f1e09-2ec0-4ebf-b939-4b260f54296d"}]} 2018-09-03 13:04:16,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a8aa675c-c45a-489b-99ca-b85348d278d0 2018-09-03 13:04:16,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.349100828171s 2018-09-03 13:04:16,855 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a8aa675c-c45a-489b-99ca-b85348d278d0 2018-09-03 13:04:16,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:04:16,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:17,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-e0c2f7e3-c4a4-476f-9b42-26b1b51943b3 Date: Mon, 03 Sep 2018 13:04:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:04:12Z", "file": "/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/file", "owner": "6155c4057a714df2bb09d6ed202b16ee", "id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "size": 12716032, "self": "/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-03T13:04:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:04:17,657 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e0c2f7e3-c4a4-476f-9b42-26b1b51943b3 2018-09-03 13:04:17,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.797368049622s 2018-09-03 13:04:17,657 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e0c2f7e3-c4a4-476f-9b42-26b1b51943b3 2018-09-03 13:04:17,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-03 13:04:17,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:17,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04: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-807ba7d0-ea6f-497d-a55f-b995cd1c4774 x-compute-request-id: req-807ba7d0-ea6f-497d-a55f-b995cd1c4774 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_116f1e09-2ec0-4ebf-b939-4b260f54296d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "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": "cff24742-e231-49f6-b086-b90b4065734b"}]} 2018-09-03 13:04:17,685 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-807ba7d0-ea6f-497d-a55f-b995cd1c4774 2018-09-03 13:04:17,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0261700153351s 2018-09-03 13:04:17,685 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-807ba7d0-ea6f-497d-a55f-b995cd1c4774 2018-09-03 13:04:17,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-03 13:04:17,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" -d '{"server": {"name": "vping_ssh-vm2_116f1e09-2ec0-4ebf-b939-4b260f54296d", "imageRef": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "flavorRef": "cff24742-e231-49f6-b086-b90b4065734b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d226fcf1-af92-4e47-bed3-49cc7d4f9760"}], "security_groups": [{"name": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42"}]}}' 2018-09-03 13:04:21,462 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Sep 2018 13:04:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3de594ac-b23f-4d1d-ae89-c0522fc853d9 x-compute-request-id: req-3de594ac-b23f-4d1d-ae89-c0522fc853d9 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/9f7b933f-04fe-45d6-b648-e2645ab77893 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42"}], "OS-DCF:diskConfig": "MANUAL", "id": "9f7b933f-04fe-45d6-b648-e2645ab77893", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "bookmark"}], "adminPass": "tW6EfjspyrR9"}} 2018-09-03 13:04:21,462 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-3de594ac-b23f-4d1d-ae89-c0522fc853d9 2018-09-03 13:04:21,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.77509117126s 2018-09-03 13:04:21,463 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-3de594ac-b23f-4d1d-ae89-c0522fc853d9 2018-09-03 13:04:21,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:04:21,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:22,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04: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-fec61358-1349-4210-a7fe-1eadbe3f4493 x-compute-request-id: req-fec61358-1349-4210-a7fe-1eadbe3f4493 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "bookmark"}], "image": {"id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "links": [{"href": "http://172.30.9.23:8774/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cff24742-e231-49f6-b086-b90b4065734b", "links": [{"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "bookmark"}]}, "id": "9f7b933f-04fe-45d6-b648-e2645ab77893", "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "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-09-03T13:04:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_116f1e09-2ec0-4ebf-b939-4b260f54296d", "created": "2018-09-03T13:04:21Z", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:04:22,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fec61358-1349-4210-a7fe-1eadbe3f4493 2018-09-03 13:04:22,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.67808508873s 2018-09-03 13:04:22,142 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fec61358-1349-4210-a7fe-1eadbe3f4493 2018-09-03 13:04:22,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:04:22,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:22,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-62462b31-b46e-4a84-a81a-18f5d63ceb1b Date: Mon, 03 Sep 2018 13:04: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":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"updated_at":"2018-09-03T12:57:08Z","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"375df95b-45ed-41c6-894d-720224bc2919","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3b5dc373-fb3c-49e8-ab2b-75405fcef294"],"updated_at":"2018-09-03T13:04:04Z","tenant_id":"6155c4057a714df2bb09d6ed202b16ee","created_at":"2018-09-03T13:04:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6155c4057a714df2bb09d6ed202b16ee","id":"d226fcf1-af92-4e47-bed3-49cc7d4f9760","name":"vping_ssh-net_116f1e09-2ec0-4ebf-b939-4b260f54296d"}]} 2018-09-03 13:04:22,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-62462b31-b46e-4a84-a81a-18f5d63ceb1b 2018-09-03 13:04:22,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354125976562s 2018-09-03 13:04:22,503 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-62462b31-b46e-4a84-a81a-18f5d63ceb1b 2018-09-03 13:04:22,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 13:04:22,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:22,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-2b646285-ad7b-46e6-be53-fae062276ab1 Date: Mon, 03 Sep 2018 13:04:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d226fcf1-af92-4e47-bed3-49cc7d4f9760","tenant_id":"6155c4057a714df2bb09d6ed202b16ee","created_at":"2018-09-03T13:04:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:04:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"6155c4057a714df2bb09d6ed202b16ee","id":"3b5dc373-fb3c-49e8-ab2b-75405fcef294","subnetpool_id":null,"name":"vping_ssh-subnet_116f1e09-2ec0-4ebf-b939-4b260f54296d"}]} 2018-09-03 13:04:22,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2b646285-ad7b-46e6-be53-fae062276ab1 2018-09-03 13:04:22,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.313457012177s 2018-09-03 13:04:22,818 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2b646285-ad7b-46e6-be53-fae062276ab1 2018-09-03 13:04:22,819 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:04:24,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:04:24,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:26,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bb297cd-345f-4e02-8d80-4209d87918d5 x-compute-request-id: req-1bb297cd-345f-4e02-8d80-4209d87918d5 Content-Encoding: gzip Content-Length: 639 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "bookmark"}], "image": {"id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "links": [{"href": "http://172.30.9.23:8774/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cff24742-e231-49f6-b086-b90b4065734b", "links": [{"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "bookmark"}]}, "id": "9f7b933f-04fe-45d6-b648-e2645ab77893", "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "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-09-03T13:04:24Z", "hostId": "36411174d934812d38936c57091f24c57233ab136e24f6f986dc2bbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_116f1e09-2ec0-4ebf-b939-4b260f54296d", "created": "2018-09-03T13:04:21Z", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:04:26,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1bb297cd-345f-4e02-8d80-4209d87918d5 2018-09-03 13:04:26,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22578501701s 2018-09-03 13:04:26,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1bb297cd-345f-4e02-8d80-4209d87918d5 2018-09-03 13:04:26,052 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:04:28,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:04:28,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:29,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42bac584-e91b-4e6b-8aac-c2343ace2a00 x-compute-request-id: req-42bac584-e91b-4e6b-8aac-c2343ace2a00 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "bookmark"}], "image": {"id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "links": [{"href": "http://172.30.9.23:8774/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cff24742-e231-49f6-b086-b90b4065734b", "links": [{"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "bookmark"}]}, "id": "9f7b933f-04fe-45d6-b648-e2645ab77893", "security_groups": [{"name": "vping_ssh-sg_116f1e09-2ec0-4ebf-b939-4b260f54296d"}], "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "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-09-03T13:04:27Z", "hostId": "f2ddfb577fbe626e71302f363686b321c5a9caf35813ba023ba476e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_116f1e09-2ec0-4ebf-b939-4b260f54296d", "created": "2018-09-03T13:04:21Z", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:04:29,520 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-42bac584-e91b-4e6b-8aac-c2343ace2a00 2018-09-03 13:04:29,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.46533203125s 2018-09-03 13:04:29,520 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-42bac584-e91b-4e6b-8aac-c2343ace2a00 2018-09-03 13:04:29,524 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:04:31,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:04:31,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:32,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04: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-ae40584f-e8a8-4f61-801e-8f9a68d88846 x-compute-request-id: req-ae40584f-e8a8-4f61-801e-8f9a68d88846 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "bookmark"}], "image": {"id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "links": [{"href": "http://172.30.9.23:8774/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cff24742-e231-49f6-b086-b90b4065734b", "links": [{"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "bookmark"}]}, "id": "9f7b933f-04fe-45d6-b648-e2645ab77893", "security_groups": [{"name": "vping_ssh-sg_116f1e09-2ec0-4ebf-b939-4b260f54296d"}], "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "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-09-03T13:04:28Z", "hostId": "f2ddfb577fbe626e71302f363686b321c5a9caf35813ba023ba476e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_116f1e09-2ec0-4ebf-b939-4b260f54296d", "created": "2018-09-03T13:04:21Z", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:04:32,501 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ae40584f-e8a8-4f61-801e-8f9a68d88846 2018-09-03 13:04:32,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.973705053329s 2018-09-03 13:04:32,501 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ae40584f-e8a8-4f61-801e-8f9a68d88846 2018-09-03 13:04:32,505 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:04:34,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:04:34,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:35,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04: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-86df20bc-a9a8-4bc8-8a0d-1bdf1f40011b x-compute-request-id: req-86df20bc-a9a8-4bc8-8a0d-1bdf1f40011b Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_116f1e09-2ec0-4ebf-b939-4b260f54296d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:e8:ef", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "bookmark"}], "image": {"id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "links": [{"href": "http://172.30.9.23:8774/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-03T13:04:34.000000", "flavor": {"id": "cff24742-e231-49f6-b086-b90b4065734b", "links": [{"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "bookmark"}]}, "id": "9f7b933f-04fe-45d6-b648-e2645ab77893", "security_groups": [{"name": "vping_ssh-sg_116f1e09-2ec0-4ebf-b939-4b260f54296d"}], "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "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-09-03T13:04:34Z", "hostId": "f2ddfb577fbe626e71302f363686b321c5a9caf35813ba023ba476e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_116f1e09-2ec0-4ebf-b939-4b260f54296d", "created": "2018-09-03T13:04:21Z", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:04:35,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-86df20bc-a9a8-4bc8-8a0d-1bdf1f40011b 2018-09-03 13:04:35,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.823828935623s 2018-09-03 13:04:35,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-86df20bc-a9a8-4bc8-8a0d-1bdf1f40011b 2018-09-03 13:04:35,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-03 13:04:35,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=9f7b933f-04fe-45d6-b648-e2645ab77893" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:35,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-396b1f50-f1df-44b2-8c38-b18a1b98be9a Date: Mon, 03 Sep 2018 13:04:35 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d226fcf1-af92-4e47-bed3-49cc7d4f9760","tenant_id":"6155c4057a714df2bb09d6ed202b16ee","created_at":"2018-09-03T13:04:27Z","admin_state_up":true,"updated_at":"2018-09-03T13:04:34Z","binding:vnic_type":"normal","device_id":"9f7b933f-04fe-45d6-b648-e2645ab77893","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:42:e8:ef","id":"58fda7fc-3565-42c7-8244-b759b9432220","port_security_enabled":true,"project_id":"6155c4057a714df2bb09d6ed202b16ee","fixed_ips":[{"subnet_id":"3b5dc373-fb3c-49e8-ab2b-75405fcef294","ip_address":"192.168.120.26"}],"extra_dhcp_opts":[],"security_groups":["3cc1792b-3ffb-44d3-80ac-ab18b5113d42"],"name":""}]} 2018-09-03 13:04:35,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=9f7b933f-04fe-45d6-b648-e2645ab77893 used request id req-396b1f50-f1df-44b2-8c38-b18a1b98be9a 2018-09-03 13:04:35,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.331361055374s 2018-09-03 13:04:35,668 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=9f7b933f-04fe-45d6-b648-e2645ab77893 used request id req-396b1f50-f1df-44b2-8c38-b18a1b98be9a 2018-09-03 13:04:35,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-03 13:04:35,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=58fda7fc-3565-42c7-8244-b759b9432220" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:35,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-756f70b8-7503-488c-b234-c4c3fa335858 Date: Mon, 03 Sep 2018 13:04:35 GMT RESP BODY: {"floatingips": []} 2018-09-03 13:04:35,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=58fda7fc-3565-42c7-8244-b759b9432220 used request id req-756f70b8-7503-488c-b234-c4c3fa335858 2018-09-03 13:04:35,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0563380718231s 2018-09-03 13:04:35,730 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=58fda7fc-3565-42c7-8244-b759b9432220 used request id req-756f70b8-7503-488c-b234-c4c3fa335858 2018-09-03 13:04:35,730 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_116f1e09-2ec0-4ebf-b939-4b260f54296d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:42:e8:ef', u'version': 4, u'addr': u'192.168.120.26', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6be71d50-a5b3-42f2-86d3-f52f330fecdf'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-03T13:04:34.000000', 'flavor': Munch({u'id': u'cff24742-e231-49f6-b086-b90b4065734b'}), 'az': u'nova', 'id': u'9f7b933f-04fe-45d6-b648-e2645ab77893', 'security_groups': [Munch({u'name': u'vping_ssh-sg_116f1e09-2ec0-4ebf-b939-4b260f54296d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c7f52cb37b214fecbb95e9717a1af17d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6155c4057a714df2bb09d6ed202b16ee', 'name': 'vping_ssh-project_116f1e09-2ec0-4ebf-b939-4b260f54296d', '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-09-03T13:04:34.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-03T13:04:34Z', 'hostId': u'f2ddfb577fbe626e71302f363686b321c5a9caf35813ba023ba476e3', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.26', 'cloud': 'envvars', 'host_id': u'f2ddfb577fbe626e71302f363686b321c5a9caf35813ba023ba476e3', '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-09-03T13:04:34.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6155c4057a714df2bb09d6ed202b16ee', 'name': u'vping_ssh-vm2_116f1e09-2ec0-4ebf-b939-4b260f54296d', 'adminPass': u'tW6EfjspyrR9', 'tenant_id': u'6155c4057a714df2bb09d6ed202b16ee', 'created_at': u'2018-09-03T13:04:21Z', 'created': u'2018-09-03T13:04:21Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-03 13:04:35,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:04:35,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:35,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-93a00f52-a955-460b-bdda-4c9ed93f6103 Date: Mon, 03 Sep 2018 13:04:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"updated_at":"2018-09-03T12:57:08Z","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"375df95b-45ed-41c6-894d-720224bc2919","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3b5dc373-fb3c-49e8-ab2b-75405fcef294"],"updated_at":"2018-09-03T13:04:04Z","tenant_id":"6155c4057a714df2bb09d6ed202b16ee","created_at":"2018-09-03T13:04:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6155c4057a714df2bb09d6ed202b16ee","id":"d226fcf1-af92-4e47-bed3-49cc7d4f9760","name":"vping_ssh-net_116f1e09-2ec0-4ebf-b939-4b260f54296d"}]} 2018-09-03 13:04:35,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-93a00f52-a955-460b-bdda-4c9ed93f6103 2018-09-03 13:04:35,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10241484642s 2018-09-03 13:04:35,834 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-93a00f52-a955-460b-bdda-4c9ed93f6103 2018-09-03 13:04:35,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:04:35,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:36,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-029281d7-2fe3-4862-bf11-8b932fe965d8 Date: Mon, 03 Sep 2018 13:04:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:04:12Z", "file": "/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/file", "owner": "6155c4057a714df2bb09d6ed202b16ee", "id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "size": 12716032, "self": "/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-03T13:04:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:04:36,143 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-029281d7-2fe3-4862-bf11-8b932fe965d8 2018-09-03 13:04:36,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303745985031s 2018-09-03 13:04:36,143 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-029281d7-2fe3-4862-bf11-8b932fe965d8 2018-09-03 13:04:36,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-03 13:04:36,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:36,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04: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-38e11c67-721f-471d-a837-6c80ca6f8cf9 x-compute-request-id: req-38e11c67-721f-471d-a837-6c80ca6f8cf9 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_116f1e09-2ec0-4ebf-b939-4b260f54296d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "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": "cff24742-e231-49f6-b086-b90b4065734b"}]} 2018-09-03 13:04:36,170 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-38e11c67-721f-471d-a837-6c80ca6f8cf9 2018-09-03 13:04:36,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0255961418152s 2018-09-03 13:04:36,171 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-38e11c67-721f-471d-a837-6c80ca6f8cf9 2018-09-03 13:04:36,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-03 13:04:36,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" -d '{"server": {"name": "vping_ssh-vm_116f1e09-2ec0-4ebf-b939-4b260f54296d", "imageRef": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "key_name": "vping_ssh-kp_116f1e09-2ec0-4ebf-b939-4b260f54296d", "flavorRef": "cff24742-e231-49f6-b086-b90b4065734b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d226fcf1-af92-4e47-bed3-49cc7d4f9760"}], "security_groups": [{"name": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42"}]}}' 2018-09-03 13:04:40,535 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Sep 2018 13:04:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-111fdfec-9860-43e3-93db-f60a1fd8ac72 x-compute-request-id: req-111fdfec-9860-43e3-93db-f60a1fd8ac72 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42"}], "OS-DCF:diskConfig": "MANUAL", "id": "2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "rel": "bookmark"}], "adminPass": "uP2HCAKwR9Hy"}} 2018-09-03 13:04:40,536 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-111fdfec-9860-43e3-93db-f60a1fd8ac72 2018-09-03 13:04:40,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.36349511147s 2018-09-03 13:04:40,536 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-111fdfec-9860-43e3-93db-f60a1fd8ac72 2018-09-03 13:04:40,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:04:40,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:41,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04: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-0ed96d67-bcf2-4e17-99a7-26ccb64c6bd2 x-compute-request-id: req-0ed96d67-bcf2-4e17-99a7-26ccb64c6bd2 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "rel": "bookmark"}], "image": {"id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "links": [{"href": "http://172.30.9.23:8774/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cff24742-e231-49f6-b086-b90b4065734b", "links": [{"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "bookmark"}]}, "id": "2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "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-09-03T13:04:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_116f1e09-2ec0-4ebf-b939-4b260f54296d", "name": "vping_ssh-vm_116f1e09-2ec0-4ebf-b939-4b260f54296d", "created": "2018-09-03T13:04:40Z", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_116f1e09-2ec0-4ebf-b939-4b260f54296d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:e8:ef", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "bookmark"}], "image": {"id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "links": [{"href": "http://172.30.9.23:8774/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-03T13:04:34.000000", "flavor": {"id": "cff24742-e231-49f6-b086-b90b4065734b", "links": [{"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "bookmark"}]}, "id": "9f7b933f-04fe-45d6-b648-e2645ab77893", "security_groups": [{"name": "vping_ssh-sg_116f1e09-2ec0-4ebf-b939-4b260f54296d"}], "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "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-09-03T13:04:34Z", "hostId": "f2ddfb577fbe626e71302f363686b321c5a9caf35813ba023ba476e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_116f1e09-2ec0-4ebf-b939-4b260f54296d", "created": "2018-09-03T13:04:21Z", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:04:41,111 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0ed96d67-bcf2-4e17-99a7-26ccb64c6bd2 2018-09-03 13:04:41,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.574353933334s 2018-09-03 13:04:41,112 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0ed96d67-bcf2-4e17-99a7-26ccb64c6bd2 2018-09-03 13:04:41,117 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:04:43,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:04:43,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:43,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04: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-1f2e10a3-6d62-4054-914a-690e02e0bfce x-compute-request-id: req-1f2e10a3-6d62-4054-914a-690e02e0bfce 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.23:8774/v2.1/servers/2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "rel": "bookmark"}], "image": {"id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "links": [{"href": "http://172.30.9.23:8774/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cff24742-e231-49f6-b086-b90b4065734b", "links": [{"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "bookmark"}]}, "id": "2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "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-09-03T13:04:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_116f1e09-2ec0-4ebf-b939-4b260f54296d", "name": "vping_ssh-vm_116f1e09-2ec0-4ebf-b939-4b260f54296d", "created": "2018-09-03T13:04:40Z", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_116f1e09-2ec0-4ebf-b939-4b260f54296d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:e8:ef", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "bookmark"}], "image": {"id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "links": [{"href": "http://172.30.9.23:8774/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-03T13:04:34.000000", "flavor": {"id": "cff24742-e231-49f6-b086-b90b4065734b", "links": [{"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "bookmark"}]}, "id": "9f7b933f-04fe-45d6-b648-e2645ab77893", "security_groups": [{"name": "vping_ssh-sg_116f1e09-2ec0-4ebf-b939-4b260f54296d"}], "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "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-09-03T13:04:34Z", "hostId": "f2ddfb577fbe626e71302f363686b321c5a9caf35813ba023ba476e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_116f1e09-2ec0-4ebf-b939-4b260f54296d", "created": "2018-09-03T13:04:21Z", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:04:43,903 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1f2e10a3-6d62-4054-914a-690e02e0bfce 2018-09-03 13:04:43,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.783565044403s 2018-09-03 13:04:43,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1f2e10a3-6d62-4054-914a-690e02e0bfce 2018-09-03 13:04:43,909 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:04:45,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:04:45,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:46,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04: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-edac4832-1faf-46fa-b027-7aca90183ffc x-compute-request-id: req-edac4832-1faf-46fa-b027-7aca90183ffc Content-Encoding: gzip Content-Length: 944 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "rel": "bookmark"}], "image": {"id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "links": [{"href": "http://172.30.9.23:8774/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cff24742-e231-49f6-b086-b90b4065734b", "links": [{"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "bookmark"}]}, "id": "2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-09-03T13:04:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_116f1e09-2ec0-4ebf-b939-4b260f54296d", "name": "vping_ssh-vm_116f1e09-2ec0-4ebf-b939-4b260f54296d", "created": "2018-09-03T13:04:40Z", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c.", "code": 500, "created": "2018-09-03T13:04:45Z"}, "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_116f1e09-2ec0-4ebf-b939-4b260f54296d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:e8:ef", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "bookmark"}], "image": {"id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "links": [{"href": "http://172.30.9.23:8774/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-03T13:04:34.000000", "flavor": {"id": "cff24742-e231-49f6-b086-b90b4065734b", "links": [{"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "bookmark"}]}, "id": "9f7b933f-04fe-45d6-b648-e2645ab77893", "security_groups": [{"name": "vping_ssh-sg_116f1e09-2ec0-4ebf-b939-4b260f54296d"}], "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "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-09-03T13:04:34Z", "hostId": "f2ddfb577fbe626e71302f363686b321c5a9caf35813ba023ba476e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_116f1e09-2ec0-4ebf-b939-4b260f54296d", "created": "2018-09-03T13:04:21Z", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:04:46,602 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-edac4832-1faf-46fa-b027-7aca90183ffc 2018-09-03 13:04:46,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.691154003143s 2018-09-03 13:04:46,603 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-edac4832-1faf-46fa-b027-7aca90183ffc 2018-09-03 13:04:46,608 - functest.core.singlevm - ERROR - Cannot run vping_ssh Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 427, in run key_name=self.keypair.id, security_groups=[self.sec.id]) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 199, in boot_vm timeout=self.create_server_timeout, wait=True, **kwargs) File "", line 2, in create_server File "/usr/lib/python2.7/site-packages/shade/_utils.py", line 410, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6876, in create_server nat_destination=nat_destination, File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6919, in wait_for_server nat_destination=nat_destination) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6933, in get_active_server extra_data=dict(server=server)) OpenStackCloudException: ('Error in creating the server: Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c.', "Extra: {'server': Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'6be71d50-a5b3-42f2-86d3-f52f330fecdf'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'cff24742-e231-49f6-b086-b90b4065734b'}), 'az': u'nova', 'id': u'2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c7f52cb37b214fecbb95e9717a1af17d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6155c4057a714df2bb09d6ed202b16ee', 'name': 'vping_ssh-project_116f1e09-2ec0-4ebf-b939-4b260f54296d', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-09-03T13:04:45Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_116f1e09-2ec0-4ebf-b939-4b260f54296d', 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'fault': Munch({u'message': u'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c.', u'code': 500, u'created': u'2018-09-03T13:04:45Z'}), u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6155c4057a714df2bb09d6ed202b16ee', 'name': u'vping_ssh-vm_116f1e09-2ec0-4ebf-b939-4b260f54296d', 'adminPass': None, 'tenant_id': u'6155c4057a714df2bb09d6ed202b16ee', 'created_at': u'2018-09-03T13:04:40Z', 'created': u'2018-09-03T13:04:40Z', 'has_config_drive': False, 'volumes': [], u'fault': Munch({u'message': u'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c.', u'code': 500, u'created': u'2018-09-03T13:04:45Z'}), 'config_drive': u'', 'region': 'regionOne'})}") 2018-09-03 13:04:46,719 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 13:04:46,719 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:44 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-03 13:04:46,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-03 13:04:46,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/9f7b933f-04fe-45d6-b648-e2645ab77893 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:47,053 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:04: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-de1fa2eb-5e81-4b24-bcff-8458acca269e x-compute-request-id: req-de1fa2eb-5e81-4b24-bcff-8458acca269e Content-Type: application/json 2018-09-03 13:04:47,053 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/9f7b933f-04fe-45d6-b648-e2645ab77893 used request id req-de1fa2eb-5e81-4b24-bcff-8458acca269e 2018-09-03 13:04:47,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.329021215439s 2018-09-03 13:04:47,054 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/9f7b933f-04fe-45d6-b648-e2645ab77893 used request id req-de1fa2eb-5e81-4b24-bcff-8458acca269e 2018-09-03 13:04:47,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:04:47,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:47,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04: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-d41ae0c0-ade2-4820-a178-a74c9e8b1b54 x-compute-request-id: req-d41ae0c0-ade2-4820-a178-a74c9e8b1b54 Content-Encoding: gzip Content-Length: 953 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "rel": "bookmark"}], "image": {"id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "links": [{"href": "http://172.30.9.23:8774/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cff24742-e231-49f6-b086-b90b4065734b", "links": [{"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "bookmark"}]}, "id": "2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-09-03T13:04:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_116f1e09-2ec0-4ebf-b939-4b260f54296d", "name": "vping_ssh-vm_116f1e09-2ec0-4ebf-b939-4b260f54296d", "created": "2018-09-03T13:04:40Z", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c.", "code": 500, "created": "2018-09-03T13:04:45Z"}, "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_116f1e09-2ec0-4ebf-b939-4b260f54296d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:e8:ef", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9f7b933f-04fe-45d6-b648-e2645ab77893", "rel": "bookmark"}], "image": {"id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "links": [{"href": "http://172.30.9.23:8774/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-03T13:04:34.000000", "flavor": {"id": "cff24742-e231-49f6-b086-b90b4065734b", "links": [{"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "bookmark"}]}, "id": "9f7b933f-04fe-45d6-b648-e2645ab77893", "security_groups": [{"name": "vping_ssh-sg_116f1e09-2ec0-4ebf-b939-4b260f54296d"}], "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "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-09-03T13:04:46Z", "hostId": "f2ddfb577fbe626e71302f363686b321c5a9caf35813ba023ba476e3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_116f1e09-2ec0-4ebf-b939-4b260f54296d", "created": "2018-09-03T13:04:21Z", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-03 13:04:47,949 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d41ae0c0-ade2-4820-a178-a74c9e8b1b54 2018-09-03 13:04:47,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.894688129425s 2018-09-03 13:04:47,950 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d41ae0c0-ade2-4820-a178-a74c9e8b1b54 2018-09-03 13:04:47,952 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-03 13:04:49,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 13:04:49,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:50,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04: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-433a9e8b-bd0c-4698-a61c-02a72d41369b x-compute-request-id: req-433a9e8b-bd0c-4698-a61c-02a72d41369b Content-Encoding: gzip Content-Length: 691 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "rel": "bookmark"}], "image": {"id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "links": [{"href": "http://172.30.9.23:8774/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cff24742-e231-49f6-b086-b90b4065734b", "links": [{"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "bookmark"}]}, "id": "2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c", "user_id": "c7f52cb37b214fecbb95e9717a1af17d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-09-03T13:04:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_116f1e09-2ec0-4ebf-b939-4b260f54296d", "name": "vping_ssh-vm_116f1e09-2ec0-4ebf-b939-4b260f54296d", "created": "2018-09-03T13:04:40Z", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 2cb5eb6a-4c59-4c29-86e6-1b7549faaf1c.", "code": 500, "created": "2018-09-03T13:04:45Z"}, "metadata": {}}]} 2018-09-03 13:04:50,588 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-433a9e8b-bd0c-4698-a61c-02a72d41369b 2018-09-03 13:04:50,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633788108826s 2018-09-03 13:04:50,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-433a9e8b-bd0c-4698-a61c-02a72d41369b 2018-09-03 13:04:50,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-03 13:04:50,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:50,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-66716ada-a5f4-42e5-a972-d273f39b64c5 Date: Mon, 03 Sep 2018 13:04:50 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "created_at": "2018-09-03T13:04:14Z", "updated_at": "2018-09-03T13:04:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:14Z", "revision_number": 0, "id": "04eb302a-0a4f-4da5-9c62-418087ee256d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:14Z", "security_group_id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:16Z", "revision_number": 0, "id": "1567f90f-8ce3-4781-a422-660816cb12ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:16Z", "security_group_id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:14Z", "revision_number": 0, "id": "b8b2099b-520b-44d1-9380-9df0899dcc14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:14Z", "security_group_id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-03T13:04:15Z", "revision_number": 0, "id": "c66d45bb-2b87-4aaa-ac8d-b93fcb606ecd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:15Z", "security_group_id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}], "revision_number": 3, "project_id": "6155c4057a714df2bb09d6ed202b16ee", "id": "3cc1792b-3ffb-44d3-80ac-ab18b5113d42", "name": "vping_ssh-sg_116f1e09-2ec0-4ebf-b939-4b260f54296d"}, {"description": "Default security group", "tags": [], "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "created_at": "2018-09-03T13:04:03Z", "updated_at": "2018-09-03T13:04:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:03Z", "revision_number": 0, "id": "44ac0c25-769f-4418-baff-282b665f3004", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:03Z", "security_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:03Z", "revision_number": 0, "id": "a9217bad-e14e-475b-938f-3a1d3a8c2ee6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:03Z", "security_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:03Z", "revision_number": 0, "id": "b08220aa-30b1-479a-a8aa-0c8c48c0bff7", "remote_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:03Z", "security_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-03T13:04:03Z", "revision_number": 0, "id": "c12b81c8-b959-40a4-853f-cc6f2bd05de0", "remote_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "remote_ip_prefix": null, "created_at": "2018-09-03T13:04:03Z", "security_group_id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "6155c4057a714df2bb09d6ed202b16ee"}], "revision_number": 1, "project_id": "6155c4057a714df2bb09d6ed202b16ee", "id": "b298b993-e0d4-4ea6-b361-a0c6aad83372", "name": "default"}]} 2018-09-03 13:04:50,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-66716ada-a5f4-42e5-a972-d273f39b64c5 2018-09-03 13:04:50,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0455060005188s 2018-09-03 13:04:50,639 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-66716ada-a5f4-42e5-a972-d273f39b64c5 2018-09-03 13:04:50,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-03 13:04:50,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/3cc1792b-3ffb-44d3-80ac-ab18b5113d42.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:50,821 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-da4d0b8f-98f3-4515-a9ff-3539e27ea52e Content-Length: 0 Date: Mon, 03 Sep 2018 13:04:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:04:50,821 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/3cc1792b-3ffb-44d3-80ac-ab18b5113d42.json used request id req-da4d0b8f-98f3-4515-a9ff-3539e27ea52e 2018-09-03 13:04:50,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.17787694931s 2018-09-03 13:04:50,822 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/3cc1792b-3ffb-44d3-80ac-ab18b5113d42.json used request id req-da4d0b8f-98f3-4515-a9ff-3539e27ea52e 2018-09-03 13:04:50,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-03 13:04:50,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_116f1e09-2ec0-4ebf-b939-4b260f54296d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:51,001 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Sep 2018 13:04:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01fc0ed8-1bee-4b75-989d-0b8cc0248ea4 x-compute-request-id: req-01fc0ed8-1bee-4b75-989d-0b8cc0248ea4 Content-Length: 0 Content-Type: application/json 2018-09-03 13:04:51,001 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_116f1e09-2ec0-4ebf-b939-4b260f54296d used request id req-01fc0ed8-1bee-4b75-989d-0b8cc0248ea4 2018-09-03 13:04:51,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.178967952728s 2018-09-03 13:04:51,001 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_116f1e09-2ec0-4ebf-b939-4b260f54296d used request id req-01fc0ed8-1bee-4b75-989d-0b8cc0248ea4 2018-09-03 13:04:51,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 13:04:51,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4864e53c-1135-4d06-9753-de033499bbaf/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" -d '{"subnet_id": "3b5dc373-fb3c-49e8-ab2b-75405fcef294"}' 2018-09-03 13:04:52,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ddb4a07d-93e3-4efd-b8df-b8fed4383796 Date: Mon, 03 Sep 2018 13:04:52 GMT RESP BODY: {"network_id": "d226fcf1-af92-4e47-bed3-49cc7d4f9760", "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "subnet_id": "3b5dc373-fb3c-49e8-ab2b-75405fcef294", "subnet_ids": ["3b5dc373-fb3c-49e8-ab2b-75405fcef294"], "port_id": "53428640-02ee-447e-a3dc-1f0d3f66f11d", "id": "4864e53c-1135-4d06-9753-de033499bbaf"} 2018-09-03 13:04:52,793 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4864e53c-1135-4d06-9753-de033499bbaf/remove_router_interface.json used request id req-ddb4a07d-93e3-4efd-b8df-b8fed4383796 2018-09-03 13:04:52,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79090213776s 2018-09-03 13:04:52,793 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4864e53c-1135-4d06-9753-de033499bbaf/remove_router_interface.json used request id req-ddb4a07d-93e3-4efd-b8df-b8fed4383796 returning object 4864e53c-1135-4d06-9753-de033499bbaf 2018-09-03 13:04:52,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 13:04:52,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:52,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-cf84ebbe-12ec-435d-a5a9-4500d0f7f375 Date: Mon, 03 Sep 2018 13:04:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "375df95b-45ed-41c6-894d-720224bc2919", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d5e68d41-1994-4bbd-a1be-d037ac306e9b", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "6155c4057a714df2bb09d6ed202b16ee", "created_at": "2018-09-03T13:04:05Z", "admin_state_up": true, "updated_at": "2018-09-03T13:04:51Z", "revision_number": 4, "routes": [], "project_id": "6155c4057a714df2bb09d6ed202b16ee", "id": "4864e53c-1135-4d06-9753-de033499bbaf", "name": "vping_ssh-router_116f1e09-2ec0-4ebf-b939-4b260f54296d"}]} 2018-09-03 13:04:52,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-cf84ebbe-12ec-435d-a5a9-4500d0f7f375 2018-09-03 13:04:52,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.126142978668s 2018-09-03 13:04:52,920 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-cf84ebbe-12ec-435d-a5a9-4500d0f7f375 2018-09-03 13:04:52,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 13:04:52,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/4864e53c-1135-4d06-9753-de033499bbaf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:54,618 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4cb8a2a3-e5f5-483c-b1f2-7ca346c31885 Content-Length: 0 Date: Mon, 03 Sep 2018 13:04:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:04:54,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/4864e53c-1135-4d06-9753-de033499bbaf.json used request id req-4cb8a2a3-e5f5-483c-b1f2-7ca346c31885 2018-09-03 13:04:54,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.69678115845s 2018-09-03 13:04:54,619 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/4864e53c-1135-4d06-9753-de033499bbaf.json used request id req-4cb8a2a3-e5f5-483c-b1f2-7ca346c31885 2018-09-03 13:04:54,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 13:04:54,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:54,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-42a2b8d2-5a38-4644-afe4-621a10e29b89 Date: Mon, 03 Sep 2018 13:04:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d226fcf1-af92-4e47-bed3-49cc7d4f9760","tenant_id":"6155c4057a714df2bb09d6ed202b16ee","created_at":"2018-09-03T13:04:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T13:04:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"6155c4057a714df2bb09d6ed202b16ee","id":"3b5dc373-fb3c-49e8-ab2b-75405fcef294","subnetpool_id":null,"name":"vping_ssh-subnet_116f1e09-2ec0-4ebf-b939-4b260f54296d"}]} 2018-09-03 13:04:54,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-42a2b8d2-5a38-4644-afe4-621a10e29b89 2018-09-03 13:04:54,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.207906961441s 2018-09-03 13:04:54,827 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-42a2b8d2-5a38-4644-afe4-621a10e29b89 2018-09-03 13:04:54,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 13:04:54,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/3b5dc373-fb3c-49e8-ab2b-75405fcef294.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:57,031 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-816ca931-f147-4eb9-a6a3-b13946e804c6 Date: Mon, 03 Sep 2018 13:04:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:04:57,031 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3b5dc373-fb3c-49e8-ab2b-75405fcef294.json used request id req-816ca931-f147-4eb9-a6a3-b13946e804c6 2018-09-03 13:04:57,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.20271515846s 2018-09-03 13:04:57,032 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3b5dc373-fb3c-49e8-ab2b-75405fcef294.json used request id req-816ca931-f147-4eb9-a6a3-b13946e804c6 2018-09-03 13:04:57,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 13:04:57,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:57,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-c8ddd58e-4891-48fc-b2c2-41de51ecc249 Date: Mon, 03 Sep 2018 13:04:57 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":["d5e68d41-1994-4bbd-a1be-d037ac306e9b"],"updated_at":"2018-09-03T12:57:08Z","tenant_id":"2c0cd9e55a334d8284e782a17dc6ccf1","created_at":"2018-09-03T12:57:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c0cd9e55a334d8284e782a17dc6ccf1","id":"375df95b-45ed-41c6-894d-720224bc2919","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-09-03T13:04:56Z","tenant_id":"6155c4057a714df2bb09d6ed202b16ee","created_at":"2018-09-03T13:04:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6155c4057a714df2bb09d6ed202b16ee","id":"d226fcf1-af92-4e47-bed3-49cc7d4f9760","name":"vping_ssh-net_116f1e09-2ec0-4ebf-b939-4b260f54296d"}]} 2018-09-03 13:04:57,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c8ddd58e-4891-48fc-b2c2-41de51ecc249 2018-09-03 13:04:57,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0896818637848s 2018-09-03 13:04:57,122 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c8ddd58e-4891-48fc-b2c2-41de51ecc249 2018-09-03 13:04:57,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 13:04:57,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/d226fcf1-af92-4e47-bed3-49cc7d4f9760.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:58,597 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6814606f-622e-4727-8428-3bc792162a8f Date: Mon, 03 Sep 2018 13:04:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 13:04:58,597 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d226fcf1-af92-4e47-bed3-49cc7d4f9760.json used request id req-6814606f-622e-4727-8428-3bc792162a8f 2018-09-03 13:04:58,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.47391891479s 2018-09-03 13:04:58,598 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d226fcf1-af92-4e47-bed3-49cc7d4f9760.json used request id req-6814606f-622e-4727-8428-3bc792162a8f 2018-09-03 13:04:58,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 13:04:58,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:58,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-17a8a4a7-8b49-4ecc-92c7-24cfb7686a1f Date: Mon, 03 Sep 2018 13:04:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-03T13:04:12Z", "file": "/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/file", "owner": "6155c4057a714df2bb09d6ed202b16ee", "id": "6be71d50-a5b3-42f2-86d3-f52f330fecdf", "size": 12716032, "self": "/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://e80a6a4a-7c00-4006-a3c6-cfd43b34a9d8/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_116f1e09-2ec0-4ebf-b939-4b260f54296d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-03T13:04:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 13:04:58,901 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-17a8a4a7-8b49-4ecc-92c7-24cfb7686a1f 2018-09-03 13:04:58,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298713922501s 2018-09-03 13:04:58,901 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-17a8a4a7-8b49-4ecc-92c7-24cfb7686a1f 2018-09-03 13:04:58,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-03 13:04:58,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6d6a8616e14e2c3c6a095e6077e341cf5e98c3ae" 2018-09-03 13:04:59,274 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ecd849c9-dc35-4ad8-9c3e-31fb697e7c1d Date: Mon, 03 Sep 2018 13:04:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 13:04:59,274 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf used request id req-ecd849c9-dc35-4ad8-9c3e-31fb697e7c1d 2018-09-03 13:04:59,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.371522903442s 2018-09-03 13:04:59,275 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6be71d50-a5b3-42f2-86d3-f52f330fecdf used request id req-ecd849c9-dc35-4ad8-9c3e-31fb697e7c1d 2018-09-03 13:04:59,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-03 13:04:59,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:04:59,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-681736ec-eddd-4c25-847a-f74dca5a81d3 x-compute-request-id: req-681736ec-eddd-4c25-847a-f74dca5a81d3 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_116f1e09-2ec0-4ebf-b939-4b260f54296d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cff24742-e231-49f6-b086-b90b4065734b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cff24742-e231-49f6-b086-b90b4065734b", "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": "cff24742-e231-49f6-b086-b90b4065734b"}]} 2018-09-03 13:04:59,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-681736ec-eddd-4c25-847a-f74dca5a81d3 2018-09-03 13:04:59,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.137125015259s 2018-09-03 13:04:59,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-681736ec-eddd-4c25-847a-f74dca5a81d3 2018-09-03 13:04:59,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-03 13:04:59,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/cff24742-e231-49f6-b086-b90b4065734b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:04:59,454 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 03 Sep 2018 13:04:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3669f25-02fd-47e0-8679-7a20b73d6071 x-compute-request-id: req-a3669f25-02fd-47e0-8679-7a20b73d6071 Content-Length: 0 Content-Type: application/json 2018-09-03 13:04:59,454 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/cff24742-e231-49f6-b086-b90b4065734b used request id req-a3669f25-02fd-47e0-8679-7a20b73d6071 2018-09-03 13:04:59,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0406348705292s 2018-09-03 13:04:59,455 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/cff24742-e231-49f6-b086-b90b4065734b used request id req-a3669f25-02fd-47e0-8679-7a20b73d6071 2018-09-03 13:04:59,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 13:04:59,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:04:59,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d3d0120-30f9-43dc-95b0-ff2fef22bac1 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/06cdd53f6b4041aba68cf0565927fbc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06cdd53f6b4041aba68cf0565927fbc6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/0a63fbc9d4954ac5b6c4efab45fd7adb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a63fbc9d4954ac5b6c4efab45fd7adb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/1600e7e261fb4cb79fe4d91aa2bd42b8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1600e7e261fb4cb79fe4d91aa2bd42b8", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/3f04ad3eec194d8c8eba48d0778eb749"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f04ad3eec194d8c8eba48d0778eb749", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5355556d3d534dda8439d49d801987aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355556d3d534dda8439d49d801987aa", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/600928af9d0047df953c458d3783dcfc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "600928af9d0047df953c458d3783dcfc", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/75be13d3036d4b5e91aab4a82efc30b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75be13d3036d4b5e91aab4a82efc30b7", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/8ab8e4efd21047b8b58ed47a4dafc84c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ab8e4efd21047b8b58ed47a4dafc84c", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/8e1baf3d2d13429ea4fcbed26632d12b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8e1baf3d2d13429ea4fcbed26632d12b", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/be1d87c1af60485fa5e393aedff1c368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be1d87c1af60485fa5e393aedff1c368", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_116f1e09-2ec0-4ebf-b939-4b260f54296d", "links": {"self": "http://172.30.9.23:5000/v3/users/c7f52cb37b214fecbb95e9717a1af17d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c7f52cb37b214fecbb95e9717a1af17d", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/d67c80e728934dcc81327588b274aa7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d67c80e728934dcc81327588b274aa7b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/dd85cb6ea04f4e3e8515040959ad911b"}, "domain_id": "e5fa09283e9c4ab4ad85e54bc8818715", "enabled": true, "options": {}, "id": "dd85cb6ea04f4e3e8515040959ad911b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e0c3be377710439591833f359b6b1578"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0c3be377710439591833f359b6b1578", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/eae8dd0a6d7b4fdcbdddd40731c94872"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eae8dd0a6d7b4fdcbdddd40731c94872", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-03 13:04:59,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8d3d0120-30f9-43dc-95b0-ff2fef22bac1 2018-09-03 13:04:59,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212164878845s 2018-09-03 13:04:59,668 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8d3d0120-30f9-43dc-95b0-ff2fef22bac1 2018-09-03 13:04:59,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 13:04:59,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/c7f52cb37b214fecbb95e9717a1af17d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:04:59,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-190fe3ea-00a9-4b20-8362-2c73848a74a5 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_116f1e09-2ec0-4ebf-b939-4b260f54296d", "links": {"self": "http://172.30.9.23:5000/v3/users/c7f52cb37b214fecbb95e9717a1af17d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c7f52cb37b214fecbb95e9717a1af17d", "description": null}} 2018-09-03 13:04:59,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c7f52cb37b214fecbb95e9717a1af17d used request id req-190fe3ea-00a9-4b20-8362-2c73848a74a5 2018-09-03 13:04:59,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.232856988907s 2018-09-03 13:04:59,907 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c7f52cb37b214fecbb95e9717a1af17d used request id req-190fe3ea-00a9-4b20-8362-2c73848a74a5 2018-09-03 13:04:59,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-03 13:04:59,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/c7f52cb37b214fecbb95e9717a1af17d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:05:00,250 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:04:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e6df006-ed92-47a7-a9bd-9b72e6191a18 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 13:05:00,250 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c7f52cb37b214fecbb95e9717a1af17d used request id req-0e6df006-ed92-47a7-a9bd-9b72e6191a18 2018-09-03 13:05:00,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.34253692627s 2018-09-03 13:05:00,251 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c7f52cb37b214fecbb95e9717a1af17d used request id req-0e6df006-ed92-47a7-a9bd-9b72e6191a18 2018-09-03 13:05:00,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 13:05:00,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:05:00,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 13:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c913d49-bbcb-4a56-a1c4-5dc5eef5ca0e Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2c0cd9e55a334d8284e782a17dc6ccf1"}, "tags": [], "enabled": true, "id": "2c0cd9e55a334d8284e782a17dc6ccf1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/6155c4057a714df2bb09d6ed202b16ee"}, "tags": [], "enabled": true, "id": "6155c4057a714df2bb09d6ed202b16ee", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_116f1e09-2ec0-4ebf-b939-4b260f54296d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/bfa146530bbf46e88a12a52a04c9b9d5"}, "tags": [], "enabled": true, "id": "bfa146530bbf46e88a12a52a04c9b9d5", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-03 13:05:00,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-0c913d49-bbcb-4a56-a1c4-5dc5eef5ca0e 2018-09-03 13:05:00,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.202564001083s 2018-09-03 13:05:00,460 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-0c913d49-bbcb-4a56-a1c4-5dc5eef5ca0e 2018-09-03 13:05:00,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-03 13:05:00,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/6155c4057a714df2bb09d6ed202b16ee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c052a1af1845d5cd038a1df84b2a559b50a14cc" 2018-09-03 13:05:00,798 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 13:05:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-090f5ef5-f4be-4ec6-9081-c8c569205900 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 13:05:00,798 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/6155c4057a714df2bb09d6ed202b16ee used request id req-090f5ef5-f4be-4ec6-9081-c8c569205900 2018-09-03 13:05:00,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.333249092102s 2018-09-03 13:05:00,798 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/6155c4057a714df2bb09d6ed202b16ee used request id req-090f5ef5-f4be-4ec6-9081-c8c569205900 2018-09-03 13:05:00,798 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-09-03 13:05:00,799 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | tenantnetwork1 | functest | healthcheck | 00:09 | PASS | | tenantnetwork2 | functest | healthcheck | 00:09 | PASS | | vmready1 | functest | healthcheck | 00:15 | PASS | | vmready2 | functest | healthcheck | 00:12 | PASS | | singlevm1 | functest | healthcheck | 00:40 | PASS | | singlevm2 | functest | healthcheck | 00:36 | PASS | | vping_ssh | functest | healthcheck | 00:44 | FAIL | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-03 13:05:00,813 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-03 13:05:00,855 - paramiko.transport - DEBUG - EOF in transport thread