2018-07-23 20:09:08,295 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-181 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-23 20:09:08,298 - 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.30,192.30.9.5 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=xzLl2NRsiVCUmIB4CGkteHz6M 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=7b77792c68ec4f519737d2732c1f92c4 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.5 export SDN_CONTROLLER_PASSWORD=WhWamDoLj4E9wcww0rZlx4vts export OS_REGION_NAME=regionOne 2018-07-23 20:09:08,298 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-23 20:09:08,299 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-07-23 20:09:08,323 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-07-23 20:09:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 20:09:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 20:09:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 20:09:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 20:09:08,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 20:09:08,612 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-23 20:09:08,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-23 20:09:08,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:09:08,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b697f73b-8bc7-419d-9cf7-0e88e35f2ae6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-07-23 20:09:08,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b697f73b-8bc7-419d-9cf7-0e88e35f2ae6 2018-07-23 20:09:08,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-23 20:09:09,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1aceca7f18154604bae9cc22122c56e3", "name": "reader"}, {"id": "edc6c78a99c44825b5f05142fc006c4e", "name": "member"}, {"id": "93a47ab3bdfa4ea98963f56b9c4a1876", "name": "admin"}], "expires_at": "2018-07-23T21:09:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b77792c68ec4f519737d2732c1f92c4", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b98340839c44b2183fa9535b42ac330"}], "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b27a3156feb4077b14b65594691c097"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ecf62a194def48299f13b817f04627ed"}], "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37592470b09943998a4e9b272bb64a74"}, {"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"url": "http://172.30.9.30:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}], "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c290c5693e459eb08d8b77f75cdc47"}], "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"url": "http://12.0.0.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "976992f691f84b4abec884aa88acefb9"}], "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4853527bcdea49f8aa653565601a83c0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff612aadf1684862addf5b1ebc488287"}], "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b45e9372eb6436db0f7460444431a44"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}], "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f34d144cb7fc4fb48b217969def15b97"}], "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "422c711d88dd43daabef991fcff457e5"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f9d395bdfa2457f9cb46868761811a8"}], "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85586397d6634ce5b65581ea09aea44b"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a08f0e9322644f30b053d34df0639090"}], "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"url": "http://172.30.9.30:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c397d2787c3245368301a0d82e84985e"}], "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"url": "http://172.30.9.30:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}], "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c89d765cdc9d42a4b5a100914669bbed"}], "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f00ed106e044f8b75a51d916af1da4"}], "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8dac1feb2ea34466ba99783afd8dc8e5"}, "audit_ids": ["OQPBsMoPQp-8YJXBlyzI3Q"], "issued_at": "2018-07-23T20:09:09.000000Z"}} 2018-07-23 20:09:09,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:09,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-61489022-3655-4300-be95-282dce40de09 x-compute-request-id: req-61489022-3655-4300-be95-282dce40de09 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-23 20:09:09,852 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-aggregates used request id req-61489022-3655-4300-be95-282dce40de09 2018-07-23 20:09:09,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.23960590363s 2018-07-23 20:09:09,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-aggregates used request id req-61489022-3655-4300-be95-282dce40de09 2018-07-23 20:09:09,853 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-23 20:09:09,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:09:09,862 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 20:09:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-333ec654-c0a9-493d-8ad9-6e22bdea4ce8 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.30:5000/v3/", "rel": "self"}]}]}} 2018-07-23 20:09:09,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-333ec654-c0a9-493d-8ad9-6e22bdea4ce8 2018-07-23 20:09:09,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 20:09:09,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:09,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-134bd805-92ea-4821-b205-7eea487a72a8 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/08b37e406d8b4def9f8b3898f887b9cb"}, "tags": [], "enabled": true, "id": "08b37e406d8b4def9f8b3898f887b9cb", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-07-23 20:09:09,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-134bd805-92ea-4821-b205-7eea487a72a8 2018-07-23 20:09:09,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.111815214157s 2018-07-23 20:09:09,975 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-134bd805-92ea-4821-b205-7eea487a72a8 2018-07-23 20:09:09,976 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'08b37e406d8b4def9f8b3898f887b9cb', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-23 20:09:09,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-23 20:09:09,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:10,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32836908-67c4-4698-9d52-e6f09e6ec831 Content-Encoding: gzip Content-Length: 1971 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/04629dd8b71b47ea82b34178c4dd687a"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "126803f673d147f4affd88a938b7fad8", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/052bbfdae3b341e9b88794f2cb1a1817"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7f4e19ae4970472893f16a01ca206f3e", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/09167b97d0604fffa1f5b693c6d4f588"}, "url": "http://172.30.9.30:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3980407868754e27b353375a71ea5e61", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0e707b61ecae437f923ed25abdbd0625"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a82f1f1ee10c42a2ab7013ed35887024", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/12a5e15da5994aae890b21d80e3ea036"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "30e9493c78ca4d498c590ca876df0a4a", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/1449f5df20be463c90ba2fc0517ba77a"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ff1d43546629473496f4da0471076689", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/165a4d67225d412e8bea6ddd36495bf9"}, "url": "http://172.30.9.30:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ff1d43546629473496f4da0471076689", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/1b58e14f1c884f90bc7efe22e78ccba9"}, "url": "http://172.30.9.30:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "126803f673d147f4affd88a938b7fad8", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2b27a3156feb4077b14b65594691c097"}, "url": "http://172.30.9.30:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "228fe43b56b146a6a6114809c6ac34db", "id": "2b27a3156feb4077b14b65594691c097"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2c22f17b8f474cc6a01b967ea0011b59"}, "url": "http://12.0.0.30:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3980407868754e27b353375a71ea5e61", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/3497e24205664ebda5d3af04aeb8614f"}, "url": "http://172.30.9.30:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6a7f3a8869ea4adfa63ace8a452ca74d", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/37592470b09943998a4e9b272bb64a74"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "28436fe515a146aa8e989c5ab12234bd", "id": "37592470b09943998a4e9b272bb64a74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/3d2cafdf125041fb8c103f86e143ca28"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a82f1f1ee10c42a2ab7013ed35887024", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/422c711d88dd43daabef991fcff457e5"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7f4e19ae4970472893f16a01ca206f3e", "id": "422c711d88dd43daabef991fcff457e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4853527bcdea49f8aa653565601a83c0"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4c46377d14b24d9c802e9bec755e42af", "id": "4853527bcdea49f8aa653565601a83c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4b45e9372eb6436db0f7460444431a44"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6a7f3a8869ea4adfa63ace8a452ca74d", "id": "4b45e9372eb6436db0f7460444431a44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4b98340839c44b2183fa9535b42ac330"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "126803f673d147f4affd88a938b7fad8", "id": "4b98340839c44b2183fa9535b42ac330"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4bf503e44e2d47669221f18ce82b17ff"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "933fc35c30794780aa5500ba2039d571", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4d61ae179eac41df8adb24012f2fdaba"}, "url": "http://172.30.9.30:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "77df9302234f426b85addb36963d4f38", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4f9d395bdfa2457f9cb46868761811a8"}, "url": "http://172.30.9.30:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7f4e19ae4970472893f16a01ca206f3e", "id": "4f9d395bdfa2457f9cb46868761811a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/54770d31b19f4fe6a6bb0ac525815dc7"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "28436fe515a146aa8e989c5ab12234bd", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/67f3bd32928a4fb8af0f606fc3657b80"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "30e9493c78ca4d498c590ca876df0a4a", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6d24b76d7dfc407d98d1a010d1f971ea"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4c46377d14b24d9c802e9bec755e42af", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6f6252d5ab754b3fb5a5c15ec2e5be6d"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc2564cb16b14ce298c294a932f550d0", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/78a76c9357ac4eaf96c9e35a10632b31"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "77df9302234f426b85addb36963d4f38", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/8366dc0e6a7c4ac4beba3d0afe305793"}, "url": "http://172.30.9.30:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "28436fe515a146aa8e989c5ab12234bd", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/85586397d6634ce5b65581ea09aea44b"}, "url": "http://172.30.9.30:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "933fc35c30794780aa5500ba2039d571", "id": "85586397d6634ce5b65581ea09aea44b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/93c290c5693e459eb08d8b77f75cdc47"}, "url": "http://172.30.9.30:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "30e9493c78ca4d498c590ca876df0a4a", "id": "93c290c5693e459eb08d8b77f75cdc47"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/976992f691f84b4abec884aa88acefb9"}, "url": "http://12.0.0.30:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3980407868754e27b353375a71ea5e61", "id": "976992f691f84b4abec884aa88acefb9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/99f00ed106e044f8b75a51d916af1da4"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ff1d43546629473496f4da0471076689", "id": "99f00ed106e044f8b75a51d916af1da4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a08f0e9322644f30b053d34df0639090"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "933fc35c30794780aa5500ba2039d571", "id": "a08f0e9322644f30b053d34df0639090"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a95468f6936341f1a294bfe08b887dd7"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "228fe43b56b146a6a6114809c6ac34db", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/be28abf08d7e4f7488cd8d700315c70e"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f9ed5b40864846b98d6a04ddbe762dba", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c162afbdc41044c7a0a945b5f883025c"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f9ed5b40864846b98d6a04ddbe762dba", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c397d2787c3245368301a0d82e84985e"}, "url": "http://172.30.9.30:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a82f1f1ee10c42a2ab7013ed35887024", "id": "c397d2787c3245368301a0d82e84985e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c89d765cdc9d42a4b5a100914669bbed"}, "url": "http://172.30.9.30:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f9ed5b40864846b98d6a04ddbe762dba", "id": "c89d765cdc9d42a4b5a100914669bbed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/eb45b47e253147ebb5469a2f8b2d46d4"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc2564cb16b14ce298c294a932f550d0", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ecf62a194def48299f13b817f04627ed"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "228fe43b56b146a6a6114809c6ac34db", "id": "ecf62a194def48299f13b817f04627ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f34d144cb7fc4fb48b217969def15b97"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "77df9302234f426b85addb36963d4f38", "id": "f34d144cb7fc4fb48b217969def15b97"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f563d8a824ff4aa698d8f2828c6ed9bb"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6a7f3a8869ea4adfa63ace8a452ca74d", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f5ff7a1e347249e89cc53600d58fbcb5"}, "url": "http://172.30.9.30:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc2564cb16b14ce298c294a932f550d0", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ff612aadf1684862addf5b1ebc488287"}, "url": "http://172.30.9.30:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4c46377d14b24d9c802e9bec755e42af", "id": "ff612aadf1684862addf5b1ebc488287"}], "links": {"self": "http://172.30.9.30:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-23 20:09:10,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-32836908-67c4-4698-9d52-e6f09e6ec831 2018-07-23 20:09:10,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.116623163223s 2018-07-23 20:09:10,097 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-32836908-67c4-4698-9d52-e6f09e6ec831 2018-07-23 20:09:10,102 - 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.30:5000/v3/endpoints/04629dd8b71b47ea82b34178c4dd687a'}, u'url': u'http://192.30.9.5:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'126803f673d147f4affd88a938b7fad8', u'id': u'04629dd8b71b47ea82b34178c4dd687a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/052bbfdae3b341e9b88794f2cb1a1817'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7f4e19ae4970472893f16a01ca206f3e', u'id': u'052bbfdae3b341e9b88794f2cb1a1817'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/09167b97d0604fffa1f5b693c6d4f588'}, u'url': u'http://172.30.9.30:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3980407868754e27b353375a71ea5e61', u'id': u'09167b97d0604fffa1f5b693c6d4f588'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/0e707b61ecae437f923ed25abdbd0625'}, u'url': u'http://192.30.9.5:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a82f1f1ee10c42a2ab7013ed35887024', u'id': u'0e707b61ecae437f923ed25abdbd0625'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/12a5e15da5994aae890b21d80e3ea036'}, u'url': u'http://192.30.9.5:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'30e9493c78ca4d498c590ca876df0a4a', u'id': u'12a5e15da5994aae890b21d80e3ea036'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/1449f5df20be463c90ba2fc0517ba77a'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ff1d43546629473496f4da0471076689', u'id': u'1449f5df20be463c90ba2fc0517ba77a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/165a4d67225d412e8bea6ddd36495bf9'}, u'url': u'http://172.30.9.30:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ff1d43546629473496f4da0471076689', u'id': u'165a4d67225d412e8bea6ddd36495bf9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/1b58e14f1c884f90bc7efe22e78ccba9'}, u'url': u'http://172.30.9.30:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'126803f673d147f4affd88a938b7fad8', u'id': u'1b58e14f1c884f90bc7efe22e78ccba9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/2b27a3156feb4077b14b65594691c097'}, u'url': u'http://172.30.9.30:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'228fe43b56b146a6a6114809c6ac34db', u'id': u'2b27a3156feb4077b14b65594691c097'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/2c22f17b8f474cc6a01b967ea0011b59'}, u'url': u'http://12.0.0.30:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3980407868754e27b353375a71ea5e61', u'id': u'2c22f17b8f474cc6a01b967ea0011b59'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/3497e24205664ebda5d3af04aeb8614f'}, u'url': u'http://172.30.9.30:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6a7f3a8869ea4adfa63ace8a452ca74d', u'id': u'3497e24205664ebda5d3af04aeb8614f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/37592470b09943998a4e9b272bb64a74'}, u'url': u'http://192.30.9.5:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'28436fe515a146aa8e989c5ab12234bd', u'id': u'37592470b09943998a4e9b272bb64a74'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/3d2cafdf125041fb8c103f86e143ca28'}, u'url': u'http://192.30.9.5:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a82f1f1ee10c42a2ab7013ed35887024', u'id': u'3d2cafdf125041fb8c103f86e143ca28'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/422c711d88dd43daabef991fcff457e5'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7f4e19ae4970472893f16a01ca206f3e', u'id': u'422c711d88dd43daabef991fcff457e5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/4853527bcdea49f8aa653565601a83c0'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4c46377d14b24d9c802e9bec755e42af', u'id': u'4853527bcdea49f8aa653565601a83c0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/4b45e9372eb6436db0f7460444431a44'}, u'url': u'http://192.30.9.5:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6a7f3a8869ea4adfa63ace8a452ca74d', u'id': u'4b45e9372eb6436db0f7460444431a44'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/4b98340839c44b2183fa9535b42ac330'}, u'url': u'http://192.30.9.5:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'126803f673d147f4affd88a938b7fad8', u'id': u'4b98340839c44b2183fa9535b42ac330'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/4bf503e44e2d47669221f18ce82b17ff'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'933fc35c30794780aa5500ba2039d571', u'id': u'4bf503e44e2d47669221f18ce82b17ff'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/4d61ae179eac41df8adb24012f2fdaba'}, u'url': u'http://172.30.9.30:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'77df9302234f426b85addb36963d4f38', u'id': u'4d61ae179eac41df8adb24012f2fdaba'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/4f9d395bdfa2457f9cb46868761811a8'}, u'url': u'http://172.30.9.30:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7f4e19ae4970472893f16a01ca206f3e', u'id': u'4f9d395bdfa2457f9cb46868761811a8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/54770d31b19f4fe6a6bb0ac525815dc7'}, u'url': u'http://192.30.9.5:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'28436fe515a146aa8e989c5ab12234bd', u'id': u'54770d31b19f4fe6a6bb0ac525815dc7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/67f3bd32928a4fb8af0f606fc3657b80'}, u'url': u'http://192.30.9.5:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'30e9493c78ca4d498c590ca876df0a4a', u'id': u'67f3bd32928a4fb8af0f606fc3657b80'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/6d24b76d7dfc407d98d1a010d1f971ea'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4c46377d14b24d9c802e9bec755e42af', u'id': u'6d24b76d7dfc407d98d1a010d1f971ea'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/6f6252d5ab754b3fb5a5c15ec2e5be6d'}, u'url': u'http://192.30.9.5:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'dc2564cb16b14ce298c294a932f550d0', u'id': u'6f6252d5ab754b3fb5a5c15ec2e5be6d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/78a76c9357ac4eaf96c9e35a10632b31'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'77df9302234f426b85addb36963d4f38', u'id': u'78a76c9357ac4eaf96c9e35a10632b31'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/8366dc0e6a7c4ac4beba3d0afe305793'}, u'url': u'http://172.30.9.30:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'28436fe515a146aa8e989c5ab12234bd', u'id': u'8366dc0e6a7c4ac4beba3d0afe305793'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/85586397d6634ce5b65581ea09aea44b'}, u'url': u'http://172.30.9.30:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'933fc35c30794780aa5500ba2039d571', u'id': u'85586397d6634ce5b65581ea09aea44b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/93c290c5693e459eb08d8b77f75cdc47'}, u'url': u'http://172.30.9.30:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'30e9493c78ca4d498c590ca876df0a4a', u'id': u'93c290c5693e459eb08d8b77f75cdc47'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/976992f691f84b4abec884aa88acefb9'}, u'url': u'http://12.0.0.30:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3980407868754e27b353375a71ea5e61', u'id': u'976992f691f84b4abec884aa88acefb9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/99f00ed106e044f8b75a51d916af1da4'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ff1d43546629473496f4da0471076689', u'id': u'99f00ed106e044f8b75a51d916af1da4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/a08f0e9322644f30b053d34df0639090'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'933fc35c30794780aa5500ba2039d571', u'id': u'a08f0e9322644f30b053d34df0639090'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/a95468f6936341f1a294bfe08b887dd7'}, u'url': u'http://192.30.9.5:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'228fe43b56b146a6a6114809c6ac34db', u'id': u'a95468f6936341f1a294bfe08b887dd7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/be28abf08d7e4f7488cd8d700315c70e'}, u'url': u'http://192.30.9.5:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f9ed5b40864846b98d6a04ddbe762dba', u'id': u'be28abf08d7e4f7488cd8d700315c70e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/c162afbdc41044c7a0a945b5f883025c'}, u'url': u'http://192.30.9.5:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f9ed5b40864846b98d6a04ddbe762dba', u'id': u'c162afbdc41044c7a0a945b5f883025c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/c397d2787c3245368301a0d82e84985e'}, u'url': u'http://172.30.9.30:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a82f1f1ee10c42a2ab7013ed35887024', u'id': u'c397d2787c3245368301a0d82e84985e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/c89d765cdc9d42a4b5a100914669bbed'}, u'url': u'http://172.30.9.30:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f9ed5b40864846b98d6a04ddbe762dba', u'id': u'c89d765cdc9d42a4b5a100914669bbed'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/eb45b47e253147ebb5469a2f8b2d46d4'}, u'url': u'http://192.30.9.5:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'dc2564cb16b14ce298c294a932f550d0', u'id': u'eb45b47e253147ebb5469a2f8b2d46d4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ecf62a194def48299f13b817f04627ed'}, u'url': u'http://192.30.9.5:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'228fe43b56b146a6a6114809c6ac34db', u'id': u'ecf62a194def48299f13b817f04627ed'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/f34d144cb7fc4fb48b217969def15b97'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'77df9302234f426b85addb36963d4f38', u'id': u'f34d144cb7fc4fb48b217969def15b97'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/f563d8a824ff4aa698d8f2828c6ed9bb'}, u'url': u'http://192.30.9.5:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6a7f3a8869ea4adfa63ace8a452ca74d', u'id': u'f563d8a824ff4aa698d8f2828c6ed9bb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/f5ff7a1e347249e89cc53600d58fbcb5'}, u'url': u'http://172.30.9.30:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'dc2564cb16b14ce298c294a932f550d0', u'id': u'f5ff7a1e347249e89cc53600d58fbcb5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ff612aadf1684862addf5b1ebc488287'}, u'url': u'http://172.30.9.30:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4c46377d14b24d9c802e9bec755e42af', u'id': u'ff612aadf1684862addf5b1ebc488287'})] 2018-07-23 20:09:10,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-23 20:09:10,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:10,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0ab789f-fc5d-4ad5-9465-b01d4da8486a x-compute-request-id: req-a0ab789f-fc5d-4ad5-9465-b01d4da8486a Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-07-23 20:09:10,222 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/extensions used request id req-a0ab789f-fc5d-4ad5-9465-b01d4da8486a 2018-07-23 20:09:10,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.117975950241s 2018-07-23 20:09:10,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/extensions used request id req-a0ab789f-fc5d-4ad5-9465-b01d4da8486a 2018-07-23 20:09:10,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-23 20:09:10,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:12,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-376c1443-9223-4690-97a6-5fc1779ff58e x-compute-request-id: req-376c1443-9223-4690-97a6-5fc1779ff58e Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-23 20:09:12,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-floating-ip-pools used request id req-376c1443-9223-4690-97a6-5fc1779ff58e 2018-07-23 20:09:12,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 2.0870449543s 2018-07-23 20:09:12,326 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-floating-ip-pools used request id req-376c1443-9223-4690-97a6-5fc1779ff58e 2018-07-23 20:09:12,326 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-23 20:09:12,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 20:09:12,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:13,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-41af4835-401a-4528-be3c-d7cfab5c3406 Date: Mon, 23 Jul 2018 20:09:13 GMT RESP BODY: {"floatingips": []} 2018-07-23 20:09:13,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-41af4835-401a-4528-be3c-d7cfab5c3406 2018-07-23 20:09:13,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.02945208549s 2018-07-23 20:09:13,361 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-41af4835-401a-4528-be3c-d7cfab5c3406 2018-07-23 20:09:13,361 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-23 20:09:13,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-23 20:09:13,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:13,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09: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-1acf297c-4f78-441a-a876-92ebb46e7aad x-compute-request-id: req-1acf297c-4f78-441a-a876-92ebb46e7aad Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 80}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 83}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 5}]} 2018-07-23 20:09:13,555 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-1acf297c-4f78-441a-a876-92ebb46e7aad 2018-07-23 20:09:13,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.193048000336s 2018-07-23 20:09:13,555 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-1acf297c-4f78-441a-a876-92ebb46e7aad 2018-07-23 20:09:13,556 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.9', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 80}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.7', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 83}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-07-23 20:09:13,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-23 20:09:13,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:13,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09: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-bac7cbea-2edc-4f57-a322-9c4219b7b905 x-compute-request-id: req-bac7cbea-2edc-4f57-a322-9c4219b7b905 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-23 20:09:13,690 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-bac7cbea-2edc-4f57-a322-9c4219b7b905 2018-07-23 20:09:13,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.133116006851s 2018-07-23 20:09:13,690 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-bac7cbea-2edc-4f57-a322-9c4219b7b905 2018-07-23 20:09:13,690 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-23 20:09:13,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:09:13,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:14,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-690b7508-8ddd-49e9-979f-f2058539eb76 Date: Mon, 23 Jul 2018 20:09:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:09:14,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-690b7508-8ddd-49e9-979f-f2058539eb76 2018-07-23 20:09:14,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.08762097359s 2018-07-23 20:09:14,779 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-690b7508-8ddd-49e9-979f-f2058539eb76 2018-07-23 20:09:14,779 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'889c6f1d-aecd-4f93-8be0-bf6d968b4891'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-23T20:06:12Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc', 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'34433fa276594da9910da7d3eb6d3d61', u'created_at': u'2018-07-23T20:06:05Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'34433fa276594da9910da7d3eb6d3d61'})] 2018-07-23 20:09:14,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 20:09:14,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:15,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cf56fe01-0dce-4878-a9da-2cf3c204a23f Date: Mon, 23 Jul 2018 20:09:15 GMT RESP BODY: {"ports":[]} 2018-07-23 20:09:15,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json used request id req-cf56fe01-0dce-4878-a9da-2cf3c204a23f 2018-07-23 20:09:15,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.03520989418s 2018-07-23 20:09:15,816 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json used request id req-cf56fe01-0dce-4878-a9da-2cf3c204a23f 2018-07-23 20:09:15,816 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-23 20:09:15,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-23 20:09:15,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:16,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46f5a4f8-d327-42c5-b853-b717040296c9 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "34433fa276594da9910da7d3eb6d3d61"}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "0a24a34f537e4b729f28e8e878c656b1"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61/users/0a24a34f537e4b729f28e8e878c656b1/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}, {"scope": {"project": {"id": "34433fa276594da9910da7d3eb6d3d61"}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "0d5dc8cd3c9f44ac8c45da536da81204"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61/users/0d5dc8cd3c9f44ac8c45da536da81204/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}, {"scope": {"project": {"id": "34433fa276594da9910da7d3eb6d3d61"}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "0efef48632a744e3b93acb9afe7551bc"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61/users/0efef48632a744e3b93acb9afe7551bc/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}, {"scope": {"project": {"id": "34433fa276594da9910da7d3eb6d3d61"}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "28eeee97468242c79125a600bd641312"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61/users/28eeee97468242c79125a600bd641312/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}, {"scope": {"project": {"id": "34433fa276594da9910da7d3eb6d3d61"}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "4f7b5ee19a6443ac92a2e1cce790d65d"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61/users/4f7b5ee19a6443ac92a2e1cce790d65d/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}, {"scope": {"project": {"id": "34433fa276594da9910da7d3eb6d3d61"}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "536475fc3e7f4546a4212837f00f7239"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61/users/536475fc3e7f4546a4212837f00f7239/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}, {"scope": {"project": {"id": "34433fa276594da9910da7d3eb6d3d61"}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "5c5a27d54fea41c783f691489d1cd4a5"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61/users/5c5a27d54fea41c783f691489d1cd4a5/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}, {"scope": {"project": {"id": "34433fa276594da9910da7d3eb6d3d61"}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "5ca40dc636c4498b9a22f63f1b79c2df"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61/users/5ca40dc636c4498b9a22f63f1b79c2df/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}, {"scope": {"project": {"id": "34433fa276594da9910da7d3eb6d3d61"}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "6d993a774be44345a9bafe78c48e0f26"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61/users/6d993a774be44345a9bafe78c48e0f26/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}, {"scope": {"project": {"id": "34433fa276594da9910da7d3eb6d3d61"}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "70dbd0b07e52422aa3cfbc989a173e0b"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61/users/70dbd0b07e52422aa3cfbc989a173e0b/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}, {"scope": {"project": {"id": "7b77792c68ec4f519737d2732c1f92c4"}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "8dac1feb2ea34466ba99783afd8dc8e5"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/7b77792c68ec4f519737d2732c1f92c4/users/8dac1feb2ea34466ba99783afd8dc8e5/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}, {"scope": {"project": {"id": "34433fa276594da9910da7d3eb6d3d61"}}, "role": {"id": "1a9f28aad3114f8a91c63848320be322"}, "user": {"id": "a97247a9389345ebaf8a0b1ba23a202d"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61/users/a97247a9389345ebaf8a0b1ba23a202d/roles/1a9f28aad3114f8a91c63848320be322"}}, {"scope": {"project": {"id": "34433fa276594da9910da7d3eb6d3d61"}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "a97247a9389345ebaf8a0b1ba23a202d"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61/users/a97247a9389345ebaf8a0b1ba23a202d/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}, {"scope": {"project": {"id": "34433fa276594da9910da7d3eb6d3d61"}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "e70b72268691407dbc6bb56015fc0e87"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61/users/e70b72268691407dbc6bb56015fc0e87/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}, {"scope": {"domain": {"id": "08b37e406d8b4def9f8b3898f887b9cb"}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "978234c706ca499b975f668b2ac71ef0"}, "links": {"assignment": "http://172.30.9.30:5000/v3/domains/08b37e406d8b4def9f8b3898f887b9cb/users/978234c706ca499b975f668b2ac71ef0/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}, {"scope": {"system": {"all": true}}, "role": {"id": "93a47ab3bdfa4ea98963f56b9c4a1876"}, "user": {"id": "8dac1feb2ea34466ba99783afd8dc8e5"}, "links": {"assignment": "http://172.30.9.30:5000/v3/system/users/8dac1feb2ea34466ba99783afd8dc8e5/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}}], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-23 20:09:16,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments used request id req-46f5a4f8-d327-42c5-b853-b717040296c9 2018-07-23 20:09:16,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.209732055664s 2018-07-23 20:09:16,029 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments used request id req-46f5a4f8-d327-42c5-b853-b717040296c9 2018-07-23 20:09:16,032 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'34433fa276594da9910da7d3eb6d3d61', 'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'0a24a34f537e4b729f28e8e878c656b1'}), Munch({'project': u'34433fa276594da9910da7d3eb6d3d61', 'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'0d5dc8cd3c9f44ac8c45da536da81204'}), Munch({'project': u'34433fa276594da9910da7d3eb6d3d61', 'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'0efef48632a744e3b93acb9afe7551bc'}), Munch({'project': u'34433fa276594da9910da7d3eb6d3d61', 'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'28eeee97468242c79125a600bd641312'}), Munch({'project': u'34433fa276594da9910da7d3eb6d3d61', 'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'4f7b5ee19a6443ac92a2e1cce790d65d'}), Munch({'project': u'34433fa276594da9910da7d3eb6d3d61', 'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'536475fc3e7f4546a4212837f00f7239'}), Munch({'project': u'34433fa276594da9910da7d3eb6d3d61', 'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'5c5a27d54fea41c783f691489d1cd4a5'}), Munch({'project': u'34433fa276594da9910da7d3eb6d3d61', 'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'5ca40dc636c4498b9a22f63f1b79c2df'}), Munch({'project': u'34433fa276594da9910da7d3eb6d3d61', 'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'6d993a774be44345a9bafe78c48e0f26'}), Munch({'project': u'34433fa276594da9910da7d3eb6d3d61', 'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'70dbd0b07e52422aa3cfbc989a173e0b'}), Munch({'project': u'7b77792c68ec4f519737d2732c1f92c4', 'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'8dac1feb2ea34466ba99783afd8dc8e5'}), Munch({'project': u'34433fa276594da9910da7d3eb6d3d61', 'id': u'1a9f28aad3114f8a91c63848320be322', 'user': u'a97247a9389345ebaf8a0b1ba23a202d'}), Munch({'project': u'34433fa276594da9910da7d3eb6d3d61', 'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'a97247a9389345ebaf8a0b1ba23a202d'}), Munch({'project': u'34433fa276594da9910da7d3eb6d3d61', 'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'e70b72268691407dbc6bb56015fc0e87'}), Munch({'domain': u'08b37e406d8b4def9f8b3898f887b9cb', 'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'978234c706ca499b975f668b2ac71ef0'}), Munch({'id': u'93a47ab3bdfa4ea98963f56b9c4a1876', 'user': u'8dac1feb2ea34466ba99783afd8dc8e5'})] 2018-07-23 20:09:16,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:09:16,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:16,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeb49105-bc89-4354-a83f-dc3c7b4326a2 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:09:16,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-aeb49105-bc89-4354-a83f-dc3c7b4326a2 2018-07-23 20:09:16,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103220939636s 2018-07-23 20:09:16,140 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-aeb49105-bc89-4354-a83f-dc3c7b4326a2 2018-07-23 20:09:16,141 - 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'heat_stack_user', 'id': u'1a9166e491794fbd954f4cdb801caecb'}), 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'1a9f28aad3114f8a91c63848320be322'}), 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'1aceca7f18154604bae9cc22122c56e3'}), 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'72944c88698b4f61ba763abf677c5a76'}), 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'93a47ab3bdfa4ea98963f56b9c4a1876'}), 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'member', 'id': u'edc6c78a99c44825b5f05142fc006c4e'})] 2018-07-23 20:09:16,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 20:09:16,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:17,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c3eabd47-6978-4fc7-8ea4-625862df65f9 Date: Mon, 23 Jul 2018 20:09:17 GMT RESP BODY: {"routers": []} 2018-07-23 20:09:17,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-c3eabd47-6978-4fc7-8ea4-625862df65f9 2018-07-23 20:09:17,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.16562104225s 2018-07-23 20:09:17,308 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-c3eabd47-6978-4fc7-8ea4-625862df65f9 2018-07-23 20:09:17,309 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-23 20:09:17,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:09:17,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:17,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09: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-9f4085e4-cb14-4003-8161-80f372994b23 x-compute-request-id: req-9f4085e4-cb14-4003-8161-80f372994b23 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-23 20:09:17,440 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9f4085e4-cb14-4003-8161-80f372994b23 2018-07-23 20:09:17,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.13051700592s 2018-07-23 20:09:17,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9f4085e4-cb14-4003-8161-80f372994b23 2018-07-23 20:09:17,440 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-23 20:09:17,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-23 20:09:17,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:09:17,453 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 20:09:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c797439c-c50c-48c5-bbe4-cdd62c77c68f 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.5:35357/v3/", "rel": "self"}]}]}} 2018-07-23 20:09:17,454 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-c797439c-c50c-48c5-bbe4-cdd62c77c68f 2018-07-23 20:09:17,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:17,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04d9d0c5-fcb9-4e4c-828f-e05169c29fa6 Content-Encoding: gzip Content-Length: 852 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/126803f673d147f4affd88a938b7fad8"}, "enabled": true, "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/228fe43b56b146a6a6114809c6ac34db"}, "enabled": true, "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/28436fe515a146aa8e989c5ab12234bd"}, "enabled": true, "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/308131370fc646ed9e39952c1f2847b2"}, "enabled": true, "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/30e9493c78ca4d498c590ca876df0a4a"}, "enabled": true, "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/3980407868754e27b353375a71ea5e61"}, "enabled": true, "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/4c46377d14b24d9c802e9bec755e42af"}, "enabled": true, "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/6a7f3a8869ea4adfa63ace8a452ca74d"}, "enabled": true, "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/77df9302234f426b85addb36963d4f38"}, "enabled": true, "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7f4e19ae4970472893f16a01ca206f3e"}, "enabled": true, "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/933fc35c30794780aa5500ba2039d571"}, "enabled": true, "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/a82f1f1ee10c42a2ab7013ed35887024"}, "enabled": true, "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/dc2564cb16b14ce298c294a932f550d0"}, "enabled": true, "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/f9ed5b40864846b98d6a04ddbe762dba"}, "enabled": true, "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/ff1d43546629473496f4da0471076689"}, "enabled": true, "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-07-23 20:09:17,660 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-04d9d0c5-fcb9-4e4c-828f-e05169c29fa6 2018-07-23 20:09:17,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.216773986816s 2018-07-23 20:09:17,661 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-04d9d0c5-fcb9-4e4c-828f-e05169c29fa6 2018-07-23 20:09:17,666 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'126803f673d147f4affd88a938b7fad8', 'name': u'nova'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'228fe43b56b146a6a6114809c6ac34db', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'28436fe515a146aa8e989c5ab12234bd', 'name': u'cinder'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'308131370fc646ed9e39952c1f2847b2', 'name': u'ceilometer'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'30e9493c78ca4d498c590ca876df0a4a', 'name': u'placement'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'3980407868754e27b353375a71ea5e61', 'name': u'swift'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'4c46377d14b24d9c802e9bec755e42af', 'name': u'panko'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'6a7f3a8869ea4adfa63ace8a452ca74d', 'name': u'heat'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'77df9302234f426b85addb36963d4f38', 'name': u'aodh'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'7f4e19ae4970472893f16a01ca206f3e', 'name': u'glance'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'933fc35c30794780aa5500ba2039d571', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'a82f1f1ee10c42a2ab7013ed35887024', 'name': u'cinderv3'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'dc2564cb16b14ce298c294a932f550d0', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'f9ed5b40864846b98d6a04ddbe762dba', 'name': u'keystone'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'ff1d43546629473496f4da0471076689', 'name': u'neutron'})] 2018-07-23 20:09:17,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 20:09:17,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd2590d5b43a7838cafd10a623b1fdd8ce89aa33" 2018-07-23 20:09:18,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-985e270f-637d-474e-aa76-d857e4b7ee4f Date: Mon, 23 Jul 2018 20:09:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:12Z","dns_nameservers":[],"updated_at":"2018-07-23T20:06:12Z","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":"34433fa276594da9910da7d3eb6d3d61","id":"889c6f1d-aecd-4f93-8be0-bf6d968b4891","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-23 20:09:18,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-985e270f-637d-474e-aa76-d857e4b7ee4f 2018-07-23 20:09:18,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.07018208504s 2018-07-23 20:09:18,738 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-985e270f-637d-474e-aa76-d857e4b7ee4f 2018-07-23 20:09:18,738 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T20:06:12Z', 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'889c6f1d-aecd-4f93-8be0-bf6d968b4891', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc', u'tenant_id': u'34433fa276594da9910da7d3eb6d3d61', u'created_at': u'2018-07-23T20:06:12Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'34433fa276594da9910da7d3eb6d3d61'})] 2018-07-23 20:09:18,853 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 20:09:18,854 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-23 20:09:18,909 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-07-23 20:09:19,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 20:09:19,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 20:09:19,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 20:09:19,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 20:09:19,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 20:09:19,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:09:19,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ec98f67-1d00-4a23-a4a0-0ceb7da520c6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-07-23 20:09:19,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9ec98f67-1d00-4a23-a4a0-0ceb7da520c6 2018-07-23 20:09:19,036 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-23 20:09:19,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1aceca7f18154604bae9cc22122c56e3", "name": "reader"}, {"id": "edc6c78a99c44825b5f05142fc006c4e", "name": "member"}, {"id": "93a47ab3bdfa4ea98963f56b9c4a1876", "name": "admin"}], "expires_at": "2018-07-23T21:09:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b77792c68ec4f519737d2732c1f92c4", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b98340839c44b2183fa9535b42ac330"}], "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b27a3156feb4077b14b65594691c097"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ecf62a194def48299f13b817f04627ed"}], "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37592470b09943998a4e9b272bb64a74"}, {"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"url": "http://172.30.9.30:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}], "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c290c5693e459eb08d8b77f75cdc47"}], "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"url": "http://12.0.0.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "976992f691f84b4abec884aa88acefb9"}], "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4853527bcdea49f8aa653565601a83c0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff612aadf1684862addf5b1ebc488287"}], "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b45e9372eb6436db0f7460444431a44"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}], "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f34d144cb7fc4fb48b217969def15b97"}], "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "422c711d88dd43daabef991fcff457e5"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f9d395bdfa2457f9cb46868761811a8"}], "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85586397d6634ce5b65581ea09aea44b"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a08f0e9322644f30b053d34df0639090"}], "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"url": "http://172.30.9.30:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c397d2787c3245368301a0d82e84985e"}], "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"url": "http://172.30.9.30:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}], "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c89d765cdc9d42a4b5a100914669bbed"}], "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f00ed106e044f8b75a51d916af1da4"}], "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8dac1feb2ea34466ba99783afd8dc8e5"}, "audit_ids": ["f8M8bHWVRGqjJ2zxjcTCfA"], "issued_at": "2018-07-23T20:09:19.000000Z"}} 2018-07-23 20:09:19,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:09:19,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d54dfb7bfbd87edd49a38e074cb6065f1610da12" 2018-07-23 20:09:20,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-bfa1ad42-cfa1-45e5-9fb0-da6d0ac12b74 Date: Mon, 23 Jul 2018 20:09:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:09:20,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bfa1ad42-cfa1-45e5-9fb0-da6d0ac12b74 2018-07-23 20:09:20,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.982810974121s 2018-07-23 20:09:20,543 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bfa1ad42-cfa1-45e5-9fb0-da6d0ac12b74 2018-07-23 20:09:20,544 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-23 20:09:20,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 20:09:20,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d54dfb7bfbd87edd49a38e074cb6065f1610da12" -d '{"network": {"name": "tenantnetwork1-net_097fdc3a-2284-4fd8-9f09-fb525aba7ec1", "admin_state_up": true}}' 2018-07-23 20:09:21,248 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-88f0fa8c-e8c9-437d-bf34-edaa6a985de9 Date: Mon, 23 Jul 2018 20:09:21 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7cdf2896-9c23-4bb8-9b20-c14ec7396a4e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T20:09:21Z","is_default":false,"provider:segmentation_id":5,"name":"tenantnetwork1-net_097fdc3a-2284-4fd8-9f09-fb525aba7ec1","admin_state_up":true,"tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:09:20Z","mtu":1450}} 2018-07-23 20:09:21,248 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-88f0fa8c-e8c9-437d-bf34-edaa6a985de9 2018-07-23 20:09:21,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.703381061554s 2018-07-23 20:09:21,248 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-88f0fa8c-e8c9-437d-bf34-edaa6a985de9 2018-07-23 20:09:21,249 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-23T20:09:21Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'7cdf2896-9c23-4bb8-9b20-c14ec7396a4e', u'provider:segmentation_id': 5, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_097fdc3a-2284-4fd8-9f09-fb525aba7ec1', u'admin_state_up': True, u'tenant_id': u'7b77792c68ec4f519737d2732c1f92c4', u'created_at': u'2018-07-23T20:09:20Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7b77792c68ec4f519737d2732c1f92c4'}) 2018-07-23 20:09:21,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:09:21,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d54dfb7bfbd87edd49a38e074cb6065f1610da12" 2018-07-23 20:09:21,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-0a54a0c0-f22b-40b8-9aec-4e4e0bf27938 Date: Mon, 23 Jul 2018 20:09:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"7cdf2896-9c23-4bb8-9b20-c14ec7396a4e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T20:09:21Z","provider:segmentation_id":5,"name":"tenantnetwork1-net_097fdc3a-2284-4fd8-9f09-fb525aba7ec1","admin_state_up":true,"tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:09:20Z","provider:network_type":"vxlan"}]} 2018-07-23 20:09:21,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-0a54a0c0-f22b-40b8-9aec-4e4e0bf27938 2018-07-23 20:09:21,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.404994010925s 2018-07-23 20:09:21,655 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-0a54a0c0-f22b-40b8-9aec-4e4e0bf27938 2018-07-23 20:09:21,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 20:09:21,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d54dfb7bfbd87edd49a38e074cb6065f1610da12" -d '{"subnet": {"name": "tenantnetwork1-subnet_097fdc3a-2284-4fd8-9f09-fb525aba7ec1", "enable_dhcp": true, "network_id": "7cdf2896-9c23-4bb8-9b20-c14ec7396a4e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 20:09:23,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6b68a0a4-bdc0-4490-bbe8-fff457e32acc Date: Mon, 23 Jul 2018 20:09:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdf2896-9c23-4bb8-9b20-c14ec7396a4e","tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:09:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:09: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":"7b77792c68ec4f519737d2732c1f92c4","id":"9f425907-caca-4440-8903-d86443ac5eb6","subnetpool_id":null,"name":"tenantnetwork1-subnet_097fdc3a-2284-4fd8-9f09-fb525aba7ec1"}} 2018-07-23 20:09:23,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-6b68a0a4-bdc0-4490-bbe8-fff457e32acc 2018-07-23 20:09:23,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.46158194542s 2018-07-23 20:09:23,119 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-6b68a0a4-bdc0-4490-bbe8-fff457e32acc 2018-07-23 20:09:23,119 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T20:09: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'9f425907-caca-4440-8903-d86443ac5eb6', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_097fdc3a-2284-4fd8-9f09-fb525aba7ec1', u'enable_dhcp': True, u'network_id': u'7cdf2896-9c23-4bb8-9b20-c14ec7396a4e', u'tenant_id': u'7b77792c68ec4f519737d2732c1f92c4', u'created_at': u'2018-07-23T20:09: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'7b77792c68ec4f519737d2732c1f92c4'}) 2018-07-23 20:09:23,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 20:09:23,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d54dfb7bfbd87edd49a38e074cb6065f1610da12" -d '{"router": {"external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc"}, "name": "tenantnetwork1-router_097fdc3a-2284-4fd8-9f09-fb525aba7ec1", "admin_state_up": true}}' 2018-07-23 20:09:25,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-07c2e806-2937-4c65-94c3-2298a0bfa26d Date: Mon, 23 Jul 2018 20:09:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:09:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-23T20:09:25Z", "revision_number": 2, "routes": [], "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "d4ad912f-b347-417f-9c7b-66e2810d61d5", "name": "tenantnetwork1-router_097fdc3a-2284-4fd8-9f09-fb525aba7ec1"}} 2018-07-23 20:09:25,564 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-07c2e806-2937-4c65-94c3-2298a0bfa26d 2018-07-23 20:09:25,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.444272995s 2018-07-23 20:09:25,564 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-07c2e806-2937-4c65-94c3-2298a0bfa26d 2018-07-23 20:09:25,565 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'889c6f1d-aecd-4f93-8be0-bf6d968b4891', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7b77792c68ec4f519737d2732c1f92c4', u'created_at': u'2018-07-23T20:09:24Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-23T20:09:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'7b77792c68ec4f519737d2732c1f92c4', u'id': u'd4ad912f-b347-417f-9c7b-66e2810d61d5', u'name': u'tenantnetwork1-router_097fdc3a-2284-4fd8-9f09-fb525aba7ec1'}) 2018-07-23 20:09:25,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 20:09:25,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/d4ad912f-b347-417f-9c7b-66e2810d61d5/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d54dfb7bfbd87edd49a38e074cb6065f1610da12" -d '{"subnet_id": "9f425907-caca-4440-8903-d86443ac5eb6"}' 2018-07-23 20:09:28,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7d2159ea-0797-45d0-9b8f-d98a8d1d267e Date: Mon, 23 Jul 2018 20:09:28 GMT RESP BODY: {"network_id": "7cdf2896-9c23-4bb8-9b20-c14ec7396a4e", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "subnet_id": "9f425907-caca-4440-8903-d86443ac5eb6", "subnet_ids": ["9f425907-caca-4440-8903-d86443ac5eb6"], "port_id": "9191a512-8ee2-464a-b2af-12fdede1c7c4", "id": "d4ad912f-b347-417f-9c7b-66e2810d61d5"} 2018-07-23 20:09:28,740 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d4ad912f-b347-417f-9c7b-66e2810d61d5/add_router_interface.json used request id req-7d2159ea-0797-45d0-9b8f-d98a8d1d267e 2018-07-23 20:09:28,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.17484688759s 2018-07-23 20:09:28,741 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d4ad912f-b347-417f-9c7b-66e2810d61d5/add_router_interface.json used request id req-7d2159ea-0797-45d0-9b8f-d98a8d1d267e returning object d4ad912f-b347-417f-9c7b-66e2810d61d5 2018-07-23 20:09:28,855 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 20:09:28,855 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-23 20:09:28,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 20:09:28,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/d4ad912f-b347-417f-9c7b-66e2810d61d5/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d54dfb7bfbd87edd49a38e074cb6065f1610da12" -d '{"subnet_id": "9f425907-caca-4440-8903-d86443ac5eb6"}' 2018-07-23 20:09:31,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-608bd749-a22a-4e8e-b1ef-f34db21add4c Date: Mon, 23 Jul 2018 20:09:31 GMT RESP BODY: {"network_id": "7cdf2896-9c23-4bb8-9b20-c14ec7396a4e", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "subnet_id": "9f425907-caca-4440-8903-d86443ac5eb6", "subnet_ids": ["9f425907-caca-4440-8903-d86443ac5eb6"], "port_id": "9191a512-8ee2-464a-b2af-12fdede1c7c4", "id": "d4ad912f-b347-417f-9c7b-66e2810d61d5"} 2018-07-23 20:09:31,591 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d4ad912f-b347-417f-9c7b-66e2810d61d5/remove_router_interface.json used request id req-608bd749-a22a-4e8e-b1ef-f34db21add4c 2018-07-23 20:09:31,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.72976899147s 2018-07-23 20:09:31,591 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d4ad912f-b347-417f-9c7b-66e2810d61d5/remove_router_interface.json used request id req-608bd749-a22a-4e8e-b1ef-f34db21add4c returning object d4ad912f-b347-417f-9c7b-66e2810d61d5 2018-07-23 20:09:31,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 20:09:31,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d54dfb7bfbd87edd49a38e074cb6065f1610da12" 2018-07-23 20:09:31,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-6c5098e0-d182-4227-9e18-43eafdb336f1 Date: Mon, 23 Jul 2018 20:09:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:09:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-23T20:09:30Z", "revision_number": 4, "routes": [], "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "d4ad912f-b347-417f-9c7b-66e2810d61d5", "name": "tenantnetwork1-router_097fdc3a-2284-4fd8-9f09-fb525aba7ec1"}]} 2018-07-23 20:09:31,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-6c5098e0-d182-4227-9e18-43eafdb336f1 2018-07-23 20:09:31,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.1312520504s 2018-07-23 20:09:31,723 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-6c5098e0-d182-4227-9e18-43eafdb336f1 2018-07-23 20:09:31,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 20:09:31,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/d4ad912f-b347-417f-9c7b-66e2810d61d5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d54dfb7bfbd87edd49a38e074cb6065f1610da12" 2018-07-23 20:09:34,093 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f4395852-6527-4495-b5ba-dc3fce41b796 Content-Length: 0 Date: Mon, 23 Jul 2018 20:09:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:09:34,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/d4ad912f-b347-417f-9c7b-66e2810d61d5.json used request id req-f4395852-6527-4495-b5ba-dc3fce41b796 2018-07-23 20:09:34,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.3684220314s 2018-07-23 20:09:34,093 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/d4ad912f-b347-417f-9c7b-66e2810d61d5.json used request id req-f4395852-6527-4495-b5ba-dc3fce41b796 2018-07-23 20:09:34,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 20:09:34,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d54dfb7bfbd87edd49a38e074cb6065f1610da12" 2018-07-23 20:09:34,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-8bb7d6a7-9e50-4fa6-8726-46acba5bfe13 Date: Mon, 23 Jul 2018 20:09:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:12Z","dns_nameservers":[],"updated_at":"2018-07-23T20:06:12Z","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":"34433fa276594da9910da7d3eb6d3d61","id":"889c6f1d-aecd-4f93-8be0-bf6d968b4891","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cdf2896-9c23-4bb8-9b20-c14ec7396a4e","tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:09:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:09: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":"7b77792c68ec4f519737d2732c1f92c4","id":"9f425907-caca-4440-8903-d86443ac5eb6","subnetpool_id":null,"name":"tenantnetwork1-subnet_097fdc3a-2284-4fd8-9f09-fb525aba7ec1"}]} 2018-07-23 20:09:34,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-8bb7d6a7-9e50-4fa6-8726-46acba5bfe13 2018-07-23 20:09:34,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.118448019028s 2018-07-23 20:09:34,213 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-8bb7d6a7-9e50-4fa6-8726-46acba5bfe13 2018-07-23 20:09:34,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 20:09:34,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/9f425907-caca-4440-8903-d86443ac5eb6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d54dfb7bfbd87edd49a38e074cb6065f1610da12" 2018-07-23 20:09:37,385 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f805cc80-7b97-4673-a168-3551c3f8a7ae Date: Mon, 23 Jul 2018 20:09:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:09:37,385 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/9f425907-caca-4440-8903-d86443ac5eb6.json used request id req-f805cc80-7b97-4673-a168-3551c3f8a7ae 2018-07-23 20:09:37,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.17125606537s 2018-07-23 20:09:37,386 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/9f425907-caca-4440-8903-d86443ac5eb6.json used request id req-f805cc80-7b97-4673-a168-3551c3f8a7ae 2018-07-23 20:09:37,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:09:37,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d54dfb7bfbd87edd49a38e074cb6065f1610da12" 2018-07-23 20:09:38,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-2cd3e6a1-2e2d-4217-8bc3-826d7b3bde3c Date: Mon, 23 Jul 2018 20:09:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7cdf2896-9c23-4bb8-9b20-c14ec7396a4e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T20:09:37Z","provider:segmentation_id":5,"name":"tenantnetwork1-net_097fdc3a-2284-4fd8-9f09-fb525aba7ec1","admin_state_up":true,"tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:09:20Z","provider:network_type":"vxlan"}]} 2018-07-23 20:09:38,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-2cd3e6a1-2e2d-4217-8bc3-826d7b3bde3c 2018-07-23 20:09:38,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.17559289932s 2018-07-23 20:09:38,562 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-2cd3e6a1-2e2d-4217-8bc3-826d7b3bde3c 2018-07-23 20:09:38,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 20:09:38,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/7cdf2896-9c23-4bb8-9b20-c14ec7396a4e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d54dfb7bfbd87edd49a38e074cb6065f1610da12" 2018-07-23 20:09:40,255 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d21aa38f-4511-44fd-98ba-03342c93d7f3 Date: Mon, 23 Jul 2018 20:09:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:09:40,255 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/7cdf2896-9c23-4bb8-9b20-c14ec7396a4e.json used request id req-d21aa38f-4511-44fd-98ba-03342c93d7f3 2018-07-23 20:09:40,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.69150185585s 2018-07-23 20:09:40,256 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/7cdf2896-9c23-4bb8-9b20-c14ec7396a4e.json used request id req-d21aa38f-4511-44fd-98ba-03342c93d7f3 2018-07-23 20:09:40,310 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-07-23 20:09:40,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 20:09:40,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 20:09:40,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 20:09:40,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 20:09:40,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 20:09:40,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 20:09:40,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 20:09:40,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 20:09:40,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 20:09:40,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 20:09:40,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 20:09:40,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 20:09:40,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 20:09:40,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 20:09:40,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 20:09:40,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 20:09:40,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 20:09:40,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 20:09:40,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 20:09:40,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 20:09:40,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 20:09:40,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 20:09:40,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:09:40,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49376a1c-365a-4c30-a0d5-66526434a43e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-07-23 20:09:40,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-49376a1c-365a-4c30-a0d5-66526434a43e 2018-07-23 20:09:40,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-23 20:09:40,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1aceca7f18154604bae9cc22122c56e3", "name": "reader"}, {"id": "edc6c78a99c44825b5f05142fc006c4e", "name": "member"}, {"id": "93a47ab3bdfa4ea98963f56b9c4a1876", "name": "admin"}], "expires_at": "2018-07-23T21:09:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b77792c68ec4f519737d2732c1f92c4", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b98340839c44b2183fa9535b42ac330"}], "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b27a3156feb4077b14b65594691c097"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ecf62a194def48299f13b817f04627ed"}], "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37592470b09943998a4e9b272bb64a74"}, {"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"url": "http://172.30.9.30:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}], "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c290c5693e459eb08d8b77f75cdc47"}], "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"url": "http://12.0.0.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "976992f691f84b4abec884aa88acefb9"}], "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4853527bcdea49f8aa653565601a83c0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff612aadf1684862addf5b1ebc488287"}], "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b45e9372eb6436db0f7460444431a44"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}], "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f34d144cb7fc4fb48b217969def15b97"}], "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "422c711d88dd43daabef991fcff457e5"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f9d395bdfa2457f9cb46868761811a8"}], "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85586397d6634ce5b65581ea09aea44b"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a08f0e9322644f30b053d34df0639090"}], "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"url": "http://172.30.9.30:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c397d2787c3245368301a0d82e84985e"}], "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"url": "http://172.30.9.30:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}], "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c89d765cdc9d42a4b5a100914669bbed"}], "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f00ed106e044f8b75a51d916af1da4"}], "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8dac1feb2ea34466ba99783afd8dc8e5"}, "audit_ids": ["JiWKUl4NSae8-jcpL4Kplw"], "issued_at": "2018-07-23T20:09:40.000000Z"}} 2018-07-23 20:09:40,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:09:40,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:09:41,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a80ecfdc-da89-48cf-92ed-b2082ea18bff Date: Mon, 23 Jul 2018 20:09:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:09:41,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a80ecfdc-da89-48cf-92ed-b2082ea18bff 2018-07-23 20:09:41,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.01136398315s 2018-07-23 20:09:41,861 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a80ecfdc-da89-48cf-92ed-b2082ea18bff 2018-07-23 20:09:41,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:09:41,870 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 20:09:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-159b082f-39ca-46d4-af46-b8a922eae361 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.30:5000/v3/", "rel": "self"}]}]}} 2018-07-23 20:09:41,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-159b082f-39ca-46d4-af46-b8a922eae361 2018-07-23 20:09:41,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 20:09:41,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:09:42,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d3e7042-ecb0-4e96-b936-d08b510b8e24 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/08b37e406d8b4def9f8b3898f887b9cb"}, "tags": [], "enabled": true, "id": "08b37e406d8b4def9f8b3898f887b9cb", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-07-23 20:09:42,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-3d3e7042-ecb0-4e96-b936-d08b510b8e24 2018-07-23 20:09:42,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.164026021957s 2018-07-23 20:09:42,035 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-3d3e7042-ecb0-4e96-b936-d08b510b8e24 2018-07-23 20:09:42,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-23 20:09:42,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_27f27610-129c-4250-8206-4903167974fa"}}' 2018-07-23 20:09:42,223 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 20:09:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8341ab80-433c-4236-8744-a2de104faefd 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.30:5000/v3/projects/48bdb7e0d5cc4ef9aade4fed555c46ee"}, "tags": [], "enabled": true, "id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_27f27610-129c-4250-8206-4903167974fa"}} 2018-07-23 20:09:42,223 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-8341ab80-433c-4236-8744-a2de104faefd 2018-07-23 20:09:42,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.182772874832s 2018-07-23 20:09:42,224 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-8341ab80-433c-4236-8744-a2de104faefd 2018-07-23 20:09:42,224 - 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'48bdb7e0d5cc4ef9aade4fed555c46ee', '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_27f27610-129c-4250-8206-4903167974fa'}) 2018-07-23 20:09:42,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-23 20:09:42,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "e798d083-3389-443f-be5f-9aee841d4d21", "email": null, "name": "tenantnetwork2-user_27f27610-129c-4250-8206-4903167974fa"}}' 2018-07-23 20:09:42,650 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 20:09:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1d64323-aabe-402c-a4f2-6614a751cfbd Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_27f27610-129c-4250-8206-4903167974fa", "links": {"self": "http://172.30.9.30:5000/v3/users/1c1a5252c2d149249272409122d213bc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1c1a5252c2d149249272409122d213bc", "domain_id": "default", "password_expires_at": null}} 2018-07-23 20:09:42,650 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-f1d64323-aabe-402c-a4f2-6614a751cfbd 2018-07-23 20:09:42,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.419589042664s 2018-07-23 20:09:42,650 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-f1d64323-aabe-402c-a4f2-6614a751cfbd 2018-07-23 20:09:42,651 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1c1a5252c2d149249272409122d213bc', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_27f27610-129c-4250-8206-4903167974fa'}) 2018-07-23 20:09:42,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:09:42,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:09:42,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-233b9de8-d732-411c-ac48-62fdf0a36c02 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:09:42,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-233b9de8-d732-411c-ac48-62fdf0a36c02 2018-07-23 20:09:42,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.093327999115s 2018-07-23 20:09:42,748 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-233b9de8-d732-411c-ac48-62fdf0a36c02 2018-07-23 20:09:42,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:09:42,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:09:42,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d363207-a53e-4312-bf06-ca4ab87b224f Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:09:42,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5d363207-a53e-4312-bf06-ca4ab87b224f 2018-07-23 20:09:42,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.123874902725s 2018-07-23 20:09:42,877 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5d363207-a53e-4312-bf06-ca4ab87b224f 2018-07-23 20:09:42,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:09:42,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:09:43,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ef46215-11e8-4608-927b-ceff42f9cb95 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:09:43,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9ef46215-11e8-4608-927b-ceff42f9cb95 2018-07-23 20:09:43,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.168812990189s 2018-07-23 20:09:43,051 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9ef46215-11e8-4608-927b-ceff42f9cb95 2018-07-23 20:09:43,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 20:09:43,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:09:43,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bcb25d3-6301-400a-9abc-86de8431a7fe Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-23 20:09:43,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-8bcb25d3-6301-400a-9abc-86de8431a7fe 2018-07-23 20:09:43,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.105767011642s 2018-07-23 20:09:43,161 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-8bcb25d3-6301-400a-9abc-86de8431a7fe 2018-07-23 20:09:43,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:09:43,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:09:43,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccceb1ec-34fb-4376-9067-81c582aafab0 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/0a24a34f537e4b729f28e8e878c656b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a24a34f537e4b729f28e8e878c656b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0d5dc8cd3c9f44ac8c45da536da81204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d5dc8cd3c9f44ac8c45da536da81204", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/0efef48632a744e3b93acb9afe7551bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0efef48632a744e3b93acb9afe7551bc", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_27f27610-129c-4250-8206-4903167974fa", "links": {"self": "http://172.30.9.30:5000/v3/users/1c1a5252c2d149249272409122d213bc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1c1a5252c2d149249272409122d213bc", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/28eeee97468242c79125a600bd641312"}, "domain_id": "default", "enabled": true, "options": {}, "id": "28eeee97468242c79125a600bd641312", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/4f7b5ee19a6443ac92a2e1cce790d65d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f7b5ee19a6443ac92a2e1cce790d65d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/536475fc3e7f4546a4212837f00f7239"}, "domain_id": "default", "enabled": true, "options": {}, "id": "536475fc3e7f4546a4212837f00f7239", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/5c5a27d54fea41c783f691489d1cd4a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c5a27d54fea41c783f691489d1cd4a5", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/5ca40dc636c4498b9a22f63f1b79c2df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ca40dc636c4498b9a22f63f1b79c2df", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/6d993a774be44345a9bafe78c48e0f26"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d993a774be44345a9bafe78c48e0f26", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/70dbd0b07e52422aa3cfbc989a173e0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70dbd0b07e52422aa3cfbc989a173e0b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/8dac1feb2ea34466ba99783afd8dc8e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8dac1feb2ea34466ba99783afd8dc8e5", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/978234c706ca499b975f668b2ac71ef0"}, "domain_id": "08b37e406d8b4def9f8b3898f887b9cb", "enabled": true, "options": {}, "id": "978234c706ca499b975f668b2ac71ef0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/a97247a9389345ebaf8a0b1ba23a202d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a97247a9389345ebaf8a0b1ba23a202d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/e70b72268691407dbc6bb56015fc0e87"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e70b72268691407dbc6bb56015fc0e87", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-07-23 20:09:43,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ccceb1ec-34fb-4376-9067-81c582aafab0 2018-07-23 20:09:43,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126997947693s 2018-07-23 20:09:43,290 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ccceb1ec-34fb-4376-9067-81c582aafab0 2018-07-23 20:09:43,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 20:09:43,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:09:43,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9a2445d-a2d7-499f-94dd-337c1db30a18 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b77792c68ec4f519737d2732c1f92c4"}, "tags": [], "enabled": true, "id": "7b77792c68ec4f519737d2732c1f92c4", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61"}, "tags": [], "enabled": true, "id": "34433fa276594da9910da7d3eb6d3d61", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.30:5000/v3/projects/48bdb7e0d5cc4ef9aade4fed555c46ee"}, "tags": [], "enabled": true, "id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_27f27610-129c-4250-8206-4903167974fa"}]} 2018-07-23 20:09:43,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-b9a2445d-a2d7-499f-94dd-337c1db30a18 2018-07-23 20:09:43,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.119345903397s 2018-07-23 20:09:43,421 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-b9a2445d-a2d7-499f-94dd-337c1db30a18 2018-07-23 20:09:43,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-23 20:09:43,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/role_assignments?user.id=1c1a5252c2d149249272409122d213bc&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=48bdb7e0d5cc4ef9aade4fed555c46ee" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:09:43,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0d83070-f123-43cc-98ea-56363f683ebd Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=1c1a5252c2d149249272409122d213bc&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=48bdb7e0d5cc4ef9aade4fed555c46ee", "previous": null, "next": null}} 2018-07-23 20:09:43,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=1c1a5252c2d149249272409122d213bc&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=48bdb7e0d5cc4ef9aade4fed555c46ee used request id req-a0d83070-f123-43cc-98ea-56363f683ebd 2018-07-23 20:09:43,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.16682600975s 2018-07-23 20:09:43,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=1c1a5252c2d149249272409122d213bc&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=48bdb7e0d5cc4ef9aade4fed555c46ee used request id req-a0d83070-f123-43cc-98ea-56363f683ebd 2018-07-23 20:09:43,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-23 20:09:43,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/48bdb7e0d5cc4ef9aade4fed555c46ee/users/1c1a5252c2d149249272409122d213bc/roles/edc6c78a99c44825b5f05142fc006c4e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:09:43,906 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:09:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b38c808e-272f-48d5-99e3-8587609dd3c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:09:43,906 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/48bdb7e0d5cc4ef9aade4fed555c46ee/users/1c1a5252c2d149249272409122d213bc/roles/edc6c78a99c44825b5f05142fc006c4e used request id req-b38c808e-272f-48d5-99e3-8587609dd3c6 2018-07-23 20:09:43,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.307757139206s 2018-07-23 20:09:43,907 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/48bdb7e0d5cc4ef9aade4fed555c46ee/users/1c1a5252c2d149249272409122d213bc/roles/edc6c78a99c44825b5f05142fc006c4e used request id req-b38c808e-272f-48d5-99e3-8587609dd3c6 2018-07-23 20:09:43,908 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_27f27610-129c-4250-8206-4903167974fa', 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'48bdb7e0d5cc4ef9aade4fed555c46ee', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'e798d083-3389-443f-be5f-9aee841d4d21', 'username': u'tenantnetwork2-user_27f27610-129c-4250-8206-4903167974fa', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-23 20:09:43,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 20:09:43,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 20:09:43,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 20:09:43,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 20:09:43,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 20:09:43,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 20:09:43,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 20:09:43,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 20:09:43,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 20:09:43,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 20:09:43,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 20:09:43,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 20:09:43,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 20:09:43,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 20:09:43,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 20:09:43,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 20:09:43,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 20:09:43,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 20:09:43,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 20:09:43,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 20:09:43,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 20:09:43,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 20:09:43,913 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_27f27610-129c-4250-8206-4903167974fa', 'password': 'e798d083-3389-443f-be5f-9aee841d4d21', 'project_name': 'tenantnetwork2-project_27f27610-129c-4250-8206-4903167974fa', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '48bdb7e0d5cc4ef9aade4fed555c46ee', 'project_domain_name': 'Default'} 2018-07-23 20:09:43,913 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-23 20:09:43,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:09:43,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7109627a-9b84-46f0-a2aa-8d7f5e7a10dc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-07-23 20:09:43,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7109627a-9b84-46f0-a2aa-8d7f5e7a10dc 2018-07-23 20:09:43,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-23 20:09:44,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1aceca7f18154604bae9cc22122c56e3", "name": "reader"}, {"id": "edc6c78a99c44825b5f05142fc006c4e", "name": "member"}], "expires_at": "2018-07-23T21:09:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "name": "tenantnetwork2-project_27f27610-129c-4250-8206-4903167974fa"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b98340839c44b2183fa9535b42ac330"}], "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b27a3156feb4077b14b65594691c097"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ecf62a194def48299f13b817f04627ed"}], "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/48bdb7e0d5cc4ef9aade4fed555c46ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37592470b09943998a4e9b272bb64a74"}, {"url": "http://192.30.9.5:8776/v1/48bdb7e0d5cc4ef9aade4fed555c46ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"url": "http://172.30.9.30:8776/v1/48bdb7e0d5cc4ef9aade4fed555c46ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}], "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c290c5693e459eb08d8b77f75cdc47"}], "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_48bdb7e0d5cc4ef9aade4fed555c46ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"url": "http://12.0.0.30:8080/v1/AUTH_48bdb7e0d5cc4ef9aade4fed555c46ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "976992f691f84b4abec884aa88acefb9"}], "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4853527bcdea49f8aa653565601a83c0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff612aadf1684862addf5b1ebc488287"}], "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/48bdb7e0d5cc4ef9aade4fed555c46ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"url": "http://192.30.9.5:8004/v1/48bdb7e0d5cc4ef9aade4fed555c46ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b45e9372eb6436db0f7460444431a44"}, {"url": "http://192.30.9.5:8004/v1/48bdb7e0d5cc4ef9aade4fed555c46ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}], "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f34d144cb7fc4fb48b217969def15b97"}], "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "422c711d88dd43daabef991fcff457e5"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f9d395bdfa2457f9cb46868761811a8"}], "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85586397d6634ce5b65581ea09aea44b"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a08f0e9322644f30b053d34df0639090"}], "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/48bdb7e0d5cc4ef9aade4fed555c46ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"url": "http://192.30.9.5:8776/v3/48bdb7e0d5cc4ef9aade4fed555c46ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"url": "http://172.30.9.30:8776/v3/48bdb7e0d5cc4ef9aade4fed555c46ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c397d2787c3245368301a0d82e84985e"}], "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/48bdb7e0d5cc4ef9aade4fed555c46ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"url": "http://192.30.9.5:8776/v2/48bdb7e0d5cc4ef9aade4fed555c46ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"url": "http://172.30.9.30:8776/v2/48bdb7e0d5cc4ef9aade4fed555c46ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}], "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c89d765cdc9d42a4b5a100914669bbed"}], "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f00ed106e044f8b75a51d916af1da4"}], "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_27f27610-129c-4250-8206-4903167974fa", "id": "1c1a5252c2d149249272409122d213bc"}, "audit_ids": ["s1dK-xj5SkW7UoyGup_v-A"], "issued_at": "2018-07-23T20:09:44.000000Z"}} 2018-07-23 20:09:44,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 20:09:44,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}22c8c96fad8d00df0caaa5df652b7ee62a04f027" -d '{"network": {"name": "tenantnetwork2-net_27f27610-129c-4250-8206-4903167974fa", "admin_state_up": true}}' 2018-07-23 20:09:45,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-8fd795d7-5b0f-4a89-afae-6ed98b0d2e73 Date: Mon, 23 Jul 2018 20:09:45 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"48bdb7e0d5cc4ef9aade4fed555c46ee","created_at":"2018-07-23T20:09:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-23T20:09:45Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"48bdb7e0d5cc4ef9aade4fed555c46ee","id":"b7171d6a-b8b2-4d03-b44b-aa659e1b6163","name":"tenantnetwork2-net_27f27610-129c-4250-8206-4903167974fa"}} 2018-07-23 20:09:45,811 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8fd795d7-5b0f-4a89-afae-6ed98b0d2e73 2018-07-23 20:09:45,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.4206829071s 2018-07-23 20:09:45,811 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8fd795d7-5b0f-4a89-afae-6ed98b0d2e73 2018-07-23 20:09:45,812 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T20:09:45Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'b7171d6a-b8b2-4d03-b44b-aa659e1b6163', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_27f27610-129c-4250-8206-4903167974fa', u'admin_state_up': True, u'tenant_id': u'48bdb7e0d5cc4ef9aade4fed555c46ee', u'created_at': u'2018-07-23T20:09:45Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'48bdb7e0d5cc4ef9aade4fed555c46ee'}) 2018-07-23 20:09:45,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:09:45,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}22c8c96fad8d00df0caaa5df652b7ee62a04f027" 2018-07-23 20:09:46,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-e692352e-5351-4eb4-965a-b12fef6ef6a0 Date: Mon, 23 Jul 2018 20:09: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":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-23T20:09:45Z","tenant_id":"48bdb7e0d5cc4ef9aade4fed555c46ee","created_at":"2018-07-23T20:09:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"48bdb7e0d5cc4ef9aade4fed555c46ee","id":"b7171d6a-b8b2-4d03-b44b-aa659e1b6163","name":"tenantnetwork2-net_27f27610-129c-4250-8206-4903167974fa"}]} 2018-07-23 20:09:46,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e692352e-5351-4eb4-965a-b12fef6ef6a0 2018-07-23 20:09:46,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.08750104904s 2018-07-23 20:09:46,900 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e692352e-5351-4eb4-965a-b12fef6ef6a0 2018-07-23 20:09:46,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 20:09:46,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}22c8c96fad8d00df0caaa5df652b7ee62a04f027" -d '{"subnet": {"name": "tenantnetwork2-subnet_27f27610-129c-4250-8206-4903167974fa", "enable_dhcp": true, "network_id": "b7171d6a-b8b2-4d03-b44b-aa659e1b6163", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 20:09:48,746 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f082e6b4-e2cd-4b23-a5e8-48483ef92ded Date: Mon, 23 Jul 2018 20:09:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7171d6a-b8b2-4d03-b44b-aa659e1b6163","tenant_id":"48bdb7e0d5cc4ef9aade4fed555c46ee","created_at":"2018-07-23T20:09:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:09:48Z","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":"48bdb7e0d5cc4ef9aade4fed555c46ee","id":"88541fcc-1ff2-46bc-8072-2f8fb90438c5","subnetpool_id":null,"name":"tenantnetwork2-subnet_27f27610-129c-4250-8206-4903167974fa"}} 2018-07-23 20:09:48,747 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-f082e6b4-e2cd-4b23-a5e8-48483ef92ded 2018-07-23 20:09:48,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.84467983246s 2018-07-23 20:09:48,747 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-f082e6b4-e2cd-4b23-a5e8-48483ef92ded 2018-07-23 20:09:48,748 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T20:09:48Z', 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'88541fcc-1ff2-46bc-8072-2f8fb90438c5', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_27f27610-129c-4250-8206-4903167974fa', u'enable_dhcp': True, u'network_id': u'b7171d6a-b8b2-4d03-b44b-aa659e1b6163', u'tenant_id': u'48bdb7e0d5cc4ef9aade4fed555c46ee', u'created_at': u'2018-07-23T20:09:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'48bdb7e0d5cc4ef9aade4fed555c46ee'}) 2018-07-23 20:09:48,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 20:09:48,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}22c8c96fad8d00df0caaa5df652b7ee62a04f027" -d '{"router": {"external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc"}, "name": "tenantnetwork2-router_27f27610-129c-4250-8206-4903167974fa", "admin_state_up": true}}' 2018-07-23 20:09:50,449 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-12da7268-99cf-4763-8d5e-281eefb66836 Date: Mon, 23 Jul 2018 20:09:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "created_at": "2018-07-23T20:09:49Z", "admin_state_up": true, "updated_at": "2018-07-23T20:09:50Z", "revision_number": 2, "routes": [], "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "id": "b0a6afb6-9933-43ed-92a1-1e6ec1b35520", "name": "tenantnetwork2-router_27f27610-129c-4250-8206-4903167974fa"}} 2018-07-23 20:09:50,449 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-12da7268-99cf-4763-8d5e-281eefb66836 2018-07-23 20:09:50,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.70107102394s 2018-07-23 20:09:50,450 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-12da7268-99cf-4763-8d5e-281eefb66836 2018-07-23 20:09:50,450 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'889c6f1d-aecd-4f93-8be0-bf6d968b4891', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'48bdb7e0d5cc4ef9aade4fed555c46ee', u'created_at': u'2018-07-23T20:09:49Z', u'admin_state_up': True, u'updated_at': u'2018-07-23T20:09:50Z', u'revision_number': 2, u'routes': [], u'project_id': u'48bdb7e0d5cc4ef9aade4fed555c46ee', u'id': u'b0a6afb6-9933-43ed-92a1-1e6ec1b35520', u'name': u'tenantnetwork2-router_27f27610-129c-4250-8206-4903167974fa'}) 2018-07-23 20:09:50,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 20:09:50,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/b0a6afb6-9933-43ed-92a1-1e6ec1b35520/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}22c8c96fad8d00df0caaa5df652b7ee62a04f027" -d '{"subnet_id": "88541fcc-1ff2-46bc-8072-2f8fb90438c5"}' 2018-07-23 20:09:52,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8d5dbf56-44fa-4d1d-aef9-ccca91631fc0 Date: Mon, 23 Jul 2018 20:09:52 GMT RESP BODY: {"network_id": "b7171d6a-b8b2-4d03-b44b-aa659e1b6163", "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "subnet_id": "88541fcc-1ff2-46bc-8072-2f8fb90438c5", "subnet_ids": ["88541fcc-1ff2-46bc-8072-2f8fb90438c5"], "port_id": "8189b68a-d647-4087-bba4-11b70da8baf9", "id": "b0a6afb6-9933-43ed-92a1-1e6ec1b35520"} 2018-07-23 20:09:52,573 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b0a6afb6-9933-43ed-92a1-1e6ec1b35520/add_router_interface.json used request id req-8d5dbf56-44fa-4d1d-aef9-ccca91631fc0 2018-07-23 20:09:52,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.12225794792s 2018-07-23 20:09:52,574 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b0a6afb6-9933-43ed-92a1-1e6ec1b35520/add_router_interface.json used request id req-8d5dbf56-44fa-4d1d-aef9-ccca91631fc0 returning object b0a6afb6-9933-43ed-92a1-1e6ec1b35520 2018-07-23 20:09:52,695 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 20:09:52,695 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-23 20:09:52,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 20:09:52,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/b0a6afb6-9933-43ed-92a1-1e6ec1b35520/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}22c8c96fad8d00df0caaa5df652b7ee62a04f027" -d '{"subnet_id": "88541fcc-1ff2-46bc-8072-2f8fb90438c5"}' 2018-07-23 20:09:54,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c14d8de4-d711-464b-b87c-99f2f7f0bd72 Date: Mon, 23 Jul 2018 20:09:54 GMT RESP BODY: {"network_id": "b7171d6a-b8b2-4d03-b44b-aa659e1b6163", "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "subnet_id": "88541fcc-1ff2-46bc-8072-2f8fb90438c5", "subnet_ids": ["88541fcc-1ff2-46bc-8072-2f8fb90438c5"], "port_id": "8189b68a-d647-4087-bba4-11b70da8baf9", "id": "b0a6afb6-9933-43ed-92a1-1e6ec1b35520"} 2018-07-23 20:09:54,707 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b0a6afb6-9933-43ed-92a1-1e6ec1b35520/remove_router_interface.json used request id req-c14d8de4-d711-464b-b87c-99f2f7f0bd72 2018-07-23 20:09:54,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.0064330101s 2018-07-23 20:09:54,707 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b0a6afb6-9933-43ed-92a1-1e6ec1b35520/remove_router_interface.json used request id req-c14d8de4-d711-464b-b87c-99f2f7f0bd72 returning object b0a6afb6-9933-43ed-92a1-1e6ec1b35520 2018-07-23 20:09:54,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 20:09:54,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}22c8c96fad8d00df0caaa5df652b7ee62a04f027" 2018-07-23 20:09:55,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-a04da786-2902-4b7b-9edb-c49a19b55789 Date: Mon, 23 Jul 2018 20:09:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "created_at": "2018-07-23T20:09:49Z", "admin_state_up": true, "updated_at": "2018-07-23T20:09:53Z", "revision_number": 4, "routes": [], "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "id": "b0a6afb6-9933-43ed-92a1-1e6ec1b35520", "name": "tenantnetwork2-router_27f27610-129c-4250-8206-4903167974fa"}]} 2018-07-23 20:09:55,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-a04da786-2902-4b7b-9edb-c49a19b55789 2018-07-23 20:09:55,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.32505607605s 2018-07-23 20:09:55,033 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-a04da786-2902-4b7b-9edb-c49a19b55789 2018-07-23 20:09:55,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 20:09:55,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/b0a6afb6-9933-43ed-92a1-1e6ec1b35520.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}22c8c96fad8d00df0caaa5df652b7ee62a04f027" 2018-07-23 20:09:56,563 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7630c51a-e1eb-491c-b3d7-7485ae1e4652 Content-Length: 0 Date: Mon, 23 Jul 2018 20:09:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:09:56,563 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/b0a6afb6-9933-43ed-92a1-1e6ec1b35520.json used request id req-7630c51a-e1eb-491c-b3d7-7485ae1e4652 2018-07-23 20:09:56,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.52862095833s 2018-07-23 20:09:56,564 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/b0a6afb6-9933-43ed-92a1-1e6ec1b35520.json used request id req-7630c51a-e1eb-491c-b3d7-7485ae1e4652 2018-07-23 20:09:56,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 20:09:56,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}22c8c96fad8d00df0caaa5df652b7ee62a04f027" 2018-07-23 20:09:56,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-141ba706-497c-41cd-b454-f172e629bb49 Date: Mon, 23 Jul 2018 20:09:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7171d6a-b8b2-4d03-b44b-aa659e1b6163","tenant_id":"48bdb7e0d5cc4ef9aade4fed555c46ee","created_at":"2018-07-23T20:09:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:09:48Z","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":"48bdb7e0d5cc4ef9aade4fed555c46ee","id":"88541fcc-1ff2-46bc-8072-2f8fb90438c5","subnetpool_id":null,"name":"tenantnetwork2-subnet_27f27610-129c-4250-8206-4903167974fa"}]} 2018-07-23 20:09:56,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-141ba706-497c-41cd-b454-f172e629bb49 2018-07-23 20:09:56,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0505268573761s 2018-07-23 20:09:56,615 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-141ba706-497c-41cd-b454-f172e629bb49 2018-07-23 20:09:56,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 20:09:56,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/88541fcc-1ff2-46bc-8072-2f8fb90438c5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}22c8c96fad8d00df0caaa5df652b7ee62a04f027" 2018-07-23 20:09:58,999 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c427e3c6-9376-475c-80d4-8c54e5ee3577 Date: Mon, 23 Jul 2018 20:09:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:09:58,999 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/88541fcc-1ff2-46bc-8072-2f8fb90438c5.json used request id req-c427e3c6-9376-475c-80d4-8c54e5ee3577 2018-07-23 20:09:58,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.38254594803s 2018-07-23 20:09:58,999 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/88541fcc-1ff2-46bc-8072-2f8fb90438c5.json used request id req-c427e3c6-9376-475c-80d4-8c54e5ee3577 2018-07-23 20:09:59,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:09:59,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}22c8c96fad8d00df0caaa5df652b7ee62a04f027" 2018-07-23 20:10:00,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-6ec46981-46a2-470f-91d7-b85b5db357a3 Date: Mon, 23 Jul 2018 20:10: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":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-23T20:09:58Z","tenant_id":"48bdb7e0d5cc4ef9aade4fed555c46ee","created_at":"2018-07-23T20:09:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"48bdb7e0d5cc4ef9aade4fed555c46ee","id":"b7171d6a-b8b2-4d03-b44b-aa659e1b6163","name":"tenantnetwork2-net_27f27610-129c-4250-8206-4903167974fa"}]} 2018-07-23 20:10:00,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-6ec46981-46a2-470f-91d7-b85b5db357a3 2018-07-23 20:10:00,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.19930505753s 2018-07-23 20:10:00,200 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-6ec46981-46a2-470f-91d7-b85b5db357a3 2018-07-23 20:10:00,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 20:10:00,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/b7171d6a-b8b2-4d03-b44b-aa659e1b6163.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}22c8c96fad8d00df0caaa5df652b7ee62a04f027" 2018-07-23 20:10:01,813 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-53ebc912-fb73-4c1f-a403-8476e549cc43 Date: Mon, 23 Jul 2018 20:10:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:10:01,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/b7171d6a-b8b2-4d03-b44b-aa659e1b6163.json used request id req-53ebc912-fb73-4c1f-a403-8476e549cc43 2018-07-23 20:10:01,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.61241817474s 2018-07-23 20:10:01,814 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/b7171d6a-b8b2-4d03-b44b-aa659e1b6163.json used request id req-53ebc912-fb73-4c1f-a403-8476e549cc43 2018-07-23 20:10:01,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:10:01,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:10:01,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a47294d8-5e2e-4913-9c51-83fdde7c8e06 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/0a24a34f537e4b729f28e8e878c656b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a24a34f537e4b729f28e8e878c656b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0d5dc8cd3c9f44ac8c45da536da81204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d5dc8cd3c9f44ac8c45da536da81204", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/0efef48632a744e3b93acb9afe7551bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0efef48632a744e3b93acb9afe7551bc", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_27f27610-129c-4250-8206-4903167974fa", "links": {"self": "http://172.30.9.30:5000/v3/users/1c1a5252c2d149249272409122d213bc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1c1a5252c2d149249272409122d213bc", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/28eeee97468242c79125a600bd641312"}, "domain_id": "default", "enabled": true, "options": {}, "id": "28eeee97468242c79125a600bd641312", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/4f7b5ee19a6443ac92a2e1cce790d65d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f7b5ee19a6443ac92a2e1cce790d65d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/536475fc3e7f4546a4212837f00f7239"}, "domain_id": "default", "enabled": true, "options": {}, "id": "536475fc3e7f4546a4212837f00f7239", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/5c5a27d54fea41c783f691489d1cd4a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c5a27d54fea41c783f691489d1cd4a5", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/5ca40dc636c4498b9a22f63f1b79c2df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ca40dc636c4498b9a22f63f1b79c2df", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/6d993a774be44345a9bafe78c48e0f26"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d993a774be44345a9bafe78c48e0f26", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/70dbd0b07e52422aa3cfbc989a173e0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70dbd0b07e52422aa3cfbc989a173e0b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/8dac1feb2ea34466ba99783afd8dc8e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8dac1feb2ea34466ba99783afd8dc8e5", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/978234c706ca499b975f668b2ac71ef0"}, "domain_id": "08b37e406d8b4def9f8b3898f887b9cb", "enabled": true, "options": {}, "id": "978234c706ca499b975f668b2ac71ef0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/a97247a9389345ebaf8a0b1ba23a202d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a97247a9389345ebaf8a0b1ba23a202d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/e70b72268691407dbc6bb56015fc0e87"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e70b72268691407dbc6bb56015fc0e87", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-07-23 20:10:01,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a47294d8-5e2e-4913-9c51-83fdde7c8e06 2018-07-23 20:10:01,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.135768890381s 2018-07-23 20:10:01,950 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a47294d8-5e2e-4913-9c51-83fdde7c8e06 2018-07-23 20:10:01,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:10:01,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/1c1a5252c2d149249272409122d213bc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:10:02,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4f528a3-24f5-4778-a119-712c13cea974 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_27f27610-129c-4250-8206-4903167974fa", "links": {"self": "http://172.30.9.30:5000/v3/users/1c1a5252c2d149249272409122d213bc"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1c1a5252c2d149249272409122d213bc", "description": null}} 2018-07-23 20:10:02,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/1c1a5252c2d149249272409122d213bc used request id req-a4f528a3-24f5-4778-a119-712c13cea974 2018-07-23 20:10:02,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117139101028s 2018-07-23 20:10:02,073 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/1c1a5252c2d149249272409122d213bc used request id req-a4f528a3-24f5-4778-a119-712c13cea974 2018-07-23 20:10:02,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-23 20:10:02,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/1c1a5252c2d149249272409122d213bc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:10:02,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:10:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c927c8e-64c0-41f3-8058-107a62b8a224 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:10:02,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/1c1a5252c2d149249272409122d213bc used request id req-9c927c8e-64c0-41f3-8058-107a62b8a224 2018-07-23 20:10:02,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.272047996521s 2018-07-23 20:10:02,346 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/1c1a5252c2d149249272409122d213bc used request id req-9c927c8e-64c0-41f3-8058-107a62b8a224 2018-07-23 20:10:02,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 20:10:02,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:10:02,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8878a5d6-fbb9-43d9-95f3-f26d72bcea5a Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61"}, "tags": [], "enabled": true, "id": "34433fa276594da9910da7d3eb6d3d61", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.30:5000/v3/projects/48bdb7e0d5cc4ef9aade4fed555c46ee"}, "tags": [], "enabled": true, "id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_27f27610-129c-4250-8206-4903167974fa"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b77792c68ec4f519737d2732c1f92c4"}, "tags": [], "enabled": true, "id": "7b77792c68ec4f519737d2732c1f92c4", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-23 20:10:02,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-8878a5d6-fbb9-43d9-95f3-f26d72bcea5a 2018-07-23 20:10:02,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.109023094177s 2018-07-23 20:10:02,461 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-8878a5d6-fbb9-43d9-95f3-f26d72bcea5a 2018-07-23 20:10:02,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-23 20:10:02,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/48bdb7e0d5cc4ef9aade4fed555c46ee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c05a5981a5f95575dd356f5229d15a1b05b5d68" 2018-07-23 20:10:02,683 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:10:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c5f1ced-79d4-43e2-b517-2b10a8b38481 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:10:02,683 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/48bdb7e0d5cc4ef9aade4fed555c46ee used request id req-9c5f1ced-79d4-43e2-b517-2b10a8b38481 2018-07-23 20:10:02,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.21715593338s 2018-07-23 20:10:02,683 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/48bdb7e0d5cc4ef9aade4fed555c46ee used request id req-9c5f1ced-79d4-43e2-b517-2b10a8b38481 2018-07-23 20:10:02,735 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-07-23 20:10:02,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 20:10:02,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 20:10:02,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 20:10:02,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 20:10:02,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 20:10:02,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 20:10:02,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 20:10:02,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 20:10:02,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 20:10:02,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 20:10:02,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 20:10:02,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 20:10:02,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 20:10:02,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 20:10:02,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 20:10:02,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 20:10:02,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 20:10:02,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 20:10:02,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 20:10:02,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 20:10:02,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 20:10:02,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 20:10:02,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:10:02,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73b74508-93d1-4f85-bf27-d2066dcee510 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-07-23 20:10:02,816 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-73b74508-93d1-4f85-bf27-d2066dcee510 2018-07-23 20:10:02,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-23 20:10:03,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1aceca7f18154604bae9cc22122c56e3", "name": "reader"}, {"id": "edc6c78a99c44825b5f05142fc006c4e", "name": "member"}, {"id": "93a47ab3bdfa4ea98963f56b9c4a1876", "name": "admin"}], "expires_at": "2018-07-23T21:10:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b77792c68ec4f519737d2732c1f92c4", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b98340839c44b2183fa9535b42ac330"}], "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b27a3156feb4077b14b65594691c097"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ecf62a194def48299f13b817f04627ed"}], "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37592470b09943998a4e9b272bb64a74"}, {"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"url": "http://172.30.9.30:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}], "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c290c5693e459eb08d8b77f75cdc47"}], "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"url": "http://12.0.0.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "976992f691f84b4abec884aa88acefb9"}], "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4853527bcdea49f8aa653565601a83c0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff612aadf1684862addf5b1ebc488287"}], "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b45e9372eb6436db0f7460444431a44"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}], "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f34d144cb7fc4fb48b217969def15b97"}], "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "422c711d88dd43daabef991fcff457e5"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f9d395bdfa2457f9cb46868761811a8"}], "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85586397d6634ce5b65581ea09aea44b"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a08f0e9322644f30b053d34df0639090"}], "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"url": "http://172.30.9.30:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c397d2787c3245368301a0d82e84985e"}], "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"url": "http://172.30.9.30:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}], "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c89d765cdc9d42a4b5a100914669bbed"}], "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f00ed106e044f8b75a51d916af1da4"}], "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8dac1feb2ea34466ba99783afd8dc8e5"}, "audit_ids": ["nDyWv9_GSim3KX2Nz_mxRQ"], "issued_at": "2018-07-23T20:10:03.000000Z"}} 2018-07-23 20:10:03,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:10:03,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" 2018-07-23 20:10:03,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-738f18d5-2697-42fc-a3fb-daf96f3af510 Date: Mon, 23 Jul 2018 20:10:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:10:03,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-738f18d5-2697-42fc-a3fb-daf96f3af510 2018-07-23 20:10:03,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.283080101013s 2018-07-23 20:10:03,507 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-738f18d5-2697-42fc-a3fb-daf96f3af510 2018-07-23 20:10:03,507 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-07-23 20:10:03,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 20:10:03,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" -d '{"network": {"name": "vmready1-net_063aa734-9a08-4f97-a645-10b664ad2bb5", "admin_state_up": true}}' 2018-07-23 20:10:04,769 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-3aa83337-b589-45a5-b47b-57907aab29ab Date: Mon, 23 Jul 2018 20:10:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"49ae9cef-63f1-4bf7-b5ef-cc193ca0c5e3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T20:10:04Z","is_default":false,"provider:segmentation_id":80,"name":"vmready1-net_063aa734-9a08-4f97-a645-10b664ad2bb5","admin_state_up":true,"tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:10:04Z","mtu":1450}} 2018-07-23 20:10:04,769 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3aa83337-b589-45a5-b47b-57907aab29ab 2018-07-23 20:10:04,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.26124310493s 2018-07-23 20:10:04,770 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3aa83337-b589-45a5-b47b-57907aab29ab 2018-07-23 20:10:04,770 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-23T20:10:04Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'49ae9cef-63f1-4bf7-b5ef-cc193ca0c5e3', u'provider:segmentation_id': 80, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_063aa734-9a08-4f97-a645-10b664ad2bb5', u'admin_state_up': True, u'tenant_id': u'7b77792c68ec4f519737d2732c1f92c4', u'created_at': u'2018-07-23T20:10:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7b77792c68ec4f519737d2732c1f92c4'}) 2018-07-23 20:10:04,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:10:04,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" 2018-07-23 20:10:05,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-b7d1db62-d423-465a-9d48-dd42cef30764 Date: Mon, 23 Jul 2018 20:10:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"49ae9cef-63f1-4bf7-b5ef-cc193ca0c5e3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T20:10:04Z","provider:segmentation_id":80,"name":"vmready1-net_063aa734-9a08-4f97-a645-10b664ad2bb5","admin_state_up":true,"tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:10:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:10:05,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-b7d1db62-d423-465a-9d48-dd42cef30764 2018-07-23 20:10:05,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.986757993698s 2018-07-23 20:10:05,758 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-b7d1db62-d423-465a-9d48-dd42cef30764 2018-07-23 20:10:05,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 20:10:05,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" -d '{"subnet": {"name": "vmready1-subnet_063aa734-9a08-4f97-a645-10b664ad2bb5", "enable_dhcp": true, "network_id": "49ae9cef-63f1-4bf7-b5ef-cc193ca0c5e3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 20:10:06,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-02d06cb8-0873-4441-87f0-aa952ea37a66 Date: Mon, 23 Jul 2018 20:10:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"49ae9cef-63f1-4bf7-b5ef-cc193ca0c5e3","tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:10:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:10:06Z","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":"7b77792c68ec4f519737d2732c1f92c4","id":"64de2b7c-f87d-4bc8-898d-3d34d8364d9e","subnetpool_id":null,"name":"vmready1-subnet_063aa734-9a08-4f97-a645-10b664ad2bb5"}} 2018-07-23 20:10:06,560 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-02d06cb8-0873-4441-87f0-aa952ea37a66 2018-07-23 20:10:06,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.800254106522s 2018-07-23 20:10:06,561 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-02d06cb8-0873-4441-87f0-aa952ea37a66 2018-07-23 20:10:06,561 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T20:10:06Z', 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'64de2b7c-f87d-4bc8-898d-3d34d8364d9e', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_063aa734-9a08-4f97-a645-10b664ad2bb5', u'enable_dhcp': True, u'network_id': u'49ae9cef-63f1-4bf7-b5ef-cc193ca0c5e3', u'tenant_id': u'7b77792c68ec4f519737d2732c1f92c4', u'created_at': u'2018-07-23T20:10:06Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7b77792c68ec4f519737d2732c1f92c4'}) 2018-07-23 20:10:06,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 20:10:06,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" -d '{"router": {"external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc"}, "name": "vmready1-router_063aa734-9a08-4f97-a645-10b664ad2bb5", "admin_state_up": true}}' 2018-07-23 20:10:08,065 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-8584b285-7e71-4e91-b0b3-c8564221f9bf Date: Mon, 23 Jul 2018 20:10:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:10:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-23T20:10:07Z", "revision_number": 2, "routes": [], "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "2c43c5c5-5a4a-4575-bf78-3ebd57205156", "name": "vmready1-router_063aa734-9a08-4f97-a645-10b664ad2bb5"}} 2018-07-23 20:10:08,066 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-8584b285-7e71-4e91-b0b3-c8564221f9bf 2018-07-23 20:10:08,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.50369095802s 2018-07-23 20:10:08,066 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-8584b285-7e71-4e91-b0b3-c8564221f9bf 2018-07-23 20:10:08,066 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'889c6f1d-aecd-4f93-8be0-bf6d968b4891', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7b77792c68ec4f519737d2732c1f92c4', u'created_at': u'2018-07-23T20:10:06Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-23T20:10:07Z', u'revision_number': 2, u'routes': [], u'project_id': u'7b77792c68ec4f519737d2732c1f92c4', u'id': u'2c43c5c5-5a4a-4575-bf78-3ebd57205156', u'name': u'vmready1-router_063aa734-9a08-4f97-a645-10b664ad2bb5'}) 2018-07-23 20:10:08,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 20:10:08,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/2c43c5c5-5a4a-4575-bf78-3ebd57205156/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" -d '{"subnet_id": "64de2b7c-f87d-4bc8-898d-3d34d8364d9e"}' 2018-07-23 20:10:10,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-71c19805-0953-4d41-a8d7-d746433e60c8 Date: Mon, 23 Jul 2018 20:10:10 GMT RESP BODY: {"network_id": "49ae9cef-63f1-4bf7-b5ef-cc193ca0c5e3", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "subnet_id": "64de2b7c-f87d-4bc8-898d-3d34d8364d9e", "subnet_ids": ["64de2b7c-f87d-4bc8-898d-3d34d8364d9e"], "port_id": "f3912092-5c9d-43ba-86bc-71e56365f695", "id": "2c43c5c5-5a4a-4575-bf78-3ebd57205156"} 2018-07-23 20:10:10,538 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/2c43c5c5-5a4a-4575-bf78-3ebd57205156/add_router_interface.json used request id req-71c19805-0953-4d41-a8d7-d746433e60c8 2018-07-23 20:10:10,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.47069191933s 2018-07-23 20:10:10,538 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/2c43c5c5-5a4a-4575-bf78-3ebd57205156/add_router_interface.json used request id req-71c19805-0953-4d41-a8d7-d746433e60c8 returning object 2c43c5c5-5a4a-4575-bf78-3ebd57205156 2018-07-23 20:10:10,539 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-23 20:10:10,671 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-23 20:10:10,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:10:10,677 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 23 Jul 2018 20:10:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-07-23 20:10:10,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:10:10,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" 2018-07-23 20:10:11,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-231ab431-1c20-43cc-9b5e-3260e09e97db Date: Mon, 23 Jul 2018 20:10:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:10:11,382 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-231ab431-1c20-43cc-9b5e-3260e09e97db 2018-07-23 20:10:11,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.700305938721s 2018-07-23 20:10:11,383 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-231ab431-1c20-43cc-9b5e-3260e09e97db 2018-07-23 20:10:11,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-23 20:10:11,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_063aa734-9a08-4f97-a645-10b664ad2bb5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_063aa734-9a08-4f97-a645-10b664ad2bb5"}' 2018-07-23 20:10:12,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c0f9a0fb-85d7-4227-aa75-59e9a415c6b0 Date: Mon, 23 Jul 2018 20:10:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14/file", "owner": "7b77792c68ec4f519737d2732c1f92c4", "id": "ec671b0f-2cef-4a79-9dc3-e05ed0a09e14", "size": null, "self": "/v2/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:10:12Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_063aa734-9a08-4f97-a645-10b664ad2bb5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_063aa734-9a08-4f97-a645-10b664ad2bb5", "checksum": null, "created_at": "2018-07-23T20:10:12Z", "protected": false} 2018-07-23 20:10:12,183 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-c0f9a0fb-85d7-4227-aa75-59e9a415c6b0 2018-07-23 20:10:12,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.793040037155s 2018-07-23 20:10:12,183 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-c0f9a0fb-85d7-4227-aa75-59e9a415c6b0 returning object ec671b0f-2cef-4a79-9dc3-e05ed0a09e14 2018-07-23 20:10:12,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-23 20:10:12,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" -d '' 2018-07-23 20:10:15,446 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b76b716c-8f4f-4cf5-93ee-17a59eb23e1c Date: Mon, 23 Jul 2018 20:10:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 20:10:15,447 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14/file used request id req-b76b716c-8f4f-4cf5-93ee-17a59eb23e1c 2018-07-23 20:10:15,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.26273202896s 2018-07-23 20:10:15,447 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14/file used request id req-b76b716c-8f4f-4cf5-93ee-17a59eb23e1c 2018-07-23 20:10:15,447 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_063aa734-9a08-4f97-a645-10b664ad2bb5', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-23T20:10:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14/file', u'owner': u'7b77792c68ec4f519737d2732c1f92c4', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ec671b0f-2cef-4a79-9dc3-e05ed0a09e14', u'size': None, u'name': u'vmready1-img_063aa734-9a08-4f97-a645-10b664ad2bb5', u'checksum': None, u'self': u'/v2/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-23T20:10:12Z', u'schema': u'/v2/schemas/image'}) 2018-07-23 20:10:15,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-23 20:10:15,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_063aa734-9a08-4f97-a645-10b664ad2bb5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-23 20:10:16,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10: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-0c0369fe-a56a-4633-b4f5-04bad75a069b x-compute-request-id: req-0c0369fe-a56a-4633-b4f5-04bad75a069b Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_063aa734-9a08-4f97-a645-10b664ad2bb5", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ccf65c68-3c92-447e-9a36-62d563825f8e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ccf65c68-3c92-447e-9a36-62d563825f8e", "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": "ccf65c68-3c92-447e-9a36-62d563825f8e"}} 2018-07-23 20:10:16,200 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0c0369fe-a56a-4633-b4f5-04bad75a069b 2018-07-23 20:10:16,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.752273082733s 2018-07-23 20:10:16,201 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0c0369fe-a56a-4633-b4f5-04bad75a069b 2018-07-23 20:10:16,202 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_063aa734-9a08-4f97-a645-10b664ad2bb5', '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'7b77792c68ec4f519737d2732c1f92c4', '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'ccf65c68-3c92-447e-9a36-62d563825f8e', 'swap': 0}) 2018-07-23 20:10:16,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-23 20:10:16,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/ccf65c68-3c92-447e-9a36-62d563825f8e/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" -d '{"extra_specs": {}}' 2018-07-23 20:10:16,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10: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-66bc6086-a1e8-45a3-bd45-5e5b8363350c x-compute-request-id: req-66bc6086-a1e8-45a3-bd45-5e5b8363350c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-23 20:10:16,346 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/ccf65c68-3c92-447e-9a36-62d563825f8e/os-extra_specs used request id req-66bc6086-a1e8-45a3-bd45-5e5b8363350c 2018-07-23 20:10:16,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.143666982651s 2018-07-23 20:10:16,346 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/ccf65c68-3c92-447e-9a36-62d563825f8e/os-extra_specs used request id req-66bc6086-a1e8-45a3-bd45-5e5b8363350c 2018-07-23 20:10:16,457 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 20:10:16,458 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-23 20:10:16,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 20:10:16,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/2c43c5c5-5a4a-4575-bf78-3ebd57205156/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" -d '{"subnet_id": "64de2b7c-f87d-4bc8-898d-3d34d8364d9e"}' 2018-07-23 20:10:18,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1fdecc55-0583-4d8d-a44d-5f56f7da8109 Date: Mon, 23 Jul 2018 20:10:18 GMT RESP BODY: {"network_id": "49ae9cef-63f1-4bf7-b5ef-cc193ca0c5e3", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "subnet_id": "64de2b7c-f87d-4bc8-898d-3d34d8364d9e", "subnet_ids": ["64de2b7c-f87d-4bc8-898d-3d34d8364d9e"], "port_id": "f3912092-5c9d-43ba-86bc-71e56365f695", "id": "2c43c5c5-5a4a-4575-bf78-3ebd57205156"} 2018-07-23 20:10:18,374 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/2c43c5c5-5a4a-4575-bf78-3ebd57205156/remove_router_interface.json used request id req-1fdecc55-0583-4d8d-a44d-5f56f7da8109 2018-07-23 20:10:18,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.9117538929s 2018-07-23 20:10:18,375 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/2c43c5c5-5a4a-4575-bf78-3ebd57205156/remove_router_interface.json used request id req-1fdecc55-0583-4d8d-a44d-5f56f7da8109 returning object 2c43c5c5-5a4a-4575-bf78-3ebd57205156 2018-07-23 20:10:18,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 20:10:18,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" 2018-07-23 20:10:18,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-a0145de0-7b78-4718-9624-22fb95381238 Date: Mon, 23 Jul 2018 20:10:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:10:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-23T20:10:17Z", "revision_number": 4, "routes": [], "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "2c43c5c5-5a4a-4575-bf78-3ebd57205156", "name": "vmready1-router_063aa734-9a08-4f97-a645-10b664ad2bb5"}]} 2018-07-23 20:10:18,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-a0145de0-7b78-4718-9624-22fb95381238 2018-07-23 20:10:18,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.307991981506s 2018-07-23 20:10:18,684 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-a0145de0-7b78-4718-9624-22fb95381238 2018-07-23 20:10:18,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 20:10:18,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/2c43c5c5-5a4a-4575-bf78-3ebd57205156.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" 2018-07-23 20:10:21,133 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db475bf8-c4e5-40b7-ad29-b6608ccf02b6 Content-Length: 0 Date: Mon, 23 Jul 2018 20:10:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:10:21,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/2c43c5c5-5a4a-4575-bf78-3ebd57205156.json used request id req-db475bf8-c4e5-40b7-ad29-b6608ccf02b6 2018-07-23 20:10:21,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.44791197777s 2018-07-23 20:10:21,133 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/2c43c5c5-5a4a-4575-bf78-3ebd57205156.json used request id req-db475bf8-c4e5-40b7-ad29-b6608ccf02b6 2018-07-23 20:10:21,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 20:10:21,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" 2018-07-23 20:10:22,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-1dc022ba-5d47-4882-b470-c8d6cf91be2b Date: Mon, 23 Jul 2018 20:10:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"49ae9cef-63f1-4bf7-b5ef-cc193ca0c5e3","tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:10:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:10:06Z","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":"7b77792c68ec4f519737d2732c1f92c4","id":"64de2b7c-f87d-4bc8-898d-3d34d8364d9e","subnetpool_id":null,"name":"vmready1-subnet_063aa734-9a08-4f97-a645-10b664ad2bb5"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:12Z","dns_nameservers":[],"updated_at":"2018-07-23T20:06:12Z","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":"34433fa276594da9910da7d3eb6d3d61","id":"889c6f1d-aecd-4f93-8be0-bf6d968b4891","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-23 20:10:22,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-1dc022ba-5d47-4882-b470-c8d6cf91be2b 2018-07-23 20:10:22,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.976824045181s 2018-07-23 20:10:22,111 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-1dc022ba-5d47-4882-b470-c8d6cf91be2b 2018-07-23 20:10:22,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 20:10:22,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/64de2b7c-f87d-4bc8-898d-3d34d8364d9e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" 2018-07-23 20:10:24,483 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-095bd534-457b-4b80-b452-9df269ef8462 Date: Mon, 23 Jul 2018 20:10:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:10:24,483 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/64de2b7c-f87d-4bc8-898d-3d34d8364d9e.json used request id req-095bd534-457b-4b80-b452-9df269ef8462 2018-07-23 20:10:24,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.37027597427s 2018-07-23 20:10:24,483 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/64de2b7c-f87d-4bc8-898d-3d34d8364d9e.json used request id req-095bd534-457b-4b80-b452-9df269ef8462 2018-07-23 20:10:24,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:10:24,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" 2018-07-23 20:10:24,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-2763e509-13ec-4589-a9f8-57ea12df67d6 Date: Mon, 23 Jul 2018 20:10:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"49ae9cef-63f1-4bf7-b5ef-cc193ca0c5e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T20:10:24Z","provider:segmentation_id":80,"name":"vmready1-net_063aa734-9a08-4f97-a645-10b664ad2bb5","admin_state_up":true,"tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:10:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:10:24,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-2763e509-13ec-4589-a9f8-57ea12df67d6 2018-07-23 20:10:24,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0991060733795s 2018-07-23 20:10:24,583 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-2763e509-13ec-4589-a9f8-57ea12df67d6 2018-07-23 20:10:24,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 20:10:24,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/49ae9cef-63f1-4bf7-b5ef-cc193ca0c5e3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" 2018-07-23 20:10:26,151 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ddc205ad-f213-411a-8d66-91e25ba4facb Date: Mon, 23 Jul 2018 20:10:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:10:26,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/49ae9cef-63f1-4bf7-b5ef-cc193ca0c5e3.json used request id req-ddc205ad-f213-411a-8d66-91e25ba4facb 2018-07-23 20:10:26,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.56691193581s 2018-07-23 20:10:26,151 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/49ae9cef-63f1-4bf7-b5ef-cc193ca0c5e3.json used request id req-ddc205ad-f213-411a-8d66-91e25ba4facb 2018-07-23 20:10:26,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:10:26,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" 2018-07-23 20:10:26,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-3afe8880-af27-4202-8828-5c81f2ebbd36 Date: Mon, 23 Jul 2018 20:10:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14/snap", "metadata": {}}], "file": "/v2/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14/file", "owner": "7b77792c68ec4f519737d2732c1f92c4", "id": "ec671b0f-2cef-4a79-9dc3-e05ed0a09e14", "size": 12716032, "self": "/v2/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14", "disk_format": "qcow2", "direct_url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:10:15Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_063aa734-9a08-4f97-a645-10b664ad2bb5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_063aa734-9a08-4f97-a645-10b664ad2bb5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T20:10:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:10:26,859 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-3afe8880-af27-4202-8828-5c81f2ebbd36 2018-07-23 20:10:26,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.703713178635s 2018-07-23 20:10:26,859 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-3afe8880-af27-4202-8828-5c81f2ebbd36 2018-07-23 20:10:26,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-23 20:10:26,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" 2018-07-23 20:10:28,955 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-658c8443-3d85-4b1f-aa45-99a695912b8c Date: Mon, 23 Jul 2018 20:10:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 20:10:28,955 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14 used request id req-658c8443-3d85-4b1f-aa45-99a695912b8c 2018-07-23 20:10:28,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.09361314774s 2018-07-23 20:10:28,955 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/ec671b0f-2cef-4a79-9dc3-e05ed0a09e14 used request id req-658c8443-3d85-4b1f-aa45-99a695912b8c 2018-07-23 20:10:28,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 20:10:28,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" 2018-07-23 20:10:28,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10: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-784127c7-757b-4758-b377-82da63aef1b9 x-compute-request-id: req-784127c7-757b-4758-b377-82da63aef1b9 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_063aa734-9a08-4f97-a645-10b664ad2bb5", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ccf65c68-3c92-447e-9a36-62d563825f8e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ccf65c68-3c92-447e-9a36-62d563825f8e", "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": "ccf65c68-3c92-447e-9a36-62d563825f8e"}]} 2018-07-23 20:10:28,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-784127c7-757b-4758-b377-82da63aef1b9 2018-07-23 20:10:28,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0278911590576s 2018-07-23 20:10:28,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-784127c7-757b-4758-b377-82da63aef1b9 2018-07-23 20:10:28,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-23 20:10:28,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/ccf65c68-3c92-447e-9a36-62d563825f8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a852ce4982163821317b270f9c3811c6d1548bf" 2018-07-23 20:10:29,038 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 20:10:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b0218122-555c-4ac4-b24b-97386976405e x-compute-request-id: req-b0218122-555c-4ac4-b24b-97386976405e Content-Length: 0 Content-Type: application/json 2018-07-23 20:10:29,039 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ccf65c68-3c92-447e-9a36-62d563825f8e used request id req-b0218122-555c-4ac4-b24b-97386976405e 2018-07-23 20:10:29,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0530440807343s 2018-07-23 20:10:29,039 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ccf65c68-3c92-447e-9a36-62d563825f8e used request id req-b0218122-555c-4ac4-b24b-97386976405e 2018-07-23 20:10:29,093 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-07-23 20:10:29,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 20:10:29,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 20:10:29,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 20:10:29,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 20:10:29,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 20:10:29,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 20:10:29,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 20:10:29,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 20:10:29,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 20:10:29,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 20:10:29,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 20:10:29,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 20:10:29,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 20:10:29,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 20:10:29,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 20:10:29,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 20:10:29,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 20:10:29,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 20:10:29,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 20:10:29,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 20:10:29,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 20:10:29,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 20:10:29,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:10:29,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d0fae57-0b2c-48e5-a5c1-c010c7811f2a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-07-23 20:10:29,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6d0fae57-0b2c-48e5-a5c1-c010c7811f2a 2018-07-23 20:10:29,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-23 20:10:29,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1aceca7f18154604bae9cc22122c56e3", "name": "reader"}, {"id": "edc6c78a99c44825b5f05142fc006c4e", "name": "member"}, {"id": "93a47ab3bdfa4ea98963f56b9c4a1876", "name": "admin"}], "expires_at": "2018-07-23T21:10:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b77792c68ec4f519737d2732c1f92c4", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b98340839c44b2183fa9535b42ac330"}], "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b27a3156feb4077b14b65594691c097"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ecf62a194def48299f13b817f04627ed"}], "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37592470b09943998a4e9b272bb64a74"}, {"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"url": "http://172.30.9.30:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}], "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c290c5693e459eb08d8b77f75cdc47"}], "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"url": "http://12.0.0.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "976992f691f84b4abec884aa88acefb9"}], "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4853527bcdea49f8aa653565601a83c0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff612aadf1684862addf5b1ebc488287"}], "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b45e9372eb6436db0f7460444431a44"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}], "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f34d144cb7fc4fb48b217969def15b97"}], "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "422c711d88dd43daabef991fcff457e5"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f9d395bdfa2457f9cb46868761811a8"}], "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85586397d6634ce5b65581ea09aea44b"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a08f0e9322644f30b053d34df0639090"}], "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"url": "http://172.30.9.30:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c397d2787c3245368301a0d82e84985e"}], "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"url": "http://172.30.9.30:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}], "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c89d765cdc9d42a4b5a100914669bbed"}], "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f00ed106e044f8b75a51d916af1da4"}], "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8dac1feb2ea34466ba99783afd8dc8e5"}, "audit_ids": ["qoM8yjgURDelfUWuHTbnvA"], "issued_at": "2018-07-23T20:10:29.000000Z"}} 2018-07-23 20:10:29,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:10:29,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:30,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a54d64ee-a5ca-4ea4-9d85-2d1aeb732d77 Date: Mon, 23 Jul 2018 20:10:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:10:30,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a54d64ee-a5ca-4ea4-9d85-2d1aeb732d77 2018-07-23 20:10:30,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.975090026855s 2018-07-23 20:10:30,522 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a54d64ee-a5ca-4ea4-9d85-2d1aeb732d77 2018-07-23 20:10:30,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:10:30,532 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 20:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f580aea0-3563-4bd9-bef9-3e545c969197 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.30:5000/v3/", "rel": "self"}]}]}} 2018-07-23 20:10:30,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-f580aea0-3563-4bd9-bef9-3e545c969197 2018-07-23 20:10:30,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 20:10:30,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:30,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4a0fad5-a209-48a7-b140-35344883a04b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/08b37e406d8b4def9f8b3898f887b9cb"}, "tags": [], "enabled": true, "id": "08b37e406d8b4def9f8b3898f887b9cb", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-07-23 20:10:30,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-d4a0fad5-a209-48a7-b140-35344883a04b 2018-07-23 20:10:30,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0934088230133s 2018-07-23 20:10:30,627 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-d4a0fad5-a209-48a7-b140-35344883a04b 2018-07-23 20:10:30,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-23 20:10:30,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330"}}' 2018-07-23 20:10:30,936 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 20:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b389dbc3-f404-48bc-8906-578e867600ee 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.30:5000/v3/projects/ec13131588304c74acff55b86df67615"}, "tags": [], "enabled": true, "id": "ec13131588304c74acff55b86df67615", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330"}} 2018-07-23 20:10:30,936 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b389dbc3-f404-48bc-8906-578e867600ee 2018-07-23 20:10:30,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.302916049957s 2018-07-23 20:10:30,937 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b389dbc3-f404-48bc-8906-578e867600ee 2018-07-23 20:10:30,937 - 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'ec13131588304c74acff55b86df67615', '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_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330'}) 2018-07-23 20:10:30,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-23 20:10:30,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b19fb4f7-52b3-4e2b-83d4-238b8aefd04e", "email": null, "name": "vmready2-user_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330"}}' 2018-07-23 20:10:31,469 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 20:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-280d3f5b-8117-4183-a69d-6e592097fd5e Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "links": {"self": "http://172.30.9.30:5000/v3/users/13bf7c34a3f242238aa3752dc33c12ae"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "13bf7c34a3f242238aa3752dc33c12ae", "domain_id": "default", "password_expires_at": null}} 2018-07-23 20:10:31,470 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-280d3f5b-8117-4183-a69d-6e592097fd5e 2018-07-23 20:10:31,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.526167154312s 2018-07-23 20:10:31,470 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-280d3f5b-8117-4183-a69d-6e592097fd5e 2018-07-23 20:10:31,471 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'13bf7c34a3f242238aa3752dc33c12ae', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330'}) 2018-07-23 20:10:31,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:10:31,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:31,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ecd69d2-73d6-43a7-8254-6ef904545493 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:10:31,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3ecd69d2-73d6-43a7-8254-6ef904545493 2018-07-23 20:10:31,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101113796234s 2018-07-23 20:10:31,576 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3ecd69d2-73d6-43a7-8254-6ef904545493 2018-07-23 20:10:31,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:10:31,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:31,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c26d629-2a91-4c6f-af07-6e45f45dd0ff Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:10:31,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8c26d629-2a91-4c6f-af07-6e45f45dd0ff 2018-07-23 20:10:31,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104265928268s 2018-07-23 20:10:31,685 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8c26d629-2a91-4c6f-af07-6e45f45dd0ff 2018-07-23 20:10:31,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:10:31,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:31,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89dfe12f-849c-40ef-8d2a-d8f0af1d52c1 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:10:31,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-89dfe12f-849c-40ef-8d2a-d8f0af1d52c1 2018-07-23 20:10:31,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103534936905s 2018-07-23 20:10:31,793 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-89dfe12f-849c-40ef-8d2a-d8f0af1d52c1 2018-07-23 20:10:31,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 20:10:31,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:31,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb35cd0b-012b-4187-8a2b-264eaf8c83ce Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-23 20:10:31,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-eb35cd0b-012b-4187-8a2b-264eaf8c83ce 2018-07-23 20:10:31,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.105412960052s 2018-07-23 20:10:31,903 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-eb35cd0b-012b-4187-8a2b-264eaf8c83ce 2018-07-23 20:10:31,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:10:31,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:32,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91920b69-b625-4d5c-97c5-621fcee95785 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/0a24a34f537e4b729f28e8e878c656b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a24a34f537e4b729f28e8e878c656b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0d5dc8cd3c9f44ac8c45da536da81204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d5dc8cd3c9f44ac8c45da536da81204", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/0efef48632a744e3b93acb9afe7551bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0efef48632a744e3b93acb9afe7551bc", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vmready2-user_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "links": {"self": "http://172.30.9.30:5000/v3/users/13bf7c34a3f242238aa3752dc33c12ae"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "13bf7c34a3f242238aa3752dc33c12ae", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/28eeee97468242c79125a600bd641312"}, "domain_id": "default", "enabled": true, "options": {}, "id": "28eeee97468242c79125a600bd641312", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/4f7b5ee19a6443ac92a2e1cce790d65d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f7b5ee19a6443ac92a2e1cce790d65d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/536475fc3e7f4546a4212837f00f7239"}, "domain_id": "default", "enabled": true, "options": {}, "id": "536475fc3e7f4546a4212837f00f7239", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/5c5a27d54fea41c783f691489d1cd4a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c5a27d54fea41c783f691489d1cd4a5", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/5ca40dc636c4498b9a22f63f1b79c2df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ca40dc636c4498b9a22f63f1b79c2df", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/6d993a774be44345a9bafe78c48e0f26"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d993a774be44345a9bafe78c48e0f26", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/70dbd0b07e52422aa3cfbc989a173e0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70dbd0b07e52422aa3cfbc989a173e0b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/8dac1feb2ea34466ba99783afd8dc8e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8dac1feb2ea34466ba99783afd8dc8e5", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/978234c706ca499b975f668b2ac71ef0"}, "domain_id": "08b37e406d8b4def9f8b3898f887b9cb", "enabled": true, "options": {}, "id": "978234c706ca499b975f668b2ac71ef0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/a97247a9389345ebaf8a0b1ba23a202d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a97247a9389345ebaf8a0b1ba23a202d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/e70b72268691407dbc6bb56015fc0e87"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e70b72268691407dbc6bb56015fc0e87", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-07-23 20:10:32,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-91920b69-b625-4d5c-97c5-621fcee95785 2018-07-23 20:10:32,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.232604980469s 2018-07-23 20:10:32,137 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-91920b69-b625-4d5c-97c5-621fcee95785 2018-07-23 20:10:32,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 20:10:32,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:32,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b24f8e6f-8d5a-4c8f-9e43-f4067a0dbb7f Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b77792c68ec4f519737d2732c1f92c4"}, "tags": [], "enabled": true, "id": "7b77792c68ec4f519737d2732c1f92c4", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61"}, "tags": [], "enabled": true, "id": "34433fa276594da9910da7d3eb6d3d61", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.30:5000/v3/projects/ec13131588304c74acff55b86df67615"}, "tags": [], "enabled": true, "id": "ec13131588304c74acff55b86df67615", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330"}]} 2018-07-23 20:10:32,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-b24f8e6f-8d5a-4c8f-9e43-f4067a0dbb7f 2018-07-23 20:10:32,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.112639188766s 2018-07-23 20:10:32,262 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-b24f8e6f-8d5a-4c8f-9e43-f4067a0dbb7f 2018-07-23 20:10:32,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-23 20:10:32,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/role_assignments?user.id=13bf7c34a3f242238aa3752dc33c12ae&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=ec13131588304c74acff55b86df67615" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:32,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de5f8f5a-4bc6-4d2b-8a00-703faee177d1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=13bf7c34a3f242238aa3752dc33c12ae&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=ec13131588304c74acff55b86df67615", "previous": null, "next": null}} 2018-07-23 20:10:32,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=13bf7c34a3f242238aa3752dc33c12ae&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=ec13131588304c74acff55b86df67615 used request id req-de5f8f5a-4bc6-4d2b-8a00-703faee177d1 2018-07-23 20:10:32,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.169296979904s 2018-07-23 20:10:32,439 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=13bf7c34a3f242238aa3752dc33c12ae&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=ec13131588304c74acff55b86df67615 used request id req-de5f8f5a-4bc6-4d2b-8a00-703faee177d1 2018-07-23 20:10:32,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-23 20:10:32,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/ec13131588304c74acff55b86df67615/users/13bf7c34a3f242238aa3752dc33c12ae/roles/edc6c78a99c44825b5f05142fc006c4e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:32,626 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:10:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-871a3018-41f9-4666-86f2-c0fd6da66737 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:10:32,627 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ec13131588304c74acff55b86df67615/users/13bf7c34a3f242238aa3752dc33c12ae/roles/edc6c78a99c44825b5f05142fc006c4e used request id req-871a3018-41f9-4666-86f2-c0fd6da66737 2018-07-23 20:10:32,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.18452000618s 2018-07-23 20:10:32,627 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ec13131588304c74acff55b86df67615/users/13bf7c34a3f242238aa3752dc33c12ae/roles/edc6c78a99c44825b5f05142fc006c4e used request id req-871a3018-41f9-4666-86f2-c0fd6da66737 2018-07-23 20:10:32,628 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330', 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'ec13131588304c74acff55b86df67615', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'b19fb4f7-52b3-4e2b-83d4-238b8aefd04e', 'username': u'vmready2-user_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-23 20:10:32,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 20:10:32,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 20:10:32,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 20:10:32,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 20:10:32,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 20:10:32,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 20:10:32,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 20:10:32,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 20:10:32,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 20:10:32,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 20:10:32,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 20:10:32,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 20:10:32,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 20:10:32,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 20:10:32,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 20:10:32,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 20:10:32,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 20:10:32,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 20:10:32,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 20:10:32,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 20:10:32,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 20:10:32,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 20:10:32,633 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330', 'password': 'b19fb4f7-52b3-4e2b-83d4-238b8aefd04e', 'project_name': 'vmready2-project_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'ec13131588304c74acff55b86df67615', 'project_domain_name': 'Default'} 2018-07-23 20:10:32,634 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-07-23 20:10:32,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:10:32,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af7d62a7-3e19-4de8-a215-54cf56f4547c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-07-23 20:10:32,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-af7d62a7-3e19-4de8-a215-54cf56f4547c 2018-07-23 20:10:32,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-23 20:10:33,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1aceca7f18154604bae9cc22122c56e3", "name": "reader"}, {"id": "edc6c78a99c44825b5f05142fc006c4e", "name": "member"}], "expires_at": "2018-07-23T21:10:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec13131588304c74acff55b86df67615", "name": "vmready2-project_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b98340839c44b2183fa9535b42ac330"}], "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b27a3156feb4077b14b65594691c097"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ecf62a194def48299f13b817f04627ed"}], "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/ec13131588304c74acff55b86df67615", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37592470b09943998a4e9b272bb64a74"}, {"url": "http://192.30.9.5:8776/v1/ec13131588304c74acff55b86df67615", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"url": "http://172.30.9.30:8776/v1/ec13131588304c74acff55b86df67615", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}], "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c290c5693e459eb08d8b77f75cdc47"}], "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_ec13131588304c74acff55b86df67615", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"url": "http://12.0.0.30:8080/v1/AUTH_ec13131588304c74acff55b86df67615", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "976992f691f84b4abec884aa88acefb9"}], "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4853527bcdea49f8aa653565601a83c0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff612aadf1684862addf5b1ebc488287"}], "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/ec13131588304c74acff55b86df67615", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"url": "http://192.30.9.5:8004/v1/ec13131588304c74acff55b86df67615", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b45e9372eb6436db0f7460444431a44"}, {"url": "http://192.30.9.5:8004/v1/ec13131588304c74acff55b86df67615", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}], "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f34d144cb7fc4fb48b217969def15b97"}], "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "422c711d88dd43daabef991fcff457e5"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f9d395bdfa2457f9cb46868761811a8"}], "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85586397d6634ce5b65581ea09aea44b"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a08f0e9322644f30b053d34df0639090"}], "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/ec13131588304c74acff55b86df67615", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"url": "http://192.30.9.5:8776/v3/ec13131588304c74acff55b86df67615", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"url": "http://172.30.9.30:8776/v3/ec13131588304c74acff55b86df67615", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c397d2787c3245368301a0d82e84985e"}], "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/ec13131588304c74acff55b86df67615", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"url": "http://192.30.9.5:8776/v2/ec13131588304c74acff55b86df67615", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"url": "http://172.30.9.30:8776/v2/ec13131588304c74acff55b86df67615", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}], "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c89d765cdc9d42a4b5a100914669bbed"}], "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f00ed106e044f8b75a51d916af1da4"}], "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "id": "13bf7c34a3f242238aa3752dc33c12ae"}, "audit_ids": ["MQ-Brc0lTmyqnuBlp7MFUw"], "issued_at": "2018-07-23T20:10:33.000000Z"}} 2018-07-23 20:10:33,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 20:10:33,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" -d '{"network": {"name": "vmready2-net_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "admin_state_up": true}}' 2018-07-23 20:10:34,044 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-e84103a6-ac8f-4d51-a551-b9eab008b7bc Date: Mon, 23 Jul 2018 20:10:34 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"ec13131588304c74acff55b86df67615","created_at":"2018-07-23T20:10:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-23T20:10:33Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"ec13131588304c74acff55b86df67615","id":"09ec8710-d07c-4d93-b196-fc8fcd1219b6","name":"vmready2-net_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330"}} 2018-07-23 20:10:34,044 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e84103a6-ac8f-4d51-a551-b9eab008b7bc 2018-07-23 20:10:34,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.01526498795s 2018-07-23 20:10:34,044 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e84103a6-ac8f-4d51-a551-b9eab008b7bc 2018-07-23 20:10:34,045 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T20:10:33Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'09ec8710-d07c-4d93-b196-fc8fcd1219b6', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330', u'admin_state_up': True, u'tenant_id': u'ec13131588304c74acff55b86df67615', u'created_at': u'2018-07-23T20:10:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ec13131588304c74acff55b86df67615'}) 2018-07-23 20:10:34,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:10:34,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" 2018-07-23 20:10:34,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-def0724c-3dcd-48b3-89db-31ec84439a2c Date: Mon, 23 Jul 2018 20:10:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-23T20:10:33Z","tenant_id":"ec13131588304c74acff55b86df67615","created_at":"2018-07-23T20:10:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"ec13131588304c74acff55b86df67615","id":"09ec8710-d07c-4d93-b196-fc8fcd1219b6","name":"vmready2-net_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"}]} 2018-07-23 20:10:34,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-def0724c-3dcd-48b3-89db-31ec84439a2c 2018-07-23 20:10:34,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.283457040787s 2018-07-23 20:10:34,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-def0724c-3dcd-48b3-89db-31ec84439a2c 2018-07-23 20:10:34,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 20:10:34,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" -d '{"subnet": {"name": "vmready2-subnet_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "enable_dhcp": true, "network_id": "09ec8710-d07c-4d93-b196-fc8fcd1219b6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 20:10:35,294 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2f277de4-6f48-420a-b96f-26c6c6645e82 Date: Mon, 23 Jul 2018 20:10:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09ec8710-d07c-4d93-b196-fc8fcd1219b6","tenant_id":"ec13131588304c74acff55b86df67615","created_at":"2018-07-23T20:10:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:10:34Z","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":"ec13131588304c74acff55b86df67615","id":"54bd887b-5e14-428b-bcff-9097b919b09c","subnetpool_id":null,"name":"vmready2-subnet_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330"}} 2018-07-23 20:10:35,294 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-2f277de4-6f48-420a-b96f-26c6c6645e82 2018-07-23 20:10:35,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.963696956635s 2018-07-23 20:10:35,295 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-2f277de4-6f48-420a-b96f-26c6c6645e82 2018-07-23 20:10:35,295 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T20:10:34Z', 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'54bd887b-5e14-428b-bcff-9097b919b09c', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330', u'enable_dhcp': True, u'network_id': u'09ec8710-d07c-4d93-b196-fc8fcd1219b6', u'tenant_id': u'ec13131588304c74acff55b86df67615', u'created_at': u'2018-07-23T20:10:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ec13131588304c74acff55b86df67615'}) 2018-07-23 20:10:35,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 20:10:35,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" -d '{"router": {"external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc"}, "name": "vmready2-router_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "admin_state_up": true}}' 2018-07-23 20:10:36,687 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-fc55a71c-eee2-46c7-866d-5a80606a2cd5 Date: Mon, 23 Jul 2018 20:10:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "ec13131588304c74acff55b86df67615", "created_at": "2018-07-23T20:10:35Z", "admin_state_up": true, "updated_at": "2018-07-23T20:10:36Z", "revision_number": 2, "routes": [], "project_id": "ec13131588304c74acff55b86df67615", "id": "5def832d-9653-4357-8358-63e72f979024", "name": "vmready2-router_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330"}} 2018-07-23 20:10:36,687 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-fc55a71c-eee2-46c7-866d-5a80606a2cd5 2018-07-23 20:10:36,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.39124202728s 2018-07-23 20:10:36,687 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-fc55a71c-eee2-46c7-866d-5a80606a2cd5 2018-07-23 20:10:36,688 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'889c6f1d-aecd-4f93-8be0-bf6d968b4891', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ec13131588304c74acff55b86df67615', u'created_at': u'2018-07-23T20:10:35Z', u'admin_state_up': True, u'updated_at': u'2018-07-23T20:10:36Z', u'revision_number': 2, u'routes': [], u'project_id': u'ec13131588304c74acff55b86df67615', u'id': u'5def832d-9653-4357-8358-63e72f979024', u'name': u'vmready2-router_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330'}) 2018-07-23 20:10:36,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 20:10:36,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/5def832d-9653-4357-8358-63e72f979024/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" -d '{"subnet_id": "54bd887b-5e14-428b-bcff-9097b919b09c"}' 2018-07-23 20:10:38,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9d8d2804-a29e-44c0-91f5-00d25364f775 Date: Mon, 23 Jul 2018 20:10:38 GMT RESP BODY: {"network_id": "09ec8710-d07c-4d93-b196-fc8fcd1219b6", "tenant_id": "ec13131588304c74acff55b86df67615", "subnet_id": "54bd887b-5e14-428b-bcff-9097b919b09c", "subnet_ids": ["54bd887b-5e14-428b-bcff-9097b919b09c"], "port_id": "e4c39f9b-dd26-4da8-98d8-333b675510d6", "id": "5def832d-9653-4357-8358-63e72f979024"} 2018-07-23 20:10:38,937 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/5def832d-9653-4357-8358-63e72f979024/add_router_interface.json used request id req-9d8d2804-a29e-44c0-91f5-00d25364f775 2018-07-23 20:10:38,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.24915194511s 2018-07-23 20:10:38,938 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/5def832d-9653-4357-8358-63e72f979024/add_router_interface.json used request id req-9d8d2804-a29e-44c0-91f5-00d25364f775 returning object 5def832d-9653-4357-8358-63e72f979024 2018-07-23 20:10:38,938 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-23 20:10:39,065 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-23 20:10:39,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:10:39,072 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 23 Jul 2018 20:10:39 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-07-23 20:10:39,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:10:39,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" 2018-07-23 20:10:39,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-30572af5-9f1a-4a06-be55-892dc5c89040 Date: Mon, 23 Jul 2018 20:10:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:10:39,891 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-30572af5-9f1a-4a06-be55-892dc5c89040 2018-07-23 20:10:39,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.814848899841s 2018-07-23 20:10:39,891 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-30572af5-9f1a-4a06-be55-892dc5c89040 2018-07-23 20:10:39,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-23 20:10:39,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330"}' 2018-07-23 20:10:40,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-447edc22-2ac4-42fe-83b2-a7049da7ba9a Date: Mon, 23 Jul 2018 20:10:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410/file", "owner": "ec13131588304c74acff55b86df67615", "id": "680766f8-e4b8-44bb-8d2c-6e8fa0c54410", "size": null, "self": "/v2/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:10:40Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "checksum": null, "created_at": "2018-07-23T20:10:40Z", "protected": false} 2018-07-23 20:10:40,721 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-447edc22-2ac4-42fe-83b2-a7049da7ba9a 2018-07-23 20:10:40,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.822160959244s 2018-07-23 20:10:40,722 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-447edc22-2ac4-42fe-83b2-a7049da7ba9a returning object 680766f8-e4b8-44bb-8d2c-6e8fa0c54410 2018-07-23 20:10:40,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-23 20:10:40,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" -d '' 2018-07-23 20:10:42,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3a0705fd-02a9-4e8c-8f66-b0d6a0b3d0f3 Date: Mon, 23 Jul 2018 20:10:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 20:10:42,868 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410/file used request id req-3a0705fd-02a9-4e8c-8f66-b0d6a0b3d0f3 2018-07-23 20:10:42,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.14520001411s 2018-07-23 20:10:42,868 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410/file used request id req-3a0705fd-02a9-4e8c-8f66-b0d6a0b3d0f3 2018-07-23 20:10:42,868 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-23T20:10:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410/file', u'owner': u'ec13131588304c74acff55b86df67615', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'680766f8-e4b8-44bb-8d2c-6e8fa0c54410', u'size': None, u'name': u'vmready2-img_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330', u'checksum': None, u'self': u'/v2/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-23T20:10:40Z', u'schema': u'/v2/schemas/image'}) 2018-07-23 20:10:42,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-23 20:10:42,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-23 20:10:43,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83deda43-3253-43cc-8165-db9d7343240e x-compute-request-id: req-83deda43-3253-43cc-8165-db9d7343240e Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/39f046dd-fe75-42b3-88f2-e40aa30f9fbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/39f046dd-fe75-42b3-88f2-e40aa30f9fbe", "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": "39f046dd-fe75-42b3-88f2-e40aa30f9fbe"}} 2018-07-23 20:10:43,122 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-83deda43-3253-43cc-8165-db9d7343240e 2018-07-23 20:10:43,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.253271102905s 2018-07-23 20:10:43,123 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-83deda43-3253-43cc-8165-db9d7343240e 2018-07-23 20:10:43,124 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330', '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'7b77792c68ec4f519737d2732c1f92c4', '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'39f046dd-fe75-42b3-88f2-e40aa30f9fbe', 'swap': 0}) 2018-07-23 20:10:43,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-23 20:10:43,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/39f046dd-fe75-42b3-88f2-e40aa30f9fbe/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" -d '{"extra_specs": {}}' 2018-07-23 20:10:43,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10: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-fb19eaec-7f75-491a-a58e-13270333ff46 x-compute-request-id: req-fb19eaec-7f75-491a-a58e-13270333ff46 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-23 20:10:43,268 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/39f046dd-fe75-42b3-88f2-e40aa30f9fbe/os-extra_specs used request id req-fb19eaec-7f75-491a-a58e-13270333ff46 2018-07-23 20:10:43,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.14408993721s 2018-07-23 20:10:43,269 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/39f046dd-fe75-42b3-88f2-e40aa30f9fbe/os-extra_specs used request id req-fb19eaec-7f75-491a-a58e-13270333ff46 2018-07-23 20:10:43,389 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 20:10:43,390 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-23 20:10:43,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 20:10:43,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/5def832d-9653-4357-8358-63e72f979024/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" -d '{"subnet_id": "54bd887b-5e14-428b-bcff-9097b919b09c"}' 2018-07-23 20:10:45,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-098bda78-fa7e-4498-b969-2fbb7c6a3f6c Date: Mon, 23 Jul 2018 20:10:45 GMT RESP BODY: {"network_id": "09ec8710-d07c-4d93-b196-fc8fcd1219b6", "tenant_id": "ec13131588304c74acff55b86df67615", "subnet_id": "54bd887b-5e14-428b-bcff-9097b919b09c", "subnet_ids": ["54bd887b-5e14-428b-bcff-9097b919b09c"], "port_id": "e4c39f9b-dd26-4da8-98d8-333b675510d6", "id": "5def832d-9653-4357-8358-63e72f979024"} 2018-07-23 20:10:45,045 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/5def832d-9653-4357-8358-63e72f979024/remove_router_interface.json used request id req-098bda78-fa7e-4498-b969-2fbb7c6a3f6c 2018-07-23 20:10:45,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.65082597733s 2018-07-23 20:10:45,046 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/5def832d-9653-4357-8358-63e72f979024/remove_router_interface.json used request id req-098bda78-fa7e-4498-b969-2fbb7c6a3f6c returning object 5def832d-9653-4357-8358-63e72f979024 2018-07-23 20:10:45,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 20:10:45,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" 2018-07-23 20:10:45,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-26b381e0-cbcd-44cc-90dd-bc55fe75b77d Date: Mon, 23 Jul 2018 20:10:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "ec13131588304c74acff55b86df67615", "created_at": "2018-07-23T20:10:35Z", "admin_state_up": true, "updated_at": "2018-07-23T20:10:44Z", "revision_number": 4, "routes": [], "project_id": "ec13131588304c74acff55b86df67615", "id": "5def832d-9653-4357-8358-63e72f979024", "name": "vmready2-router_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330"}]} 2018-07-23 20:10:45,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-26b381e0-cbcd-44cc-90dd-bc55fe75b77d 2018-07-23 20:10:45,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.473237991333s 2018-07-23 20:10:45,520 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-26b381e0-cbcd-44cc-90dd-bc55fe75b77d 2018-07-23 20:10:45,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 20:10:45,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/5def832d-9653-4357-8358-63e72f979024.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" 2018-07-23 20:10:47,176 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-246e0d35-f983-4643-93b8-9e0d7fe70146 Content-Length: 0 Date: Mon, 23 Jul 2018 20:10:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:10:47,176 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/5def832d-9653-4357-8358-63e72f979024.json used request id req-246e0d35-f983-4643-93b8-9e0d7fe70146 2018-07-23 20:10:47,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.65312004089s 2018-07-23 20:10:47,176 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/5def832d-9653-4357-8358-63e72f979024.json used request id req-246e0d35-f983-4643-93b8-9e0d7fe70146 2018-07-23 20:10:47,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 20:10:47,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" 2018-07-23 20:10:47,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-4f684cde-101f-4745-8bf6-4ccec6ba4472 Date: Mon, 23 Jul 2018 20:10:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09ec8710-d07c-4d93-b196-fc8fcd1219b6","tenant_id":"ec13131588304c74acff55b86df67615","created_at":"2018-07-23T20:10:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:10:34Z","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":"ec13131588304c74acff55b86df67615","id":"54bd887b-5e14-428b-bcff-9097b919b09c","subnetpool_id":null,"name":"vmready2-subnet_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330"}]} 2018-07-23 20:10:47,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-4f684cde-101f-4745-8bf6-4ccec6ba4472 2018-07-23 20:10:47,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.232272863388s 2018-07-23 20:10:47,409 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-4f684cde-101f-4745-8bf6-4ccec6ba4472 2018-07-23 20:10:47,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 20:10:47,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/54bd887b-5e14-428b-bcff-9097b919b09c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" 2018-07-23 20:10:50,177 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-68748f3d-c714-4e1c-8b24-820baf546576 Date: Mon, 23 Jul 2018 20:10:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:10:50,177 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/54bd887b-5e14-428b-bcff-9097b919b09c.json used request id req-68748f3d-c714-4e1c-8b24-820baf546576 2018-07-23 20:10:50,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.76660704613s 2018-07-23 20:10:50,178 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/54bd887b-5e14-428b-bcff-9097b919b09c.json used request id req-68748f3d-c714-4e1c-8b24-820baf546576 2018-07-23 20:10:50,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:10:50,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" 2018-07-23 20:10:50,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-fe05e3d5-5ae3-43a3-9422-a24582f00288 Date: Mon, 23 Jul 2018 20:10:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-23T20:10:49Z","tenant_id":"ec13131588304c74acff55b86df67615","created_at":"2018-07-23T20:10:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ec13131588304c74acff55b86df67615","id":"09ec8710-d07c-4d93-b196-fc8fcd1219b6","name":"vmready2-net_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"}]} 2018-07-23 20:10:50,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-fe05e3d5-5ae3-43a3-9422-a24582f00288 2018-07-23 20:10:50,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.334781885147s 2018-07-23 20:10:50,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-fe05e3d5-5ae3-43a3-9422-a24582f00288 2018-07-23 20:10:50,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 20:10:50,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/09ec8710-d07c-4d93-b196-fc8fcd1219b6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" 2018-07-23 20:10:51,886 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08e2da95-fd6a-4379-a151-6736c2bfa41c Date: Mon, 23 Jul 2018 20:10:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:10:51,886 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/09ec8710-d07c-4d93-b196-fc8fcd1219b6.json used request id req-08e2da95-fd6a-4379-a151-6736c2bfa41c 2018-07-23 20:10:51,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.37183403969s 2018-07-23 20:10:51,886 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/09ec8710-d07c-4d93-b196-fc8fcd1219b6.json used request id req-08e2da95-fd6a-4379-a151-6736c2bfa41c 2018-07-23 20:10:51,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:10:51,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" 2018-07-23 20:10:52,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-7be93682-bf7c-4d61-bc98-e1069d1ddf3b Date: Mon, 23 Jul 2018 20:10:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410/snap", "metadata": {}}], "file": "/v2/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410/file", "owner": "ec13131588304c74acff55b86df67615", "id": "680766f8-e4b8-44bb-8d2c-6e8fa0c54410", "size": 12716032, "self": "/v2/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410", "disk_format": "qcow2", "direct_url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:10:42Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T20:10:40Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:10:52,590 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-7be93682-bf7c-4d61-bc98-e1069d1ddf3b 2018-07-23 20:10:52,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.699868202209s 2018-07-23 20:10:52,591 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-7be93682-bf7c-4d61-bc98-e1069d1ddf3b 2018-07-23 20:10:52,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-23 20:10:52,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5068f63508938ec2c10ae216d75ce54e2dd3c3a" 2018-07-23 20:10:53,612 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-840c118f-e4c8-4146-9d9f-0412a4578b47 Date: Mon, 23 Jul 2018 20:10:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 20:10:53,612 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410 used request id req-840c118f-e4c8-4146-9d9f-0412a4578b47 2018-07-23 20:10:53,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.01989579201s 2018-07-23 20:10:53,613 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/680766f8-e4b8-44bb-8d2c-6e8fa0c54410 used request id req-840c118f-e4c8-4146-9d9f-0412a4578b47 2018-07-23 20:10:53,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 20:10:53,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:53,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3e1321c-7798-498e-be5e-9e90b330d5c0 x-compute-request-id: req-e3e1321c-7798-498e-be5e-9e90b330d5c0 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/39f046dd-fe75-42b3-88f2-e40aa30f9fbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/39f046dd-fe75-42b3-88f2-e40aa30f9fbe", "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": "39f046dd-fe75-42b3-88f2-e40aa30f9fbe"}]} 2018-07-23 20:10:53,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-e3e1321c-7798-498e-be5e-9e90b330d5c0 2018-07-23 20:10:53,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.139322042465s 2018-07-23 20:10:53,753 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-e3e1321c-7798-498e-be5e-9e90b330d5c0 2018-07-23 20:10:53,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-23 20:10:53,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/39f046dd-fe75-42b3-88f2-e40aa30f9fbe -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:53,919 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 20:10:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-339e5e96-fea5-419b-8bce-74ba6363df4b x-compute-request-id: req-339e5e96-fea5-419b-8bce-74ba6363df4b Content-Length: 0 Content-Type: application/json 2018-07-23 20:10:53,919 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/39f046dd-fe75-42b3-88f2-e40aa30f9fbe used request id req-339e5e96-fea5-419b-8bce-74ba6363df4b 2018-07-23 20:10:53,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.164994001389s 2018-07-23 20:10:53,920 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/39f046dd-fe75-42b3-88f2-e40aa30f9fbe used request id req-339e5e96-fea5-419b-8bce-74ba6363df4b 2018-07-23 20:10:53,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:10:53,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:54,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47ddabba-e7ec-4e0a-adbf-a1f6ac5941d5 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/0a24a34f537e4b729f28e8e878c656b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a24a34f537e4b729f28e8e878c656b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0d5dc8cd3c9f44ac8c45da536da81204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d5dc8cd3c9f44ac8c45da536da81204", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/0efef48632a744e3b93acb9afe7551bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0efef48632a744e3b93acb9afe7551bc", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vmready2-user_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "links": {"self": "http://172.30.9.30:5000/v3/users/13bf7c34a3f242238aa3752dc33c12ae"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "13bf7c34a3f242238aa3752dc33c12ae", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/28eeee97468242c79125a600bd641312"}, "domain_id": "default", "enabled": true, "options": {}, "id": "28eeee97468242c79125a600bd641312", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/4f7b5ee19a6443ac92a2e1cce790d65d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f7b5ee19a6443ac92a2e1cce790d65d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/536475fc3e7f4546a4212837f00f7239"}, "domain_id": "default", "enabled": true, "options": {}, "id": "536475fc3e7f4546a4212837f00f7239", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/5c5a27d54fea41c783f691489d1cd4a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c5a27d54fea41c783f691489d1cd4a5", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/5ca40dc636c4498b9a22f63f1b79c2df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ca40dc636c4498b9a22f63f1b79c2df", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/6d993a774be44345a9bafe78c48e0f26"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d993a774be44345a9bafe78c48e0f26", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/70dbd0b07e52422aa3cfbc989a173e0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70dbd0b07e52422aa3cfbc989a173e0b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/8dac1feb2ea34466ba99783afd8dc8e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8dac1feb2ea34466ba99783afd8dc8e5", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/978234c706ca499b975f668b2ac71ef0"}, "domain_id": "08b37e406d8b4def9f8b3898f887b9cb", "enabled": true, "options": {}, "id": "978234c706ca499b975f668b2ac71ef0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/a97247a9389345ebaf8a0b1ba23a202d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a97247a9389345ebaf8a0b1ba23a202d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/e70b72268691407dbc6bb56015fc0e87"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e70b72268691407dbc6bb56015fc0e87", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-07-23 20:10:54,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-47ddabba-e7ec-4e0a-adbf-a1f6ac5941d5 2018-07-23 20:10:54,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.132720947266s 2018-07-23 20:10:54,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-47ddabba-e7ec-4e0a-adbf-a1f6ac5941d5 2018-07-23 20:10:54,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:10:54,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/13bf7c34a3f242238aa3752dc33c12ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:54,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a86740f5-9b26-4467-a86b-a5523d61b152 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330", "links": {"self": "http://172.30.9.30:5000/v3/users/13bf7c34a3f242238aa3752dc33c12ae"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "13bf7c34a3f242238aa3752dc33c12ae", "description": null}} 2018-07-23 20:10:54,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/13bf7c34a3f242238aa3752dc33c12ae used request id req-a86740f5-9b26-4467-a86b-a5523d61b152 2018-07-23 20:10:54,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120702028275s 2018-07-23 20:10:54,180 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/13bf7c34a3f242238aa3752dc33c12ae used request id req-a86740f5-9b26-4467-a86b-a5523d61b152 2018-07-23 20:10:54,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-23 20:10:54,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/13bf7c34a3f242238aa3752dc33c12ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:54,455 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:10:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8429458-5d3c-4fd2-85e5-6fa65cfc5ead Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:10:54,455 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/13bf7c34a3f242238aa3752dc33c12ae used request id req-e8429458-5d3c-4fd2-85e5-6fa65cfc5ead 2018-07-23 20:10:54,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.275152921677s 2018-07-23 20:10:54,456 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/13bf7c34a3f242238aa3752dc33c12ae used request id req-e8429458-5d3c-4fd2-85e5-6fa65cfc5ead 2018-07-23 20:10:54,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 20:10:54,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:54,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fb03935-bfc6-4557-8925-66d5264012a8 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61"}, "tags": [], "enabled": true, "id": "34433fa276594da9910da7d3eb6d3d61", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b77792c68ec4f519737d2732c1f92c4"}, "tags": [], "enabled": true, "id": "7b77792c68ec4f519737d2732c1f92c4", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.30:5000/v3/projects/ec13131588304c74acff55b86df67615"}, "tags": [], "enabled": true, "id": "ec13131588304c74acff55b86df67615", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_7cf1cc42-1c5a-4d99-82e6-efeef5a9e330"}]} 2018-07-23 20:10:54,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-6fb03935-bfc6-4557-8925-66d5264012a8 2018-07-23 20:10:54,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.105563879013s 2018-07-23 20:10:54,567 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-6fb03935-bfc6-4557-8925-66d5264012a8 2018-07-23 20:10:54,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-23 20:10:54,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/ec13131588304c74acff55b86df67615 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a59e02ac2584245d624f843890dc3c99d3a49647" 2018-07-23 20:10:54,743 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:10:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da527339-2fd8-4752-8739-a93d91d31e6b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:10:54,743 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ec13131588304c74acff55b86df67615 used request id req-da527339-2fd8-4752-8739-a93d91d31e6b 2018-07-23 20:10:54,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.171344041824s 2018-07-23 20:10:54,743 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ec13131588304c74acff55b86df67615 used request id req-da527339-2fd8-4752-8739-a93d91d31e6b 2018-07-23 20:10:54,797 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-07-23 20:10:54,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 20:10:54,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 20:10:54,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 20:10:54,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 20:10:54,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 20:10:54,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 20:10:54,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 20:10:54,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 20:10:54,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 20:10:54,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 20:10:54,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 20:10:54,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 20:10:54,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 20:10:54,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 20:10:54,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 20:10:54,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 20:10:54,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 20:10:54,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 20:10:54,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 20:10:54,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 20:10:54,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 20:10:54,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 20:10:54,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:10:54,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:10:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f976b60d-e344-49df-9a23-8b3672b7dc52 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-07-23 20:10:54,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f976b60d-e344-49df-9a23-8b3672b7dc52 2018-07-23 20:10:54,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-23 20:10:55,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1aceca7f18154604bae9cc22122c56e3", "name": "reader"}, {"id": "edc6c78a99c44825b5f05142fc006c4e", "name": "member"}, {"id": "93a47ab3bdfa4ea98963f56b9c4a1876", "name": "admin"}], "expires_at": "2018-07-23T21:10:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b77792c68ec4f519737d2732c1f92c4", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b98340839c44b2183fa9535b42ac330"}], "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b27a3156feb4077b14b65594691c097"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ecf62a194def48299f13b817f04627ed"}], "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37592470b09943998a4e9b272bb64a74"}, {"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"url": "http://172.30.9.30:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}], "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c290c5693e459eb08d8b77f75cdc47"}], "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"url": "http://12.0.0.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "976992f691f84b4abec884aa88acefb9"}], "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4853527bcdea49f8aa653565601a83c0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff612aadf1684862addf5b1ebc488287"}], "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b45e9372eb6436db0f7460444431a44"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}], "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f34d144cb7fc4fb48b217969def15b97"}], "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "422c711d88dd43daabef991fcff457e5"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f9d395bdfa2457f9cb46868761811a8"}], "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85586397d6634ce5b65581ea09aea44b"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a08f0e9322644f30b053d34df0639090"}], "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"url": "http://172.30.9.30:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c397d2787c3245368301a0d82e84985e"}], "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"url": "http://172.30.9.30:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}], "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c89d765cdc9d42a4b5a100914669bbed"}], "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f00ed106e044f8b75a51d916af1da4"}], "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8dac1feb2ea34466ba99783afd8dc8e5"}, "audit_ids": ["7XeCxCuPSWSRjzsHt0Z6YA"], "issued_at": "2018-07-23T20:10:55.000000Z"}} 2018-07-23 20:10:55,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:10:55,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:10:55,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-746784cd-72f3-440d-abe0-57511a3829fe Date: Mon, 23 Jul 2018 20:10:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:10:55,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-746784cd-72f3-440d-abe0-57511a3829fe 2018-07-23 20:10:55,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.42752790451s 2018-07-23 20:10:55,711 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-746784cd-72f3-440d-abe0-57511a3829fe 2018-07-23 20:10:55,716 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-07-23 20:10:55,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 20:10:55,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -d '{"network": {"name": "singlevm1-net_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "admin_state_up": true}}' 2018-07-23 20:10:56,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-db2708b6-0e3b-4d76-99c4-25b57628a631 Date: Mon, 23 Jul 2018 20:10:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1512ac0d-3d2c-463d-9d47-cb9045a1fd1c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T20:10:56Z","is_default":false,"provider:segmentation_id":70,"name":"singlevm1-net_38f20c72-2b1f-41a5-9cda-7621d9dd8586","admin_state_up":true,"tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:10:55Z","mtu":1450}} 2018-07-23 20:10:56,242 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-db2708b6-0e3b-4d76-99c4-25b57628a631 2018-07-23 20:10:56,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.525269031525s 2018-07-23 20:10:56,242 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-db2708b6-0e3b-4d76-99c4-25b57628a631 2018-07-23 20:10:56,243 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-23T20:10:56Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1512ac0d-3d2c-463d-9d47-cb9045a1fd1c', u'provider:segmentation_id': 70, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_38f20c72-2b1f-41a5-9cda-7621d9dd8586', u'admin_state_up': True, u'tenant_id': u'7b77792c68ec4f519737d2732c1f92c4', u'created_at': u'2018-07-23T20:10:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7b77792c68ec4f519737d2732c1f92c4'}) 2018-07-23 20:10:56,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:10:56,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:10:56,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-25e64874-d46e-49ac-8d87-62aad8cce937 Date: Mon, 23 Jul 2018 20:10:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1512ac0d-3d2c-463d-9d47-cb9045a1fd1c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T20:10:56Z","provider:segmentation_id":70,"name":"singlevm1-net_38f20c72-2b1f-41a5-9cda-7621d9dd8586","admin_state_up":true,"tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:10:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:10:56,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-25e64874-d46e-49ac-8d87-62aad8cce937 2018-07-23 20:10:56,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.282140016556s 2018-07-23 20:10:56,526 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-25e64874-d46e-49ac-8d87-62aad8cce937 2018-07-23 20:10:56,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 20:10:56,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -d '{"subnet": {"name": "singlevm1-subnet_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "enable_dhcp": true, "network_id": "1512ac0d-3d2c-463d-9d47-cb9045a1fd1c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 20:10:57,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-2e6456b8-288b-450f-b701-f9495bd3fbe9 Date: Mon, 23 Jul 2018 20:10:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1512ac0d-3d2c-463d-9d47-cb9045a1fd1c","tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:10:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:10:56Z","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":"7b77792c68ec4f519737d2732c1f92c4","id":"ef449b9f-bfaa-4903-a62f-dc6611a14426","subnetpool_id":null,"name":"singlevm1-subnet_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}} 2018-07-23 20:10:57,346 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-2e6456b8-288b-450f-b701-f9495bd3fbe9 2018-07-23 20:10:57,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.818271160126s 2018-07-23 20:10:57,346 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-2e6456b8-288b-450f-b701-f9495bd3fbe9 2018-07-23 20:10:57,346 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T20:10:56Z', 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'ef449b9f-bfaa-4903-a62f-dc6611a14426', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_38f20c72-2b1f-41a5-9cda-7621d9dd8586', u'enable_dhcp': True, u'network_id': u'1512ac0d-3d2c-463d-9d47-cb9045a1fd1c', u'tenant_id': u'7b77792c68ec4f519737d2732c1f92c4', u'created_at': u'2018-07-23T20:10:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7b77792c68ec4f519737d2732c1f92c4'}) 2018-07-23 20:10:57,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 20:10:57,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -d '{"router": {"external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc"}, "name": "singlevm1-router_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "admin_state_up": true}}' 2018-07-23 20:10:58,826 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-9ed24be2-bd97-456f-a4a8-f0034eaeacf4 Date: Mon, 23 Jul 2018 20:10:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:10:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-23T20:10:58Z", "revision_number": 2, "routes": [], "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1", "name": "singlevm1-router_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}} 2018-07-23 20:10:58,826 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-9ed24be2-bd97-456f-a4a8-f0034eaeacf4 2018-07-23 20:10:58,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.47907996178s 2018-07-23 20:10:58,827 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-9ed24be2-bd97-456f-a4a8-f0034eaeacf4 2018-07-23 20:10:58,827 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'889c6f1d-aecd-4f93-8be0-bf6d968b4891', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7b77792c68ec4f519737d2732c1f92c4', u'created_at': u'2018-07-23T20:10:57Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-23T20:10:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'7b77792c68ec4f519737d2732c1f92c4', u'id': u'6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1', u'name': u'singlevm1-router_38f20c72-2b1f-41a5-9cda-7621d9dd8586'}) 2018-07-23 20:10:58,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 20:10:58,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -d '{"subnet_id": "ef449b9f-bfaa-4903-a62f-dc6611a14426"}' 2018-07-23 20:11:00,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b49a0637-d632-4d68-8e7b-d9777af09fba Date: Mon, 23 Jul 2018 20:11:00 GMT RESP BODY: {"network_id": "1512ac0d-3d2c-463d-9d47-cb9045a1fd1c", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "subnet_id": "ef449b9f-bfaa-4903-a62f-dc6611a14426", "subnet_ids": ["ef449b9f-bfaa-4903-a62f-dc6611a14426"], "port_id": "c14f2cf5-d064-43e1-815c-4468c4629e01", "id": "6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1"} 2018-07-23 20:11:00,790 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1/add_router_interface.json used request id req-b49a0637-d632-4d68-8e7b-d9777af09fba 2018-07-23 20:11:00,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.96233797073s 2018-07-23 20:11:00,790 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1/add_router_interface.json used request id req-b49a0637-d632-4d68-8e7b-d9777af09fba returning object 6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1 2018-07-23 20:11:00,791 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-23 20:11:00,923 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-23 20:11:00,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:11:00,931 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 23 Jul 2018 20:11:00 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-07-23 20:11:00,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:11:00,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:01,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-42964aac-9a6b-41cd-bf7c-fa347845dced Date: Mon, 23 Jul 2018 20:11:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:11:01,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-42964aac-9a6b-41cd-bf7c-fa347845dced 2018-07-23 20:11:01,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.733635187149s 2018-07-23 20:11:01,670 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-42964aac-9a6b-41cd-bf7c-fa347845dced 2018-07-23 20:11:01,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-23 20:11:01,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}' 2018-07-23 20:11:02,493 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0ee0c654-14da-49d4-b275-df95db4f9295 Date: Mon, 23 Jul 2018 20:11:02 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b/file", "owner": "7b77792c68ec4f519737d2732c1f92c4", "id": "347dc1a7-8234-408b-ad1f-d87f685d479b", "size": null, "self": "/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:11:02Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "checksum": null, "created_at": "2018-07-23T20:11:02Z", "protected": false} 2018-07-23 20:11:02,493 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-0ee0c654-14da-49d4-b275-df95db4f9295 2018-07-23 20:11:02,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.815107107162s 2018-07-23 20:11:02,494 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-0ee0c654-14da-49d4-b275-df95db4f9295 returning object 347dc1a7-8234-408b-ad1f-d87f685d479b 2018-07-23 20:11:02,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-23 20:11:02,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -d '' 2018-07-23 20:11:03,621 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-31945531-24e5-40d6-a7cf-c1e9c823de5f Date: Mon, 23 Jul 2018 20:11:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 20:11:03,621 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b/file used request id req-31945531-24e5-40d6-a7cf-c1e9c823de5f 2018-07-23 20:11:03,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.12659192085s 2018-07-23 20:11:03,621 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b/file used request id req-31945531-24e5-40d6-a7cf-c1e9c823de5f 2018-07-23 20:11:03,622 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_38f20c72-2b1f-41a5-9cda-7621d9dd8586', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-23T20:11:02Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b/file', u'owner': u'7b77792c68ec4f519737d2732c1f92c4', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'347dc1a7-8234-408b-ad1f-d87f685d479b', u'size': None, u'name': u'singlevm1-img_38f20c72-2b1f-41a5-9cda-7621d9dd8586', u'checksum': None, u'self': u'/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-23T20:11:02Z', u'schema': u'/v2/schemas/image'}) 2018-07-23 20:11:03,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-23 20:11:03,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-23 20:11:04,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11: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-c36e0e78-b176-4a84-b72c-9d65be3f9e0c x-compute-request-id: req-c36e0e78-b176-4a84-b72c-9d65be3f9e0c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa", "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": "5066adaf-bc2d-423f-8992-69ee0c75e3aa"}} 2018-07-23 20:11:04,279 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c36e0e78-b176-4a84-b72c-9d65be3f9e0c 2018-07-23 20:11:04,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.656746149063s 2018-07-23 20:11:04,280 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c36e0e78-b176-4a84-b72c-9d65be3f9e0c 2018-07-23 20:11:04,280 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_38f20c72-2b1f-41a5-9cda-7621d9dd8586', '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'7b77792c68ec4f519737d2732c1f92c4', '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'5066adaf-bc2d-423f-8992-69ee0c75e3aa', 'swap': 0}) 2018-07-23 20:11:04,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-23 20:11:04,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -d '{"extra_specs": {}}' 2018-07-23 20:11:04,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-751fd647-3487-49c7-87c1-0f8caabede33 x-compute-request-id: req-751fd647-3487-49c7-87c1-0f8caabede33 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-23 20:11:04,413 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa/os-extra_specs used request id req-751fd647-3487-49c7-87c1-0f8caabede33 2018-07-23 20:11:04,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.131765127182s 2018-07-23 20:11:04,413 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa/os-extra_specs used request id req-751fd647-3487-49c7-87c1-0f8caabede33 2018-07-23 20:11:04,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-23 20:11:04,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -d '{"keypair": {"name": "singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}}' 2018-07-23 20:11:04,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9c87258-ed50-4e80-945a-6956d68c4a2c x-compute-request-id: req-b9c87258-ed50-4e80-945a-6956d68c4a2c Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu6YmJL7BofquBKmW6jRmJg26zKcSVCqIaDTZNB9r21viZtK3T05WXd0PusBBbp43u9KjPYxy15MSH/HoNI+r/ReKhIo5NuYG+TjOTiWKuXUtw53xDMVnozP67gkOOTqHSbVE0mK8vNZ0xjA7fTCvEZP+ZnAJ7fi+Og/VYynpcmXS2AUXrU2jowNe/DUJU+1FA0WmkLU6FCuq6uThSalkE9G2m9PS08PX128DjO7EyTTnabBS399SHPrV8+6Hxh1GtmJdEAvOQiIprrly0k/mmEAoVYDXYPFOM1zztoEjOiiVPVumJKzkAn+ZlRFabTCqH9haIx9D8JngjuBhov0Uh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEArumJiS+waH6rgSpluo0ZiYNusynElQqiGg02TQfa9tb4mbSt\n09OVl3dD7rAQW6eN7vSoz2McteTEh/x6DSPq/0XioSKOTbmBvk4zk4lirl1LcOd8\nQzFZ6Mz+u4JDjk6h0m1RNJivLzWdMYwO30wrxGT/mZwCe34vjoP1WMp6XJl0tgFF\n61No6MDXvw1CVPtRQNFppC1OhQrqurk4UmpZBPRtpvT0tPD19dvA4zuxMk052mwU\nt/fUhz61fPuh8YdRrZiXRALzkIiKa65ctJP5phAKFWA12DxTjNc87aBIzoolT1bp\niSs5AJ/mZURWm0wqh/YWiMfQ/CZ4I7gYaL9FIQIDAQABAoIBAB/S9ecz+hDJG0NB\nB4lNqtvOQhHvA4lqidvbk4moaDqJGmo86XOlB46rcHy5JADJF5XmheBV1B90JB3p\n3fsOEe+oM3fF5cZWfji12cR6Nq4q41MDiyReklE9Gwvaw5fczqyOnzvGm/km9BbT\nuND/9uagybCVJg56AwUXFUi2blTyeXxq1Jiozv7bvcVEl2Zgn+yyhiKo5wLziwK7\nfMupEpQM6iHBKzveeO9dTKULJT62QEMEqDfYIpiJB/1XAdLUi8Gg8M7rrrT+B6t8\ncPP9yELT1GcKBapgvght0asbIx2vvw7bteUWZniSLLm/t2hYXw7QKOweSDsHNadK\nNfzhQZECgYEA5XhMhTeNHIS1Rz6o9KOLDIb0MeuK7CR5t9Jvmxdm1fejUTDD7Ly/\npSdTalPUHZZ5YFC/8vIy6p+rFBKOM62oDbyvky7XhBShT2kqJkC/REO3+CaWhP4a\nhE7uy4EbQXKTzSJoNTadJRJ09mqMWqyrZEDHie00GX+qvc7F1Cdi1nMCgYEAwyJ5\n57OSm5Ol9Uy6mIOqW6B6T+nG2KIfXpHtZGXph2hbipW5NhAznfiQfws+emgj6Mvz\nKzVQ7VNGVGs4zlKBmotjbK8jEgj706q/X2gXxfIDwVF+nnc8Vjc2dd6iF+p0/1KS\ntrW8of5MfNHU5mAplvoqsMGNRLnlxYcv/CNR/RsCgYEAjXvW8myF/Qd2Hi9sTSpp\nGZg8CGuKhH8Y7VY6qg2LwnGlqPHAW78lCtdsfyqgpn2Y6OHg+BKNgkxgV0f5lbOE\n4rNsLfu7thxiOWxGKL/TLmvyinaAaA+kmd9xLNi1zWyv5NNKHUVHLwxqQWUAlQfR\nxUaLwWcXsIEe7VkIcP632jECgYBv0m3xbWJybSYJcDLt+2XApDHzYZBlzGIVm6Ji\nilRNGGx8+lfst1QdDrgfVZ40H0GUwmtTM3ZwyevfrKIc+gLzQTV0rth2GVfWcF7C\nmbAl6w5j1gOtY77b2UAIQ9C3y8/IENWqhnLWkhfa35QVgL3Umv+j0wbVf4JAs7u3\nzbXKSQKBgFGUUW0PTkRO4a4Bh1/JwkKoMg9KIAFhds2HLPhF0nmeYbJidMmAWiiI\nI5oS07WPXuCzUozmj6n2z3FclrvWh0MEEscHOHKnq+5jqx6gCPHKkdDUzZn+3ETi\nBncbWetcDcnRWoZ4vNTe/mboGmXPhRnhtdKYc+cbzWaSY8Y9Ci9s\n-----END RSA PRIVATE KEY-----\n", "user_id": "8dac1feb2ea34466ba99783afd8dc8e5", "name": "singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "fingerprint": "ad:04:ac:1c:e7:3f:95:c9:15:7e:cb:c3:62:10:f5:8e"}} 2018-07-23 20:11:04,581 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-b9c87258-ed50-4e80-945a-6956d68c4a2c 2018-07-23 20:11:04,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.166792869568s 2018-07-23 20:11:04,581 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-b9c87258-ed50-4e80-945a-6956d68c4a2c 2018-07-23 20:11:04,582 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu6YmJL7BofquBKmW6jRmJg26zKcSVCqIaDTZNB9r21viZtK3T05WXd0PusBBbp43u9KjPYxy15MSH/HoNI+r/ReKhIo5NuYG+TjOTiWKuXUtw53xDMVnozP67gkOOTqHSbVE0mK8vNZ0xjA7fTCvEZP+ZnAJ7fi+Og/VYynpcmXS2AUXrU2jowNe/DUJU+1FA0WmkLU6FCuq6uThSalkE9G2m9PS08PX128DjO7EyTTnabBS399SHPrV8+6Hxh1GtmJdEAvOQiIprrly0k/mmEAoVYDXYPFOM1zztoEjOiiVPVumJKzkAn+ZlRFabTCqH9haIx9D8JngjuBhov0Uh Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEArumJiS+waH6rgSpluo0ZiYNusynElQqiGg02TQfa9tb4mbSt\n09OVl3dD7rAQW6eN7vSoz2McteTEh/x6DSPq/0XioSKOTbmBvk4zk4lirl1LcOd8\nQzFZ6Mz+u4JDjk6h0m1RNJivLzWdMYwO30wrxGT/mZwCe34vjoP1WMp6XJl0tgFF\n61No6MDXvw1CVPtRQNFppC1OhQrqurk4UmpZBPRtpvT0tPD19dvA4zuxMk052mwU\nt/fUhz61fPuh8YdRrZiXRALzkIiKa65ctJP5phAKFWA12DxTjNc87aBIzoolT1bp\niSs5AJ/mZURWm0wqh/YWiMfQ/CZ4I7gYaL9FIQIDAQABAoIBAB/S9ecz+hDJG0NB\nB4lNqtvOQhHvA4lqidvbk4moaDqJGmo86XOlB46rcHy5JADJF5XmheBV1B90JB3p\n3fsOEe+oM3fF5cZWfji12cR6Nq4q41MDiyReklE9Gwvaw5fczqyOnzvGm/km9BbT\nuND/9uagybCVJg56AwUXFUi2blTyeXxq1Jiozv7bvcVEl2Zgn+yyhiKo5wLziwK7\nfMupEpQM6iHBKzveeO9dTKULJT62QEMEqDfYIpiJB/1XAdLUi8Gg8M7rrrT+B6t8\ncPP9yELT1GcKBapgvght0asbIx2vvw7bteUWZniSLLm/t2hYXw7QKOweSDsHNadK\nNfzhQZECgYEA5XhMhTeNHIS1Rz6o9KOLDIb0MeuK7CR5t9Jvmxdm1fejUTDD7Ly/\npSdTalPUHZZ5YFC/8vIy6p+rFBKOM62oDbyvky7XhBShT2kqJkC/REO3+CaWhP4a\nhE7uy4EbQXKTzSJoNTadJRJ09mqMWqyrZEDHie00GX+qvc7F1Cdi1nMCgYEAwyJ5\n57OSm5Ol9Uy6mIOqW6B6T+nG2KIfXpHtZGXph2hbipW5NhAznfiQfws+emgj6Mvz\nKzVQ7VNGVGs4zlKBmotjbK8jEgj706q/X2gXxfIDwVF+nnc8Vjc2dd6iF+p0/1KS\ntrW8of5MfNHU5mAplvoqsMGNRLnlxYcv/CNR/RsCgYEAjXvW8myF/Qd2Hi9sTSpp\nGZg8CGuKhH8Y7VY6qg2LwnGlqPHAW78lCtdsfyqgpn2Y6OHg+BKNgkxgV0f5lbOE\n4rNsLfu7thxiOWxGKL/TLmvyinaAaA+kmd9xLNi1zWyv5NNKHUVHLwxqQWUAlQfR\nxUaLwWcXsIEe7VkIcP632jECgYBv0m3xbWJybSYJcDLt+2XApDHzYZBlzGIVm6Ji\nilRNGGx8+lfst1QdDrgfVZ40H0GUwmtTM3ZwyevfrKIc+gLzQTV0rth2GVfWcF7C\nmbAl6w5j1gOtY77b2UAIQ9C3y8/IENWqhnLWkhfa35QVgL3Umv+j0wbVf4JAs7u3\nzbXKSQKBgFGUUW0PTkRO4a4Bh1/JwkKoMg9KIAFhds2HLPhF0nmeYbJidMmAWiiI\nI5oS07WPXuCzUozmj6n2z3FclrvWh0MEEscHOHKnq+5jqx6gCPHKkdDUzZn+3ETi\nBncbWetcDcnRWoZ4vNTe/mboGmXPhRnhtdKYc+cbzWaSY8Y9Ci9s\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'8dac1feb2ea34466ba99783afd8dc8e5', 'name': u'singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586', 'created_at': '2018-07-23T20:11:04.582177', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7b77792c68ec4f519737d2732c1f92c4', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ad:04:ac:1c:e7:3f:95:c9:15:7e:cb:c3:62:10:f5:8e', 'type': 'ssh', 'id': u'singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586'}) 2018-07-23 20:11:04,582 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEArumJiS+waH6rgSpluo0ZiYNusynElQqiGg02TQfa9tb4mbSt 09OVl3dD7rAQW6eN7vSoz2McteTEh/x6DSPq/0XioSKOTbmBvk4zk4lirl1LcOd8 QzFZ6Mz+u4JDjk6h0m1RNJivLzWdMYwO30wrxGT/mZwCe34vjoP1WMp6XJl0tgFF 61No6MDXvw1CVPtRQNFppC1OhQrqurk4UmpZBPRtpvT0tPD19dvA4zuxMk052mwU t/fUhz61fPuh8YdRrZiXRALzkIiKa65ctJP5phAKFWA12DxTjNc87aBIzoolT1bp iSs5AJ/mZURWm0wqh/YWiMfQ/CZ4I7gYaL9FIQIDAQABAoIBAB/S9ecz+hDJG0NB B4lNqtvOQhHvA4lqidvbk4moaDqJGmo86XOlB46rcHy5JADJF5XmheBV1B90JB3p 3fsOEe+oM3fF5cZWfji12cR6Nq4q41MDiyReklE9Gwvaw5fczqyOnzvGm/km9BbT uND/9uagybCVJg56AwUXFUi2blTyeXxq1Jiozv7bvcVEl2Zgn+yyhiKo5wLziwK7 fMupEpQM6iHBKzveeO9dTKULJT62QEMEqDfYIpiJB/1XAdLUi8Gg8M7rrrT+B6t8 cPP9yELT1GcKBapgvght0asbIx2vvw7bteUWZniSLLm/t2hYXw7QKOweSDsHNadK NfzhQZECgYEA5XhMhTeNHIS1Rz6o9KOLDIb0MeuK7CR5t9Jvmxdm1fejUTDD7Ly/ pSdTalPUHZZ5YFC/8vIy6p+rFBKOM62oDbyvky7XhBShT2kqJkC/REO3+CaWhP4a hE7uy4EbQXKTzSJoNTadJRJ09mqMWqyrZEDHie00GX+qvc7F1Cdi1nMCgYEAwyJ5 57OSm5Ol9Uy6mIOqW6B6T+nG2KIfXpHtZGXph2hbipW5NhAznfiQfws+emgj6Mvz KzVQ7VNGVGs4zlKBmotjbK8jEgj706q/X2gXxfIDwVF+nnc8Vjc2dd6iF+p0/1KS trW8of5MfNHU5mAplvoqsMGNRLnlxYcv/CNR/RsCgYEAjXvW8myF/Qd2Hi9sTSpp GZg8CGuKhH8Y7VY6qg2LwnGlqPHAW78lCtdsfyqgpn2Y6OHg+BKNgkxgV0f5lbOE 4rNsLfu7thxiOWxGKL/TLmvyinaAaA+kmd9xLNi1zWyv5NNKHUVHLwxqQWUAlQfR xUaLwWcXsIEe7VkIcP632jECgYBv0m3xbWJybSYJcDLt+2XApDHzYZBlzGIVm6Ji ilRNGGx8+lfst1QdDrgfVZ40H0GUwmtTM3ZwyevfrKIc+gLzQTV0rth2GVfWcF7C mbAl6w5j1gOtY77b2UAIQ9C3y8/IENWqhnLWkhfa35QVgL3Umv+j0wbVf4JAs7u3 zbXKSQKBgFGUUW0PTkRO4a4Bh1/JwkKoMg9KIAFhds2HLPhF0nmeYbJidMmAWiiI I5oS07WPXuCzUozmj6n2z3FclrvWh0MEEscHOHKnq+5jqx6gCPHKkdDUzZn+3ETi BncbWetcDcnRWoZ4vNTe/mboGmXPhRnhtdKYc+cbzWaSY8Y9Ci9s -----END RSA PRIVATE KEY----- 2018-07-23 20:11:04,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-23 20:11:04,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -d '{"security_group": {"name": "singlevm1-sg_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-07-23 20:11:04,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-5707a1b9-f52c-424c-9cdb-e12050914286 Date: Mon, 23 Jul 2018 20:11:04 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:11:04Z", "updated_at": "2018-07-23T20:11:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:04Z", "revision_number": 0, "id": "05297794-6733-44d0-9d47-ce30d1fcdc36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:04Z", "security_group_id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:04Z", "revision_number": 0, "id": "60448589-ce9b-4b9a-bac4-d55abd0211c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:04Z", "security_group_id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}], "revision_number": 1, "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "name": "singlevm1-sg_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}} 2018-07-23 20:11:04,797 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-5707a1b9-f52c-424c-9cdb-e12050914286 2018-07-23 20:11:04,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.212063074112s 2018-07-23 20:11:04,797 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-5707a1b9-f52c-424c-9cdb-e12050914286 2018-07-23 20:11:04,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 20:11:04,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:05,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-933cf800-0fb1-4421-8fcc-86b2f4a0bd98 Date: Mon, 23 Jul 2018 20:11:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "created_at": "2018-07-23T20:09:45Z", "updated_at": "2018-07-23T20:09:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:45Z", "revision_number": 0, "id": "0e5e5ea8-2957-4d54-8749-18cc046f8ab6", "remote_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:45Z", "security_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:45Z", "revision_number": 0, "id": "4224c41c-3299-4626-9565-6838117a803b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:45Z", "security_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:45Z", "revision_number": 0, "id": "d26a7eca-1341-4395-afb3-5d7be61b4bfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:45Z", "security_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:45Z", "revision_number": 0, "id": "ed164f84-1fcc-4c72-9422-cee4d7fc991a", "remote_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:45Z", "security_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee"}], "revision_number": 1, "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "id": "0df52010-4605-461b-bbed-a0ad3639fd39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:09:20Z", "updated_at": "2018-07-23T20:09:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:20Z", "revision_number": 0, "id": "40a61953-4add-488c-ac79-2d7c71203d2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:20Z", "security_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:20Z", "revision_number": 0, "id": "90ccf273-59d6-4a5a-9401-8e46224a7bde", "remote_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:20Z", "security_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:20Z", "revision_number": 0, "id": "dd5e19ce-353f-43c3-b2ad-217c3ca6db5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:20Z", "security_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:20Z", "revision_number": 0, "id": "fc01fe30-63b3-4337-939b-deec845425e4", "remote_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:20Z", "security_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}], "revision_number": 1, "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "376444e2-0524-4264-a956-7a16936bbcd4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-23T20:09:24Z", "updated_at": "2018-07-23T20:09:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:24Z", "revision_number": 0, "id": "3668dcc5-9be5-4cdf-981a-99dd645490cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:24Z", "security_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:24Z", "revision_number": 0, "id": "8b63fa51-ee84-45df-a339-81e894fb4af6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:24Z", "security_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:24Z", "revision_number": 0, "id": "be3c239d-3e69-4e8b-ae2c-c738291c8710", "remote_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:24Z", "security_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:24Z", "revision_number": 0, "id": "e9819c7b-40c5-46b5-8def-401849c143ba", "remote_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:24Z", "security_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec13131588304c74acff55b86df67615", "created_at": "2018-07-23T20:10:33Z", "updated_at": "2018-07-23T20:10:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:10:33Z", "revision_number": 0, "id": "9ceaf2e8-1e0e-4196-92be-fe582e0fd2ce", "remote_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "remote_ip_prefix": null, "created_at": "2018-07-23T20:10:33Z", "security_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "tenant_id": "ec13131588304c74acff55b86df67615", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec13131588304c74acff55b86df67615"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:10:33Z", "revision_number": 0, "id": "aee25617-e83f-4ad8-933c-8ed2f435224d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:10:33Z", "security_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "tenant_id": "ec13131588304c74acff55b86df67615", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec13131588304c74acff55b86df67615"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:10:33Z", "revision_number": 0, "id": "e29cff6a-70a6-4ca1-9719-a800af4aaf85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:10:33Z", "security_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "tenant_id": "ec13131588304c74acff55b86df67615", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec13131588304c74acff55b86df67615"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:10:33Z", "revision_number": 0, "id": "fd764579-03df-429d-aa9c-5971867e8f64", "remote_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "remote_ip_prefix": null, "created_at": "2018-07-23T20:10:33Z", "security_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "tenant_id": "ec13131588304c74acff55b86df67615", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec13131588304c74acff55b86df67615"}], "revision_number": 1, "project_id": "ec13131588304c74acff55b86df67615", "id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "created_at": "2018-07-23T20:06:04Z", "updated_at": "2018-07-23T20:06:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:06:04Z", "revision_number": 0, "id": "308b471a-1ff4-4be8-80cd-ec9f71871662", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:06:04Z", "security_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "port_range_min": null, "ethertype": "IPv6", "project_id": "34433fa276594da9910da7d3eb6d3d61"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:06:04Z", "revision_number": 0, "id": "358f6841-d269-48b3-b533-7bfeac40327f", "remote_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "remote_ip_prefix": null, "created_at": "2018-07-23T20:06:04Z", "security_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "port_range_min": null, "ethertype": "IPv4", "project_id": "34433fa276594da9910da7d3eb6d3d61"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:06:04Z", "revision_number": 0, "id": "99efa03d-b854-4b0d-ba1d-f745b90aef75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:06:04Z", "security_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "port_range_min": null, "ethertype": "IPv4", "project_id": "34433fa276594da9910da7d3eb6d3d61"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:06:04Z", "revision_number": 0, "id": "d91171df-6ab2-448c-95bf-53e18639a9ff", "remote_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "remote_ip_prefix": null, "created_at": "2018-07-23T20:06:04Z", "security_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "port_range_min": null, "ethertype": "IPv6", "project_id": "34433fa276594da9910da7d3eb6d3d61"}], "revision_number": 1, "project_id": "34433fa276594da9910da7d3eb6d3d61", "id": "6755673b-e488-4836-83e1-e1d18035d662", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:11:04Z", "updated_at": "2018-07-23T20:11:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:04Z", "revision_number": 0, "id": "05297794-6733-44d0-9d47-ce30d1fcdc36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:04Z", "security_group_id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:04Z", "revision_number": 0, "id": "60448589-ce9b-4b9a-bac4-d55abd0211c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:04Z", "security_group_id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}], "revision_number": 1, "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "name": "singlevm1-sg_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}]} 2018-07-23 20:11:05,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-933cf800-0fb1-4421-8fcc-86b2f4a0bd98 2018-07-23 20:11:05,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.94967007637s 2018-07-23 20:11:05,753 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-933cf800-0fb1-4421-8fcc-86b2f4a0bd98 2018-07-23 20:11:05,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-23 20:11:05,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -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": "bb222272-08bb-4d5a-b27f-a3a1a99045f1"}}' 2018-07-23 20:11:06,246 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-27db6fde-db7a-418d-9cb6-6afa6c8c2764 Date: Mon, 23 Jul 2018 20:11:06 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-23T20:11:06Z", "security_group_id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "port_range_min": 22, "revision_number": 0, "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:11:06Z", "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "326d4fa0-ebb5-43e5-be57-776b72a7aa8a"}} 2018-07-23 20:11:06,246 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-27db6fde-db7a-418d-9cb6-6afa6c8c2764 2018-07-23 20:11:06,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.488760948181s 2018-07-23 20:11:06,246 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-27db6fde-db7a-418d-9cb6-6afa6c8c2764 2018-07-23 20:11:06,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 20:11:06,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:06,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-a6adb3f3-8382-4d9c-a6c5-9305c974fe22 Date: Mon, 23 Jul 2018 20:11:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "created_at": "2018-07-23T20:09:45Z", "updated_at": "2018-07-23T20:09:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:45Z", "revision_number": 0, "id": "0e5e5ea8-2957-4d54-8749-18cc046f8ab6", "remote_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:45Z", "security_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:45Z", "revision_number": 0, "id": "4224c41c-3299-4626-9565-6838117a803b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:45Z", "security_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:45Z", "revision_number": 0, "id": "d26a7eca-1341-4395-afb3-5d7be61b4bfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:45Z", "security_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:45Z", "revision_number": 0, "id": "ed164f84-1fcc-4c72-9422-cee4d7fc991a", "remote_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:45Z", "security_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee"}], "revision_number": 1, "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "id": "0df52010-4605-461b-bbed-a0ad3639fd39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:09:20Z", "updated_at": "2018-07-23T20:09:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:20Z", "revision_number": 0, "id": "40a61953-4add-488c-ac79-2d7c71203d2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:20Z", "security_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:20Z", "revision_number": 0, "id": "90ccf273-59d6-4a5a-9401-8e46224a7bde", "remote_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:20Z", "security_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:20Z", "revision_number": 0, "id": "dd5e19ce-353f-43c3-b2ad-217c3ca6db5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:20Z", "security_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:20Z", "revision_number": 0, "id": "fc01fe30-63b3-4337-939b-deec845425e4", "remote_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:20Z", "security_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}], "revision_number": 1, "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "376444e2-0524-4264-a956-7a16936bbcd4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-23T20:09:24Z", "updated_at": "2018-07-23T20:09:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:24Z", "revision_number": 0, "id": "3668dcc5-9be5-4cdf-981a-99dd645490cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:24Z", "security_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:24Z", "revision_number": 0, "id": "8b63fa51-ee84-45df-a339-81e894fb4af6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:24Z", "security_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:24Z", "revision_number": 0, "id": "be3c239d-3e69-4e8b-ae2c-c738291c8710", "remote_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:24Z", "security_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:24Z", "revision_number": 0, "id": "e9819c7b-40c5-46b5-8def-401849c143ba", "remote_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:24Z", "security_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec13131588304c74acff55b86df67615", "created_at": "2018-07-23T20:10:33Z", "updated_at": "2018-07-23T20:10:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:10:33Z", "revision_number": 0, "id": "9ceaf2e8-1e0e-4196-92be-fe582e0fd2ce", "remote_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "remote_ip_prefix": null, "created_at": "2018-07-23T20:10:33Z", "security_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "tenant_id": "ec13131588304c74acff55b86df67615", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec13131588304c74acff55b86df67615"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:10:33Z", "revision_number": 0, "id": "aee25617-e83f-4ad8-933c-8ed2f435224d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:10:33Z", "security_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "tenant_id": "ec13131588304c74acff55b86df67615", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec13131588304c74acff55b86df67615"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:10:33Z", "revision_number": 0, "id": "e29cff6a-70a6-4ca1-9719-a800af4aaf85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:10:33Z", "security_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "tenant_id": "ec13131588304c74acff55b86df67615", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec13131588304c74acff55b86df67615"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:10:33Z", "revision_number": 0, "id": "fd764579-03df-429d-aa9c-5971867e8f64", "remote_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "remote_ip_prefix": null, "created_at": "2018-07-23T20:10:33Z", "security_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "tenant_id": "ec13131588304c74acff55b86df67615", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec13131588304c74acff55b86df67615"}], "revision_number": 1, "project_id": "ec13131588304c74acff55b86df67615", "id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "created_at": "2018-07-23T20:06:04Z", "updated_at": "2018-07-23T20:06:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:06:04Z", "revision_number": 0, "id": "308b471a-1ff4-4be8-80cd-ec9f71871662", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:06:04Z", "security_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "port_range_min": null, "ethertype": "IPv6", "project_id": "34433fa276594da9910da7d3eb6d3d61"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:06:04Z", "revision_number": 0, "id": "358f6841-d269-48b3-b533-7bfeac40327f", "remote_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "remote_ip_prefix": null, "created_at": "2018-07-23T20:06:04Z", "security_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "port_range_min": null, "ethertype": "IPv4", "project_id": "34433fa276594da9910da7d3eb6d3d61"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:06:04Z", "revision_number": 0, "id": "99efa03d-b854-4b0d-ba1d-f745b90aef75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:06:04Z", "security_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "port_range_min": null, "ethertype": "IPv4", "project_id": "34433fa276594da9910da7d3eb6d3d61"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:06:04Z", "revision_number": 0, "id": "d91171df-6ab2-448c-95bf-53e18639a9ff", "remote_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "remote_ip_prefix": null, "created_at": "2018-07-23T20:06:04Z", "security_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "port_range_min": null, "ethertype": "IPv6", "project_id": "34433fa276594da9910da7d3eb6d3d61"}], "revision_number": 1, "project_id": "34433fa276594da9910da7d3eb6d3d61", "id": "6755673b-e488-4836-83e1-e1d18035d662", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:11:04Z", "updated_at": "2018-07-23T20:11:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:04Z", "revision_number": 0, "id": "05297794-6733-44d0-9d47-ce30d1fcdc36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:04Z", "security_group_id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-23T20:11:06Z", "revision_number": 0, "id": "326d4fa0-ebb5-43e5-be57-776b72a7aa8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:06Z", "security_group_id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:04Z", "revision_number": 0, "id": "60448589-ce9b-4b9a-bac4-d55abd0211c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:04Z", "security_group_id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}], "revision_number": 2, "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "name": "singlevm1-sg_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}]} 2018-07-23 20:11:06,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-a6adb3f3-8382-4d9c-a6c5-9305c974fe22 2018-07-23 20:11:06,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.249466896057s 2018-07-23 20:11:06,500 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-a6adb3f3-8382-4d9c-a6c5-9305c974fe22 2018-07-23 20:11:06,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-23 20:11:06,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -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": "bb222272-08bb-4d5a-b27f-a3a1a99045f1"}}' 2018-07-23 20:11:06,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-e1b0e70a-649e-4b5e-91a8-1803f2ebe80b Date: Mon, 23 Jul 2018 20:11:06 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-23T20:11:06Z", "security_group_id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "port_range_min": null, "revision_number": 0, "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:11:06Z", "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "e59eb81e-a0d3-44ad-a9eb-c56193e4e8d3"}} 2018-07-23 20:11:06,887 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-e1b0e70a-649e-4b5e-91a8-1803f2ebe80b 2018-07-23 20:11:06,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.383368015289s 2018-07-23 20:11:06,888 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-e1b0e70a-649e-4b5e-91a8-1803f2ebe80b 2018-07-23 20:11:06,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:11:06,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:06,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ba054db3-e0e5-4053-a284-e8d550b2c211 Date: Mon, 23 Jul 2018 20:11:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1512ac0d-3d2c-463d-9d47-cb9045a1fd1c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","subnets":["ef449b9f-bfaa-4903-a62f-dc6611a14426"],"description":"","tags":[],"updated_at":"2018-07-23T20:10:56Z","provider:segmentation_id":70,"name":"singlevm1-net_38f20c72-2b1f-41a5-9cda-7621d9dd8586","admin_state_up":true,"tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:10:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:11:06,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-ba054db3-e0e5-4053-a284-e8d550b2c211 2018-07-23 20:11:06,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0858881473541s 2018-07-23 20:11:06,975 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-ba054db3-e0e5-4053-a284-e8d550b2c211 2018-07-23 20:11:06,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:11:06,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:07,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-46b7c90e-ac6b-4eff-8dc0-cab0ff5ffd73 Date: Mon, 23 Jul 2018 20:11:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/347dc1a7-8234-408b-ad1f-d87f685d479b/snap", "metadata": {}}], "file": "/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b/file", "owner": "7b77792c68ec4f519737d2732c1f92c4", "id": "347dc1a7-8234-408b-ad1f-d87f685d479b", "size": 12716032, "self": "/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b", "disk_format": "qcow2", "direct_url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/347dc1a7-8234-408b-ad1f-d87f685d479b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:11:03Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T20:11:02Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:11:07,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-46b7c90e-ac6b-4eff-8dc0-cab0ff5ffd73 2018-07-23 20:11:07,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.221548080444s 2018-07-23 20:11:07,202 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-46b7c90e-ac6b-4eff-8dc0-cab0ff5ffd73 2018-07-23 20:11:07,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 20:11:07,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:07,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8888355-bd00-4149-b4b9-8badc0cbe2ad x-compute-request-id: req-f8888355-bd00-4149-b4b9-8badc0cbe2ad Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa", "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": "5066adaf-bc2d-423f-8992-69ee0c75e3aa"}]} 2018-07-23 20:11:07,359 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-f8888355-bd00-4149-b4b9-8badc0cbe2ad 2018-07-23 20:11:07,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.155678987503s 2018-07-23 20:11:07,360 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-f8888355-bd00-4149-b4b9-8badc0cbe2ad 2018-07-23 20:11:07,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-23 20:11:07,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -d '{"server": {"name": "singlevm1-vm_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "imageRef": "347dc1a7-8234-408b-ad1f-d87f685d479b", "key_name": "singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "flavorRef": "5066adaf-bc2d-423f-8992-69ee0c75e3aa", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1512ac0d-3d2c-463d-9d47-cb9045a1fd1c"}], "security_groups": [{"name": "bb222272-08bb-4d5a-b27f-a3a1a99045f1"}]}}' 2018-07-23 20:11:12,096 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 20:11: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-d63c24d6-dd20-421f-b5e8-44b975e8ac73 x-compute-request-id: req-d63c24d6-dd20-421f-b5e8-44b975e8ac73 Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "bb222272-08bb-4d5a-b27f-a3a1a99045f1"}], "OS-DCF:diskConfig": "MANUAL", "id": "a842f1c7-6204-40cc-86a0-62892d13b47e", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "bookmark"}], "adminPass": "b2JxaxSNwoae"}} 2018-07-23 20:11:12,096 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-d63c24d6-dd20-421f-b5e8-44b975e8ac73 2018-07-23 20:11:12,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.73502492905s 2018-07-23 20:11:12,097 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-d63c24d6-dd20-421f-b5e8-44b975e8ac73 2018-07-23 20:11:12,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:11:12,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:13,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11: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-85431a87-7142-4a0e-8e67-d476ee962709 x-compute-request-id: req-85431a87-7142-4a0e-8e67-d476ee962709 Content-Encoding: gzip Content-Length: 639 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "bookmark"}], "image": {"id": "347dc1a7-8234-408b-ad1f-d87f685d479b", "links": [{"href": "http://172.30.9.30:8774/images/347dc1a7-8234-408b-ad1f-d87f685d479b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5066adaf-bc2d-423f-8992-69ee0c75e3aa", "links": [{"href": "http://172.30.9.30:8774/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa", "rel": "bookmark"}]}, "id": "a842f1c7-6204-40cc-86a0-62892d13b47e", "user_id": "8dac1feb2ea34466ba99783afd8dc8e5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:11:12Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "created": "2018-07-23T20:11:12Z", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:11:13,032 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-85431a87-7142-4a0e-8e67-d476ee962709 2018-07-23 20:11:13,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.934520959854s 2018-07-23 20:11:13,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-85431a87-7142-4a0e-8e67-d476ee962709 2018-07-23 20:11:13,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:11:13,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:13,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-85b159ea-759e-4183-87ca-77542fdf8f1b Date: Mon, 23 Jul 2018 20:11:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1512ac0d-3d2c-463d-9d47-cb9045a1fd1c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","subnets":["ef449b9f-bfaa-4903-a62f-dc6611a14426"],"description":"","tags":[],"updated_at":"2018-07-23T20:10:56Z","provider:segmentation_id":70,"name":"singlevm1-net_38f20c72-2b1f-41a5-9cda-7621d9dd8586","admin_state_up":true,"tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:10:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:11:13,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-85b159ea-759e-4183-87ca-77542fdf8f1b 2018-07-23 20:11:13,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0856950283051s 2018-07-23 20:11:13,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-85b159ea-759e-4183-87ca-77542fdf8f1b 2018-07-23 20:11:13,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 20:11:13,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:13,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-a642dbdc-fd16-4f4a-8224-f6aac0fbcb22 Date: Mon, 23 Jul 2018 20:11:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:12Z","dns_nameservers":[],"updated_at":"2018-07-23T20:06:12Z","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":"34433fa276594da9910da7d3eb6d3d61","id":"889c6f1d-aecd-4f93-8be0-bf6d968b4891","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1512ac0d-3d2c-463d-9d47-cb9045a1fd1c","tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:10:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:10:56Z","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":"7b77792c68ec4f519737d2732c1f92c4","id":"ef449b9f-bfaa-4903-a62f-dc6611a14426","subnetpool_id":null,"name":"singlevm1-subnet_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}]} 2018-07-23 20:11:13,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-a642dbdc-fd16-4f4a-8224-f6aac0fbcb22 2018-07-23 20:11:13,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0734288692474s 2018-07-23 20:11:13,201 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-a642dbdc-fd16-4f4a-8224-f6aac0fbcb22 2018-07-23 20:11:13,201 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:11:15,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:11:15,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:16,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11: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-6e3240c5-b31f-4866-a6cd-6d7d040bba00 x-compute-request-id: req-6e3240c5-b31f-4866-a6cd-6d7d040bba00 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "bookmark"}], "image": {"id": "347dc1a7-8234-408b-ad1f-d87f685d479b", "links": [{"href": "http://172.30.9.30:8774/images/347dc1a7-8234-408b-ad1f-d87f685d479b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5066adaf-bc2d-423f-8992-69ee0c75e3aa", "links": [{"href": "http://172.30.9.30:8774/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa", "rel": "bookmark"}]}, "id": "a842f1c7-6204-40cc-86a0-62892d13b47e", "user_id": "8dac1feb2ea34466ba99783afd8dc8e5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:11:15Z", "hostId": "64a98033b1d9049b15f783a76c041428f4fa73b5a8eb899cc4804166", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "created": "2018-07-23T20:11:12Z", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:11:16,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6e3240c5-b31f-4866-a6cd-6d7d040bba00 2018-07-23 20:11:16,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00359892845s 2018-07-23 20:11:16,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6e3240c5-b31f-4866-a6cd-6d7d040bba00 2018-07-23 20:11:16,210 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:11:18,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:11:18,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:19,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fb320bc-9f50-4bb5-9510-0fe657e1dc8b x-compute-request-id: req-3fb320bc-9f50-4bb5-9510-0fe657e1dc8b Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "bookmark"}], "image": {"id": "347dc1a7-8234-408b-ad1f-d87f685d479b", "links": [{"href": "http://172.30.9.30:8774/images/347dc1a7-8234-408b-ad1f-d87f685d479b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5066adaf-bc2d-423f-8992-69ee0c75e3aa", "links": [{"href": "http://172.30.9.30:8774/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa", "rel": "bookmark"}]}, "id": "a842f1c7-6204-40cc-86a0-62892d13b47e", "security_groups": [{"name": "singlevm1-sg_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}], "user_id": "8dac1feb2ea34466ba99783afd8dc8e5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:11:16Z", "hostId": "64a98033b1d9049b15f783a76c041428f4fa73b5a8eb899cc4804166", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "created": "2018-07-23T20:11:12Z", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:11:19,022 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3fb320bc-9f50-4bb5-9510-0fe657e1dc8b 2018-07-23 20:11:19,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.810167074203s 2018-07-23 20:11:19,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3fb320bc-9f50-4bb5-9510-0fe657e1dc8b 2018-07-23 20:11:19,026 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:11:21,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:11:21,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:22,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11: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-87dd4f0b-3aff-4bbb-8d0a-4178606180dd x-compute-request-id: req-87dd4f0b-3aff-4bbb-8d0a-4178606180dd Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_38f20c72-2b1f-41a5-9cda-7621d9dd8586": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:d5:54", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "bookmark"}], "image": {"id": "347dc1a7-8234-408b-ad1f-d87f685d479b", "links": [{"href": "http://172.30.9.30:8774/images/347dc1a7-8234-408b-ad1f-d87f685d479b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5066adaf-bc2d-423f-8992-69ee0c75e3aa", "links": [{"href": "http://172.30.9.30:8774/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa", "rel": "bookmark"}]}, "id": "a842f1c7-6204-40cc-86a0-62892d13b47e", "security_groups": [{"name": "singlevm1-sg_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}], "user_id": "8dac1feb2ea34466ba99783afd8dc8e5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:11:16Z", "hostId": "64a98033b1d9049b15f783a76c041428f4fa73b5a8eb899cc4804166", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "created": "2018-07-23T20:11:12Z", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:11:22,128 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-87dd4f0b-3aff-4bbb-8d0a-4178606180dd 2018-07-23 20:11:22,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09855890274s 2018-07-23 20:11:22,128 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-87dd4f0b-3aff-4bbb-8d0a-4178606180dd 2018-07-23 20:11:22,132 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:11:24,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:11:24,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:24,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11: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-5d8e3f4d-2cb3-4503-91ad-3883ff9103c2 x-compute-request-id: req-5d8e3f4d-2cb3-4503-91ad-3883ff9103c2 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_38f20c72-2b1f-41a5-9cda-7621d9dd8586": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:d5:54", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "bookmark"}], "image": {"id": "347dc1a7-8234-408b-ad1f-d87f685d479b", "links": [{"href": "http://172.30.9.30:8774/images/347dc1a7-8234-408b-ad1f-d87f685d479b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5066adaf-bc2d-423f-8992-69ee0c75e3aa", "links": [{"href": "http://172.30.9.30:8774/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa", "rel": "bookmark"}]}, "id": "a842f1c7-6204-40cc-86a0-62892d13b47e", "security_groups": [{"name": "singlevm1-sg_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}], "user_id": "8dac1feb2ea34466ba99783afd8dc8e5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:11:16Z", "hostId": "64a98033b1d9049b15f783a76c041428f4fa73b5a8eb899cc4804166", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "created": "2018-07-23T20:11:12Z", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:11:24,829 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5d8e3f4d-2cb3-4503-91ad-3883ff9103c2 2018-07-23 20:11:24,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693918943405s 2018-07-23 20:11:24,830 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5d8e3f4d-2cb3-4503-91ad-3883ff9103c2 2018-07-23 20:11:24,834 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:11:26,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:11:26,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:27,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f777be33-f35d-4609-8b83-f067f9f073f4 x-compute-request-id: req-f777be33-f35d-4609-8b83-f067f9f073f4 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_38f20c72-2b1f-41a5-9cda-7621d9dd8586": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:d5:54", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "bookmark"}], "image": {"id": "347dc1a7-8234-408b-ad1f-d87f685d479b", "links": [{"href": "http://172.30.9.30:8774/images/347dc1a7-8234-408b-ad1f-d87f685d479b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-23T20:11:24.000000", "flavor": {"id": "5066adaf-bc2d-423f-8992-69ee0c75e3aa", "links": [{"href": "http://172.30.9.30:8774/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa", "rel": "bookmark"}]}, "id": "a842f1c7-6204-40cc-86a0-62892d13b47e", "security_groups": [{"name": "singlevm1-sg_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}], "user_id": "8dac1feb2ea34466ba99783afd8dc8e5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:11:24Z", "hostId": "64a98033b1d9049b15f783a76c041428f4fa73b5a8eb899cc4804166", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "created": "2018-07-23T20:11:12Z", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:11:27,983 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f777be33-f35d-4609-8b83-f067f9f073f4 2018-07-23 20:11:27,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14653491974s 2018-07-23 20:11:27,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f777be33-f35d-4609-8b83-f067f9f073f4 2018-07-23 20:11:27,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 20:11:27,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=a842f1c7-6204-40cc-86a0-62892d13b47e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:29,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-2ecf134c-b4d9-4e4c-9fce-5cd5f7f0bc86 Date: Mon, 23 Jul 2018 20:11:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T20:11:23Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef449b9f-bfaa-4903-a62f-dc6611a14426","ip_address":"192.168.120.5"}],"id":"57c52adf-6f32-45cb-b3c9-f40954e548af","security_groups":["bb222272-08bb-4d5a-b27f-a3a1a99045f1"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:d5:54","project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a842f1c7-6204-40cc-86a0-62892d13b47e","name":"","admin_state_up":true,"network_id":"1512ac0d-3d2c-463d-9d47-cb9045a1fd1c","tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:11:17Z","binding:vnic_type":"normal"}]} 2018-07-23 20:11:29,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=a842f1c7-6204-40cc-86a0-62892d13b47e used request id req-2ecf134c-b4d9-4e4c-9fce-5cd5f7f0bc86 2018-07-23 20:11:29,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.03401303291s 2018-07-23 20:11:29,022 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=a842f1c7-6204-40cc-86a0-62892d13b47e used request id req-2ecf134c-b4d9-4e4c-9fce-5cd5f7f0bc86 2018-07-23 20:11:29,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 20:11:29,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=57c52adf-6f32-45cb-b3c9-f40954e548af" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:29,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2556c1e4-0bd0-45bd-a18c-9592d0813dca Date: Mon, 23 Jul 2018 20:11:29 GMT RESP BODY: {"floatingips": []} 2018-07-23 20:11:29,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=57c52adf-6f32-45cb-b3c9-f40954e548af used request id req-2556c1e4-0bd0-45bd-a18c-9592d0813dca 2018-07-23 20:11:29,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0633730888367s 2018-07-23 20:11:29,091 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=57c52adf-6f32-45cb-b3c9-f40954e548af used request id req-2556c1e4-0bd0-45bd-a18c-9592d0813dca 2018-07-23 20:11:29,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:11:29,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:30,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-413d164c-c6fc-4e22-9bf9-b1b74cbedabd x-compute-request-id: req-413d164c-c6fc-4e22-9bf9-b1b74cbedabd Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_38f20c72-2b1f-41a5-9cda-7621d9dd8586": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:d5:54", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "bookmark"}], "image": {"id": "347dc1a7-8234-408b-ad1f-d87f685d479b", "links": [{"href": "http://172.30.9.30:8774/images/347dc1a7-8234-408b-ad1f-d87f685d479b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-23T20:11:24.000000", "flavor": {"id": "5066adaf-bc2d-423f-8992-69ee0c75e3aa", "links": [{"href": "http://172.30.9.30:8774/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa", "rel": "bookmark"}]}, "id": "a842f1c7-6204-40cc-86a0-62892d13b47e", "security_groups": [{"name": "singlevm1-sg_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}], "user_id": "8dac1feb2ea34466ba99783afd8dc8e5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:11:24Z", "hostId": "64a98033b1d9049b15f783a76c041428f4fa73b5a8eb899cc4804166", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "created": "2018-07-23T20:11:12Z", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:11:30,429 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-413d164c-c6fc-4e22-9bf9-b1b74cbedabd 2018-07-23 20:11:30,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3362929821s 2018-07-23 20:11:30,429 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-413d164c-c6fc-4e22-9bf9-b1b74cbedabd 2018-07-23 20:11:30,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 20:11:30,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=a842f1c7-6204-40cc-86a0-62892d13b47e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:30,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-44924b9f-8495-4b7d-927d-a4c48c9a8ef4 Date: Mon, 23 Jul 2018 20:11:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T20:11:23Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef449b9f-bfaa-4903-a62f-dc6611a14426","ip_address":"192.168.120.5"}],"id":"57c52adf-6f32-45cb-b3c9-f40954e548af","security_groups":["bb222272-08bb-4d5a-b27f-a3a1a99045f1"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:d5:54","project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a842f1c7-6204-40cc-86a0-62892d13b47e","name":"","admin_state_up":true,"network_id":"1512ac0d-3d2c-463d-9d47-cb9045a1fd1c","tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:11:17Z","binding:vnic_type":"normal"}]} 2018-07-23 20:11:30,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=a842f1c7-6204-40cc-86a0-62892d13b47e used request id req-44924b9f-8495-4b7d-927d-a4c48c9a8ef4 2018-07-23 20:11:30,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0844819545746s 2018-07-23 20:11:30,518 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=a842f1c7-6204-40cc-86a0-62892d13b47e used request id req-44924b9f-8495-4b7d-927d-a4c48c9a8ef4 2018-07-23 20:11:30,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 20:11:30,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=57c52adf-6f32-45cb-b3c9-f40954e548af" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:30,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-340a09cd-bc85-45f8-93bf-47ae069be878 Date: Mon, 23 Jul 2018 20:11:30 GMT RESP BODY: {"floatingips": []} 2018-07-23 20:11:30,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=57c52adf-6f32-45cb-b3c9-f40954e548af used request id req-340a09cd-bc85-45f8-93bf-47ae069be878 2018-07-23 20:11:30,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0451378822327s 2018-07-23 20:11:30,570 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=57c52adf-6f32-45cb-b3c9-f40954e548af used request id req-340a09cd-bc85-45f8-93bf-47ae069be878 2018-07-23 20:11:30,570 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_38f20c72-2b1f-41a5-9cda-7621d9dd8586': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5c:d5:54', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'347dc1a7-8234-408b-ad1f-d87f685d479b'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-07-23T20:11:24.000000', 'flavor': Munch({u'id': u'5066adaf-bc2d-423f-8992-69ee0c75e3aa'}), 'az': u'nova', 'id': u'a842f1c7-6204-40cc-86a0-62892d13b47e', 'security_groups': [Munch({u'name': u'singlevm1-sg_38f20c72-2b1f-41a5-9cda-7621d9dd8586'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8dac1feb2ea34466ba99783afd8dc8e5', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7b77792c68ec4f519737d2732c1f92c4', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-23T20:11:24.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-23T20:11:24Z', 'hostId': u'64a98033b1d9049b15f783a76c041428f4fa73b5a8eb899cc4804166', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'64a98033b1d9049b15f783a76c041428f4fa73b5a8eb899cc4804166', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-07-23T20:11:24.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'7b77792c68ec4f519737d2732c1f92c4', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_38f20c72-2b1f-41a5-9cda-7621d9dd8586', 'adminPass': None, 'tenant_id': u'7b77792c68ec4f519737d2732c1f92c4', 'created_at': u'2018-07-23T20:11:12Z', 'created': u'2018-07-23T20:11:12Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-23 20:11:30,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:11:30,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:30,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-8a66ed7b-04b7-4134-9f23-e813a7e21dbb Date: Mon, 23 Jul 2018 20:11:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1512ac0d-3d2c-463d-9d47-cb9045a1fd1c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","subnets":["ef449b9f-bfaa-4903-a62f-dc6611a14426"],"description":"","tags":[],"updated_at":"2018-07-23T20:10:56Z","provider:segmentation_id":70,"name":"singlevm1-net_38f20c72-2b1f-41a5-9cda-7621d9dd8586","admin_state_up":true,"tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:10:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:11:30,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8a66ed7b-04b7-4134-9f23-e813a7e21dbb 2018-07-23 20:11:30,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0876669883728s 2018-07-23 20:11:30,662 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8a66ed7b-04b7-4134-9f23-e813a7e21dbb 2018-07-23 20:11:30,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 20:11:30,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=a842f1c7-6204-40cc-86a0-62892d13b47e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:30,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-6c9ba369-bb58-419c-991f-c39cfc292d91 Date: Mon, 23 Jul 2018 20:11:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-23T20:11:23Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ef449b9f-bfaa-4903-a62f-dc6611a14426","ip_address":"192.168.120.5"}],"id":"57c52adf-6f32-45cb-b3c9-f40954e548af","security_groups":["bb222272-08bb-4d5a-b27f-a3a1a99045f1"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:d5:54","project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a842f1c7-6204-40cc-86a0-62892d13b47e","name":"","admin_state_up":true,"network_id":"1512ac0d-3d2c-463d-9d47-cb9045a1fd1c","tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:11:17Z","binding:vnic_type":"normal"}]} 2018-07-23 20:11:30,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=a842f1c7-6204-40cc-86a0-62892d13b47e used request id req-6c9ba369-bb58-419c-991f-c39cfc292d91 2018-07-23 20:11:30,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.047700881958s 2018-07-23 20:11:30,711 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=a842f1c7-6204-40cc-86a0-62892d13b47e used request id req-6c9ba369-bb58-419c-991f-c39cfc292d91 2018-07-23 20:11:30,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-23 20:11:30,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -d '{"floatingip": {"floating_network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "fixed_ip_address": "192.168.120.5", "port_id": "57c52adf-6f32-45cb-b3c9-f40954e548af"}}' 2018-07-23 20:11:32,440 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-0d8c33b7-b551-4012-b857-f80ea9c4cb42 Date: Mon, 23 Jul 2018 20:11:32 GMT RESP BODY: {"floatingip": {"router_id": "6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-23T20:11:31Z", "floating_network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "57c52adf-6f32-45cb-b3c9-f40954e548af", "id": "b08c3e27-13a7-4cfa-83c0-da2a3a6142e9", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:11:31Z", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}} 2018-07-23 20:11:32,440 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-0d8c33b7-b551-4012-b857-f80ea9c4cb42 2018-07-23 20:11:32,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.72772884369s 2018-07-23 20:11:32,440 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-0d8c33b7-b551-4012-b857-f80ea9c4cb42 2018-07-23 20:11:32,444 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'7b77792c68ec4f519737d2732c1f92c4', 'created_at': u'2018-07-23T20:11:31Z', 'attached': True, 'updated_at': u'2018-07-23T20:11:31Z', 'id': u'b08c3e27-13a7-4cfa-83c0-da2a3a6142e9', 'floating_network_id': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7b77792c68ec4f519737d2732c1f92c4', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1', 'project_id': u'7b77792c68ec4f519737d2732c1f92c4', 'port_id': u'57c52adf-6f32-45cb-b3c9-f40954e548af', 'port': u'57c52adf-6f32-45cb-b3c9-f40954e548af', 'network': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc'}) 2018-07-23 20:11:32,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-23 20:11:32,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-23 20:11:33,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11: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-2a611639-beb0-442f-a25f-912b1fc776e1 x-compute-request-id: req-2a611639-beb0-442f-a25f-912b1fc776e1 Content-Encoding: gzip Content-Length: 9574 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 479118379 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.137230] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138894] pid_max: default: 32768 minimum: 301\n[ 0.139793] ACPI: Core revision 20150930\n[ 0.141182] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142504] Security Framework initialized\n[ 0.143322] Yama: becoming mindful.\n[ 0.144054] AppArmor: AppArmor initialized\n[ 0.144923] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146257] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147543] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148759] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150177] Initializing cgroup subsys io\n[ 0.150995] Initializing cgroup subsys memory\n[ 0.151871] Initializing cgroup subsys devices\n[ 0.152755] Initializing cgroup subsys freezer\n[ 0.153638] Initializing cgroup subsys net_cls\n[ 0.154507] Initializing cgroup subsys perf_event\n[ 0.155420] Initializing cgroup subsys net_prio\n[ 0.156320] Initializing cgroup subsys hugetlb\n[ 0.157191] Initializing cgroup subsys pids\n[ 0.158078] CPU: Physical Processor ID: 0\n[ 0.159574] mce: CPU supports 10 MCE banks\n[ 0.160437] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161445] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175831] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181863] ftrace: allocating 31920 entries in 125 pages\n[ 0.206672] smpboot: Max logical packages: 1\n[ 0.207528] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208890] x2apic enabled\n[ 0.209697] Switched APIC routing to physical x2apic.\n[ 0.211426] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212548] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214638] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216439] KVM setup paravirtual spinlock\n[ 0.217739] x86: Booted up 1 node, 1 CPUs\n[ 0.218553] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219951] devtmpfs: initialized\n[ 0.221670] evm: security.selinux\n[ 0.222374] evm: security.SMACK64\n[ 0.223064] evm: security.SMACK64EXEC\n[ 0.223808] evm: security.SMACK64TRANSMUTE\n[ 0.224616] evm: security.SMACK64MMAP\n[ 0.225363] evm: security.ima\n[ 0.226003] evm: security.capability\n[ 0.226811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228675] pinctrl core: initialized pinctrl subsystem\n[ 0.229793] RTC time: 20:11:24, date: 07/23/18\n[ 0.230765] NET: Registered protocol family 16\n[ 0.231766] cpuidle: using governor ladder\n[ 0.232589] cpuidle: using governor menu\n[ 0.233376] PCCT header not found.\n[ 0.234134] ACPI: bus type PCI registered\n[ 0.234941] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236199] PCI: Using configuration type 1 for base access\n[ 0.237977] ACPI: Added _OSI(Module Device)\n[ 0.238828] ACPI: Added _OSI(Processor Device)\n[ 0.239695] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240601] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242383] ACPI: Interpreter enabled\n[ 0.243156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250573] ACPI: (supports S0 S5)\n[ 0.251278] ACPI: Using IOAPIC for interrupt routing\n[ 0.252228] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255366] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256528] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257764] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258970] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261201] acpiphp: Slot [3] registered\n[ 0.262010] acpiphp: Slot [4] registered\n[ 0.262816] acpiphp: Slot [5] registered\n[ 0.263620] acpiphp: Slot [6] registered\n[ 0.264418] acpiphp: Slot [7] registered\n[ 0.265221] acpiphp: Slot [8] registered\n[ 0.266032] acpiphp: Slot [9] registered\n[ 0.266835] acpiphp: Slot [10] registered\n[ 0.267658] acpiphp: Slot [11] registered\n[ 0.268473] acpiphp: Slot [12] registered\n[ 0.269294] acpiphp: Slot [13] registered\n[ 0.270107] acpiphp: Slot [14] registered\n[ 0.270927] acpiphp: Slot [15] registered\n[ 0.281676] acpiphp: Slot [16] registered\n[ 0.282510] acpiphp: Slot [17] registered\n[ 0.283327] acpiphp: Slot [18] registered\n[ 0.284135] acpiphp: Slot [19] registered\n[ 0.284956] acpiphp: Slot [20] registered\n[ 0.285775] acpiphp: Slot [21] registered\n[ 0.286594] acpiphp: Slot [22] registered\n[ 0.287405] acpiphp: Slot [23] registered\n[ 0.288215] acpiphp: Slot [24] registered\n[ 0.289033] acpiphp: Slot [25] registered\n[ 0.289849] acpiphp: Slot [26] registered\n[ 0.290663] acpiphp: Slot [27] registered\n[ 0.291475] acpiphp: Slot [28] registered\n[ 0.292290] acpiphp: Slot [29] registered\n[ 0.293141] acpiphp: Slot [30] registered\n[ 0.293968] acpiphp: Slot [31] registered\n[ 0.294778] PCI host bridge to bus 0000:00\n[ 0.295590] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299459] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300911] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.302386] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305767] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307056] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309505] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313049] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314642] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.332957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.334444] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.336194] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.337627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.339019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.340293] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.341595] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.342658] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.344205] vgaarb: loaded\n[ 0.344806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.346032] SCSI subsystem initialized\n[ 0.346960] ACPI: bus type USB registered\n[ 0.347795] usbcore: registered new interface driver usbfs\n[ 0.348831] usbcore: registered new interface driver hub\n[ 0.349853] usbcore: registered new device driver usb\n[ 0.350968] PCI: Using ACPI for IRQ routing\n[ 0.352083] NetLabel: Initializing\n[ 0.352806] NetLabel: domain hash size = 128\n[ 0.353655] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.354620] NetLabel: unlabeled traffic allowed by default\n[ 0.355776] clocksource: Switched to clocksource kvm-clock\n[ 0.363913] AppArmor: AppArmor Filesystem Enabled\n[ 0.364881] pnp: PnP ACPI init\n[ 0.365823] pnp: PnP ACPI: found 5 devices\n[ 0.372142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.373870] NET: Registered protocol family 2\n[ 0.374918] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.376220] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.377432] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.378630] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.379721] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.380905] NET: Registered protocol family 1\n[ 0.381788] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.382891] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.383974] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.398023] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.412112] Trying to unpack rootfs image as initramfs...\n[ 0.468771] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.470438] Scanning for low memory corruption every 60 seconds\n[ 0.471807] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.472978] audit: initializing netlink subsys (disabled)\n[ 0.474004] audit: type=2000 audit(1532376684.870:1): initialized\n[ 0.475345] Initialise system trusted keyring\n[ 0.476316] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.477481] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.479612] zbud: loaded\n[ 0.480354] VFS: Disk quotas dquot_6.6.0\n[ 0.481175] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.482779] fuse init (API version 7.23)\n[ 0.483693] Key type big_key registered\n[ 0.484509] Allocating IMA MOK and blacklist keyrings.\n[ 0.485738] Key type asymmetric registered\n[ 0.486569] Asymmetric key parser 'x509' registered\n[ 0.487531] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.489012] io scheduler noop registered\n[ 0.489808] io scheduler deadline registered (default)\n[ 0.490805] io scheduler cfq registered\n[ 0.491665] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.492720] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.493992] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.495439] ACPI: Power Button [PWRF]\n[ 0.496306] GHES: HEST is not enabled!\n[ 0.509967] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.537701] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.539830] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.563746] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.566014] Linux agpgart interface v0.103\n[ 0.568641] brd: module loaded\n[ 0.570314] loop: module loaded\n[ 0.574128] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.575598] GPT:90111 != 2097151\n[ 0.576286] GPT:Alternate GPT header not at the end of the disk.\n[ 0.577389] GPT:90111 != 2097151\n[ 0.578066] GPT: Use GNU Parted to correct GPT errors.\n[ 0.579131] vda: vda1 vda15\n[ 0.583349] scsi host0: ata_piix\n[ 0.584153] scsi host1: ata_piix\n[ 0.584889] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.586109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.587611] libphy: Fixed MDIO Bus: probed\n[ 0.588457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.589418] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.591988] PPP generic driver version 2.4.2\n[ 0.592928] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.594138] ehci-pci: EHCI PCI platform driver\n[ 0.595018] ehci-platform: EHCI generic platform driver\n[ 0.596025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597169] ohci-pci: OHCI PCI platform driver\n[ 0.598052] ohci-platform: OHCI generic platform driver\n[ 0.599053] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.613348] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.614366] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.615836] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.616865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.618029] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619259] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.620682] usb usb1: Product: UHCI Host Controller\n[ 0.621626] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.622770] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.623764] hub 1-0:1.0: USB hub found\n[ 0.624560] hub 1-0:1.0: 2 ports detected\n[ 0.625522] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.627710] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.628688] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.629749] mousedev: PS/2 mouse device common for all mice\n[ 0.631042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.632927] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634202] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635403] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.636607] i2c /dev entries driver\n[ 0.637392] device-mapper: uevent: version 1.0.3\n[ 0.638356] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.640009] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641484] NET: Registered protocol family 10\n[ 0.642633] NET: Registered protocol family 17\n[ 0.643547] Key type dns_resolver registered\n[ 0.644576] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.645691] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.647508] registered taskstats version 1\n[ 0.648365] Loading compiled-in X.509 certificates\n[ 0.649842] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.651725] zswap: loaded using pool lzo/zbud\n[ 0.653420] Key type trusted registered\n[ 0.655205] Key type encrypted registered\n[ 0.656050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.657100] ima: No TPM chip found, activating TPM-bypass!\n[ 0.658154] evm: HMAC attrs: 0x1\n[ 0.659171] Magic number: 10:473:195\n[ 0.660068] rtc_cmos 00:00: setting system clock to 2018-07-23 20:11:24 UTC (1532376684)\n[ 0.661711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.662835] EDD information not available.\n[ 0.745132] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.756792] Write protecting the kernel read-only data: 14336k\n[ 0.758957] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.760820] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.808933] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCU7zSGSC/VDOnTm5JofpNyugb6Z3Rxe+7kyOIypHCfnBtewQtWEfXm6hPffxxEwRFwlgQvZf1GV7ywj6mpkzWOgeQa3QAffsHl0FtprmmNWI4RjPT0tr8Rpc5BTAtXfE9k7y+nAid0YZfLQtlmC8XEEmGmRqTYqyI8/49hCPubUE1oteplhBxoDB6eMBVM+mX/1GNHoGk/dmR8LeQEstoHULHo1Yw1dvUBnJ8mok4dyRwZ+NDfgNQo5Dpv/euEuGbROH68Oxh2VhrWR6EkJ8ADIygDKPTNf040cYqm3zSOGd6Za7tessNDxT1qMx69v3zW/Muijmil2LYC0CQLd0mJ root@singlevm1-vm-38f20c72-2b1f-41a5-9cda-7621d9dd8586\nssh-dss AAAAB3NzaC1kc3MAAACBAI0aRAxlfhs3thzRLmQqnhpD2/PzvmPrad/wzy7n5ZTHy8LBTHR+Rih2wZj/9mRXRdxDMsaCTrskK/d0T4Es/6eOFhMvhzlwC05oR3hPtfkcgcvia5UD+DiP0gyojCgObFMU9bSLpPuenpJutrbR9AHK2dqX+kMYCP+ovFkTSithAAAAFQCC9vTUAXupgOTdQKRZ+69f4IdHqQAAAIAmeqBLEcihKsPf7BBVc5Cu2rkFneuDS32fMQyOiPz6T+PYwOk8MZqSQnPl6plrivERXWNeUzHnEhjFvm48CW9lDj6IwvBNfuhMjvV+yccP4b4cWeEEW/PY0YOca8vXv/YE2THqVe66ErSlaS3DrVEvGO7isoVAF8Z9E+F4RzAVygAAAIA/yDo589tA/0ZemAWvsOIpMXxQ+1Mu01VjOWIM0926a3UJc8lbOYZHTcqHHENG0spT7G/Ag6bZZmAEfPZaz2dny6Jiyw/3XF1Cax4X3cdWXnuPbKqREbAFt97nCDiRbr1UOjP8+iwaEsAmJ0l9NGJdEHhpfQWxY5X7Dsd06RYjhQ== root@singlevm1-vm-38f20c72-2b1f-41a5-9cda-7621d9dd8586\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.15s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe5c:d554/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.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-38f20c72-2b1f-41a5-9cda-7621d9dd8586\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.71 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-38f20c72-2b1f-41a5-9cda-7621d9dd8586 login: "} 2018-07-23 20:11:33,287 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e/action used request id req-2a611639-beb0-442f-a25f-912b1fc776e1 2018-07-23 20:11:33,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.842051029205s 2018-07-23 20:11:33,288 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e/action used request id req-2a611639-beb0-442f-a25f-912b1fc776e1 2018-07-23 20:11:33,288 - 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 479118379 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.137230] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138894] pid_max: default: 32768 minimum: 301 [ 0.139793] ACPI: Core revision 20150930 [ 0.141182] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142504] Security Framework initialized [ 0.143322] Yama: becoming mindful. [ 0.144054] AppArmor: AppArmor initialized [ 0.144923] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.146257] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.147543] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148759] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150177] Initializing cgroup subsys io [ 0.150995] Initializing cgroup subsys memory [ 0.151871] Initializing cgroup subsys devices [ 0.152755] Initializing cgroup subsys freezer [ 0.153638] Initializing cgroup subsys net_cls [ 0.154507] Initializing cgroup subsys perf_event [ 0.155420] Initializing cgroup subsys net_prio [ 0.156320] Initializing cgroup subsys hugetlb [ 0.157191] Initializing cgroup subsys pids [ 0.158078] CPU: Physical Processor ID: 0 [ 0.159574] mce: CPU supports 10 MCE banks [ 0.160437] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161445] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175831] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.181863] ftrace: allocating 31920 entries in 125 pages [ 0.206672] smpboot: Max logical packages: 1 [ 0.207528] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208890] x2apic enabled [ 0.209697] Switched APIC routing to physical x2apic. [ 0.211426] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212548] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214638] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216439] KVM setup paravirtual spinlock [ 0.217739] x86: Booted up 1 node, 1 CPUs [ 0.218553] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219951] devtmpfs: initialized [ 0.221670] evm: security.selinux [ 0.222374] evm: security.SMACK64 [ 0.223064] evm: security.SMACK64EXEC [ 0.223808] evm: security.SMACK64TRANSMUTE [ 0.224616] evm: security.SMACK64MMAP [ 0.225363] evm: security.ima [ 0.226003] evm: security.capability [ 0.226811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228675] pinctrl core: initialized pinctrl subsystem [ 0.229793] RTC time: 20:11:24, date: 07/23/18 [ 0.230765] NET: Registered protocol family 16 [ 0.231766] cpuidle: using governor ladder [ 0.232589] cpuidle: using governor menu [ 0.233376] PCCT header not found. [ 0.234134] ACPI: bus type PCI registered [ 0.234941] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.236199] PCI: Using configuration type 1 for base access [ 0.237977] ACPI: Added _OSI(Module Device) [ 0.238828] ACPI: Added _OSI(Processor Device) [ 0.239695] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240601] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242383] ACPI: Interpreter enabled [ 0.243156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250573] ACPI: (supports S0 S5) [ 0.251278] ACPI: Using IOAPIC for interrupt routing [ 0.252228] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255366] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256528] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257764] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258970] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261201] acpiphp: Slot [3] registered [ 0.262010] acpiphp: Slot [4] registered [ 0.262816] acpiphp: Slot [5] registered [ 0.263620] acpiphp: Slot [6] registered [ 0.264418] acpiphp: Slot [7] registered [ 0.265221] acpiphp: Slot [8] registered [ 0.266032] acpiphp: Slot [9] registered [ 0.266835] acpiphp: Slot [10] registered [ 0.267658] acpiphp: Slot [11] registered [ 0.268473] acpiphp: Slot [12] registered [ 0.269294] acpiphp: Slot [13] registered [ 0.270107] acpiphp: Slot [14] registered [ 0.270927] acpiphp: Slot [15] registered [ 0.281676] acpiphp: Slot [16] registered [ 0.282510] acpiphp: Slot [17] registered [ 0.283327] acpiphp: Slot [18] registered [ 0.284135] acpiphp: Slot [19] registered [ 0.284956] acpiphp: Slot [20] registered [ 0.285775] acpiphp: Slot [21] registered [ 0.286594] acpiphp: Slot [22] registered [ 0.287405] acpiphp: Slot [23] registered [ 0.288215] acpiphp: Slot [24] registered [ 0.289033] acpiphp: Slot [25] registered [ 0.289849] acpiphp: Slot [26] registered [ 0.290663] acpiphp: Slot [27] registered [ 0.291475] acpiphp: Slot [28] registered [ 0.292290] acpiphp: Slot [29] registered [ 0.293141] acpiphp: Slot [30] registered [ 0.293968] acpiphp: Slot [31] registered [ 0.294778] PCI host bridge to bus 0000:00 [ 0.295590] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.296797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.299459] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.300911] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.302386] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305767] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.307056] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309505] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313049] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.314642] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.332957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.334444] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.336194] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.337627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.339019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.340293] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.341595] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.342658] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.344205] vgaarb: loaded [ 0.344806] vgaarb: bridge control possible 0000:00:02.0 [ 0.346032] SCSI subsystem initialized [ 0.346960] ACPI: bus type USB registered [ 0.347795] usbcore: registered new interface driver usbfs [ 0.348831] usbcore: registered new interface driver hub [ 0.349853] usbcore: registered new device driver usb [ 0.350968] PCI: Using ACPI for IRQ routing [ 0.352083] NetLabel: Initializing [ 0.352806] NetLabel: domain hash size = 128 [ 0.353655] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.354620] NetLabel: unlabeled traffic allowed by default [ 0.355776] clocksource: Switched to clocksource kvm-clock [ 0.363913] AppArmor: AppArmor Filesystem Enabled [ 0.364881] pnp: PnP ACPI init [ 0.365823] pnp: PnP ACPI: found 5 devices [ 0.372142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.373870] NET: Registered protocol family 2 [ 0.374918] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.376220] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.377432] TCP: Hash tables configured (established 4096 bind 4096) [ 0.378630] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.379721] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.380905] NET: Registered protocol family 1 [ 0.381788] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.382891] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.383974] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.398023] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.412112] Trying to unpack rootfs image as initramfs... [ 0.468771] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.470438] Scanning for low memory corruption every 60 seconds [ 0.471807] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.472978] audit: initializing netlink subsys (disabled) [ 0.474004] audit: type=2000 audit(1532376684.870:1): initialized [ 0.475345] Initialise system trusted keyring [ 0.476316] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.477481] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.479612] zbud: loaded [ 0.480354] VFS: Disk quotas dquot_6.6.0 [ 0.481175] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.482779] fuse init (API version 7.23) [ 0.483693] Key type big_key registered [ 0.484509] Allocating IMA MOK and blacklist keyrings. [ 0.485738] Key type asymmetric registered [ 0.486569] Asymmetric key parser 'x509' registered [ 0.487531] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.489012] io scheduler noop registered [ 0.489808] io scheduler deadline registered (default) [ 0.490805] io scheduler cfq registered [ 0.491665] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.492720] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.493992] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.495439] ACPI: Power Button [PWRF] [ 0.496306] GHES: HEST is not enabled! [ 0.509967] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.537701] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.539830] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.563746] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.566014] Linux agpgart interface v0.103 [ 0.568641] brd: module loaded [ 0.570314] loop: module loaded [ 0.574128] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.575598] GPT:90111 != 2097151 [ 0.576286] GPT:Alternate GPT header not at the end of the disk. [ 0.577389] GPT:90111 != 2097151 [ 0.578066] GPT: Use GNU Parted to correct GPT errors. [ 0.579131] vda: vda1 vda15 [ 0.583349] scsi host0: ata_piix [ 0.584153] scsi host1: ata_piix [ 0.584889] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.586109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.587611] libphy: Fixed MDIO Bus: probed [ 0.588457] tun: Universal TUN/TAP device driver, 1.6 [ 0.589418] tun: (C) 1999-2004 Max Krasnyansky [ 0.591988] PPP generic driver version 2.4.2 [ 0.592928] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.594138] ehci-pci: EHCI PCI platform driver [ 0.595018] ehci-platform: EHCI generic platform driver [ 0.596025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.597169] ohci-pci: OHCI PCI platform driver [ 0.598052] ohci-platform: OHCI generic platform driver [ 0.599053] uhci_hcd: USB Universal Host Controller Interface driver [ 0.613348] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.614366] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.615836] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.616865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.618029] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619259] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.620682] usb usb1: Product: UHCI Host Controller [ 0.621626] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.622770] usb usb1: SerialNumber: 0000:00:01.2 [ 0.623764] hub 1-0:1.0: USB hub found [ 0.624560] hub 1-0:1.0: 2 ports detected [ 0.625522] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.627710] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.628688] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.629749] mousedev: PS/2 mouse device common for all mice [ 0.631042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.632927] rtc_cmos 00:00: RTC can wake from S4 [ 0.634202] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635403] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.636607] i2c /dev entries driver [ 0.637392] device-mapper: uevent: version 1.0.3 [ 0.638356] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.640009] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641484] NET: Registered protocol family 10 [ 0.642633] NET: Registered protocol family 17 [ 0.643547] Key type dns_resolver registered [ 0.644576] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.645691] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.647508] registered taskstats version 1 [ 0.648365] Loading compiled-in X.509 certificates [ 0.649842] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.651725] zswap: loaded using pool lzo/zbud [ 0.653420] Key type trusted registered [ 0.655205] Key type encrypted registered [ 0.656050] AppArmor: AppArmor sha1 policy hashing enabled [ 0.657100] ima: No TPM chip found, activating TPM-bypass! [ 0.658154] evm: HMAC attrs: 0x1 [ 0.659171] Magic number: 10:473:195 [ 0.660068] rtc_cmos 00:00: setting system clock to 2018-07-23 20:11:24 UTC (1532376684) [ 0.661711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.662835] EDD information not available. [ 0.745132] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.756792] Write protecting the kernel read-only data: 14336k [ 0.758957] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.760820] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.808933] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.81. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCU7zSGSC/VDOnTm5JofpNyugb6Z3Rxe+7kyOIypHCfnBtewQtWEfXm6hPffxxEwRFwlgQvZf1GV7ywj6mpkzWOgeQa3QAffsHl0FtprmmNWI4RjPT0tr8Rpc5BTAtXfE9k7y+nAid0YZfLQtlmC8XEEmGmRqTYqyI8/49hCPubUE1oteplhBxoDB6eMBVM+mX/1GNHoGk/dmR8LeQEstoHULHo1Yw1dvUBnJ8mok4dyRwZ+NDfgNQo5Dpv/euEuGbROH68Oxh2VhrWR6EkJ8ADIygDKPTNf040cYqm3zSOGd6Za7tessNDxT1qMx69v3zW/Muijmil2LYC0CQLd0mJ root@singlevm1-vm-38f20c72-2b1f-41a5-9cda-7621d9dd8586 ssh-dss AAAAB3NzaC1kc3MAAACBAI0aRAxlfhs3thzRLmQqnhpD2/PzvmPrad/wzy7n5ZTHy8LBTHR+Rih2wZj/9mRXRdxDMsaCTrskK/d0T4Es/6eOFhMvhzlwC05oR3hPtfkcgcvia5UD+DiP0gyojCgObFMU9bSLpPuenpJutrbR9AHK2dqX+kMYCP+ovFkTSithAAAAFQCC9vTUAXupgOTdQKRZ+69f4IdHqQAAAIAmeqBLEcihKsPf7BBVc5Cu2rkFneuDS32fMQyOiPz6T+PYwOk8MZqSQnPl6plrivERXWNeUzHnEhjFvm48CW9lDj6IwvBNfuhMjvV+yccP4b4cWeEEW/PY0YOca8vXv/YE2THqVe66ErSlaS3DrVEvGO7isoVAF8Z9E+F4RzAVygAAAIA/yDo589tA/0ZemAWvsOIpMXxQ+1Mu01VjOWIM0926a3UJc8lbOYZHTcqHHENG0spT7G/Ag6bZZmAEfPZaz2dny6Jiyw/3XF1Cax4X3cdWXnuPbKqREbAFt97nCDiRbr1UOjP8+iwaEsAmJ0l9NGJdEHhpfQWxY5X7Dsd06RYjhQ== root@singlevm1-vm-38f20c72-2b1f-41a5-9cda-7621d9dd8586 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.15s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe5c:d554/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.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-38f20c72-2b1f-41a5-9cda-7621d9dd8586 launch-index: 0 === cirros: current=0.4.0 uptime=3.71 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-38f20c72-2b1f-41a5-9cda-7621d9dd8586 login: 2018-07-23 20:11:34,292 - paramiko.transport - DEBUG - starting thread (client mode): 0x1ba16c50L 2018-07-23 20:11:34,293 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-23 20:11:34,293 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-23 20:11:34,293 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-23 20:11:34,295 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-23 20:11:34,295 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-23 20:11:34,296 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-23 20:11:34,296 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-23 20:11:34,296 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-23 20:11:34,296 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-23 20:11:34,317 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-23 20:11:34,318 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-23 20:11:34,325 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: cf3c993e00df4e92d7256614a8fa78f9 2018-07-23 20:11:34,326 - paramiko.transport - DEBUG - Trying discovered key ad04ac1ce73f95c9157ecbc36210f58e in /tmp/tmp6bfaYl 2018-07-23 20:11:34,355 - paramiko.transport - DEBUG - userauth is OK 2018-07-23 20:11:34,361 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-23 20:11:34,391 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-23 20:11:34,392 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-23 20:11:34,393 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-23 20:11:34,396 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-23 20:11:34,397 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-23 20:11:34,397 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-23 20:11:34,402 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-23 20:11:34,513 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 20:11:34,513 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:39 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-23 20:11:34,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-23 20:11:34,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/b08c3e27-13a7-4cfa-83c0-da2a3a6142e9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:35,750 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e67262d2-5152-4d5d-8caf-d0cd862c6125 Content-Length: 0 Date: Mon, 23 Jul 2018 20:11:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:11:35,750 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/b08c3e27-13a7-4cfa-83c0-da2a3a6142e9.json used request id req-e67262d2-5152-4d5d-8caf-d0cd862c6125 2018-07-23 20:11:35,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.23028087616s 2018-07-23 20:11:35,751 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/b08c3e27-13a7-4cfa-83c0-da2a3a6142e9.json used request id req-e67262d2-5152-4d5d-8caf-d0cd862c6125 2018-07-23 20:11:35,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 20:11:35,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:36,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-42e34017-7ebf-4a3d-8663-c6c1f4473c12 Date: Mon, 23 Jul 2018 20:11:36 GMT RESP BODY: {"floatingips": []} 2018-07-23 20:11:36,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-42e34017-7ebf-4a3d-8663-c6c1f4473c12 2018-07-23 20:11:36,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.289641141891s 2018-07-23 20:11:36,046 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-42e34017-7ebf-4a3d-8663-c6c1f4473c12 2018-07-23 20:11:36,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-23 20:11:36,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:36,395 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:11: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-c3d4a1e9-ac93-4829-892f-82dcbf09b6df x-compute-request-id: req-c3d4a1e9-ac93-4829-892f-82dcbf09b6df Content-Type: application/json 2018-07-23 20:11:36,395 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e used request id req-c3d4a1e9-ac93-4829-892f-82dcbf09b6df 2018-07-23 20:11:36,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.348448038101s 2018-07-23 20:11:36,396 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e used request id req-c3d4a1e9-ac93-4829-892f-82dcbf09b6df 2018-07-23 20:11:36,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:11:36,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:37,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11: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-3b286f7d-0763-444b-a74d-9676dab347ec x-compute-request-id: req-3b286f7d-0763-444b-a74d-9676dab347ec Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_38f20c72-2b1f-41a5-9cda-7621d9dd8586": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:d5:54", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:d5:54", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a842f1c7-6204-40cc-86a0-62892d13b47e", "rel": "bookmark"}], "image": {"id": "347dc1a7-8234-408b-ad1f-d87f685d479b", "links": [{"href": "http://172.30.9.30:8774/images/347dc1a7-8234-408b-ad1f-d87f685d479b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-23T20:11:24.000000", "flavor": {"id": "5066adaf-bc2d-423f-8992-69ee0c75e3aa", "links": [{"href": "http://172.30.9.30:8774/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa", "rel": "bookmark"}]}, "id": "a842f1c7-6204-40cc-86a0-62892d13b47e", "security_groups": [{"name": "singlevm1-sg_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}], "user_id": "8dac1feb2ea34466ba99783afd8dc8e5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:11:36Z", "hostId": "64a98033b1d9049b15f783a76c041428f4fa73b5a8eb899cc4804166", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "created": "2018-07-23T20:11:12Z", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:11:37,477 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3b286f7d-0763-444b-a74d-9676dab347ec 2018-07-23 20:11:37,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08046007156s 2018-07-23 20:11:37,477 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3b286f7d-0763-444b-a74d-9676dab347ec 2018-07-23 20:11:37,479 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:11:39,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:11:39,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:39,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3b5d4aef-1458-4cc4-8488-d311a2113770 x-compute-request-id: req-3b5d4aef-1458-4cc4-8488-d311a2113770 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-23 20:11:39,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3b5d4aef-1458-4cc4-8488-d311a2113770 2018-07-23 20:11:39,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.227916955948s 2018-07-23 20:11:39,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3b5d4aef-1458-4cc4-8488-d311a2113770 2018-07-23 20:11:39,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 20:11:39,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:39,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-fd54dd12-28a7-46fb-bcdb-8b4eb64c9a21 Date: Mon, 23 Jul 2018 20:11:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "created_at": "2018-07-23T20:09:45Z", "updated_at": "2018-07-23T20:09:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:45Z", "revision_number": 0, "id": "0e5e5ea8-2957-4d54-8749-18cc046f8ab6", "remote_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:45Z", "security_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:45Z", "revision_number": 0, "id": "4224c41c-3299-4626-9565-6838117a803b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:45Z", "security_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:45Z", "revision_number": 0, "id": "d26a7eca-1341-4395-afb3-5d7be61b4bfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:45Z", "security_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:45Z", "revision_number": 0, "id": "ed164f84-1fcc-4c72-9422-cee4d7fc991a", "remote_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:45Z", "security_group_id": "0df52010-4605-461b-bbed-a0ad3639fd39", "tenant_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee"}], "revision_number": 1, "project_id": "48bdb7e0d5cc4ef9aade4fed555c46ee", "id": "0df52010-4605-461b-bbed-a0ad3639fd39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:09:20Z", "updated_at": "2018-07-23T20:09:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:20Z", "revision_number": 0, "id": "40a61953-4add-488c-ac79-2d7c71203d2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:20Z", "security_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:20Z", "revision_number": 0, "id": "90ccf273-59d6-4a5a-9401-8e46224a7bde", "remote_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:20Z", "security_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:20Z", "revision_number": 0, "id": "dd5e19ce-353f-43c3-b2ad-217c3ca6db5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:20Z", "security_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:20Z", "revision_number": 0, "id": "fc01fe30-63b3-4337-939b-deec845425e4", "remote_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:20Z", "security_group_id": "376444e2-0524-4264-a956-7a16936bbcd4", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}], "revision_number": 1, "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "376444e2-0524-4264-a956-7a16936bbcd4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-23T20:09:24Z", "updated_at": "2018-07-23T20:09:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:24Z", "revision_number": 0, "id": "3668dcc5-9be5-4cdf-981a-99dd645490cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:24Z", "security_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:24Z", "revision_number": 0, "id": "8b63fa51-ee84-45df-a339-81e894fb4af6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:24Z", "security_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:24Z", "revision_number": 0, "id": "be3c239d-3e69-4e8b-ae2c-c738291c8710", "remote_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:24Z", "security_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:09:24Z", "revision_number": 0, "id": "e9819c7b-40c5-46b5-8def-401849c143ba", "remote_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "remote_ip_prefix": null, "created_at": "2018-07-23T20:09:24Z", "security_group_id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "3b7907cc-1dc8-434d-9caa-718ec2753b69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec13131588304c74acff55b86df67615", "created_at": "2018-07-23T20:10:33Z", "updated_at": "2018-07-23T20:10:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:10:33Z", "revision_number": 0, "id": "9ceaf2e8-1e0e-4196-92be-fe582e0fd2ce", "remote_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "remote_ip_prefix": null, "created_at": "2018-07-23T20:10:33Z", "security_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "tenant_id": "ec13131588304c74acff55b86df67615", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec13131588304c74acff55b86df67615"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:10:33Z", "revision_number": 0, "id": "aee25617-e83f-4ad8-933c-8ed2f435224d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:10:33Z", "security_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "tenant_id": "ec13131588304c74acff55b86df67615", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec13131588304c74acff55b86df67615"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:10:33Z", "revision_number": 0, "id": "e29cff6a-70a6-4ca1-9719-a800af4aaf85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:10:33Z", "security_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "tenant_id": "ec13131588304c74acff55b86df67615", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec13131588304c74acff55b86df67615"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:10:33Z", "revision_number": 0, "id": "fd764579-03df-429d-aa9c-5971867e8f64", "remote_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "remote_ip_prefix": null, "created_at": "2018-07-23T20:10:33Z", "security_group_id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "tenant_id": "ec13131588304c74acff55b86df67615", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec13131588304c74acff55b86df67615"}], "revision_number": 1, "project_id": "ec13131588304c74acff55b86df67615", "id": "556adc93-b85c-4505-8f9c-bd9e3abb3bd5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "created_at": "2018-07-23T20:06:04Z", "updated_at": "2018-07-23T20:06:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:06:04Z", "revision_number": 0, "id": "308b471a-1ff4-4be8-80cd-ec9f71871662", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:06:04Z", "security_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "port_range_min": null, "ethertype": "IPv6", "project_id": "34433fa276594da9910da7d3eb6d3d61"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:06:04Z", "revision_number": 0, "id": "358f6841-d269-48b3-b533-7bfeac40327f", "remote_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "remote_ip_prefix": null, "created_at": "2018-07-23T20:06:04Z", "security_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "port_range_min": null, "ethertype": "IPv4", "project_id": "34433fa276594da9910da7d3eb6d3d61"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:06:04Z", "revision_number": 0, "id": "99efa03d-b854-4b0d-ba1d-f745b90aef75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:06:04Z", "security_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "port_range_min": null, "ethertype": "IPv4", "project_id": "34433fa276594da9910da7d3eb6d3d61"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:06:04Z", "revision_number": 0, "id": "d91171df-6ab2-448c-95bf-53e18639a9ff", "remote_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "remote_ip_prefix": null, "created_at": "2018-07-23T20:06:04Z", "security_group_id": "6755673b-e488-4836-83e1-e1d18035d662", "tenant_id": "34433fa276594da9910da7d3eb6d3d61", "port_range_min": null, "ethertype": "IPv6", "project_id": "34433fa276594da9910da7d3eb6d3d61"}], "revision_number": 1, "project_id": "34433fa276594da9910da7d3eb6d3d61", "id": "6755673b-e488-4836-83e1-e1d18035d662", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:11:04Z", "updated_at": "2018-07-23T20:11:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:04Z", "revision_number": 0, "id": "05297794-6733-44d0-9d47-ce30d1fcdc36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:04Z", "security_group_id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-23T20:11:06Z", "revision_number": 0, "id": "326d4fa0-ebb5-43e5-be57-776b72a7aa8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:06Z", "security_group_id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:04Z", "revision_number": 0, "id": "60448589-ce9b-4b9a-bac4-d55abd0211c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:04Z", "security_group_id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:06Z", "revision_number": 0, "id": "e59eb81e-a0d3-44ad-a9eb-c56193e4e8d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:06Z", "security_group_id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b77792c68ec4f519737d2732c1f92c4"}], "revision_number": 3, "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "bb222272-08bb-4d5a-b27f-a3a1a99045f1", "name": "singlevm1-sg_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}]} 2018-07-23 20:11:39,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-fd54dd12-28a7-46fb-bcdb-8b4eb64c9a21 2018-07-23 20:11:39,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.255198001862s 2018-07-23 20:11:39,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-fd54dd12-28a7-46fb-bcdb-8b4eb64c9a21 2018-07-23 20:11:39,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-23 20:11:39,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/bb222272-08bb-4d5a-b27f-a3a1a99045f1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:40,192 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fac9676c-1d3c-48c6-b70d-cd83dacb5ec4 Content-Length: 0 Date: Mon, 23 Jul 2018 20:11:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:11:40,193 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/bb222272-08bb-4d5a-b27f-a3a1a99045f1.json used request id req-fac9676c-1d3c-48c6-b70d-cd83dacb5ec4 2018-07-23 20:11:40,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.219706058502s 2018-07-23 20:11:40,193 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/bb222272-08bb-4d5a-b27f-a3a1a99045f1.json used request id req-fac9676c-1d3c-48c6-b70d-cd83dacb5ec4 2018-07-23 20:11:40,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-23 20:11:40,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:40,287 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 20:11:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-249a64ac-6c70-41d8-90ed-2702779cd33a x-compute-request-id: req-249a64ac-6c70-41d8-90ed-2702779cd33a Content-Length: 0 Content-Type: application/json 2018-07-23 20:11:40,287 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586 used request id req-249a64ac-6c70-41d8-90ed-2702779cd33a 2018-07-23 20:11:40,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0936319828033s 2018-07-23 20:11:40,287 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/singlevm1-kp_38f20c72-2b1f-41a5-9cda-7621d9dd8586 used request id req-249a64ac-6c70-41d8-90ed-2702779cd33a 2018-07-23 20:11:40,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 20:11:40,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" -d '{"subnet_id": "ef449b9f-bfaa-4903-a62f-dc6611a14426"}' 2018-07-23 20:11:41,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fdd04a99-a158-4840-a73f-d4b82d235ece Date: Mon, 23 Jul 2018 20:11:41 GMT RESP BODY: {"network_id": "1512ac0d-3d2c-463d-9d47-cb9045a1fd1c", "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "subnet_id": "ef449b9f-bfaa-4903-a62f-dc6611a14426", "subnet_ids": ["ef449b9f-bfaa-4903-a62f-dc6611a14426"], "port_id": "c14f2cf5-d064-43e1-815c-4468c4629e01", "id": "6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1"} 2018-07-23 20:11:41,912 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1/remove_router_interface.json used request id req-fdd04a99-a158-4840-a73f-d4b82d235ece 2018-07-23 20:11:41,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.6246240139s 2018-07-23 20:11:41,913 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1/remove_router_interface.json used request id req-fdd04a99-a158-4840-a73f-d4b82d235ece returning object 6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1 2018-07-23 20:11:41,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 20:11:41,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:42,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-10fafb53-d5ab-4a4f-bed3-234bcf4436b1 Date: Mon, 23 Jul 2018 20:11:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "7b77792c68ec4f519737d2732c1f92c4", "created_at": "2018-07-23T20:10:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-23T20:11:41Z", "revision_number": 4, "routes": [], "project_id": "7b77792c68ec4f519737d2732c1f92c4", "id": "6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1", "name": "singlevm1-router_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}]} 2018-07-23 20:11:42,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-10fafb53-d5ab-4a4f-bed3-234bcf4436b1 2018-07-23 20:11:42,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.402075052261s 2018-07-23 20:11:42,316 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-10fafb53-d5ab-4a4f-bed3-234bcf4436b1 2018-07-23 20:11:42,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 20:11:42,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:44,042 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ee751c5c-a546-4ab3-8a73-ae404f9b5396 Content-Length: 0 Date: Mon, 23 Jul 2018 20:11:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:11:44,042 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1.json used request id req-ee751c5c-a546-4ab3-8a73-ae404f9b5396 2018-07-23 20:11:44,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.72497701645s 2018-07-23 20:11:44,043 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/6c6db5c5-b6f0-4c65-9f8b-cc90d2e5a0d1.json used request id req-ee751c5c-a546-4ab3-8a73-ae404f9b5396 2018-07-23 20:11:44,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 20:11:44,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:44,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-a84227cc-1490-4872-93b5-b83d96efd4b9 Date: Mon, 23 Jul 2018 20:11:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:12Z","dns_nameservers":[],"updated_at":"2018-07-23T20:06:12Z","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":"34433fa276594da9910da7d3eb6d3d61","id":"889c6f1d-aecd-4f93-8be0-bf6d968b4891","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1512ac0d-3d2c-463d-9d47-cb9045a1fd1c","tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:10:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:10:56Z","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":"7b77792c68ec4f519737d2732c1f92c4","id":"ef449b9f-bfaa-4903-a62f-dc6611a14426","subnetpool_id":null,"name":"singlevm1-subnet_38f20c72-2b1f-41a5-9cda-7621d9dd8586"}]} 2018-07-23 20:11:44,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-a84227cc-1490-4872-93b5-b83d96efd4b9 2018-07-23 20:11:44,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0452389717102s 2018-07-23 20:11:44,089 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-a84227cc-1490-4872-93b5-b83d96efd4b9 2018-07-23 20:11:44,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 20:11:44,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/ef449b9f-bfaa-4903-a62f-dc6611a14426.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:46,452 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1813c806-5752-4fb0-af63-ef32df008ba7 Date: Mon, 23 Jul 2018 20:11:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:11:46,452 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/ef449b9f-bfaa-4903-a62f-dc6611a14426.json used request id req-1813c806-5752-4fb0-af63-ef32df008ba7 2018-07-23 20:11:46,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.36133098602s 2018-07-23 20:11:46,452 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/ef449b9f-bfaa-4903-a62f-dc6611a14426.json used request id req-1813c806-5752-4fb0-af63-ef32df008ba7 2018-07-23 20:11:46,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:11:46,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:46,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-b072a769-cd68-4a6a-9cd4-0e3b356522c2 Date: Mon, 23 Jul 2018 20:11:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1512ac0d-3d2c-463d-9d47-cb9045a1fd1c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7b77792c68ec4f519737d2732c1f92c4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-23T20:11:46Z","provider:segmentation_id":70,"name":"singlevm1-net_38f20c72-2b1f-41a5-9cda-7621d9dd8586","admin_state_up":true,"tenant_id":"7b77792c68ec4f519737d2732c1f92c4","created_at":"2018-07-23T20:10:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:11:46,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-b072a769-cd68-4a6a-9cd4-0e3b356522c2 2018-07-23 20:11:46,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0986430644989s 2018-07-23 20:11:46,552 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-b072a769-cd68-4a6a-9cd4-0e3b356522c2 2018-07-23 20:11:46,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 20:11:46,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/1512ac0d-3d2c-463d-9d47-cb9045a1fd1c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:47,940 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0437f5f1-2991-462b-992b-4654659ce7d9 Date: Mon, 23 Jul 2018 20:11:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:11:47,940 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/1512ac0d-3d2c-463d-9d47-cb9045a1fd1c.json used request id req-0437f5f1-2991-462b-992b-4654659ce7d9 2018-07-23 20:11:47,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.38750815392s 2018-07-23 20:11:47,941 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/1512ac0d-3d2c-463d-9d47-cb9045a1fd1c.json used request id req-0437f5f1-2991-462b-992b-4654659ce7d9 2018-07-23 20:11:47,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:11:47,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:48,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-d47738ed-c566-4550-979f-0ed82662a7fb Date: Mon, 23 Jul 2018 20:11:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/347dc1a7-8234-408b-ad1f-d87f685d479b/snap", "metadata": {}}], "file": "/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b/file", "owner": "7b77792c68ec4f519737d2732c1f92c4", "id": "347dc1a7-8234-408b-ad1f-d87f685d479b", "size": 12716032, "self": "/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b", "disk_format": "qcow2", "direct_url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/347dc1a7-8234-408b-ad1f-d87f685d479b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:11:03Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T20:11:02Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:11:48,608 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d47738ed-c566-4550-979f-0ed82662a7fb 2018-07-23 20:11:48,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.663727998734s 2018-07-23 20:11:48,609 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d47738ed-c566-4550-979f-0ed82662a7fb 2018-07-23 20:11:48,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-23 20:11:48,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:49,691 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ba8fd2eb-9c4c-49a9-8d53-b6e7a77eb952 Date: Mon, 23 Jul 2018 20:11:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 20:11:49,691 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b used request id req-ba8fd2eb-9c4c-49a9-8d53-b6e7a77eb952 2018-07-23 20:11:49,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.07933092117s 2018-07-23 20:11:49,692 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/347dc1a7-8234-408b-ad1f-d87f685d479b used request id req-ba8fd2eb-9c4c-49a9-8d53-b6e7a77eb952 2018-07-23 20:11:49,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 20:11:49,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:49,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11: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-7eec6a3d-8654-4c70-98f1-c7dc52144678 x-compute-request-id: req-7eec6a3d-8654-4c70-98f1-c7dc52144678 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_38f20c72-2b1f-41a5-9cda-7621d9dd8586", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa", "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": "5066adaf-bc2d-423f-8992-69ee0c75e3aa"}]} 2018-07-23 20:11:49,731 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-7eec6a3d-8654-4c70-98f1-c7dc52144678 2018-07-23 20:11:49,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0386619567871s 2018-07-23 20:11:49,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-7eec6a3d-8654-4c70-98f1-c7dc52144678 2018-07-23 20:11:49,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-23 20:11:49,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0234b6b8b4ced59fc69b38c22bc39dd5e94485c3" 2018-07-23 20:11:49,787 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 20:11: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 x-openstack-request-id: req-950cb13f-b65e-4d3b-aa02-12c960f4a5c5 x-compute-request-id: req-950cb13f-b65e-4d3b-aa02-12c960f4a5c5 Content-Length: 0 Content-Type: application/json 2018-07-23 20:11:49,787 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa used request id req-950cb13f-b65e-4d3b-aa02-12c960f4a5c5 2018-07-23 20:11:49,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0550401210785s 2018-07-23 20:11:49,788 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/5066adaf-bc2d-423f-8992-69ee0c75e3aa used request id req-950cb13f-b65e-4d3b-aa02-12c960f4a5c5 2018-07-23 20:11:49,844 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-07-23 20:11:49,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 20:11:49,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 20:11:49,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 20:11:49,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 20:11:49,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 20:11:49,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 20:11:49,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 20:11:49,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 20:11:49,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 20:11:49,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 20:11:49,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 20:11:49,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 20:11:49,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 20:11:49,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 20:11:49,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 20:11:49,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 20:11:49,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 20:11:49,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 20:11:49,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 20:11:49,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 20:11:49,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 20:11:49,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 20:11:49,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:11:49,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20cac3a0-f2d1-4dbc-9141-ea8414385af0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-07-23 20:11:49,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-20cac3a0-f2d1-4dbc-9141-ea8414385af0 2018-07-23 20:11:49,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-23 20:11:50,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1aceca7f18154604bae9cc22122c56e3", "name": "reader"}, {"id": "edc6c78a99c44825b5f05142fc006c4e", "name": "member"}, {"id": "93a47ab3bdfa4ea98963f56b9c4a1876", "name": "admin"}], "expires_at": "2018-07-23T21:11:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b77792c68ec4f519737d2732c1f92c4", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b98340839c44b2183fa9535b42ac330"}], "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b27a3156feb4077b14b65594691c097"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ecf62a194def48299f13b817f04627ed"}], "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37592470b09943998a4e9b272bb64a74"}, {"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"url": "http://172.30.9.30:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}], "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c290c5693e459eb08d8b77f75cdc47"}], "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"url": "http://12.0.0.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "976992f691f84b4abec884aa88acefb9"}], "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4853527bcdea49f8aa653565601a83c0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff612aadf1684862addf5b1ebc488287"}], "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b45e9372eb6436db0f7460444431a44"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}], "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f34d144cb7fc4fb48b217969def15b97"}], "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "422c711d88dd43daabef991fcff457e5"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f9d395bdfa2457f9cb46868761811a8"}], "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85586397d6634ce5b65581ea09aea44b"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a08f0e9322644f30b053d34df0639090"}], "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"url": "http://172.30.9.30:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c397d2787c3245368301a0d82e84985e"}], "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"url": "http://172.30.9.30:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}], "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c89d765cdc9d42a4b5a100914669bbed"}], "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f00ed106e044f8b75a51d916af1da4"}], "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8dac1feb2ea34466ba99783afd8dc8e5"}, "audit_ids": ["A4DFjWmARQi-XJhfSJ96og"], "issued_at": "2018-07-23T20:11:50.000000Z"}} 2018-07-23 20:11:50,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:11:50,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:11:50,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a9d3d132-dcd0-46f2-a84e-ed9ba6711ff8 Date: Mon, 23 Jul 2018 20:11:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:11:50,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a9d3d132-dcd0-46f2-a84e-ed9ba6711ff8 2018-07-23 20:11:50,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.274379014969s 2018-07-23 20:11:50,572 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a9d3d132-dcd0-46f2-a84e-ed9ba6711ff8 2018-07-23 20:11:50,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:11:50,582 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 20:11:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55e39458-ecf9-4f39-99e2-76b897d1524a 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.30:5000/v3/", "rel": "self"}]}]}} 2018-07-23 20:11:50,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-55e39458-ecf9-4f39-99e2-76b897d1524a 2018-07-23 20:11:50,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 20:11:50,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:11:50,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35b2d758-fb99-4860-b1e8-a058baa179ad Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/08b37e406d8b4def9f8b3898f887b9cb"}, "tags": [], "enabled": true, "id": "08b37e406d8b4def9f8b3898f887b9cb", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-07-23 20:11:50,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-35b2d758-fb99-4860-b1e8-a058baa179ad 2018-07-23 20:11:50,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.106291055679s 2018-07-23 20:11:50,690 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-35b2d758-fb99-4860-b1e8-a058baa179ad 2018-07-23 20:11:50,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-23 20:11:50,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}}' 2018-07-23 20:11:50,883 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 20:11:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81b3ac82-5f33-48f5-89ac-ab31bee8cf4f 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.30:5000/v3/projects/2dc70158a9eb44acbd9d53b7d7330c47"}, "tags": [], "enabled": true, "id": "2dc70158a9eb44acbd9d53b7d7330c47", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}} 2018-07-23 20:11:50,883 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-81b3ac82-5f33-48f5-89ac-ab31bee8cf4f 2018-07-23 20:11:50,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.189496994019s 2018-07-23 20:11:50,884 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-81b3ac82-5f33-48f5-89ac-ab31bee8cf4f 2018-07-23 20:11:50,884 - 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'2dc70158a9eb44acbd9d53b7d7330c47', '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_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a'}) 2018-07-23 20:11:50,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-23 20:11:50,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4d4427e3-4ce8-4526-bf68-1cedf3c352be", "email": null, "name": "singlevm2-user_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}}' 2018-07-23 20:11:51,293 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 20:11:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb88febd-0e12-4584-b939-a0fdb5a57f0d Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "links": {"self": "http://172.30.9.30:5000/v3/users/873be059f31249b5a44f7322f931a5ce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "873be059f31249b5a44f7322f931a5ce", "domain_id": "default", "password_expires_at": null}} 2018-07-23 20:11:51,294 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-cb88febd-0e12-4584-b939-a0fdb5a57f0d 2018-07-23 20:11:51,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.403138875961s 2018-07-23 20:11:51,294 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-cb88febd-0e12-4584-b939-a0fdb5a57f0d 2018-07-23 20:11:51,295 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'873be059f31249b5a44f7322f931a5ce', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a'}) 2018-07-23 20:11:51,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:11:51,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:11:51,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30c96f06-d751-43c0-8dae-b1446c9b2f56 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:11:51,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-30c96f06-d751-43c0-8dae-b1446c9b2f56 2018-07-23 20:11:51,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106808185577s 2018-07-23 20:11:51,405 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-30c96f06-d751-43c0-8dae-b1446c9b2f56 2018-07-23 20:11:51,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:11:51,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:11:51,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f2d6d07-b5ba-4c27-b2bb-71282c54e9b6 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:11:51,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2f2d6d07-b5ba-4c27-b2bb-71282c54e9b6 2018-07-23 20:11:51,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0976510047913s 2018-07-23 20:11:51,508 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2f2d6d07-b5ba-4c27-b2bb-71282c54e9b6 2018-07-23 20:11:51,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:11:51,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:11:51,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-643607d6-4c5e-4d06-9dbe-88411b5198b2 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:11:51,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-643607d6-4c5e-4d06-9dbe-88411b5198b2 2018-07-23 20:11:51,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.11196398735s 2018-07-23 20:11:51,626 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-643607d6-4c5e-4d06-9dbe-88411b5198b2 2018-07-23 20:11:51,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 20:11:51,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:11:51,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf3e99b2-1bd2-4bd7-9aaa-7d7708e3862a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-23 20:11:51,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-bf3e99b2-1bd2-4bd7-9aaa-7d7708e3862a 2018-07-23 20:11:51,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109532117844s 2018-07-23 20:11:51,740 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-bf3e99b2-1bd2-4bd7-9aaa-7d7708e3862a 2018-07-23 20:11:51,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:11:51,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:11:51,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34aef6e8-d589-4cfc-a9e6-3b4db683342e Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/0a24a34f537e4b729f28e8e878c656b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a24a34f537e4b729f28e8e878c656b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0d5dc8cd3c9f44ac8c45da536da81204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d5dc8cd3c9f44ac8c45da536da81204", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/0efef48632a744e3b93acb9afe7551bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0efef48632a744e3b93acb9afe7551bc", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/28eeee97468242c79125a600bd641312"}, "domain_id": "default", "enabled": true, "options": {}, "id": "28eeee97468242c79125a600bd641312", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/4f7b5ee19a6443ac92a2e1cce790d65d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f7b5ee19a6443ac92a2e1cce790d65d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/536475fc3e7f4546a4212837f00f7239"}, "domain_id": "default", "enabled": true, "options": {}, "id": "536475fc3e7f4546a4212837f00f7239", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/5c5a27d54fea41c783f691489d1cd4a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c5a27d54fea41c783f691489d1cd4a5", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/5ca40dc636c4498b9a22f63f1b79c2df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ca40dc636c4498b9a22f63f1b79c2df", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/6d993a774be44345a9bafe78c48e0f26"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d993a774be44345a9bafe78c48e0f26", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/70dbd0b07e52422aa3cfbc989a173e0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70dbd0b07e52422aa3cfbc989a173e0b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "links": {"self": "http://172.30.9.30:5000/v3/users/873be059f31249b5a44f7322f931a5ce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "873be059f31249b5a44f7322f931a5ce", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/8dac1feb2ea34466ba99783afd8dc8e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8dac1feb2ea34466ba99783afd8dc8e5", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/978234c706ca499b975f668b2ac71ef0"}, "domain_id": "08b37e406d8b4def9f8b3898f887b9cb", "enabled": true, "options": {}, "id": "978234c706ca499b975f668b2ac71ef0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/a97247a9389345ebaf8a0b1ba23a202d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a97247a9389345ebaf8a0b1ba23a202d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/e70b72268691407dbc6bb56015fc0e87"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e70b72268691407dbc6bb56015fc0e87", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-07-23 20:11:51,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-34aef6e8-d589-4cfc-a9e6-3b4db683342e 2018-07-23 20:11:51,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115761041641s 2018-07-23 20:11:51,858 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-34aef6e8-d589-4cfc-a9e6-3b4db683342e 2018-07-23 20:11:51,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 20:11:51,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:11:51,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa59574c-9b8c-458c-9c50-d879fa4aa031 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b77792c68ec4f519737d2732c1f92c4"}, "tags": [], "enabled": true, "id": "7b77792c68ec4f519737d2732c1f92c4", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61"}, "tags": [], "enabled": true, "id": "34433fa276594da9910da7d3eb6d3d61", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.30:5000/v3/projects/2dc70158a9eb44acbd9d53b7d7330c47"}, "tags": [], "enabled": true, "id": "2dc70158a9eb44acbd9d53b7d7330c47", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}]} 2018-07-23 20:11:51,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-fa59574c-9b8c-458c-9c50-d879fa4aa031 2018-07-23 20:11:51,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.113210916519s 2018-07-23 20:11:51,983 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-fa59574c-9b8c-458c-9c50-d879fa4aa031 2018-07-23 20:11:51,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-23 20:11:51,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/role_assignments?user.id=873be059f31249b5a44f7322f931a5ce&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=2dc70158a9eb44acbd9d53b7d7330c47" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:11:52,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f09d2a40-b23f-493a-9de1-2f3657589a82 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=873be059f31249b5a44f7322f931a5ce&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=2dc70158a9eb44acbd9d53b7d7330c47", "previous": null, "next": null}} 2018-07-23 20:11:52,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=873be059f31249b5a44f7322f931a5ce&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=2dc70158a9eb44acbd9d53b7d7330c47 used request id req-f09d2a40-b23f-493a-9de1-2f3657589a82 2018-07-23 20:11:52,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.118238210678s 2018-07-23 20:11:52,109 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=873be059f31249b5a44f7322f931a5ce&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=2dc70158a9eb44acbd9d53b7d7330c47 used request id req-f09d2a40-b23f-493a-9de1-2f3657589a82 2018-07-23 20:11:52,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-23 20:11:52,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/2dc70158a9eb44acbd9d53b7d7330c47/users/873be059f31249b5a44f7322f931a5ce/roles/edc6c78a99c44825b5f05142fc006c4e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:11:52,303 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:11:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a353b783-1f26-4855-9f0c-990725c5502a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:11:52,303 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/2dc70158a9eb44acbd9d53b7d7330c47/users/873be059f31249b5a44f7322f931a5ce/roles/edc6c78a99c44825b5f05142fc006c4e used request id req-a353b783-1f26-4855-9f0c-990725c5502a 2018-07-23 20:11:52,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.190577030182s 2018-07-23 20:11:52,303 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/2dc70158a9eb44acbd9d53b7d7330c47/users/873be059f31249b5a44f7322f931a5ce/roles/edc6c78a99c44825b5f05142fc006c4e used request id req-a353b783-1f26-4855-9f0c-990725c5502a 2018-07-23 20:11:52,304 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', 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'2dc70158a9eb44acbd9d53b7d7330c47', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '4d4427e3-4ce8-4526-bf68-1cedf3c352be', 'username': u'singlevm2-user_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-23 20:11:52,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 20:11:52,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 20:11:52,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 20:11:52,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 20:11:52,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 20:11:52,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 20:11:52,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 20:11:52,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 20:11:52,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 20:11:52,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 20:11:52,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 20:11:52,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 20:11:52,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 20:11:52,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 20:11:52,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 20:11:52,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 20:11:52,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 20:11:52,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 20:11:52,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 20:11:52,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 20:11:52,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 20:11:52,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 20:11:52,310 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', 'password': '4d4427e3-4ce8-4526-bf68-1cedf3c352be', 'project_name': 'singlevm2-project_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '2dc70158a9eb44acbd9d53b7d7330c47', 'project_domain_name': 'Default'} 2018-07-23 20:11:52,310 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-07-23 20:11:52,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:11:52,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c58a985-7475-43f7-8bb3-7bf7aa91b810 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-07-23 20:11:52,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4c58a985-7475-43f7-8bb3-7bf7aa91b810 2018-07-23 20:11:52,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-23 20:11:52,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1aceca7f18154604bae9cc22122c56e3", "name": "reader"}, {"id": "edc6c78a99c44825b5f05142fc006c4e", "name": "member"}], "expires_at": "2018-07-23T21:11:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2dc70158a9eb44acbd9d53b7d7330c47", "name": "singlevm2-project_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b98340839c44b2183fa9535b42ac330"}], "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b27a3156feb4077b14b65594691c097"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ecf62a194def48299f13b817f04627ed"}], "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/2dc70158a9eb44acbd9d53b7d7330c47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37592470b09943998a4e9b272bb64a74"}, {"url": "http://192.30.9.5:8776/v1/2dc70158a9eb44acbd9d53b7d7330c47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"url": "http://172.30.9.30:8776/v1/2dc70158a9eb44acbd9d53b7d7330c47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}], "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c290c5693e459eb08d8b77f75cdc47"}], "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_2dc70158a9eb44acbd9d53b7d7330c47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"url": "http://12.0.0.30:8080/v1/AUTH_2dc70158a9eb44acbd9d53b7d7330c47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "976992f691f84b4abec884aa88acefb9"}], "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4853527bcdea49f8aa653565601a83c0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff612aadf1684862addf5b1ebc488287"}], "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/2dc70158a9eb44acbd9d53b7d7330c47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"url": "http://192.30.9.5:8004/v1/2dc70158a9eb44acbd9d53b7d7330c47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b45e9372eb6436db0f7460444431a44"}, {"url": "http://192.30.9.5:8004/v1/2dc70158a9eb44acbd9d53b7d7330c47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}], "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f34d144cb7fc4fb48b217969def15b97"}], "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "422c711d88dd43daabef991fcff457e5"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f9d395bdfa2457f9cb46868761811a8"}], "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85586397d6634ce5b65581ea09aea44b"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a08f0e9322644f30b053d34df0639090"}], "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/2dc70158a9eb44acbd9d53b7d7330c47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"url": "http://192.30.9.5:8776/v3/2dc70158a9eb44acbd9d53b7d7330c47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"url": "http://172.30.9.30:8776/v3/2dc70158a9eb44acbd9d53b7d7330c47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c397d2787c3245368301a0d82e84985e"}], "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/2dc70158a9eb44acbd9d53b7d7330c47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"url": "http://192.30.9.5:8776/v2/2dc70158a9eb44acbd9d53b7d7330c47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"url": "http://172.30.9.30:8776/v2/2dc70158a9eb44acbd9d53b7d7330c47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}], "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c89d765cdc9d42a4b5a100914669bbed"}], "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f00ed106e044f8b75a51d916af1da4"}], "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "id": "873be059f31249b5a44f7322f931a5ce"}, "audit_ids": ["_ItWxHRGR3aEqUksnXZkQg"], "issued_at": "2018-07-23T20:11:52.000000Z"}} 2018-07-23 20:11:52,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 20:11:52,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" -d '{"network": {"name": "singlevm2-net_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "admin_state_up": true}}' 2018-07-23 20:11:53,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-ad7e6c66-1b05-4e88-95e6-9793e6807f51 Date: Mon, 23 Jul 2018 20:11:53 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2dc70158a9eb44acbd9d53b7d7330c47","created_at":"2018-07-23T20:11:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-23T20:11:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2dc70158a9eb44acbd9d53b7d7330c47","id":"9fdcf547-a846-4dbe-8253-4af277982fdc","name":"singlevm2-net_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}} 2018-07-23 20:11:53,422 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-ad7e6c66-1b05-4e88-95e6-9793e6807f51 2018-07-23 20:11:53,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.694048881531s 2018-07-23 20:11:53,422 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-ad7e6c66-1b05-4e88-95e6-9793e6807f51 2018-07-23 20:11:53,422 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T20:11:53Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'9fdcf547-a846-4dbe-8253-4af277982fdc', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', u'admin_state_up': True, u'tenant_id': u'2dc70158a9eb44acbd9d53b7d7330c47', u'created_at': u'2018-07-23T20:11:53Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2dc70158a9eb44acbd9d53b7d7330c47'}) 2018-07-23 20:11:53,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:11:53,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:11:53,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-a5d3b44a-31cd-4240-8323-5a23b01d7522 Date: Mon, 23 Jul 2018 20:11:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-23T20:11:53Z","tenant_id":"2dc70158a9eb44acbd9d53b7d7330c47","created_at":"2018-07-23T20:11:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"2dc70158a9eb44acbd9d53b7d7330c47","id":"9fdcf547-a846-4dbe-8253-4af277982fdc","name":"singlevm2-net_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}]} 2018-07-23 20:11:53,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a5d3b44a-31cd-4240-8323-5a23b01d7522 2018-07-23 20:11:53,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.318593978882s 2018-07-23 20:11:53,742 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a5d3b44a-31cd-4240-8323-5a23b01d7522 2018-07-23 20:11:53,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 20:11:53,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" -d '{"subnet": {"name": "singlevm2-subnet_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "enable_dhcp": true, "network_id": "9fdcf547-a846-4dbe-8253-4af277982fdc", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 20:11:54,701 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-a0aa0cc1-c75d-4391-8ea0-2f7b721f7d97 Date: Mon, 23 Jul 2018 20:11:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fdcf547-a846-4dbe-8253-4af277982fdc","tenant_id":"2dc70158a9eb44acbd9d53b7d7330c47","created_at":"2018-07-23T20:11:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:11:54Z","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":"2dc70158a9eb44acbd9d53b7d7330c47","id":"33f586b4-8b4d-4baa-b2a5-aeb3211bd25f","subnetpool_id":null,"name":"singlevm2-subnet_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}} 2018-07-23 20:11:54,701 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-a0aa0cc1-c75d-4391-8ea0-2f7b721f7d97 2018-07-23 20:11:54,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.957967996597s 2018-07-23 20:11:54,702 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-a0aa0cc1-c75d-4391-8ea0-2f7b721f7d97 2018-07-23 20:11:54,702 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T20:11:54Z', 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'33f586b4-8b4d-4baa-b2a5-aeb3211bd25f', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', u'enable_dhcp': True, u'network_id': u'9fdcf547-a846-4dbe-8253-4af277982fdc', u'tenant_id': u'2dc70158a9eb44acbd9d53b7d7330c47', u'created_at': u'2018-07-23T20:11:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2dc70158a9eb44acbd9d53b7d7330c47'}) 2018-07-23 20:11:54,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 20:11:54,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" -d '{"router": {"external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc"}, "name": "singlevm2-router_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "admin_state_up": true}}' 2018-07-23 20:11:56,253 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-1e6ca3ed-2a14-452e-a207-14081606ff31 Date: Mon, 23 Jul 2018 20:11:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "created_at": "2018-07-23T20:11:54Z", "admin_state_up": true, "updated_at": "2018-07-23T20:11:56Z", "revision_number": 2, "routes": [], "project_id": "2dc70158a9eb44acbd9d53b7d7330c47", "id": "05bd3984-9c12-44e9-9433-07e6c6dd40f4", "name": "singlevm2-router_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}} 2018-07-23 20:11:56,253 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-1e6ca3ed-2a14-452e-a207-14081606ff31 2018-07-23 20:11:56,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.550314188s 2018-07-23 20:11:56,254 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-1e6ca3ed-2a14-452e-a207-14081606ff31 2018-07-23 20:11:56,254 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'889c6f1d-aecd-4f93-8be0-bf6d968b4891', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2dc70158a9eb44acbd9d53b7d7330c47', u'created_at': u'2018-07-23T20:11:54Z', u'admin_state_up': True, u'updated_at': u'2018-07-23T20:11:56Z', u'revision_number': 2, u'routes': [], u'project_id': u'2dc70158a9eb44acbd9d53b7d7330c47', u'id': u'05bd3984-9c12-44e9-9433-07e6c6dd40f4', u'name': u'singlevm2-router_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a'}) 2018-07-23 20:11:56,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 20:11:56,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/05bd3984-9c12-44e9-9433-07e6c6dd40f4/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" -d '{"subnet_id": "33f586b4-8b4d-4baa-b2a5-aeb3211bd25f"}' 2018-07-23 20:11:58,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-812ba199-4e5f-4ac2-b077-c4276929621a Date: Mon, 23 Jul 2018 20:11:58 GMT RESP BODY: {"network_id": "9fdcf547-a846-4dbe-8253-4af277982fdc", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "subnet_id": "33f586b4-8b4d-4baa-b2a5-aeb3211bd25f", "subnet_ids": ["33f586b4-8b4d-4baa-b2a5-aeb3211bd25f"], "port_id": "2821fb21-7a63-48bd-875f-2d65e0969289", "id": "05bd3984-9c12-44e9-9433-07e6c6dd40f4"} 2018-07-23 20:11:58,414 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/05bd3984-9c12-44e9-9433-07e6c6dd40f4/add_router_interface.json used request id req-812ba199-4e5f-4ac2-b077-c4276929621a 2018-07-23 20:11:58,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.15938282013s 2018-07-23 20:11:58,415 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/05bd3984-9c12-44e9-9433-07e6c6dd40f4/add_router_interface.json used request id req-812ba199-4e5f-4ac2-b077-c4276929621a returning object 05bd3984-9c12-44e9-9433-07e6c6dd40f4 2018-07-23 20:11:58,415 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-23 20:11:58,547 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-23 20:11:58,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:11:58,553 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 23 Jul 2018 20:11:58 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-07-23 20:11:58,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:11:58,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:11:58,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-71466483-51b7-4543-a20f-e12aad279594 Date: Mon, 23 Jul 2018 20:11:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:11:58,793 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-71466483-51b7-4543-a20f-e12aad279594 2018-07-23 20:11:58,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.237050771713s 2018-07-23 20:11:58,793 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-71466483-51b7-4543-a20f-e12aad279594 2018-07-23 20:11:58,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-23 20:11:58,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}' 2018-07-23 20:11:59,561 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-396cfe43-b733-4c4f-96e3-394d894c1850 Date: Mon, 23 Jul 2018 20:11:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db/file", "owner": "2dc70158a9eb44acbd9d53b7d7330c47", "id": "23c40c6e-62ff-4e1c-a9db-4ec27af500db", "size": null, "self": "/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:11:59Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "checksum": null, "created_at": "2018-07-23T20:11:59Z", "protected": false} 2018-07-23 20:11:59,561 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-396cfe43-b733-4c4f-96e3-394d894c1850 2018-07-23 20:11:59,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.762643814087s 2018-07-23 20:11:59,562 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-396cfe43-b733-4c4f-96e3-394d894c1850 returning object 23c40c6e-62ff-4e1c-a9db-4ec27af500db 2018-07-23 20:11:59,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-23 20:11:59,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" -d '' 2018-07-23 20:12:00,921 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e2920e4a-d90b-4c15-9c4c-ffed24e820f9 Date: Mon, 23 Jul 2018 20:12:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 20:12:00,921 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db/file used request id req-e2920e4a-d90b-4c15-9c4c-ffed24e820f9 2018-07-23 20:12:00,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.35833597183s 2018-07-23 20:12:00,921 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db/file used request id req-e2920e4a-d90b-4c15-9c4c-ffed24e820f9 2018-07-23 20:12:00,921 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-23T20:11:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db/file', u'owner': u'2dc70158a9eb44acbd9d53b7d7330c47', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'23c40c6e-62ff-4e1c-a9db-4ec27af500db', u'size': None, u'name': u'singlevm2-img_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', u'checksum': None, u'self': u'/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-23T20:11:59Z', u'schema': u'/v2/schemas/image'}) 2018-07-23 20:12:00,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-23 20:12:00,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-23 20:12:01,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12: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-5e6a21a3-c54a-440f-9200-8b38b8fe798b x-compute-request-id: req-5e6a21a3-c54a-440f-9200-8b38b8fe798b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8f09d108-5116-423f-8023-00954b7a5b0f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8f09d108-5116-423f-8023-00954b7a5b0f", "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": "8f09d108-5116-423f-8023-00954b7a5b0f"}} 2018-07-23 20:12:01,165 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5e6a21a3-c54a-440f-9200-8b38b8fe798b 2018-07-23 20:12:01,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.242365121841s 2018-07-23 20:12:01,165 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5e6a21a3-c54a-440f-9200-8b38b8fe798b 2018-07-23 20:12:01,166 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', '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'7b77792c68ec4f519737d2732c1f92c4', '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'8f09d108-5116-423f-8023-00954b7a5b0f', 'swap': 0}) 2018-07-23 20:12:01,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-23 20:12:01,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/8f09d108-5116-423f-8023-00954b7a5b0f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" -d '{"extra_specs": {}}' 2018-07-23 20:12:01,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12: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-8580163a-667e-4543-b4fa-b33360e0ecaa x-compute-request-id: req-8580163a-667e-4543-b4fa-b33360e0ecaa Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-23 20:12:01,302 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/8f09d108-5116-423f-8023-00954b7a5b0f/os-extra_specs used request id req-8580163a-667e-4543-b4fa-b33360e0ecaa 2018-07-23 20:12:01,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.135379076004s 2018-07-23 20:12:01,302 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/8f09d108-5116-423f-8023-00954b7a5b0f/os-extra_specs used request id req-8580163a-667e-4543-b4fa-b33360e0ecaa 2018-07-23 20:12:01,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-23 20:12:01,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" -d '{"keypair": {"name": "singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}}' 2018-07-23 20:12:02,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9074f64-ffc2-4ebe-93be-948145d68149 x-compute-request-id: req-f9074f64-ffc2-4ebe-93be-948145d68149 Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYFLw/kewUSZVraaoLSFz4y0COFZwjHQp3RkBdYe5sc8rON8C5jTTjeQsetCD0BBemJv4KnldTNc/ZTLwgVBPrOupL0iUxPKNTa0vLYHuqADHXQYvWeWLY0Y7HceQCRCCQxHNU8DQLrR2RJQFjC1o1ERtAJWL2+GO2ztuO7yOoNE3SMAEi2CVRlg2HeQZf5XTO5c6P2S1nVd4sRHBjc/wQs6/WoiBEME97wtGjLrt9MeXigJr7MLQKM306tIUzezdRep6KusQ8dsT92a37+PyT8eUDcof3xswqz9fqh7EjyRyhKy753Dia9Z2DSVsJRE7FjsQ2JqMIhS/uSkD5W2lh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAmBS8P5HsFEmVa2mqC0hc+MtAjhWcIx0Kd0ZAXWHubHPKzjfA\nuY0043kLHrQg9AQXpib+Cp5XUzXP2Uy8IFQT6zrqS9IlMTyjU2tLy2B7qgAx10GL\n1nli2NGOx3HkAkQgkMRzVPA0C60dkSUBYwtaNREbQCVi9vhjts7bju8jqDRN0jAB\nItglUZYNh3kGX+V0zuXOj9ktZ1XeLERwY3P8ELOv1qIgRDBPe8LRoy67fTHl4oCa\n+zC0CjN9OrSFM3s3UXqeirrEPHbE/dmt+/j8k/HlA3KH98bMKs/X6oexI8kcoSsu\n+dw4mvWdg0lbCUROxY7ENiajCIUv7kpA+VtpYQIDAQABAoIBADzJ7QUr+sWRNByf\nO80Ou7rm44LnuGWAsjJC7m9lObw3/JS5TFveyYkzVPKM5a8kA5/ybhEogZdNJyug\ntIHnmZ6pCgYMlbk8l7w8YyuEAWpOcZ2tIYw1MQGhogSuzYjqWmoDXGZTLTqNlAf0\nVr2USBZ2JAJb71bwqkrkHHbht8r/n2soEtnjpgeRUwk9t1T+nVJ+ETBli4o7fV2s\nlYXjy9AK6X6K1+6prX6pjQut2/q6CgLp1u79tAT4POeBDtkZ4Ty+iSp9nrUf1Dfd\nPGg8uEzQp3tNL62BaIqkbbM8/RyfD2Kxp3s69hkk4K2AdnAmTYt5wGnw/5bzui7F\nvmHAgVECgYEAx7vURbUjuRY4Zfr63GoRxhDs29Y4xOaHdokXUvk0BaJlmuQmwCo/\n6CuWwC27oP8h5n9lYFmWzpdi9cgasdZ9D+TZMz+9Slz9ErlYqnPKXcP8fH6Xi2Ib\nxNe9B+eltUzq1UBM/s19AQen+Ueudlq8bODiDcuBcXL1tH9r4M0hvTcCgYEAwuxX\nc6Pl6VPNqSpept1+caI5fR5VqztaWcnHLRriZ10AKRp3t0HVjBfuWRk/Rghr0Ao3\noR3wpYKkuuR9Yl9Kv1deKm7E8Lf4QacJFU2xSvMNVBNK6T920tODd2XLCNct56tI\n9euxfQmFcbSTx43EJHwxspa5lWufp4CJvBQAGicCgYEAo5BwzEkDoR3OP81hxEDk\nn0PbBEiRIsX6ZxrrS9qiPH76H/b4uOOghBu2D1kkTzq/40eumFGlizc0Jjyhh8Mz\nlWF+cVagSBaQdNXuA2Bhd5n42Wa96boFLZTSy3drH2aG5O4MX5md5csERsLp3yh9\nJ9idplhif6p6Bj9W87hpCc8CgYEAoWyc19XJ1zthvFCsZkBUMMMKHQX8KHxUzLr/\nyejTyooIUgHrVsaclRJUf1EbR2I99uIfQ7zJyCezSFtlQwxrmJ5AC6AEVN3mKGiu\nawgWZV13kkMP7K50NxCXdU/FnyKkj5EYMSDpsgUqkAndwIs0/oojliSguI+SfmNC\nrZFarE0CgYBINFAytrlOR/oM6qA3Dl/6qbcRc6mscPU95D2apvwiMTUaXiWokqxE\nfP1Fm83r+5xgW76BfnxqssXnz5JUhRu+ynLp5bx8O/UuoyLg6BJuCXU9KgyrDXzy\nhYXh5TDGvfXK2/D8eiTAdo/pQViHxdAIE/FB+AaIZrj2QqEP76MkPg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "873be059f31249b5a44f7322f931a5ce", "name": "singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "fingerprint": "f1:0b:17:a0:fd:8a:ea:c3:3d:76:b1:d6:e7:a6:91:a5"}} 2018-07-23 20:12:02,083 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-f9074f64-ffc2-4ebe-93be-948145d68149 2018-07-23 20:12:02,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.779812097549s 2018-07-23 20:12:02,083 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-f9074f64-ffc2-4ebe-93be-948145d68149 2018-07-23 20:12:02,083 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYFLw/kewUSZVraaoLSFz4y0COFZwjHQp3RkBdYe5sc8rON8C5jTTjeQsetCD0BBemJv4KnldTNc/ZTLwgVBPrOupL0iUxPKNTa0vLYHuqADHXQYvWeWLY0Y7HceQCRCCQxHNU8DQLrR2RJQFjC1o1ERtAJWL2+GO2ztuO7yOoNE3SMAEi2CVRlg2HeQZf5XTO5c6P2S1nVd4sRHBjc/wQs6/WoiBEME97wtGjLrt9MeXigJr7MLQKM306tIUzezdRep6KusQ8dsT92a37+PyT8eUDcof3xswqz9fqh7EjyRyhKy753Dia9Z2DSVsJRE7FjsQ2JqMIhS/uSkD5W2lh Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAmBS8P5HsFEmVa2mqC0hc+MtAjhWcIx0Kd0ZAXWHubHPKzjfA\nuY0043kLHrQg9AQXpib+Cp5XUzXP2Uy8IFQT6zrqS9IlMTyjU2tLy2B7qgAx10GL\n1nli2NGOx3HkAkQgkMRzVPA0C60dkSUBYwtaNREbQCVi9vhjts7bju8jqDRN0jAB\nItglUZYNh3kGX+V0zuXOj9ktZ1XeLERwY3P8ELOv1qIgRDBPe8LRoy67fTHl4oCa\n+zC0CjN9OrSFM3s3UXqeirrEPHbE/dmt+/j8k/HlA3KH98bMKs/X6oexI8kcoSsu\n+dw4mvWdg0lbCUROxY7ENiajCIUv7kpA+VtpYQIDAQABAoIBADzJ7QUr+sWRNByf\nO80Ou7rm44LnuGWAsjJC7m9lObw3/JS5TFveyYkzVPKM5a8kA5/ybhEogZdNJyug\ntIHnmZ6pCgYMlbk8l7w8YyuEAWpOcZ2tIYw1MQGhogSuzYjqWmoDXGZTLTqNlAf0\nVr2USBZ2JAJb71bwqkrkHHbht8r/n2soEtnjpgeRUwk9t1T+nVJ+ETBli4o7fV2s\nlYXjy9AK6X6K1+6prX6pjQut2/q6CgLp1u79tAT4POeBDtkZ4Ty+iSp9nrUf1Dfd\nPGg8uEzQp3tNL62BaIqkbbM8/RyfD2Kxp3s69hkk4K2AdnAmTYt5wGnw/5bzui7F\nvmHAgVECgYEAx7vURbUjuRY4Zfr63GoRxhDs29Y4xOaHdokXUvk0BaJlmuQmwCo/\n6CuWwC27oP8h5n9lYFmWzpdi9cgasdZ9D+TZMz+9Slz9ErlYqnPKXcP8fH6Xi2Ib\nxNe9B+eltUzq1UBM/s19AQen+Ueudlq8bODiDcuBcXL1tH9r4M0hvTcCgYEAwuxX\nc6Pl6VPNqSpept1+caI5fR5VqztaWcnHLRriZ10AKRp3t0HVjBfuWRk/Rghr0Ao3\noR3wpYKkuuR9Yl9Kv1deKm7E8Lf4QacJFU2xSvMNVBNK6T920tODd2XLCNct56tI\n9euxfQmFcbSTx43EJHwxspa5lWufp4CJvBQAGicCgYEAo5BwzEkDoR3OP81hxEDk\nn0PbBEiRIsX6ZxrrS9qiPH76H/b4uOOghBu2D1kkTzq/40eumFGlizc0Jjyhh8Mz\nlWF+cVagSBaQdNXuA2Bhd5n42Wa96boFLZTSy3drH2aG5O4MX5md5csERsLp3yh9\nJ9idplhif6p6Bj9W87hpCc8CgYEAoWyc19XJ1zthvFCsZkBUMMMKHQX8KHxUzLr/\nyejTyooIUgHrVsaclRJUf1EbR2I99uIfQ7zJyCezSFtlQwxrmJ5AC6AEVN3mKGiu\nawgWZV13kkMP7K50NxCXdU/FnyKkj5EYMSDpsgUqkAndwIs0/oojliSguI+SfmNC\nrZFarE0CgYBINFAytrlOR/oM6qA3Dl/6qbcRc6mscPU95D2apvwiMTUaXiWokqxE\nfP1Fm83r+5xgW76BfnxqssXnz5JUhRu+ynLp5bx8O/UuoyLg6BJuCXU9KgyrDXzy\nhYXh5TDGvfXK2/D8eiTAdo/pQViHxdAIE/FB+AaIZrj2QqEP76MkPg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'873be059f31249b5a44f7322f931a5ce', 'name': u'singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', 'created_at': '2018-07-23T20:12:02.083894', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2dc70158a9eb44acbd9d53b7d7330c47', 'name': 'singlevm2-project_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'f1:0b:17:a0:fd:8a:ea:c3:3d:76:b1:d6:e7:a6:91:a5', 'type': 'ssh', 'id': u'singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a'}) 2018-07-23 20:12:02,084 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAmBS8P5HsFEmVa2mqC0hc+MtAjhWcIx0Kd0ZAXWHubHPKzjfA uY0043kLHrQg9AQXpib+Cp5XUzXP2Uy8IFQT6zrqS9IlMTyjU2tLy2B7qgAx10GL 1nli2NGOx3HkAkQgkMRzVPA0C60dkSUBYwtaNREbQCVi9vhjts7bju8jqDRN0jAB ItglUZYNh3kGX+V0zuXOj9ktZ1XeLERwY3P8ELOv1qIgRDBPe8LRoy67fTHl4oCa +zC0CjN9OrSFM3s3UXqeirrEPHbE/dmt+/j8k/HlA3KH98bMKs/X6oexI8kcoSsu +dw4mvWdg0lbCUROxY7ENiajCIUv7kpA+VtpYQIDAQABAoIBADzJ7QUr+sWRNByf O80Ou7rm44LnuGWAsjJC7m9lObw3/JS5TFveyYkzVPKM5a8kA5/ybhEogZdNJyug tIHnmZ6pCgYMlbk8l7w8YyuEAWpOcZ2tIYw1MQGhogSuzYjqWmoDXGZTLTqNlAf0 Vr2USBZ2JAJb71bwqkrkHHbht8r/n2soEtnjpgeRUwk9t1T+nVJ+ETBli4o7fV2s lYXjy9AK6X6K1+6prX6pjQut2/q6CgLp1u79tAT4POeBDtkZ4Ty+iSp9nrUf1Dfd PGg8uEzQp3tNL62BaIqkbbM8/RyfD2Kxp3s69hkk4K2AdnAmTYt5wGnw/5bzui7F vmHAgVECgYEAx7vURbUjuRY4Zfr63GoRxhDs29Y4xOaHdokXUvk0BaJlmuQmwCo/ 6CuWwC27oP8h5n9lYFmWzpdi9cgasdZ9D+TZMz+9Slz9ErlYqnPKXcP8fH6Xi2Ib xNe9B+eltUzq1UBM/s19AQen+Ueudlq8bODiDcuBcXL1tH9r4M0hvTcCgYEAwuxX c6Pl6VPNqSpept1+caI5fR5VqztaWcnHLRriZ10AKRp3t0HVjBfuWRk/Rghr0Ao3 oR3wpYKkuuR9Yl9Kv1deKm7E8Lf4QacJFU2xSvMNVBNK6T920tODd2XLCNct56tI 9euxfQmFcbSTx43EJHwxspa5lWufp4CJvBQAGicCgYEAo5BwzEkDoR3OP81hxEDk n0PbBEiRIsX6ZxrrS9qiPH76H/b4uOOghBu2D1kkTzq/40eumFGlizc0Jjyhh8Mz lWF+cVagSBaQdNXuA2Bhd5n42Wa96boFLZTSy3drH2aG5O4MX5md5csERsLp3yh9 J9idplhif6p6Bj9W87hpCc8CgYEAoWyc19XJ1zthvFCsZkBUMMMKHQX8KHxUzLr/ yejTyooIUgHrVsaclRJUf1EbR2I99uIfQ7zJyCezSFtlQwxrmJ5AC6AEVN3mKGiu awgWZV13kkMP7K50NxCXdU/FnyKkj5EYMSDpsgUqkAndwIs0/oojliSguI+SfmNC rZFarE0CgYBINFAytrlOR/oM6qA3Dl/6qbcRc6mscPU95D2apvwiMTUaXiWokqxE fP1Fm83r+5xgW76BfnxqssXnz5JUhRu+ynLp5bx8O/UuoyLg6BJuCXU9KgyrDXzy hYXh5TDGvfXK2/D8eiTAdo/pQViHxdAIE/FB+AaIZrj2QqEP76MkPg== -----END RSA PRIVATE KEY----- 2018-07-23 20:12:02,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-23 20:12:02,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" -d '{"security_group": {"name": "singlevm2-sg_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-07-23 20:12:02,491 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-f07bb156-531f-40cf-af0d-6fa0f3787dd8 Date: Mon, 23 Jul 2018 20:12:02 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "created_at": "2018-07-23T20:12:02Z", "updated_at": "2018-07-23T20:12:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:02Z", "revision_number": 0, "id": "22b2ab85-574f-4b11-b023-0be7a4dcac2d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:02Z", "security_group_id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:02Z", "revision_number": 0, "id": "e77bc507-04f2-49cc-affd-f691bfc9a1ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:02Z", "security_group_id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}], "revision_number": 1, "project_id": "2dc70158a9eb44acbd9d53b7d7330c47", "id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "name": "singlevm2-sg_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}} 2018-07-23 20:12:02,492 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-f07bb156-531f-40cf-af0d-6fa0f3787dd8 2018-07-23 20:12:02,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.406373977661s 2018-07-23 20:12:02,492 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-f07bb156-531f-40cf-af0d-6fa0f3787dd8 2018-07-23 20:12:02,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 20:12:02,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:02,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-550da760-47c1-4900-9814-5f9c282746a6 Date: Mon, 23 Jul 2018 20:12:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "created_at": "2018-07-23T20:11:52Z", "updated_at": "2018-07-23T20:11:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:53Z", "revision_number": 0, "id": "468e14c8-4146-4b1d-9f52-956c14650eec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:53Z", "security_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:53Z", "revision_number": 0, "id": "55aca60c-667f-4fc0-81a9-091ae98860fd", "remote_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:53Z", "security_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:53Z", "revision_number": 0, "id": "64f2acc2-c0ed-45f6-b72d-c952876ce1ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:53Z", "security_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:53Z", "revision_number": 0, "id": "6505ce5e-7206-4c29-aaf2-405d42570764", "remote_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:53Z", "security_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}], "revision_number": 1, "project_id": "2dc70158a9eb44acbd9d53b7d7330c47", "id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "created_at": "2018-07-23T20:12:02Z", "updated_at": "2018-07-23T20:12:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:02Z", "revision_number": 0, "id": "22b2ab85-574f-4b11-b023-0be7a4dcac2d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:02Z", "security_group_id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:02Z", "revision_number": 0, "id": "e77bc507-04f2-49cc-affd-f691bfc9a1ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:02Z", "security_group_id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}], "revision_number": 1, "project_id": "2dc70158a9eb44acbd9d53b7d7330c47", "id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "name": "singlevm2-sg_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}]} 2018-07-23 20:12:02,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-550da760-47c1-4900-9814-5f9c282746a6 2018-07-23 20:12:02,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.238121032715s 2018-07-23 20:12:02,735 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-550da760-47c1-4900-9814-5f9c282746a6 2018-07-23 20:12:02,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-23 20:12:02,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" -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": "d8f07d01-ed82-4abb-a63b-e723792352f0"}}' 2018-07-23 20:12:03,108 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-76b20b73-4820-4ec5-b871-7fa9dd1fbbb9 Date: Mon, 23 Jul 2018 20:12:03 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-23T20:12:03Z", "security_group_id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "port_range_min": 22, "revision_number": 0, "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "created_at": "2018-07-23T20:12:03Z", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47", "id": "a40c3251-3996-4dc8-965b-f185c87351bd"}} 2018-07-23 20:12:03,109 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-76b20b73-4820-4ec5-b871-7fa9dd1fbbb9 2018-07-23 20:12:03,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.36932015419s 2018-07-23 20:12:03,109 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-76b20b73-4820-4ec5-b871-7fa9dd1fbbb9 2018-07-23 20:12:03,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 20:12:03,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:03,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-fd46e51f-d140-4a20-8630-8f0feff4a1a2 Date: Mon, 23 Jul 2018 20:12:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "created_at": "2018-07-23T20:11:52Z", "updated_at": "2018-07-23T20:11:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:53Z", "revision_number": 0, "id": "468e14c8-4146-4b1d-9f52-956c14650eec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:53Z", "security_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:53Z", "revision_number": 0, "id": "55aca60c-667f-4fc0-81a9-091ae98860fd", "remote_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:53Z", "security_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:53Z", "revision_number": 0, "id": "64f2acc2-c0ed-45f6-b72d-c952876ce1ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:53Z", "security_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:53Z", "revision_number": 0, "id": "6505ce5e-7206-4c29-aaf2-405d42570764", "remote_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:53Z", "security_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}], "revision_number": 1, "project_id": "2dc70158a9eb44acbd9d53b7d7330c47", "id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "created_at": "2018-07-23T20:12:02Z", "updated_at": "2018-07-23T20:12:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:02Z", "revision_number": 0, "id": "22b2ab85-574f-4b11-b023-0be7a4dcac2d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:02Z", "security_group_id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-23T20:12:03Z", "revision_number": 0, "id": "a40c3251-3996-4dc8-965b-f185c87351bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:03Z", "security_group_id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:02Z", "revision_number": 0, "id": "e77bc507-04f2-49cc-affd-f691bfc9a1ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:02Z", "security_group_id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}], "revision_number": 2, "project_id": "2dc70158a9eb44acbd9d53b7d7330c47", "id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "name": "singlevm2-sg_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}]} 2018-07-23 20:12:03,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-fd46e51f-d140-4a20-8630-8f0feff4a1a2 2018-07-23 20:12:03,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0825390815735s 2018-07-23 20:12:03,195 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-fd46e51f-d140-4a20-8630-8f0feff4a1a2 2018-07-23 20:12:03,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-23 20:12:03,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" -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": "d8f07d01-ed82-4abb-a63b-e723792352f0"}}' 2018-07-23 20:12:03,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-a1adf646-84b2-4509-bf81-04b722897d9f Date: Mon, 23 Jul 2018 20:12:03 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-23T20:12:03Z", "security_group_id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "port_range_min": null, "revision_number": 0, "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "created_at": "2018-07-23T20:12:03Z", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47", "id": "09b0360d-325c-48e6-bbaf-c1c91c8180cd"}} 2018-07-23 20:12:03,605 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-a1adf646-84b2-4509-bf81-04b722897d9f 2018-07-23 20:12:03,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.405618906021s 2018-07-23 20:12:03,605 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-a1adf646-84b2-4509-bf81-04b722897d9f 2018-07-23 20:12:03,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:12:03,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:03,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-db7022b8-9e2d-4d8d-9f03-7ed456fe2456 Date: Mon, 23 Jul 2018 20:12: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":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["33f586b4-8b4d-4baa-b2a5-aeb3211bd25f"],"updated_at":"2018-07-23T20:11:54Z","tenant_id":"2dc70158a9eb44acbd9d53b7d7330c47","created_at":"2018-07-23T20:11:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2dc70158a9eb44acbd9d53b7d7330c47","id":"9fdcf547-a846-4dbe-8253-4af277982fdc","name":"singlevm2-net_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}]} 2018-07-23 20:12:03,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-db7022b8-9e2d-4d8d-9f03-7ed456fe2456 2018-07-23 20:12:03,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111779928207s 2018-07-23 20:12:03,719 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-db7022b8-9e2d-4d8d-9f03-7ed456fe2456 2018-07-23 20:12:03,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:12:03,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:04,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-32936ebc-c509-4455-98bd-a2b9663d016c Date: Mon, 23 Jul 2018 20:12:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db/snap", "metadata": {}}], "file": "/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db/file", "owner": "2dc70158a9eb44acbd9d53b7d7330c47", "id": "23c40c6e-62ff-4e1c-a9db-4ec27af500db", "size": 12716032, "self": "/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db", "disk_format": "qcow2", "direct_url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:12:00Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T20:11:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:12:04,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-32936ebc-c509-4455-98bd-a2b9663d016c 2018-07-23 20:12:04,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.717261075974s 2018-07-23 20:12:04,440 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-32936ebc-c509-4455-98bd-a2b9663d016c 2018-07-23 20:12:04,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 20:12:04,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:04,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63c57d77-9be4-44d7-8c3e-5e0b06b5bca5 x-compute-request-id: req-63c57d77-9be4-44d7-8c3e-5e0b06b5bca5 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8f09d108-5116-423f-8023-00954b7a5b0f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8f09d108-5116-423f-8023-00954b7a5b0f", "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": "8f09d108-5116-423f-8023-00954b7a5b0f"}]} 2018-07-23 20:12:04,474 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-63c57d77-9be4-44d7-8c3e-5e0b06b5bca5 2018-07-23 20:12:04,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0318419933319s 2018-07-23 20:12:04,475 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-63c57d77-9be4-44d7-8c3e-5e0b06b5bca5 2018-07-23 20:12:04,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-23 20:12:04,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" -d '{"server": {"name": "singlevm2-vm_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "imageRef": "23c40c6e-62ff-4e1c-a9db-4ec27af500db", "key_name": "singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "flavorRef": "8f09d108-5116-423f-8023-00954b7a5b0f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9fdcf547-a846-4dbe-8253-4af277982fdc"}], "security_groups": [{"name": "d8f07d01-ed82-4abb-a63b-e723792352f0"}]}}' 2018-07-23 20:12:07,791 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 20:12:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-82ee6fbe-0808-4d84-9af6-4b856212be16 x-compute-request-id: req-82ee6fbe-0808-4d84-9af6-4b856212be16 Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "d8f07d01-ed82-4abb-a63b-e723792352f0"}], "OS-DCF:diskConfig": "MANUAL", "id": "ca39331d-c4e1-41a7-8d0b-8277a485f88b", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b", "rel": "bookmark"}], "adminPass": "vHhh7VQ2gzT8"}} 2018-07-23 20:12:07,791 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-82ee6fbe-0808-4d84-9af6-4b856212be16 2018-07-23 20:12:07,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.3146238327s 2018-07-23 20:12:07,792 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-82ee6fbe-0808-4d84-9af6-4b856212be16 2018-07-23 20:12:07,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:12:07,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:08,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8a300ba-376d-45f9-91f1-f7d054db6cb3 x-compute-request-id: req-c8a300ba-376d-45f9-91f1-f7d054db6cb3 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b", "rel": "bookmark"}], "image": {"id": "23c40c6e-62ff-4e1c-a9db-4ec27af500db", "links": [{"href": "http://172.30.9.30:8774/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8f09d108-5116-423f-8023-00954b7a5b0f", "links": [{"href": "http://172.30.9.30:8774/flavors/8f09d108-5116-423f-8023-00954b7a5b0f", "rel": "bookmark"}]}, "id": "ca39331d-c4e1-41a7-8d0b-8277a485f88b", "user_id": "873be059f31249b5a44f7322f931a5ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:12:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "name": "singlevm2-vm_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "created": "2018-07-23T20:12:07Z", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:12:08,268 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c8a300ba-376d-45f9-91f1-f7d054db6cb3 2018-07-23 20:12:08,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.475538015366s 2018-07-23 20:12:08,268 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c8a300ba-376d-45f9-91f1-f7d054db6cb3 2018-07-23 20:12:08,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:12:08,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:08,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-d5d4ea5d-c385-47ee-bcdf-0433d36749dc Date: Mon, 23 Jul 2018 20:12:08 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":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["33f586b4-8b4d-4baa-b2a5-aeb3211bd25f"],"updated_at":"2018-07-23T20:11:54Z","tenant_id":"2dc70158a9eb44acbd9d53b7d7330c47","created_at":"2018-07-23T20:11:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2dc70158a9eb44acbd9d53b7d7330c47","id":"9fdcf547-a846-4dbe-8253-4af277982fdc","name":"singlevm2-net_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}]} 2018-07-23 20:12:08,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d5d4ea5d-c385-47ee-bcdf-0433d36749dc 2018-07-23 20:12:08,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.121896028519s 2018-07-23 20:12:08,398 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d5d4ea5d-c385-47ee-bcdf-0433d36749dc 2018-07-23 20:12:08,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 20:12:08,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:08,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-ead8192d-a19c-4953-8712-f8f0625e44c8 Date: Mon, 23 Jul 2018 20:12:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fdcf547-a846-4dbe-8253-4af277982fdc","tenant_id":"2dc70158a9eb44acbd9d53b7d7330c47","created_at":"2018-07-23T20:11:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:11:54Z","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":"2dc70158a9eb44acbd9d53b7d7330c47","id":"33f586b4-8b4d-4baa-b2a5-aeb3211bd25f","subnetpool_id":null,"name":"singlevm2-subnet_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}]} 2018-07-23 20:12:08,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-ead8192d-a19c-4953-8712-f8f0625e44c8 2018-07-23 20:12:08,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0475270748138s 2018-07-23 20:12:08,447 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-ead8192d-a19c-4953-8712-f8f0625e44c8 2018-07-23 20:12:08,447 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:12:10,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:12:10,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:11,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1496e4a9-b302-4786-9657-3d7f6dd3d00b x-compute-request-id: req-1496e4a9-b302-4786-9657-3d7f6dd3d00b Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b", "rel": "bookmark"}], "image": {"id": "23c40c6e-62ff-4e1c-a9db-4ec27af500db", "links": [{"href": "http://172.30.9.30:8774/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8f09d108-5116-423f-8023-00954b7a5b0f", "links": [{"href": "http://172.30.9.30:8774/flavors/8f09d108-5116-423f-8023-00954b7a5b0f", "rel": "bookmark"}]}, "id": "ca39331d-c4e1-41a7-8d0b-8277a485f88b", "user_id": "873be059f31249b5a44f7322f931a5ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:12:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "name": "singlevm2-vm_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "created": "2018-07-23T20:12:07Z", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:12:11,511 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1496e4a9-b302-4786-9657-3d7f6dd3d00b 2018-07-23 20:12:11,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0611948967s 2018-07-23 20:12:11,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1496e4a9-b302-4786-9657-3d7f6dd3d00b 2018-07-23 20:12:11,515 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:12:13,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:12:13,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:14,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12: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-709fecf7-18c3-4aed-8a69-899dd62e6ae9 x-compute-request-id: req-709fecf7-18c3-4aed-8a69-899dd62e6ae9 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.30:8774/v2.1/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b", "rel": "bookmark"}], "image": {"id": "23c40c6e-62ff-4e1c-a9db-4ec27af500db", "links": [{"href": "http://172.30.9.30:8774/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8f09d108-5116-423f-8023-00954b7a5b0f", "links": [{"href": "http://172.30.9.30:8774/flavors/8f09d108-5116-423f-8023-00954b7a5b0f", "rel": "bookmark"}]}, "id": "ca39331d-c4e1-41a7-8d0b-8277a485f88b", "security_groups": [{"name": "singlevm2-sg_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}], "user_id": "873be059f31249b5a44f7322f931a5ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:12:11Z", "hostId": "ff8e6d77911eb92d5cb674e609847dd7cf49dd4fcf54680b45470a4e", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "name": "singlevm2-vm_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "created": "2018-07-23T20:12:07Z", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:12:14,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-709fecf7-18c3-4aed-8a69-899dd62e6ae9 2018-07-23 20:12:14,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.885782003403s 2018-07-23 20:12:14,402 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-709fecf7-18c3-4aed-8a69-899dd62e6ae9 2018-07-23 20:12:14,406 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:12:16,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:12:16,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:17,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12: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-d1147088-6813-4b14-afca-8340492f3975 x-compute-request-id: req-d1147088-6813-4b14-afca-8340492f3975 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:79:e0", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b", "rel": "bookmark"}], "image": {"id": "23c40c6e-62ff-4e1c-a9db-4ec27af500db", "links": [{"href": "http://172.30.9.30:8774/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:12:16.000000", "flavor": {"id": "8f09d108-5116-423f-8023-00954b7a5b0f", "links": [{"href": "http://172.30.9.30:8774/flavors/8f09d108-5116-423f-8023-00954b7a5b0f", "rel": "bookmark"}]}, "id": "ca39331d-c4e1-41a7-8d0b-8277a485f88b", "security_groups": [{"name": "singlevm2-sg_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}], "user_id": "873be059f31249b5a44f7322f931a5ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:12:16Z", "hostId": "ff8e6d77911eb92d5cb674e609847dd7cf49dd4fcf54680b45470a4e", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "name": "singlevm2-vm_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "created": "2018-07-23T20:12:07Z", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:12:17,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d1147088-6813-4b14-afca-8340492f3975 2018-07-23 20:12:17,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.998478889465s 2018-07-23 20:12:17,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d1147088-6813-4b14-afca-8340492f3975 2018-07-23 20:12:17,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 20:12:17,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=ca39331d-c4e1-41a7-8d0b-8277a485f88b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:17,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-cf01385e-492c-4d6e-8635-8bbec22befae Date: Mon, 23 Jul 2018 20:12:17 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9fdcf547-a846-4dbe-8253-4af277982fdc","tenant_id":"2dc70158a9eb44acbd9d53b7d7330c47","created_at":"2018-07-23T20:12:11Z","admin_state_up":true,"updated_at":"2018-07-23T20:12:15Z","binding:vnic_type":"normal","device_id":"ca39331d-c4e1-41a7-8d0b-8277a485f88b","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:31:79:e0","id":"5f638a93-93b0-40b2-b11f-cfad7956c5b6","port_security_enabled":true,"project_id":"2dc70158a9eb44acbd9d53b7d7330c47","fixed_ips":[{"subnet_id":"33f586b4-8b4d-4baa-b2a5-aeb3211bd25f","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["d8f07d01-ed82-4abb-a63b-e723792352f0"],"name":""}]} 2018-07-23 20:12:17,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=ca39331d-c4e1-41a7-8d0b-8277a485f88b used request id req-cf01385e-492c-4d6e-8635-8bbec22befae 2018-07-23 20:12:17,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.22647190094s 2018-07-23 20:12:17,639 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=ca39331d-c4e1-41a7-8d0b-8277a485f88b used request id req-cf01385e-492c-4d6e-8635-8bbec22befae 2018-07-23 20:12:17,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 20:12:17,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=5f638a93-93b0-40b2-b11f-cfad7956c5b6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:17,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d7518431-9de2-442d-9da5-9d806dafac66 Date: Mon, 23 Jul 2018 20:12:17 GMT RESP BODY: {"floatingips": []} 2018-07-23 20:12:17,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=5f638a93-93b0-40b2-b11f-cfad7956c5b6 used request id req-d7518431-9de2-442d-9da5-9d806dafac66 2018-07-23 20:12:17,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.251087903976s 2018-07-23 20:12:17,896 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=5f638a93-93b0-40b2-b11f-cfad7956c5b6 used request id req-d7518431-9de2-442d-9da5-9d806dafac66 2018-07-23 20:12:17,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:12:17,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:18,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12: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-226d2e69-cc1d-4a1a-9f49-129d15115a8a x-compute-request-id: req-226d2e69-cc1d-4a1a-9f49-129d15115a8a Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:79:e0", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b", "rel": "bookmark"}], "image": {"id": "23c40c6e-62ff-4e1c-a9db-4ec27af500db", "links": [{"href": "http://172.30.9.30:8774/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:12:16.000000", "flavor": {"id": "8f09d108-5116-423f-8023-00954b7a5b0f", "links": [{"href": "http://172.30.9.30:8774/flavors/8f09d108-5116-423f-8023-00954b7a5b0f", "rel": "bookmark"}]}, "id": "ca39331d-c4e1-41a7-8d0b-8277a485f88b", "security_groups": [{"name": "singlevm2-sg_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}], "user_id": "873be059f31249b5a44f7322f931a5ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:12:16Z", "hostId": "ff8e6d77911eb92d5cb674e609847dd7cf49dd4fcf54680b45470a4e", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "name": "singlevm2-vm_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "created": "2018-07-23T20:12:07Z", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:12:18,460 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-226d2e69-cc1d-4a1a-9f49-129d15115a8a 2018-07-23 20:12:18,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564000844955s 2018-07-23 20:12:18,461 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-226d2e69-cc1d-4a1a-9f49-129d15115a8a 2018-07-23 20:12:18,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 20:12:18,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=ca39331d-c4e1-41a7-8d0b-8277a485f88b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:18,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c0f23d6d-19f9-44a3-af3e-12cdc5014f5a Date: Mon, 23 Jul 2018 20:12:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9fdcf547-a846-4dbe-8253-4af277982fdc","tenant_id":"2dc70158a9eb44acbd9d53b7d7330c47","created_at":"2018-07-23T20:12:11Z","admin_state_up":true,"updated_at":"2018-07-23T20:12:15Z","binding:vnic_type":"normal","device_id":"ca39331d-c4e1-41a7-8d0b-8277a485f88b","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:31:79:e0","id":"5f638a93-93b0-40b2-b11f-cfad7956c5b6","port_security_enabled":true,"project_id":"2dc70158a9eb44acbd9d53b7d7330c47","fixed_ips":[{"subnet_id":"33f586b4-8b4d-4baa-b2a5-aeb3211bd25f","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["d8f07d01-ed82-4abb-a63b-e723792352f0"],"name":""}]} 2018-07-23 20:12:18,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=ca39331d-c4e1-41a7-8d0b-8277a485f88b used request id req-c0f23d6d-19f9-44a3-af3e-12cdc5014f5a 2018-07-23 20:12:18,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0684881210327s 2018-07-23 20:12:18,534 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=ca39331d-c4e1-41a7-8d0b-8277a485f88b used request id req-c0f23d6d-19f9-44a3-af3e-12cdc5014f5a 2018-07-23 20:12:18,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 20:12:18,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=5f638a93-93b0-40b2-b11f-cfad7956c5b6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:18,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7eb34c3d-31cd-4018-9d96-c4a45f75e74a Date: Mon, 23 Jul 2018 20:12:18 GMT RESP BODY: {"floatingips": []} 2018-07-23 20:12:18,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=5f638a93-93b0-40b2-b11f-cfad7956c5b6 used request id req-7eb34c3d-31cd-4018-9d96-c4a45f75e74a 2018-07-23 20:12:18,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0440509319305s 2018-07-23 20:12:18,584 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=5f638a93-93b0-40b2-b11f-cfad7956c5b6 used request id req-7eb34c3d-31cd-4018-9d96-c4a45f75e74a 2018-07-23 20:12:18,584 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:31:79:e0', 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'23c40c6e-62ff-4e1c-a9db-4ec27af500db'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-23T20:12:16.000000', 'flavor': Munch({u'id': u'8f09d108-5116-423f-8023-00954b7a5b0f'}), 'az': u'nova', 'id': u'ca39331d-c4e1-41a7-8d0b-8277a485f88b', 'security_groups': [Munch({u'name': u'singlevm2-sg_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'873be059f31249b5a44f7322f931a5ce', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2dc70158a9eb44acbd9d53b7d7330c47', 'name': 'singlevm2-project_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-23T20:12:16.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-23T20:12:16Z', 'hostId': u'ff8e6d77911eb92d5cb674e609847dd7cf49dd4fcf54680b45470a4e', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'ff8e6d77911eb92d5cb674e609847dd7cf49dd4fcf54680b45470a4e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-23T20:12:16.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2dc70158a9eb44acbd9d53b7d7330c47', 'name': u'singlevm2-vm_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', 'adminPass': None, 'tenant_id': u'2dc70158a9eb44acbd9d53b7d7330c47', 'created_at': u'2018-07-23T20:12:07Z', 'created': u'2018-07-23T20:12:07Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-23 20:12:18,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:12:18,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:18,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-451debca-ad5d-4ab1-8ff2-9acd41220c09 Date: Mon, 23 Jul 2018 20:12:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["33f586b4-8b4d-4baa-b2a5-aeb3211bd25f"],"updated_at":"2018-07-23T20:11:54Z","tenant_id":"2dc70158a9eb44acbd9d53b7d7330c47","created_at":"2018-07-23T20:11:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2dc70158a9eb44acbd9d53b7d7330c47","id":"9fdcf547-a846-4dbe-8253-4af277982fdc","name":"singlevm2-net_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}]} 2018-07-23 20:12:18,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-451debca-ad5d-4ab1-8ff2-9acd41220c09 2018-07-23 20:12:18,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.316976070404s 2018-07-23 20:12:18,905 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-451debca-ad5d-4ab1-8ff2-9acd41220c09 2018-07-23 20:12:18,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 20:12:18,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=ca39331d-c4e1-41a7-8d0b-8277a485f88b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:18,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fcdf43c9-abe0-4d56-8981-1304192ce630 Date: Mon, 23 Jul 2018 20:12:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9fdcf547-a846-4dbe-8253-4af277982fdc","tenant_id":"2dc70158a9eb44acbd9d53b7d7330c47","created_at":"2018-07-23T20:12:11Z","admin_state_up":true,"updated_at":"2018-07-23T20:12:15Z","binding:vnic_type":"normal","device_id":"ca39331d-c4e1-41a7-8d0b-8277a485f88b","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:31:79:e0","id":"5f638a93-93b0-40b2-b11f-cfad7956c5b6","port_security_enabled":true,"project_id":"2dc70158a9eb44acbd9d53b7d7330c47","fixed_ips":[{"subnet_id":"33f586b4-8b4d-4baa-b2a5-aeb3211bd25f","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["d8f07d01-ed82-4abb-a63b-e723792352f0"],"name":""}]} 2018-07-23 20:12:18,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=ca39331d-c4e1-41a7-8d0b-8277a485f88b used request id req-fcdf43c9-abe0-4d56-8981-1304192ce630 2018-07-23 20:12:18,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0559799671173s 2018-07-23 20:12:18,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=ca39331d-c4e1-41a7-8d0b-8277a485f88b used request id req-fcdf43c9-abe0-4d56-8981-1304192ce630 2018-07-23 20:12:18,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-23 20:12:18,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" -d '{"floatingip": {"floating_network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "fixed_ip_address": "192.168.120.9", "port_id": "5f638a93-93b0-40b2-b11f-cfad7956c5b6"}}' 2018-07-23 20:12:21,051 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-4bc32c58-2421-4b0b-9dd4-769c9b6bc944 Date: Mon, 23 Jul 2018 20:12:21 GMT RESP BODY: {"floatingip": {"router_id": "05bd3984-9c12-44e9-9433-07e6c6dd40f4", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-23T20:12:19Z", "floating_network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "5f638a93-93b0-40b2-b11f-cfad7956c5b6", "id": "7637a169-3263-4270-9152-d8c37f53728f", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "created_at": "2018-07-23T20:12:19Z", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}} 2018-07-23 20:12:21,051 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-4bc32c58-2421-4b0b-9dd4-769c9b6bc944 2018-07-23 20:12:21,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.08780193329s 2018-07-23 20:12:21,051 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-4bc32c58-2421-4b0b-9dd4-769c9b6bc944 2018-07-23 20:12:21,054 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'05bd3984-9c12-44e9-9433-07e6c6dd40f4', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'2dc70158a9eb44acbd9d53b7d7330c47', 'created_at': u'2018-07-23T20:12:19Z', 'attached': True, 'updated_at': u'2018-07-23T20:12:19Z', 'id': u'7637a169-3263-4270-9152-d8c37f53728f', 'floating_network_id': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2dc70158a9eb44acbd9d53b7d7330c47', 'name': 'singlevm2-project_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'05bd3984-9c12-44e9-9433-07e6c6dd40f4', 'project_id': u'2dc70158a9eb44acbd9d53b7d7330c47', 'port_id': u'5f638a93-93b0-40b2-b11f-cfad7956c5b6', 'port': u'5f638a93-93b0-40b2-b11f-cfad7956c5b6', 'network': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc'}) 2018-07-23 20:12:21,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-23 20:12:21,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-23 20:12:21,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12: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-d927bf91-1536-4285-a487-44ff410ec066 x-compute-request-id: req-d927bf91-1536-4285-a487-44ff410ec066 Content-Encoding: gzip Content-Length: 9573 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 470539214 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.143081] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144786] pid_max: default: 32768 minimum: 301\n[ 0.145750] ACPI: Core revision 20150930\n[ 0.147158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148504] Security Framework initialized\n[ 0.149352] Yama: becoming mindful.\n[ 0.150114] AppArmor: AppArmor initialized\n[ 0.150991] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152348] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153661] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154919] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156368] Initializing cgroup subsys io\n[ 0.157208] Initializing cgroup subsys memory\n[ 0.158085] Initializing cgroup subsys devices\n[ 0.158980] Initializing cgroup subsys freezer\n[ 0.159872] Initializing cgroup subsys net_cls\n[ 0.160754] Initializing cgroup subsys perf_event\n[ 0.161681] Initializing cgroup subsys net_prio\n[ 0.162592] Initializing cgroup subsys hugetlb\n[ 0.163486] Initializing cgroup subsys pids\n[ 0.164377] CPU: Physical Processor ID: 0\n[ 0.165886] mce: CPU supports 10 MCE banks\n[ 0.166764] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167790] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181856] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187822] ftrace: allocating 31920 entries in 125 pages\n[ 0.212174] smpboot: Max logical packages: 1\n[ 0.213052] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214436] x2apic enabled\n[ 0.215244] Switched APIC routing to physical x2apic.\n[ 0.216978] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218127] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222274] KVM setup paravirtual spinlock\n[ 0.223608] x86: Booted up 1 node, 1 CPUs\n[ 0.224450] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225893] devtmpfs: initialized\n[ 0.227630] evm: security.selinux\n[ 0.228358] evm: security.SMACK64\n[ 0.229066] evm: security.SMACK64EXEC\n[ 0.229828] evm: security.SMACK64TRANSMUTE\n[ 0.230672] evm: security.SMACK64MMAP\n[ 0.231445] evm: security.ima\n[ 0.232106] evm: security.capability\n[ 0.232937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234857] pinctrl core: initialized pinctrl subsystem\n[ 0.235999] RTC time: 20:12:15, date: 07/23/18\n[ 0.237005] NET: Registered protocol family 16\n[ 0.238023] cpuidle: using governor ladder\n[ 0.238881] cpuidle: using governor menu\n[ 0.239700] PCCT header not found.\n[ 0.240488] ACPI: bus type PCI registered\n[ 0.241323] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242614] PCI: Using configuration type 1 for base access\n[ 0.244431] ACPI: Added _OSI(Module Device)\n[ 0.245305] ACPI: Added _OSI(Processor Device)\n[ 0.246205] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247135] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248960] ACPI: Interpreter enabled\n[ 0.249763] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257404] ACPI: (supports S0 S5)\n[ 0.258143] ACPI: Using IOAPIC for interrupt routing\n[ 0.259131] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263517] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266041] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268348] acpiphp: Slot [3] registered\n[ 0.269189] acpiphp: Slot [4] registered\n[ 0.270022] acpiphp: Slot [5] registered\n[ 0.270858] acpiphp: Slot [6] registered\n[ 0.271684] acpiphp: Slot [7] registered\n[ 0.272514] acpiphp: Slot [8] registered\n[ 0.273355] acpiphp: Slot [9] registered\n[ 0.274184] acpiphp: Slot [10] registered\n[ 0.275031] acpiphp: Slot [11] registered\n[ 0.275877] acpiphp: Slot [12] registered\n[ 0.276718] acpiphp: Slot [13] registered\n[ 0.277562] acpiphp: Slot [14] registered\n[ 0.278405] acpiphp: Slot [15] registered\n[ 0.289302] acpiphp: Slot [16] registered\n[ 0.290148] acpiphp: Slot [17] registered\n[ 0.290993] acpiphp: Slot [18] registered\n[ 0.291835] acpiphp: Slot [19] registered\n[ 0.292673] acpiphp: Slot [20] registered\n[ 0.293526] acpiphp: Slot [21] registered\n[ 0.294373] acpiphp: Slot [22] registered\n[ 0.295216] acpiphp: Slot [23] registered\n[ 0.296059] acpiphp: Slot [24] registered\n[ 0.296902] acpiphp: Slot [25] registered\n[ 0.297743] acpiphp: Slot [26] registered\n[ 0.298587] acpiphp: Slot [27] registered\n[ 0.299469] acpiphp: Slot [28] registered\n[ 0.300315] acpiphp: Slot [29] registered\n[ 0.301156] acpiphp: Slot [30] registered\n[ 0.302000] acpiphp: Slot [31] registered\n[ 0.302838] PCI host bridge to bus 0000:00\n[ 0.303673] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304933] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306201] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307699] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309201] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.310723] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314202] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315518] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321669] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323351] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342032] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.343948] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.345432] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.346911] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.348352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.349678] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.351030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.352121] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.353716] vgaarb: loaded\n[ 0.354341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.355615] SCSI subsystem initialized\n[ 0.356559] ACPI: bus type USB registered\n[ 0.357425] usbcore: registered new interface driver usbfs\n[ 0.358499] usbcore: registered new interface driver hub\n[ 0.359557] usbcore: registered new device driver usb\n[ 0.360711] PCI: Using ACPI for IRQ routing\n[ 0.361876] NetLabel: Initializing\n[ 0.362624] NetLabel: domain hash size = 128\n[ 0.363509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.364502] NetLabel: unlabeled traffic allowed by default\n[ 0.365709] clocksource: Switched to clocksource kvm-clock\n[ 0.373978] AppArmor: AppArmor Filesystem Enabled\n[ 0.374982] pnp: PnP ACPI init\n[ 0.375957] pnp: PnP ACPI: found 5 devices\n[ 0.382412] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384184] NET: Registered protocol family 2\n[ 0.385266] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386608] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.388005] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.389246] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390376] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391615] NET: Registered protocol family 1\n[ 0.392542] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.393679] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394797] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408905] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423089] Trying to unpack rootfs image as initramfs...\n[ 0.479324] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.481025] Scanning for low memory corruption every 60 seconds\n[ 0.482405] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.483582] audit: initializing netlink subsys (disabled)\n[ 0.484640] audit: type=2000 audit(1532376736.737:1): initialized\n[ 0.486026] Initialise system trusted keyring\n[ 0.486995] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.488188] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.490337] zbud: loaded\n[ 0.491080] VFS: Disk quotas dquot_6.6.0\n[ 0.491917] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.493524] fuse init (API version 7.23)\n[ 0.494458] Key type big_key registered\n[ 0.495281] Allocating IMA MOK and blacklist keyrings.\n[ 0.496647] Key type asymmetric registered\n[ 0.497571] Asymmetric key parser 'x509' registered\n[ 0.498653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500295] io scheduler noop registered\n[ 0.501151] io scheduler deadline registered (default)\n[ 0.502234] io scheduler cfq registered\n[ 0.503119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504313] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505774] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507504] ACPI: Power Button [PWRF]\n[ 0.508452] GHES: HEST is not enabled!\n[ 0.522136] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549876] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.552024] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.576064] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578772] Linux agpgart interface v0.103\n[ 0.581518] brd: module loaded\n[ 0.583218] loop: module loaded\n[ 0.587355] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588831] GPT:90111 != 2097151\n[ 0.589512] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590629] GPT:90111 != 2097151\n[ 0.591324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.594699] vda: vda1 vda15\n[ 0.598530] scsi host0: ata_piix\n[ 0.599350] scsi host1: ata_piix\n[ 0.600093] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.601327] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.602965] libphy: Fixed MDIO Bus: probed\n[ 0.603799] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604762] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607843] PPP generic driver version 2.4.2\n[ 0.608868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610120] ehci-pci: EHCI PCI platform driver\n[ 0.611020] ehci-platform: EHCI generic platform driver\n[ 0.612031] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613185] ohci-pci: OHCI PCI platform driver\n[ 0.614084] ohci-platform: OHCI generic platform driver\n[ 0.615109] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629586] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630647] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632149] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633168] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.634401] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635644] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637079] usb usb1: Product: UHCI Host Controller\n[ 0.638023] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639174] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640193] hub 1-0:1.0: USB hub found\n[ 0.641001] hub 1-0:1.0: 2 ports detected\n[ 0.642062] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645289] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646384] mousedev: PS/2 mouse device common for all mice\n[ 0.647703] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649789] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650985] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652203] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653417] i2c /dev entries driver\n[ 0.654247] device-mapper: uevent: version 1.0.3\n[ 0.655263] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656960] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658732] NET: Registered protocol family 10\n[ 0.660148] NET: Registered protocol family 17\n[ 0.661116] Key type dns_resolver registered\n[ 0.662338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663467] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665382] registered taskstats version 1\n[ 0.666292] Loading compiled-in X.509 certificates\n[ 0.667889] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669850] zswap: loaded using pool lzo/zbud\n[ 0.671899] Key type trusted registered\n[ 0.673733] Key type encrypted registered\n[ 0.674579] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675691] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676760] evm: HMAC attrs: 0x1\n[ 0.677864] Magic number: 10:26:246\n[ 0.678767] rtc_cmos 00:00: setting system clock to 2018-07-23 20:12:16 UTC (1532376736)\n[ 0.680460] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681603] EDD information not available.\n[ 0.763882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775925] Write protecting the kernel read-only data: 14336k\n[ 0.779510] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781527] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.828415] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.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.82. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOImNaLD46FE2FBgHqhnXjsAsJzENl1teyRvhw52gizz0OJOaY/iXcgVO3vhUopDTwdCFHMeVwA5Xbnt0MHdIi6U0s8gc6of6LkAaWzzKlXIOACiSdWMtOV7s9ddHJmXAg7qvSx8D0AcuEq6WF/9pMZUMVIafhlY9xCChD7MJTqfJU5qVlGyWOANHXkg5MOPlnlMmwEVF7ZwAn6nKXx+n3FPYVbQpGvkfXUVhlIwzWA41nLfOYMAO3XApA6GtZOEgZm+/VYWLvhWGkaIRXLv1rln838dlV4HT84ciYbHMktPPTZHwyClLAgU23DNsqzHsIGtxRgkZ/DO3RoOiYVWl3 root@singlevm2-vm-9723d99c-79b0-44ab-8fd4-c75e46c5eb6a\nssh-dss AAAAB3NzaC1kc3MAAACBAJ89V4JtW6YlU2syC7pXE7bdSZCnjNm5CDMzWFMY7WadKY2LEdHy8jm8Pxw6TqaynJqgUkQ8HZnQjK/XrgD18zTm2TVUkho+BqIR3IsQOYdvsha1DM/S1bNPwxgsjuSF+siSfb0ai6s53hjwpEFsoEd5V4oPAenHUZCRlQOQU1w5AAAAFQDdDfPAfO0Aif928U4Q5qhMzC11iwAAAIBJqSYzAOhyHxDv2t1p6fPIcqQQytgLRA9ce9NGqkbDhmMPxy/8YtzyOeivHgrOUC5FxVdU9llyQG71FoN3hU6rwAOusFWzzfV05EbsOSrkfZshicZg9q3vLQZNxR4lNwBloSUqCreR1ZnX2y5YQWxiU0vCQsVptUpeJWB9nOrLoAAAAIBaBUkPvw3gNQFakLpKqmqN3i+fbxJCvmAvXuSE3Sr/L4KhJU0IrrXtdolxFAkc17ikmQK8dNh208Xy58PIIQchF1mWizYr0T4T+Z6QT/gLSczxqr+ngEqCa7bWlZgBXGoqng42z/j7NmeyUlNoeK18e85mw/0vjXgBeii80kwn7g== root@singlevm2-vm-9723d99c-79b0-44ab-8fd4-c75e46c5eb6a\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe31:79e0/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-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-9723d99c-79b0-44ab-8fd4-c75e46c5eb6a\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.66 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n/dev/root resized successfully [took 0.14s]\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-9723d99c-79b0-44ab-8fd4-c75e46c5eb6a login: "} 2018-07-23 20:12:21,207 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b/action used request id req-d927bf91-1536-4285-a487-44ff410ec066 2018-07-23 20:12:21,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.151740074158s 2018-07-23 20:12:21,208 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b/action used request id req-d927bf91-1536-4285-a487-44ff410ec066 2018-07-23 20:12:21,208 - 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 470539214 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.143081] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.144786] pid_max: default: 32768 minimum: 301 [ 0.145750] ACPI: Core revision 20150930 [ 0.147158] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.148504] Security Framework initialized [ 0.149352] Yama: becoming mindful. [ 0.150114] AppArmor: AppArmor initialized [ 0.150991] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.152348] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.153661] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.154919] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.156368] Initializing cgroup subsys io [ 0.157208] Initializing cgroup subsys memory [ 0.158085] Initializing cgroup subsys devices [ 0.158980] Initializing cgroup subsys freezer [ 0.159872] Initializing cgroup subsys net_cls [ 0.160754] Initializing cgroup subsys perf_event [ 0.161681] Initializing cgroup subsys net_prio [ 0.162592] Initializing cgroup subsys hugetlb [ 0.163486] Initializing cgroup subsys pids [ 0.164377] CPU: Physical Processor ID: 0 [ 0.165886] mce: CPU supports 10 MCE banks [ 0.166764] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.167790] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181856] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187822] ftrace: allocating 31920 entries in 125 pages [ 0.212174] smpboot: Max logical packages: 1 [ 0.213052] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.214436] x2apic enabled [ 0.215244] Switched APIC routing to physical x2apic. [ 0.216978] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.218127] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.220308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.222274] KVM setup paravirtual spinlock [ 0.223608] x86: Booted up 1 node, 1 CPUs [ 0.224450] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.225893] devtmpfs: initialized [ 0.227630] evm: security.selinux [ 0.228358] evm: security.SMACK64 [ 0.229066] evm: security.SMACK64EXEC [ 0.229828] evm: security.SMACK64TRANSMUTE [ 0.230672] evm: security.SMACK64MMAP [ 0.231445] evm: security.ima [ 0.232106] evm: security.capability [ 0.232937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.234857] pinctrl core: initialized pinctrl subsystem [ 0.235999] RTC time: 20:12:15, date: 07/23/18 [ 0.237005] NET: Registered protocol family 16 [ 0.238023] cpuidle: using governor ladder [ 0.238881] cpuidle: using governor menu [ 0.239700] PCCT header not found. [ 0.240488] ACPI: bus type PCI registered [ 0.241323] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.242614] PCI: Using configuration type 1 for base access [ 0.244431] ACPI: Added _OSI(Module Device) [ 0.245305] ACPI: Added _OSI(Processor Device) [ 0.246205] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247135] ACPI: Added _OSI(Processor Aggregator Device) [ 0.248960] ACPI: Interpreter enabled [ 0.249763] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.251679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253588] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257404] ACPI: (supports S0 S5) [ 0.258143] ACPI: Using IOAPIC for interrupt routing [ 0.259131] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263517] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.266041] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.268348] acpiphp: Slot [3] registered [ 0.269189] acpiphp: Slot [4] registered [ 0.270022] acpiphp: Slot [5] registered [ 0.270858] acpiphp: Slot [6] registered [ 0.271684] acpiphp: Slot [7] registered [ 0.272514] acpiphp: Slot [8] registered [ 0.273355] acpiphp: Slot [9] registered [ 0.274184] acpiphp: Slot [10] registered [ 0.275031] acpiphp: Slot [11] registered [ 0.275877] acpiphp: Slot [12] registered [ 0.276718] acpiphp: Slot [13] registered [ 0.277562] acpiphp: Slot [14] registered [ 0.278405] acpiphp: Slot [15] registered [ 0.289302] acpiphp: Slot [16] registered [ 0.290148] acpiphp: Slot [17] registered [ 0.290993] acpiphp: Slot [18] registered [ 0.291835] acpiphp: Slot [19] registered [ 0.292673] acpiphp: Slot [20] registered [ 0.293526] acpiphp: Slot [21] registered [ 0.294373] acpiphp: Slot [22] registered [ 0.295216] acpiphp: Slot [23] registered [ 0.296059] acpiphp: Slot [24] registered [ 0.296902] acpiphp: Slot [25] registered [ 0.297743] acpiphp: Slot [26] registered [ 0.298587] acpiphp: Slot [27] registered [ 0.299469] acpiphp: Slot [28] registered [ 0.300315] acpiphp: Slot [29] registered [ 0.301156] acpiphp: Slot [30] registered [ 0.302000] acpiphp: Slot [31] registered [ 0.302838] PCI host bridge to bus 0000:00 [ 0.303673] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.304933] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.306201] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.307699] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.309201] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.310723] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.314202] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.315518] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.316738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.318049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321669] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323351] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.342032] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.343948] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.345432] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.346911] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.348352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.349678] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.351030] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.352121] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.353716] vgaarb: loaded [ 0.354341] vgaarb: bridge control possible 0000:00:02.0 [ 0.355615] SCSI subsystem initialized [ 0.356559] ACPI: bus type USB registered [ 0.357425] usbcore: registered new interface driver usbfs [ 0.358499] usbcore: registered new interface driver hub [ 0.359557] usbcore: registered new device driver usb [ 0.360711] PCI: Using ACPI for IRQ routing [ 0.361876] NetLabel: Initializing [ 0.362624] NetLabel: domain hash size = 128 [ 0.363509] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.364502] NetLabel: unlabeled traffic allowed by default [ 0.365709] clocksource: Switched to clocksource kvm-clock [ 0.373978] AppArmor: AppArmor Filesystem Enabled [ 0.374982] pnp: PnP ACPI init [ 0.375957] pnp: PnP ACPI: found 5 devices [ 0.382412] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.384184] NET: Registered protocol family 2 [ 0.385266] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.386608] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.388005] TCP: Hash tables configured (established 4096 bind 4096) [ 0.389246] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.390376] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.391615] NET: Registered protocol family 1 [ 0.392542] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.393679] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.394797] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.408905] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423089] Trying to unpack rootfs image as initramfs... [ 0.479324] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.481025] Scanning for low memory corruption every 60 seconds [ 0.482405] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.483582] audit: initializing netlink subsys (disabled) [ 0.484640] audit: type=2000 audit(1532376736.737:1): initialized [ 0.486026] Initialise system trusted keyring [ 0.486995] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.488188] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.490337] zbud: loaded [ 0.491080] VFS: Disk quotas dquot_6.6.0 [ 0.491917] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.493524] fuse init (API version 7.23) [ 0.494458] Key type big_key registered [ 0.495281] Allocating IMA MOK and blacklist keyrings. [ 0.496647] Key type asymmetric registered [ 0.497571] Asymmetric key parser 'x509' registered [ 0.498653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.500295] io scheduler noop registered [ 0.501151] io scheduler deadline registered (default) [ 0.502234] io scheduler cfq registered [ 0.503119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.504313] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.505774] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.507504] ACPI: Power Button [PWRF] [ 0.508452] GHES: HEST is not enabled! [ 0.522136] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.549876] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.552024] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.576064] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.578772] Linux agpgart interface v0.103 [ 0.581518] brd: module loaded [ 0.583218] loop: module loaded [ 0.587355] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.588831] GPT:90111 != 2097151 [ 0.589512] GPT:Alternate GPT header not at the end of the disk. [ 0.590629] GPT:90111 != 2097151 [ 0.591324] GPT: Use GNU Parted to correct GPT errors. [ 0.594699] vda: vda1 vda15 [ 0.598530] scsi host0: ata_piix [ 0.599350] scsi host1: ata_piix [ 0.600093] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.601327] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.602965] libphy: Fixed MDIO Bus: probed [ 0.603799] tun: Universal TUN/TAP device driver, 1.6 [ 0.604762] tun: (C) 1999-2004 Max Krasnyansky [ 0.607843] PPP generic driver version 2.4.2 [ 0.608868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610120] ehci-pci: EHCI PCI platform driver [ 0.611020] ehci-platform: EHCI generic platform driver [ 0.612031] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613185] ohci-pci: OHCI PCI platform driver [ 0.614084] ohci-platform: OHCI generic platform driver [ 0.615109] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629586] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630647] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632149] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633168] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.634401] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635644] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637079] usb usb1: Product: UHCI Host Controller [ 0.638023] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639174] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640193] hub 1-0:1.0: USB hub found [ 0.641001] hub 1-0:1.0: 2 ports detected [ 0.642062] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644286] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.645289] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.646384] mousedev: PS/2 mouse device common for all mice [ 0.647703] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.649789] rtc_cmos 00:00: RTC can wake from S4 [ 0.650985] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.652203] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.653417] i2c /dev entries driver [ 0.654247] device-mapper: uevent: version 1.0.3 [ 0.655263] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.656960] ledtrig-cpu: registered to indicate activity on CPUs [ 0.658732] NET: Registered protocol family 10 [ 0.660148] NET: Registered protocol family 17 [ 0.661116] Key type dns_resolver registered [ 0.662338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.663467] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.665382] registered taskstats version 1 [ 0.666292] Loading compiled-in X.509 certificates [ 0.667889] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.669850] zswap: loaded using pool lzo/zbud [ 0.671899] Key type trusted registered [ 0.673733] Key type encrypted registered [ 0.674579] AppArmor: AppArmor sha1 policy hashing enabled [ 0.675691] ima: No TPM chip found, activating TPM-bypass! [ 0.676760] evm: HMAC attrs: 0x1 [ 0.677864] Magic number: 10:26:246 [ 0.678767] rtc_cmos 00:00: setting system clock to 2018-07-23 20:12:16 UTC (1532376736) [ 0.680460] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.681603] EDD information not available. [ 0.763882] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.775925] Write protecting the kernel read-only data: 14336k [ 0.779510] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.781527] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.828415] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.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.82. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOImNaLD46FE2FBgHqhnXjsAsJzENl1teyRvhw52gizz0OJOaY/iXcgVO3vhUopDTwdCFHMeVwA5Xbnt0MHdIi6U0s8gc6of6LkAaWzzKlXIOACiSdWMtOV7s9ddHJmXAg7qvSx8D0AcuEq6WF/9pMZUMVIafhlY9xCChD7MJTqfJU5qVlGyWOANHXkg5MOPlnlMmwEVF7ZwAn6nKXx+n3FPYVbQpGvkfXUVhlIwzWA41nLfOYMAO3XApA6GtZOEgZm+/VYWLvhWGkaIRXLv1rln838dlV4HT84ciYbHMktPPTZHwyClLAgU23DNsqzHsIGtxRgkZ/DO3RoOiYVWl3 root@singlevm2-vm-9723d99c-79b0-44ab-8fd4-c75e46c5eb6a ssh-dss AAAAB3NzaC1kc3MAAACBAJ89V4JtW6YlU2syC7pXE7bdSZCnjNm5CDMzWFMY7WadKY2LEdHy8jm8Pxw6TqaynJqgUkQ8HZnQjK/XrgD18zTm2TVUkho+BqIR3IsQOYdvsha1DM/S1bNPwxgsjuSF+siSfb0ai6s53hjwpEFsoEd5V4oPAenHUZCRlQOQU1w5AAAAFQDdDfPAfO0Aif928U4Q5qhMzC11iwAAAIBJqSYzAOhyHxDv2t1p6fPIcqQQytgLRA9ce9NGqkbDhmMPxy/8YtzyOeivHgrOUC5FxVdU9llyQG71FoN3hU6rwAOusFWzzfV05EbsOSrkfZshicZg9q3vLQZNxR4lNwBloSUqCreR1ZnX2y5YQWxiU0vCQsVptUpeJWB9nOrLoAAAAIBaBUkPvw3gNQFakLpKqmqN3i+fbxJCvmAvXuSE3Sr/L4KhJU0IrrXtdolxFAkc17ikmQK8dNh208Xy58PIIQchF1mWizYr0T4T+Z6QT/gLSczxqr+ngEqCa7bWlZgBXGoqng42z/j7NmeyUlNoeK18e85mw/0vjXgBeii80kwn7g== root@singlevm2-vm-9723d99c-79b0-44ab-8fd4-c75e46c5eb6a -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe31:79e0/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-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-9723d99c-79b0-44ab-8fd4-c75e46c5eb6a launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.66 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net /dev/root resized successfully [took 0.14s] login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-9723d99c-79b0-44ab-8fd4-c75e46c5eb6a login: 2018-07-23 20:12:23,213 - paramiko.transport - DEBUG - starting thread (client mode): 0x1b8ec250L 2018-07-23 20:12:23,214 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-23 20:12:23,214 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-23 20:12:23,214 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-23 20:12:23,215 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-23 20:12:23,215 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-23 20:12:23,215 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-23 20:12:23,216 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-23 20:12:23,216 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-23 20:12:23,216 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-23 20:12:23,231 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-23 20:12:23,232 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-23 20:12:23,246 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.206: 41a63b647df6dc1b7a51576642d0423b 2018-07-23 20:12:23,247 - paramiko.transport - DEBUG - Trying discovered key f10b17a0fd8aeac33d76b1d6e7a691a5 in /tmp/tmpIqrTrc 2018-07-23 20:12:23,272 - paramiko.transport - DEBUG - userauth is OK 2018-07-23 20:12:23,275 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-23 20:12:23,280 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-23 20:12:23,281 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-23 20:12:23,281 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-23 20:12:23,282 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-23 20:12:23,283 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-23 20:12:23,283 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-23 20:12:23,287 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-23 20:12:23,409 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 20:12:23,409 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:31 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-23 20:12:23,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-23 20:12:23,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/7637a169-3263-4270-9152-d8c37f53728f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:24,566 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88dc66c3-eb05-4a6b-b0c1-b85b3c71c438 Content-Length: 0 Date: Mon, 23 Jul 2018 20:12:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:12:24,567 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/7637a169-3263-4270-9152-d8c37f53728f.json used request id req-88dc66c3-eb05-4a6b-b0c1-b85b3c71c438 2018-07-23 20:12:24,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.14930915833s 2018-07-23 20:12:24,567 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/7637a169-3263-4270-9152-d8c37f53728f.json used request id req-88dc66c3-eb05-4a6b-b0c1-b85b3c71c438 2018-07-23 20:12:24,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 20:12:24,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:24,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e5bc1ccc-52b9-40ed-8361-1f0878d5a79d Date: Mon, 23 Jul 2018 20:12:24 GMT RESP BODY: {"floatingips": []} 2018-07-23 20:12:24,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-e5bc1ccc-52b9-40ed-8361-1f0878d5a79d 2018-07-23 20:12:24,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.236976146698s 2018-07-23 20:12:24,810 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-e5bc1ccc-52b9-40ed-8361-1f0878d5a79d 2018-07-23 20:12:24,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-23 20:12:24,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:25,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:12:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-44f44ea9-f1b4-4560-a2c6-2f15e89292c1 x-compute-request-id: req-44f44ea9-f1b4-4560-a2c6-2f15e89292c1 Content-Type: application/json 2018-07-23 20:12:25,149 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b used request id req-44f44ea9-f1b4-4560-a2c6-2f15e89292c1 2018-07-23 20:12:25,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.338226079941s 2018-07-23 20:12:25,150 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b used request id req-44f44ea9-f1b4-4560-a2c6-2f15e89292c1 2018-07-23 20:12:25,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:12:25,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:26,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adb9636e-147c-4671-986e-f87f112f89b3 x-compute-request-id: req-adb9636e-147c-4671-986e-f87f112f89b3 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:79:e0", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:79:e0", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ca39331d-c4e1-41a7-8d0b-8277a485f88b", "rel": "bookmark"}], "image": {"id": "23c40c6e-62ff-4e1c-a9db-4ec27af500db", "links": [{"href": "http://172.30.9.30:8774/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:12:16.000000", "flavor": {"id": "8f09d108-5116-423f-8023-00954b7a5b0f", "links": [{"href": "http://172.30.9.30:8774/flavors/8f09d108-5116-423f-8023-00954b7a5b0f", "rel": "bookmark"}]}, "id": "ca39331d-c4e1-41a7-8d0b-8277a485f88b", "security_groups": [{"name": "singlevm2-sg_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}], "user_id": "873be059f31249b5a44f7322f931a5ce", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:12:25Z", "hostId": "ff8e6d77911eb92d5cb674e609847dd7cf49dd4fcf54680b45470a4e", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "name": "singlevm2-vm_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "created": "2018-07-23T20:12:07Z", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:12:26,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-adb9636e-147c-4671-986e-f87f112f89b3 2018-07-23 20:12:26,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.42846608162s 2018-07-23 20:12:26,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-adb9636e-147c-4671-986e-f87f112f89b3 2018-07-23 20:12:26,581 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:12:28,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:12:28,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:28,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e44a4cf8-da5a-4f48-bb75-80a8f00f2598 x-compute-request-id: req-e44a4cf8-da5a-4f48-bb75-80a8f00f2598 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-23 20:12:28,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e44a4cf8-da5a-4f48-bb75-80a8f00f2598 2018-07-23 20:12:28,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0769069194794s 2018-07-23 20:12:28,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e44a4cf8-da5a-4f48-bb75-80a8f00f2598 2018-07-23 20:12:28,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 20:12:28,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:28,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-03fb79e7-886a-4f07-b456-13bbebb3f37c Date: Mon, 23 Jul 2018 20:12:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "created_at": "2018-07-23T20:11:52Z", "updated_at": "2018-07-23T20:11:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:53Z", "revision_number": 0, "id": "468e14c8-4146-4b1d-9f52-956c14650eec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:53Z", "security_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:53Z", "revision_number": 0, "id": "55aca60c-667f-4fc0-81a9-091ae98860fd", "remote_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:53Z", "security_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:53Z", "revision_number": 0, "id": "64f2acc2-c0ed-45f6-b72d-c952876ce1ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:53Z", "security_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:11:53Z", "revision_number": 0, "id": "6505ce5e-7206-4c29-aaf2-405d42570764", "remote_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "remote_ip_prefix": null, "created_at": "2018-07-23T20:11:53Z", "security_group_id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}], "revision_number": 1, "project_id": "2dc70158a9eb44acbd9d53b7d7330c47", "id": "b809ae9a-69f1-46ae-873f-0e48d03c23c4", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "created_at": "2018-07-23T20:12:02Z", "updated_at": "2018-07-23T20:12:03Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:03Z", "revision_number": 0, "id": "09b0360d-325c-48e6-bbaf-c1c91c8180cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:03Z", "security_group_id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:02Z", "revision_number": 0, "id": "22b2ab85-574f-4b11-b023-0be7a4dcac2d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:02Z", "security_group_id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-23T20:12:03Z", "revision_number": 0, "id": "a40c3251-3996-4dc8-965b-f185c87351bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:03Z", "security_group_id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:02Z", "revision_number": 0, "id": "e77bc507-04f2-49cc-affd-f691bfc9a1ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:02Z", "security_group_id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dc70158a9eb44acbd9d53b7d7330c47"}], "revision_number": 3, "project_id": "2dc70158a9eb44acbd9d53b7d7330c47", "id": "d8f07d01-ed82-4abb-a63b-e723792352f0", "name": "singlevm2-sg_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}]} 2018-07-23 20:12:28,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-03fb79e7-886a-4f07-b456-13bbebb3f37c 2018-07-23 20:12:28,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0565390586853s 2018-07-23 20:12:28,721 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-03fb79e7-886a-4f07-b456-13bbebb3f37c 2018-07-23 20:12:28,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-23 20:12:28,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/d8f07d01-ed82-4abb-a63b-e723792352f0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:29,354 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-63cfca7e-b895-47ce-b500-e94af624bdbe Content-Length: 0 Date: Mon, 23 Jul 2018 20:12:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:12:29,354 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/d8f07d01-ed82-4abb-a63b-e723792352f0.json used request id req-63cfca7e-b895-47ce-b500-e94af624bdbe 2018-07-23 20:12:29,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.629765033722s 2018-07-23 20:12:29,355 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/d8f07d01-ed82-4abb-a63b-e723792352f0.json used request id req-63cfca7e-b895-47ce-b500-e94af624bdbe 2018-07-23 20:12:29,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-23 20:12:29,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:29,436 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 20:12:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4f253383-9685-4dfb-9120-458117aefbd8 x-compute-request-id: req-4f253383-9685-4dfb-9120-458117aefbd8 Content-Length: 0 Content-Type: application/json 2018-07-23 20:12:29,437 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a used request id req-4f253383-9685-4dfb-9120-458117aefbd8 2018-07-23 20:12:29,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0814380645752s 2018-07-23 20:12:29,437 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/singlevm2-kp_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a used request id req-4f253383-9685-4dfb-9120-458117aefbd8 2018-07-23 20:12:29,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 20:12:29,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/05bd3984-9c12-44e9-9433-07e6c6dd40f4/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" -d '{"subnet_id": "33f586b4-8b4d-4baa-b2a5-aeb3211bd25f"}' 2018-07-23 20:12:31,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-88d2cbbc-269e-469e-82c1-984a46a205f9 Date: Mon, 23 Jul 2018 20:12:31 GMT RESP BODY: {"network_id": "9fdcf547-a846-4dbe-8253-4af277982fdc", "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "subnet_id": "33f586b4-8b4d-4baa-b2a5-aeb3211bd25f", "subnet_ids": ["33f586b4-8b4d-4baa-b2a5-aeb3211bd25f"], "port_id": "2821fb21-7a63-48bd-875f-2d65e0969289", "id": "05bd3984-9c12-44e9-9433-07e6c6dd40f4"} 2018-07-23 20:12:31,056 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/05bd3984-9c12-44e9-9433-07e6c6dd40f4/remove_router_interface.json used request id req-88d2cbbc-269e-469e-82c1-984a46a205f9 2018-07-23 20:12:31,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.61855816841s 2018-07-23 20:12:31,057 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/05bd3984-9c12-44e9-9433-07e6c6dd40f4/remove_router_interface.json used request id req-88d2cbbc-269e-469e-82c1-984a46a205f9 returning object 05bd3984-9c12-44e9-9433-07e6c6dd40f4 2018-07-23 20:12:31,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 20:12:31,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:31,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-2890787c-20ad-4e62-a0a4-e27813d4ab3c Date: Mon, 23 Jul 2018 20:12:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "2dc70158a9eb44acbd9d53b7d7330c47", "created_at": "2018-07-23T20:11:54Z", "admin_state_up": true, "updated_at": "2018-07-23T20:12:30Z", "revision_number": 4, "routes": [], "project_id": "2dc70158a9eb44acbd9d53b7d7330c47", "id": "05bd3984-9c12-44e9-9433-07e6c6dd40f4", "name": "singlevm2-router_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}]} 2018-07-23 20:12:31,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-2890787c-20ad-4e62-a0a4-e27813d4ab3c 2018-07-23 20:12:31,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.260080099106s 2018-07-23 20:12:31,317 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-2890787c-20ad-4e62-a0a4-e27813d4ab3c 2018-07-23 20:12:31,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 20:12:31,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/05bd3984-9c12-44e9-9433-07e6c6dd40f4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:32,713 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-82791330-ab05-41a7-9b8a-e7256688c9c8 Content-Length: 0 Date: Mon, 23 Jul 2018 20:12:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:12:32,714 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/05bd3984-9c12-44e9-9433-07e6c6dd40f4.json used request id req-82791330-ab05-41a7-9b8a-e7256688c9c8 2018-07-23 20:12:32,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.39470291138s 2018-07-23 20:12:32,714 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/05bd3984-9c12-44e9-9433-07e6c6dd40f4.json used request id req-82791330-ab05-41a7-9b8a-e7256688c9c8 2018-07-23 20:12:32,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 20:12:32,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:32,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0adbd44c-8246-4dfa-b2b2-9a82284c6e80 Date: Mon, 23 Jul 2018 20:12:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fdcf547-a846-4dbe-8253-4af277982fdc","tenant_id":"2dc70158a9eb44acbd9d53b7d7330c47","created_at":"2018-07-23T20:11:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:11:54Z","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":"2dc70158a9eb44acbd9d53b7d7330c47","id":"33f586b4-8b4d-4baa-b2a5-aeb3211bd25f","subnetpool_id":null,"name":"singlevm2-subnet_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}]} 2018-07-23 20:12:32,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-0adbd44c-8246-4dfa-b2b2-9a82284c6e80 2018-07-23 20:12:32,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0507719516754s 2018-07-23 20:12:32,765 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-0adbd44c-8246-4dfa-b2b2-9a82284c6e80 2018-07-23 20:12:32,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 20:12:32,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/33f586b4-8b4d-4baa-b2a5-aeb3211bd25f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:35,183 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf24b535-b681-4699-b066-93bd32444853 Date: Mon, 23 Jul 2018 20:12:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:12:35,183 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/33f586b4-8b4d-4baa-b2a5-aeb3211bd25f.json used request id req-cf24b535-b681-4699-b066-93bd32444853 2018-07-23 20:12:35,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.41682696342s 2018-07-23 20:12:35,184 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/33f586b4-8b4d-4baa-b2a5-aeb3211bd25f.json used request id req-cf24b535-b681-4699-b066-93bd32444853 2018-07-23 20:12:35,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:12:35,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:35,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-a5f00d27-bca4-4a4c-a8d0-f96063899dd3 Date: Mon, 23 Jul 2018 20:12: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":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-23T20:12:34Z","tenant_id":"2dc70158a9eb44acbd9d53b7d7330c47","created_at":"2018-07-23T20:11:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2dc70158a9eb44acbd9d53b7d7330c47","id":"9fdcf547-a846-4dbe-8253-4af277982fdc","name":"singlevm2-net_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}]} 2018-07-23 20:12:35,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a5f00d27-bca4-4a4c-a8d0-f96063899dd3 2018-07-23 20:12:35,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119238853455s 2018-07-23 20:12:35,304 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a5f00d27-bca4-4a4c-a8d0-f96063899dd3 2018-07-23 20:12:35,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 20:12:35,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/9fdcf547-a846-4dbe-8253-4af277982fdc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:37,258 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-28fb73ce-e843-4574-a380-6dc5e3b49df2 Date: Mon, 23 Jul 2018 20:12:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:12:37,258 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/9fdcf547-a846-4dbe-8253-4af277982fdc.json used request id req-28fb73ce-e843-4574-a380-6dc5e3b49df2 2018-07-23 20:12:37,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.9533970356s 2018-07-23 20:12:37,259 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/9fdcf547-a846-4dbe-8253-4af277982fdc.json used request id req-28fb73ce-e843-4574-a380-6dc5e3b49df2 2018-07-23 20:12:37,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:12:37,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:37,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-910a4eda-8d75-4df1-b6b7-eaf7f7185796 Date: Mon, 23 Jul 2018 20:12:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db/snap", "metadata": {}}], "file": "/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db/file", "owner": "2dc70158a9eb44acbd9d53b7d7330c47", "id": "23c40c6e-62ff-4e1c-a9db-4ec27af500db", "size": 12716032, "self": "/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db", "disk_format": "qcow2", "direct_url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:12:00Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T20:11:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:12:37,522 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-910a4eda-8d75-4df1-b6b7-eaf7f7185796 2018-07-23 20:12:37,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.259495019913s 2018-07-23 20:12:37,522 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-910a4eda-8d75-4df1-b6b7-eaf7f7185796 2018-07-23 20:12:37,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-23 20:12:37,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3669723ed61dac82436b524c31a51b71aafea704" 2018-07-23 20:12:39,206 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e60bbce9-26f2-45d1-8757-f73c58777397 Date: Mon, 23 Jul 2018 20:12:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 20:12:39,207 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db used request id req-e60bbce9-26f2-45d1-8757-f73c58777397 2018-07-23 20:12:39,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.68266487122s 2018-07-23 20:12:39,207 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/23c40c6e-62ff-4e1c-a9db-4ec27af500db used request id req-e60bbce9-26f2-45d1-8757-f73c58777397 2018-07-23 20:12:39,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 20:12:39,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:12:39,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12: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-dcfeeace-f634-49bc-8606-c5590d8892be x-compute-request-id: req-dcfeeace-f634-49bc-8606-c5590d8892be Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8f09d108-5116-423f-8023-00954b7a5b0f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8f09d108-5116-423f-8023-00954b7a5b0f", "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": "8f09d108-5116-423f-8023-00954b7a5b0f"}]} 2018-07-23 20:12:39,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-dcfeeace-f634-49bc-8606-c5590d8892be 2018-07-23 20:12:39,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0293140411377s 2018-07-23 20:12:39,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-dcfeeace-f634-49bc-8606-c5590d8892be 2018-07-23 20:12:39,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-23 20:12:39,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/8f09d108-5116-423f-8023-00954b7a5b0f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:12:39,387 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 20:12:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ee609cd9-4e15-4b0e-9fb8-2a811142ecc0 x-compute-request-id: req-ee609cd9-4e15-4b0e-9fb8-2a811142ecc0 Content-Length: 0 Content-Type: application/json 2018-07-23 20:12:39,387 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/8f09d108-5116-423f-8023-00954b7a5b0f used request id req-ee609cd9-4e15-4b0e-9fb8-2a811142ecc0 2018-07-23 20:12:39,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.148967981339s 2018-07-23 20:12:39,388 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/8f09d108-5116-423f-8023-00954b7a5b0f used request id req-ee609cd9-4e15-4b0e-9fb8-2a811142ecc0 2018-07-23 20:12:39,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:12:39,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:12:39,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9509b15f-db76-474b-a8f4-bba351bafc82 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/0a24a34f537e4b729f28e8e878c656b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a24a34f537e4b729f28e8e878c656b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0d5dc8cd3c9f44ac8c45da536da81204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d5dc8cd3c9f44ac8c45da536da81204", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/0efef48632a744e3b93acb9afe7551bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0efef48632a744e3b93acb9afe7551bc", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/28eeee97468242c79125a600bd641312"}, "domain_id": "default", "enabled": true, "options": {}, "id": "28eeee97468242c79125a600bd641312", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/4f7b5ee19a6443ac92a2e1cce790d65d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f7b5ee19a6443ac92a2e1cce790d65d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/536475fc3e7f4546a4212837f00f7239"}, "domain_id": "default", "enabled": true, "options": {}, "id": "536475fc3e7f4546a4212837f00f7239", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/5c5a27d54fea41c783f691489d1cd4a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c5a27d54fea41c783f691489d1cd4a5", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/5ca40dc636c4498b9a22f63f1b79c2df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ca40dc636c4498b9a22f63f1b79c2df", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/6d993a774be44345a9bafe78c48e0f26"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d993a774be44345a9bafe78c48e0f26", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/70dbd0b07e52422aa3cfbc989a173e0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70dbd0b07e52422aa3cfbc989a173e0b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "links": {"self": "http://172.30.9.30:5000/v3/users/873be059f31249b5a44f7322f931a5ce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "873be059f31249b5a44f7322f931a5ce", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/8dac1feb2ea34466ba99783afd8dc8e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8dac1feb2ea34466ba99783afd8dc8e5", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/978234c706ca499b975f668b2ac71ef0"}, "domain_id": "08b37e406d8b4def9f8b3898f887b9cb", "enabled": true, "options": {}, "id": "978234c706ca499b975f668b2ac71ef0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/a97247a9389345ebaf8a0b1ba23a202d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a97247a9389345ebaf8a0b1ba23a202d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/e70b72268691407dbc6bb56015fc0e87"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e70b72268691407dbc6bb56015fc0e87", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-07-23 20:12:39,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9509b15f-db76-474b-a8f4-bba351bafc82 2018-07-23 20:12:39,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124693870544s 2018-07-23 20:12:39,513 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9509b15f-db76-474b-a8f4-bba351bafc82 2018-07-23 20:12:39,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:12:39,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/873be059f31249b5a44f7322f931a5ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:12:39,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fccd7c0-e7cb-4fe9-823f-e06f5ddbbc8a Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a", "links": {"self": "http://172.30.9.30:5000/v3/users/873be059f31249b5a44f7322f931a5ce"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "873be059f31249b5a44f7322f931a5ce", "description": null}} 2018-07-23 20:12:39,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/873be059f31249b5a44f7322f931a5ce used request id req-1fccd7c0-e7cb-4fe9-823f-e06f5ddbbc8a 2018-07-23 20:12:39,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124536037445s 2018-07-23 20:12:39,643 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/873be059f31249b5a44f7322f931a5ce used request id req-1fccd7c0-e7cb-4fe9-823f-e06f5ddbbc8a 2018-07-23 20:12:39,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-23 20:12:39,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/873be059f31249b5a44f7322f931a5ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:12:40,000 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:12:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23783544-e6c2-4090-8ee3-c294d6a02b51 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:12:40,000 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/873be059f31249b5a44f7322f931a5ce used request id req-23783544-e6c2-4090-8ee3-c294d6a02b51 2018-07-23 20:12:40,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.356096982956s 2018-07-23 20:12:40,000 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/873be059f31249b5a44f7322f931a5ce used request id req-23783544-e6c2-4090-8ee3-c294d6a02b51 2018-07-23 20:12:40,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 20:12:40,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:12:40,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4899e5f-c429-4f76-8127-09f1d3b77802 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.30:5000/v3/projects/2dc70158a9eb44acbd9d53b7d7330c47"}, "tags": [], "enabled": true, "id": "2dc70158a9eb44acbd9d53b7d7330c47", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_9723d99c-79b0-44ab-8fd4-c75e46c5eb6a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61"}, "tags": [], "enabled": true, "id": "34433fa276594da9910da7d3eb6d3d61", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b77792c68ec4f519737d2732c1f92c4"}, "tags": [], "enabled": true, "id": "7b77792c68ec4f519737d2732c1f92c4", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-23 20:12:40,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-a4899e5f-c429-4f76-8127-09f1d3b77802 2018-07-23 20:12:40,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10612487793s 2018-07-23 20:12:40,112 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-a4899e5f-c429-4f76-8127-09f1d3b77802 2018-07-23 20:12:40,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-23 20:12:40,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/2dc70158a9eb44acbd9d53b7d7330c47 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc8022bbbf3acea68fcba45584b23c4556bd8922" 2018-07-23 20:12:40,348 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:12:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08995d69-4b30-4bf6-8c6d-63c4a5e82ed0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:12:40,348 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/2dc70158a9eb44acbd9d53b7d7330c47 used request id req-08995d69-4b30-4bf6-8c6d-63c4a5e82ed0 2018-07-23 20:12:40,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.231467008591s 2018-07-23 20:12:40,349 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/2dc70158a9eb44acbd9d53b7d7330c47 used request id req-08995d69-4b30-4bf6-8c6d-63c4a5e82ed0 2018-07-23 20:12:40,392 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-07-23 20:12:40,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 20:12:40,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 20:12:40,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 20:12:40,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 20:12:40,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 20:12:40,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 20:12:40,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 20:12:40,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:12:40,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6968e983-70be-4d7c-b0ba-89759476da6c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-07-23 20:12:40,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6968e983-70be-4d7c-b0ba-89759476da6c 2018-07-23 20:12:40,435 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-23 20:12:40,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1aceca7f18154604bae9cc22122c56e3", "name": "reader"}, {"id": "edc6c78a99c44825b5f05142fc006c4e", "name": "member"}, {"id": "93a47ab3bdfa4ea98963f56b9c4a1876", "name": "admin"}], "expires_at": "2018-07-23T21:12:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b77792c68ec4f519737d2732c1f92c4", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b98340839c44b2183fa9535b42ac330"}], "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b27a3156feb4077b14b65594691c097"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ecf62a194def48299f13b817f04627ed"}], "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37592470b09943998a4e9b272bb64a74"}, {"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"url": "http://172.30.9.30:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}], "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c290c5693e459eb08d8b77f75cdc47"}], "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"url": "http://12.0.0.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "976992f691f84b4abec884aa88acefb9"}], "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4853527bcdea49f8aa653565601a83c0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff612aadf1684862addf5b1ebc488287"}], "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b45e9372eb6436db0f7460444431a44"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}], "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f34d144cb7fc4fb48b217969def15b97"}], "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "422c711d88dd43daabef991fcff457e5"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f9d395bdfa2457f9cb46868761811a8"}], "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85586397d6634ce5b65581ea09aea44b"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a08f0e9322644f30b053d34df0639090"}], "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"url": "http://172.30.9.30:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c397d2787c3245368301a0d82e84985e"}], "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"url": "http://172.30.9.30:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}], "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c89d765cdc9d42a4b5a100914669bbed"}], "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f00ed106e044f8b75a51d916af1da4"}], "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8dac1feb2ea34466ba99783afd8dc8e5"}, "audit_ids": ["roO0P7GcS-aPQlSs2VsEvw"], "issued_at": "2018-07-23T20:12:40.000000Z"}} 2018-07-23 20:12:40,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:12:40,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:12:41,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c04061c5-b61d-47f4-b50b-e121683049ce Date: Mon, 23 Jul 2018 20:12:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:12:41,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c04061c5-b61d-47f4-b50b-e121683049ce 2018-07-23 20:12:41,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.318266153336s 2018-07-23 20:12:41,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c04061c5-b61d-47f4-b50b-e121683049ce 2018-07-23 20:12:41,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:12:41,161 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 20:12:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d097feff-56fb-4b5b-88ad-9a1937428fed 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.30:5000/v3/", "rel": "self"}]}]}} 2018-07-23 20:12:41,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-d097feff-56fb-4b5b-88ad-9a1937428fed 2018-07-23 20:12:41,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 20:12:41,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:12:41,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bfbc41c-24c6-44eb-a3cd-07cb5355c04a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/08b37e406d8b4def9f8b3898f887b9cb"}, "tags": [], "enabled": true, "id": "08b37e406d8b4def9f8b3898f887b9cb", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-07-23 20:12:41,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-1bfbc41c-24c6-44eb-a3cd-07cb5355c04a 2018-07-23 20:12:41,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.108383178711s 2018-07-23 20:12:41,271 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-1bfbc41c-24c6-44eb-a3cd-07cb5355c04a 2018-07-23 20:12:41,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-23 20:12:41,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_310052be-fb22-4b02-89c7-96a9f670487b"}}' 2018-07-23 20:12:41,430 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 20:12:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22307597-6aae-4d3e-8956-814efa45303b 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.30:5000/v3/projects/abba7c53b39244a49962cea3ab07c4a0"}, "tags": [], "enabled": true, "id": "abba7c53b39244a49962cea3ab07c4a0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_310052be-fb22-4b02-89c7-96a9f670487b"}} 2018-07-23 20:12:41,430 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-22307597-6aae-4d3e-8956-814efa45303b 2018-07-23 20:12:41,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.15189909935s 2018-07-23 20:12:41,430 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-22307597-6aae-4d3e-8956-814efa45303b 2018-07-23 20:12:41,430 - 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'abba7c53b39244a49962cea3ab07c4a0', '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_310052be-fb22-4b02-89c7-96a9f670487b'}) 2018-07-23 20:12:41,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-23 20:12:41,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "9b546daa-b992-40a9-9c39-cfdc905362e8", "email": null, "name": "vping_ssh-user_310052be-fb22-4b02-89c7-96a9f670487b"}}' 2018-07-23 20:12:41,853 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 20:12:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93cdd1e9-ae6f-4b20-a794-016e05e1efd7 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_310052be-fb22-4b02-89c7-96a9f670487b", "links": {"self": "http://172.30.9.30:5000/v3/users/3fc1ad02da9b403e91310186d2afdccf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3fc1ad02da9b403e91310186d2afdccf", "domain_id": "default", "password_expires_at": null}} 2018-07-23 20:12:41,853 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-93cdd1e9-ae6f-4b20-a794-016e05e1efd7 2018-07-23 20:12:41,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.419784069061s 2018-07-23 20:12:41,854 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-93cdd1e9-ae6f-4b20-a794-016e05e1efd7 2018-07-23 20:12:41,854 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3fc1ad02da9b403e91310186d2afdccf', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_310052be-fb22-4b02-89c7-96a9f670487b'}) 2018-07-23 20:12:41,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:12:41,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:12:41,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e2aaa71-e18f-4ec9-8301-34e135d09834 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:12:41,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2e2aaa71-e18f-4ec9-8301-34e135d09834 2018-07-23 20:12:41,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10481095314s 2018-07-23 20:12:41,963 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2e2aaa71-e18f-4ec9-8301-34e135d09834 2018-07-23 20:12:41,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:12:41,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:12:42,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a6e2ae1-545e-49b2-b0ae-a7a8b2a39379 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:12:42,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2a6e2ae1-545e-49b2-b0ae-a7a8b2a39379 2018-07-23 20:12:42,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106474876404s 2018-07-23 20:12:42,074 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2a6e2ae1-545e-49b2-b0ae-a7a8b2a39379 2018-07-23 20:12:42,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:12:42,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:12:42,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5da5c4ef-1cb5-4b68-950f-c19a143675a6 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:12:42,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5da5c4ef-1cb5-4b68-950f-c19a143675a6 2018-07-23 20:12:42,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.11224603653s 2018-07-23 20:12:42,192 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5da5c4ef-1cb5-4b68-950f-c19a143675a6 2018-07-23 20:12:42,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 20:12:42,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:12:42,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bb92106-baa6-4795-8897-65a489f77b9f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-23 20:12:42,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-6bb92106-baa6-4795-8897-65a489f77b9f 2018-07-23 20:12:42,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.11611700058s 2018-07-23 20:12:42,313 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-6bb92106-baa6-4795-8897-65a489f77b9f 2018-07-23 20:12:42,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:12:42,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:12:42,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed900a40-21d5-4854-ab77-a54663029890 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/0a24a34f537e4b729f28e8e878c656b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a24a34f537e4b729f28e8e878c656b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0d5dc8cd3c9f44ac8c45da536da81204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d5dc8cd3c9f44ac8c45da536da81204", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/0efef48632a744e3b93acb9afe7551bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0efef48632a744e3b93acb9afe7551bc", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/28eeee97468242c79125a600bd641312"}, "domain_id": "default", "enabled": true, "options": {}, "id": "28eeee97468242c79125a600bd641312", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_310052be-fb22-4b02-89c7-96a9f670487b", "links": {"self": "http://172.30.9.30:5000/v3/users/3fc1ad02da9b403e91310186d2afdccf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3fc1ad02da9b403e91310186d2afdccf", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/4f7b5ee19a6443ac92a2e1cce790d65d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f7b5ee19a6443ac92a2e1cce790d65d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/536475fc3e7f4546a4212837f00f7239"}, "domain_id": "default", "enabled": true, "options": {}, "id": "536475fc3e7f4546a4212837f00f7239", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/5c5a27d54fea41c783f691489d1cd4a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c5a27d54fea41c783f691489d1cd4a5", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/5ca40dc636c4498b9a22f63f1b79c2df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ca40dc636c4498b9a22f63f1b79c2df", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/6d993a774be44345a9bafe78c48e0f26"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d993a774be44345a9bafe78c48e0f26", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/70dbd0b07e52422aa3cfbc989a173e0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70dbd0b07e52422aa3cfbc989a173e0b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/8dac1feb2ea34466ba99783afd8dc8e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8dac1feb2ea34466ba99783afd8dc8e5", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/978234c706ca499b975f668b2ac71ef0"}, "domain_id": "08b37e406d8b4def9f8b3898f887b9cb", "enabled": true, "options": {}, "id": "978234c706ca499b975f668b2ac71ef0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/a97247a9389345ebaf8a0b1ba23a202d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a97247a9389345ebaf8a0b1ba23a202d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/e70b72268691407dbc6bb56015fc0e87"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e70b72268691407dbc6bb56015fc0e87", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-07-23 20:12:42,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ed900a40-21d5-4854-ab77-a54663029890 2018-07-23 20:12:42,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119541883469s 2018-07-23 20:12:42,434 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ed900a40-21d5-4854-ab77-a54663029890 2018-07-23 20:12:42,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 20:12:42,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:12:42,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d65940e4-4b08-4a58-a0f0-69e258a86602 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b77792c68ec4f519737d2732c1f92c4"}, "tags": [], "enabled": true, "id": "7b77792c68ec4f519737d2732c1f92c4", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61"}, "tags": [], "enabled": true, "id": "34433fa276594da9910da7d3eb6d3d61", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.30:5000/v3/projects/abba7c53b39244a49962cea3ab07c4a0"}, "tags": [], "enabled": true, "id": "abba7c53b39244a49962cea3ab07c4a0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_310052be-fb22-4b02-89c7-96a9f670487b"}]} 2018-07-23 20:12:42,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-d65940e4-4b08-4a58-a0f0-69e258a86602 2018-07-23 20:12:42,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.109354972839s 2018-07-23 20:12:42,555 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-d65940e4-4b08-4a58-a0f0-69e258a86602 2018-07-23 20:12:42,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-23 20:12:42,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/role_assignments?user.id=3fc1ad02da9b403e91310186d2afdccf&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=abba7c53b39244a49962cea3ab07c4a0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:12:42,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbe25f57-d9fd-4ad5-a356-ac9d0ae01912 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=3fc1ad02da9b403e91310186d2afdccf&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=abba7c53b39244a49962cea3ab07c4a0", "previous": null, "next": null}} 2018-07-23 20:12:42,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=3fc1ad02da9b403e91310186d2afdccf&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=abba7c53b39244a49962cea3ab07c4a0 used request id req-bbe25f57-d9fd-4ad5-a356-ac9d0ae01912 2018-07-23 20:12:42,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.108522176743s 2018-07-23 20:12:42,671 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=3fc1ad02da9b403e91310186d2afdccf&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=abba7c53b39244a49962cea3ab07c4a0 used request id req-bbe25f57-d9fd-4ad5-a356-ac9d0ae01912 2018-07-23 20:12:42,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-23 20:12:42,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/abba7c53b39244a49962cea3ab07c4a0/users/3fc1ad02da9b403e91310186d2afdccf/roles/edc6c78a99c44825b5f05142fc006c4e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:12:42,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:12:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2aa2961f-4076-4eed-9efe-5ddaf6c57e2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:12:42,865 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/abba7c53b39244a49962cea3ab07c4a0/users/3fc1ad02da9b403e91310186d2afdccf/roles/edc6c78a99c44825b5f05142fc006c4e used request id req-2aa2961f-4076-4eed-9efe-5ddaf6c57e2e 2018-07-23 20:12:42,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.189941883087s 2018-07-23 20:12:42,865 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/abba7c53b39244a49962cea3ab07c4a0/users/3fc1ad02da9b403e91310186d2afdccf/roles/edc6c78a99c44825b5f05142fc006c4e used request id req-2aa2961f-4076-4eed-9efe-5ddaf6c57e2e 2018-07-23 20:12:42,866 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_310052be-fb22-4b02-89c7-96a9f670487b', 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'abba7c53b39244a49962cea3ab07c4a0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '9b546daa-b992-40a9-9c39-cfdc905362e8', 'username': u'vping_ssh-user_310052be-fb22-4b02-89c7-96a9f670487b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-23 20:12:42,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 20:12:42,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 20:12:42,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 20:12:42,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 20:12:42,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 20:12:42,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 20:12:42,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 20:12:42,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 20:12:42,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 20:12:42,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 20:12:42,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 20:12:42,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 20:12:42,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 20:12:42,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 20:12:42,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 20:12:42,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 20:12:42,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 20:12:42,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 20:12:42,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 20:12:42,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 20:12:42,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 20:12:42,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 20:12:42,871 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_310052be-fb22-4b02-89c7-96a9f670487b', 'password': '9b546daa-b992-40a9-9c39-cfdc905362e8', 'project_name': 'vping_ssh-project_310052be-fb22-4b02-89c7-96a9f670487b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'abba7c53b39244a49962cea3ab07c4a0', 'project_domain_name': 'Default'} 2018-07-23 20:12:42,871 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-07-23 20:12:42,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:12:42,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fca7f148-a1a8-40ad-bc94-553331f2cc46 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-07-23 20:12:42,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fca7f148-a1a8-40ad-bc94-553331f2cc46 2018-07-23 20:12:42,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-23 20:12:43,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1aceca7f18154604bae9cc22122c56e3", "name": "reader"}, {"id": "edc6c78a99c44825b5f05142fc006c4e", "name": "member"}], "expires_at": "2018-07-23T21:12:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "abba7c53b39244a49962cea3ab07c4a0", "name": "vping_ssh-project_310052be-fb22-4b02-89c7-96a9f670487b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b98340839c44b2183fa9535b42ac330"}], "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b27a3156feb4077b14b65594691c097"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ecf62a194def48299f13b817f04627ed"}], "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/abba7c53b39244a49962cea3ab07c4a0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37592470b09943998a4e9b272bb64a74"}, {"url": "http://192.30.9.5:8776/v1/abba7c53b39244a49962cea3ab07c4a0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"url": "http://172.30.9.30:8776/v1/abba7c53b39244a49962cea3ab07c4a0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}], "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c290c5693e459eb08d8b77f75cdc47"}], "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_abba7c53b39244a49962cea3ab07c4a0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"url": "http://12.0.0.30:8080/v1/AUTH_abba7c53b39244a49962cea3ab07c4a0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "976992f691f84b4abec884aa88acefb9"}], "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4853527bcdea49f8aa653565601a83c0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff612aadf1684862addf5b1ebc488287"}], "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/abba7c53b39244a49962cea3ab07c4a0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"url": "http://192.30.9.5:8004/v1/abba7c53b39244a49962cea3ab07c4a0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b45e9372eb6436db0f7460444431a44"}, {"url": "http://192.30.9.5:8004/v1/abba7c53b39244a49962cea3ab07c4a0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}], "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f34d144cb7fc4fb48b217969def15b97"}], "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "422c711d88dd43daabef991fcff457e5"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f9d395bdfa2457f9cb46868761811a8"}], "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85586397d6634ce5b65581ea09aea44b"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a08f0e9322644f30b053d34df0639090"}], "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/abba7c53b39244a49962cea3ab07c4a0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"url": "http://192.30.9.5:8776/v3/abba7c53b39244a49962cea3ab07c4a0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"url": "http://172.30.9.30:8776/v3/abba7c53b39244a49962cea3ab07c4a0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c397d2787c3245368301a0d82e84985e"}], "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/abba7c53b39244a49962cea3ab07c4a0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"url": "http://192.30.9.5:8776/v2/abba7c53b39244a49962cea3ab07c4a0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"url": "http://172.30.9.30:8776/v2/abba7c53b39244a49962cea3ab07c4a0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}], "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c89d765cdc9d42a4b5a100914669bbed"}], "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f00ed106e044f8b75a51d916af1da4"}], "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_310052be-fb22-4b02-89c7-96a9f670487b", "id": "3fc1ad02da9b403e91310186d2afdccf"}, "audit_ids": ["AX6jsBxYQFOMEScwtagMRw"], "issued_at": "2018-07-23T20:12:43.000000Z"}} 2018-07-23 20:12:43,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 20:12:43,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -d '{"network": {"name": "vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b", "admin_state_up": true}}' 2018-07-23 20:12:44,135 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-ae51d29b-eb32-4de2-bbfa-538f9e852fbc Date: Mon, 23 Jul 2018 20:12:44 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:12:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-23T20:12:43Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"abba7c53b39244a49962cea3ab07c4a0","id":"806bc208-1763-41fa-aa0d-5c307916eb31","name":"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b"}} 2018-07-23 20:12:44,135 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-ae51d29b-eb32-4de2-bbfa-538f9e852fbc 2018-07-23 20:12:44,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.835777997971s 2018-07-23 20:12:44,135 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-ae51d29b-eb32-4de2-bbfa-538f9e852fbc 2018-07-23 20:12:44,136 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T20:12:43Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'806bc208-1763-41fa-aa0d-5c307916eb31', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b', u'admin_state_up': True, u'tenant_id': u'abba7c53b39244a49962cea3ab07c4a0', u'created_at': u'2018-07-23T20:12:43Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'abba7c53b39244a49962cea3ab07c4a0'}) 2018-07-23 20:12:44,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:12:44,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:12:44,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-d4cfbcee-dff0-41ff-87f7-4c25efaa09d3 Date: Mon, 23 Jul 2018 20:12:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-23T20:12:43Z","tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:12:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"abba7c53b39244a49962cea3ab07c4a0","id":"806bc208-1763-41fa-aa0d-5c307916eb31","name":"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b"}]} 2018-07-23 20:12:44,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d4cfbcee-dff0-41ff-87f7-4c25efaa09d3 2018-07-23 20:12:44,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.319159030914s 2018-07-23 20:12:44,456 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d4cfbcee-dff0-41ff-87f7-4c25efaa09d3 2018-07-23 20:12:44,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 20:12:44,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -d '{"subnet": {"name": "vping_ssh-subnet_310052be-fb22-4b02-89c7-96a9f670487b", "enable_dhcp": true, "network_id": "806bc208-1763-41fa-aa0d-5c307916eb31", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 20:12:45,440 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-95780556-729e-4091-bf3d-fda57eb3319c Date: Mon, 23 Jul 2018 20:12:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806bc208-1763-41fa-aa0d-5c307916eb31","tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:12:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:12:44Z","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":"abba7c53b39244a49962cea3ab07c4a0","id":"6b5664fc-b589-42b6-849f-59538ee3e95f","subnetpool_id":null,"name":"vping_ssh-subnet_310052be-fb22-4b02-89c7-96a9f670487b"}} 2018-07-23 20:12:45,440 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-95780556-729e-4091-bf3d-fda57eb3319c 2018-07-23 20:12:45,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.982198953629s 2018-07-23 20:12:45,440 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-95780556-729e-4091-bf3d-fda57eb3319c 2018-07-23 20:12:45,441 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T20:12:44Z', 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'6b5664fc-b589-42b6-849f-59538ee3e95f', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_310052be-fb22-4b02-89c7-96a9f670487b', u'enable_dhcp': True, u'network_id': u'806bc208-1763-41fa-aa0d-5c307916eb31', u'tenant_id': u'abba7c53b39244a49962cea3ab07c4a0', u'created_at': u'2018-07-23T20:12:44Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'abba7c53b39244a49962cea3ab07c4a0'}) 2018-07-23 20:12:45,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 20:12:45,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -d '{"router": {"external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc"}, "name": "vping_ssh-router_310052be-fb22-4b02-89c7-96a9f670487b", "admin_state_up": true}}' 2018-07-23 20:12:47,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-dbf8f29a-f004-4a58-a6bb-52b4182326ce Date: Mon, 23 Jul 2018 20:12:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "created_at": "2018-07-23T20:12:45Z", "admin_state_up": true, "updated_at": "2018-07-23T20:12:46Z", "revision_number": 2, "routes": [], "project_id": "abba7c53b39244a49962cea3ab07c4a0", "id": "be5ca370-8ee8-40ac-bbeb-0f4369949b5b", "name": "vping_ssh-router_310052be-fb22-4b02-89c7-96a9f670487b"}} 2018-07-23 20:12:47,282 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-dbf8f29a-f004-4a58-a6bb-52b4182326ce 2018-07-23 20:12:47,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.8404750824s 2018-07-23 20:12:47,282 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-dbf8f29a-f004-4a58-a6bb-52b4182326ce 2018-07-23 20:12:47,282 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'889c6f1d-aecd-4f93-8be0-bf6d968b4891', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'abba7c53b39244a49962cea3ab07c4a0', u'created_at': u'2018-07-23T20:12:45Z', u'admin_state_up': True, u'updated_at': u'2018-07-23T20:12:46Z', u'revision_number': 2, u'routes': [], u'project_id': u'abba7c53b39244a49962cea3ab07c4a0', u'id': u'be5ca370-8ee8-40ac-bbeb-0f4369949b5b', u'name': u'vping_ssh-router_310052be-fb22-4b02-89c7-96a9f670487b'}) 2018-07-23 20:12:47,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 20:12:47,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/be5ca370-8ee8-40ac-bbeb-0f4369949b5b/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -d '{"subnet_id": "6b5664fc-b589-42b6-849f-59538ee3e95f"}' 2018-07-23 20:12:49,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-06ce8ce1-18e0-40de-8a3b-6c0976628dfd Date: Mon, 23 Jul 2018 20:12:49 GMT RESP BODY: {"network_id": "806bc208-1763-41fa-aa0d-5c307916eb31", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "subnet_id": "6b5664fc-b589-42b6-849f-59538ee3e95f", "subnet_ids": ["6b5664fc-b589-42b6-849f-59538ee3e95f"], "port_id": "1761dcb0-5146-4356-aa49-9a81de354bee", "id": "be5ca370-8ee8-40ac-bbeb-0f4369949b5b"} 2018-07-23 20:12:49,376 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/be5ca370-8ee8-40ac-bbeb-0f4369949b5b/add_router_interface.json used request id req-06ce8ce1-18e0-40de-8a3b-6c0976628dfd 2018-07-23 20:12:49,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.09278082848s 2018-07-23 20:12:49,376 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/be5ca370-8ee8-40ac-bbeb-0f4369949b5b/add_router_interface.json used request id req-06ce8ce1-18e0-40de-8a3b-6c0976628dfd returning object be5ca370-8ee8-40ac-bbeb-0f4369949b5b 2018-07-23 20:12:49,377 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-23 20:12:49,508 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-23 20:12:49,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:12:49,514 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 23 Jul 2018 20:12:49 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-07-23 20:12:49,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:12:49,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:12:49,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9da6d8db-2229-47ab-97fc-354b55d7e0b9 Date: Mon, 23 Jul 2018 20:12:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:12:49,716 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-9da6d8db-2229-47ab-97fc-354b55d7e0b9 2018-07-23 20:12:49,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199990987778s 2018-07-23 20:12:49,716 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-9da6d8db-2229-47ab-97fc-354b55d7e0b9 2018-07-23 20:12:49,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-23 20:12:49,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_310052be-fb22-4b02-89c7-96a9f670487b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_310052be-fb22-4b02-89c7-96a9f670487b"}' 2018-07-23 20:12:50,038 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e6bd049f-0487-4ef7-a733-e97b4c0cc9d8 Date: Mon, 23 Jul 2018 20:12:50 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e/file", "owner": "abba7c53b39244a49962cea3ab07c4a0", "id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "size": null, "self": "/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:12:49Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_310052be-fb22-4b02-89c7-96a9f670487b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_310052be-fb22-4b02-89c7-96a9f670487b", "checksum": null, "created_at": "2018-07-23T20:12:49Z", "protected": false} 2018-07-23 20:12:50,039 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-e6bd049f-0487-4ef7-a733-e97b4c0cc9d8 2018-07-23 20:12:50,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.313508033752s 2018-07-23 20:12:50,039 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-e6bd049f-0487-4ef7-a733-e97b4c0cc9d8 returning object bc15322f-ad93-417c-b34e-db1d0557f76e 2018-07-23 20:12:50,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-23 20:12:50,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -d '' 2018-07-23 20:12:50,931 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fedbfaf9-57ff-4c49-bb12-fb140e168130 Date: Mon, 23 Jul 2018 20:12:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 20:12:50,931 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e/file used request id req-fedbfaf9-57ff-4c49-bb12-fb140e168130 2018-07-23 20:12:50,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.891355991364s 2018-07-23 20:12:50,931 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e/file used request id req-fedbfaf9-57ff-4c49-bb12-fb140e168130 2018-07-23 20:12:50,932 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_310052be-fb22-4b02-89c7-96a9f670487b', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-23T20:12:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e/file', u'owner': u'abba7c53b39244a49962cea3ab07c4a0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'bc15322f-ad93-417c-b34e-db1d0557f76e', u'size': None, u'name': u'vping_ssh-img_310052be-fb22-4b02-89c7-96a9f670487b', u'checksum': None, u'self': u'/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-23T20:12:49Z', u'schema': u'/v2/schemas/image'}) 2018-07-23 20:12:50,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-23 20:12:50,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_310052be-fb22-4b02-89c7-96a9f670487b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-23 20:12:51,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12: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-122fd886-045c-4779-b6a4-a9bfbec7dfb7 x-compute-request-id: req-122fd886-045c-4779-b6a4-a9bfbec7dfb7 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_310052be-fb22-4b02-89c7-96a9f670487b", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "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": "cf500ea0-bdbd-40cd-b203-4934d7141da8"}} 2018-07-23 20:12:51,207 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-122fd886-045c-4779-b6a4-a9bfbec7dfb7 2018-07-23 20:12:51,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.274979829788s 2018-07-23 20:12:51,208 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-122fd886-045c-4779-b6a4-a9bfbec7dfb7 2018-07-23 20:12:51,208 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_310052be-fb22-4b02-89c7-96a9f670487b', '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'7b77792c68ec4f519737d2732c1f92c4', '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'cf500ea0-bdbd-40cd-b203-4934d7141da8', 'swap': 0}) 2018-07-23 20:12:51,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-23 20:12:51,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" -d '{"extra_specs": {}}' 2018-07-23 20:12:51,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12: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-43f5ade6-3d11-4572-8ab4-fb5baf0944b5 x-compute-request-id: req-43f5ade6-3d11-4572-8ab4-fb5baf0944b5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-23 20:12:51,236 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8/os-extra_specs used request id req-43f5ade6-3d11-4572-8ab4-fb5baf0944b5 2018-07-23 20:12:51,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0271060466766s 2018-07-23 20:12:51,236 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8/os-extra_specs used request id req-43f5ade6-3d11-4572-8ab4-fb5baf0944b5 2018-07-23 20:12:51,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-23 20:12:51,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -d '{"keypair": {"name": "vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b"}}' 2018-07-23 20:12:52,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a46c454b-75b2-4f92-8a5e-29c3bf08e292 x-compute-request-id: req-a46c454b-75b2-4f92-8a5e-29c3bf08e292 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9FRV43UvqDtZlloSWCaN9Pjn7BvgNQorruaPxneFKnX/yz8cS+5qlvpIUusjtCwxnjmergTAaS01+6CSdpu5q4DN9nluST+1VlcEsJNgmhBi9PvSlWy3yjBV71TaWwwiO0Dxt6urfg2ZRlmAgfVVwhVCy9Pk2S8/wUtkbdWprcID8Byhlrw+hFKsTBSghcBjQBCWgZpBTTvspLVB2KpimSbhvWH9RJOMs4dtgrZoZDPF/BBdLMGvMfUJurfm0ld+uP6yDbdyCMZGSXb1o9tDA2aPkXhv0zjSr269dyxM/1nd5EZvCozFO9MXDAjUovoHouMgUsuDMUiEbCU9Qpljr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAvRUVeN1L6g7WZZaElgmjfT45+wb4DUKK67mj8Z3hSp1/8s/H\nEvuapb6SFLrI7QsMZ45nq4EwGktNfugknabuauAzfZ5bkk/tVZXBLCTYJoQYvT70\npVst8owVe9U2lsMIjtA8berq34NmUZZgIH1VcIVQsvT5NkvP8FLZG3Vqa3CA/Aco\nZa8PoRSrEwUoIXAY0AQloGaQU077KS1QdiqYpkm4b1h/USTjLOHbYK2aGQzxfwQX\nSzBrzH1Cbq35tJXfrj+sg23cgjGRkl29aPbQwNmj5F4b9M40q9uvXcsTP9Z3eRGb\nwqMxTvTFwwI1KL6B6LjIFLLgzFIhGwlPUKZY6wIDAQABAoIBADcAgxZ9iS+00TkL\n59WdSCmOiF81T8LLsI2RmtcWDgsedbG0LzyeZAYCwYu2KeyKYjlde1qwYcXEUe6w\nqLYTcRc10MSh5BFTnr5eqaqlrRrHIksqnQ/czijYBwfWpeKFKWAhwvJWe6w5FPJ2\nw8+vpcLthOQJztS0iPBnqTALn8FQoLR5j519vEPwTbZvpnizOUFtX/42sfv5AaFm\nAx70PKCGmLcl3FvCPE3MLyaD4aOjUV6qsWrWRulLkrvCdkVM+3H5Oh69KoRPuuNU\nXcSniPz3Sr+iIysrYcTVJs1mdCHNn8ZRKcS3KnRi1mRjimFK+OM+u/qkQfyNdtID\nakRiCwECgYEA3NrjO7HMRtEIvyMdynF0nZS8TRPfxj+zxOAjmutBHmpcL9UF2zwl\nHF6MKevxqeJr7SwFVjV2nNiQl08k8kXTHWHHtF7ZrnCyjkrzMZtkl5eOo/mraH6j\nIJ2QmvPvrjjgbJrg50dD3frb7xsY366HSgUh+aEy94FMiBo4UUkd3JECgYEA2yva\nSCLk6M26ryZnrRJc/9ebMM5lsvGed5Gp7jKdemKO+wskE+R18jTQap/8m5Eftted\nGfXubKmNHHfg4KeL2nvjjorAh9ulDY0KD7Xdq0vhgnStSsF+lzjZX10cJyU7a2R2\nUSPOarM08n1znBmQ/57yqt/Ik+CRh9JgrEecC7sCgYBOPjXWxiyqwg+pN5WsTPmV\ngkYbwHi80YCstQOoNMRDNEcoov2KKAq1vEFH8NES8KZvxfK2EgbNlmPTVzStqFMc\ny7Fmk1vnUwHPK3pxDq5ajlT4ftFdGdBNE8VRQC6fuIK5tz0KctL2Z5NXaHAtfrVr\nYdohiBx4VxR3+2IMWiz8IQKBgFmn2bYymANnzRtDEZwp6+M4lqJjfBS0ZEezTZlE\nGUlsMeMeDpcYmOsIkc1cPuCAgEGyd/Cbuvm2biQcIeCkiUBJ969isRmiTyV48Ym1\nssUU2F4eTplLB/biaYFqPE8DGwh2YzQT+qeJQXqEuRs9FiSLJ+egfZOIhN/Tvnob\nHQlrAoGAOe5E1UfOC98vHfc1iNyg28C/fRVgVAr/Dk1R5o+k+bD5V2iwdL6P2Zaf\nHsqIPASXAGNIfbTGob+9TLFbZkhXaNfvACTVJtLHMa17O3FX2Kd6QmW+rgyH1UWQ\nwJcwirVLvC8Cr4HePfSLLGJ0AJJdeme0ckogZN8TS9OqrgDC+X4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "3fc1ad02da9b403e91310186d2afdccf", "name": "vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b", "fingerprint": "45:2e:87:2e:7a:8d:1f:df:e3:a1:df:a9:80:67:1e:57"}} 2018-07-23 20:12:52,012 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-a46c454b-75b2-4f92-8a5e-29c3bf08e292 2018-07-23 20:12:52,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.775413990021s 2018-07-23 20:12:52,013 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-a46c454b-75b2-4f92-8a5e-29c3bf08e292 2018-07-23 20:12:52,013 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9FRV43UvqDtZlloSWCaN9Pjn7BvgNQorruaPxneFKnX/yz8cS+5qlvpIUusjtCwxnjmergTAaS01+6CSdpu5q4DN9nluST+1VlcEsJNgmhBi9PvSlWy3yjBV71TaWwwiO0Dxt6urfg2ZRlmAgfVVwhVCy9Pk2S8/wUtkbdWprcID8Byhlrw+hFKsTBSghcBjQBCWgZpBTTvspLVB2KpimSbhvWH9RJOMs4dtgrZoZDPF/BBdLMGvMfUJurfm0ld+uP6yDbdyCMZGSXb1o9tDA2aPkXhv0zjSr269dyxM/1nd5EZvCozFO9MXDAjUovoHouMgUsuDMUiEbCU9Qpljr Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAvRUVeN1L6g7WZZaElgmjfT45+wb4DUKK67mj8Z3hSp1/8s/H\nEvuapb6SFLrI7QsMZ45nq4EwGktNfugknabuauAzfZ5bkk/tVZXBLCTYJoQYvT70\npVst8owVe9U2lsMIjtA8berq34NmUZZgIH1VcIVQsvT5NkvP8FLZG3Vqa3CA/Aco\nZa8PoRSrEwUoIXAY0AQloGaQU077KS1QdiqYpkm4b1h/USTjLOHbYK2aGQzxfwQX\nSzBrzH1Cbq35tJXfrj+sg23cgjGRkl29aPbQwNmj5F4b9M40q9uvXcsTP9Z3eRGb\nwqMxTvTFwwI1KL6B6LjIFLLgzFIhGwlPUKZY6wIDAQABAoIBADcAgxZ9iS+00TkL\n59WdSCmOiF81T8LLsI2RmtcWDgsedbG0LzyeZAYCwYu2KeyKYjlde1qwYcXEUe6w\nqLYTcRc10MSh5BFTnr5eqaqlrRrHIksqnQ/czijYBwfWpeKFKWAhwvJWe6w5FPJ2\nw8+vpcLthOQJztS0iPBnqTALn8FQoLR5j519vEPwTbZvpnizOUFtX/42sfv5AaFm\nAx70PKCGmLcl3FvCPE3MLyaD4aOjUV6qsWrWRulLkrvCdkVM+3H5Oh69KoRPuuNU\nXcSniPz3Sr+iIysrYcTVJs1mdCHNn8ZRKcS3KnRi1mRjimFK+OM+u/qkQfyNdtID\nakRiCwECgYEA3NrjO7HMRtEIvyMdynF0nZS8TRPfxj+zxOAjmutBHmpcL9UF2zwl\nHF6MKevxqeJr7SwFVjV2nNiQl08k8kXTHWHHtF7ZrnCyjkrzMZtkl5eOo/mraH6j\nIJ2QmvPvrjjgbJrg50dD3frb7xsY366HSgUh+aEy94FMiBo4UUkd3JECgYEA2yva\nSCLk6M26ryZnrRJc/9ebMM5lsvGed5Gp7jKdemKO+wskE+R18jTQap/8m5Eftted\nGfXubKmNHHfg4KeL2nvjjorAh9ulDY0KD7Xdq0vhgnStSsF+lzjZX10cJyU7a2R2\nUSPOarM08n1znBmQ/57yqt/Ik+CRh9JgrEecC7sCgYBOPjXWxiyqwg+pN5WsTPmV\ngkYbwHi80YCstQOoNMRDNEcoov2KKAq1vEFH8NES8KZvxfK2EgbNlmPTVzStqFMc\ny7Fmk1vnUwHPK3pxDq5ajlT4ftFdGdBNE8VRQC6fuIK5tz0KctL2Z5NXaHAtfrVr\nYdohiBx4VxR3+2IMWiz8IQKBgFmn2bYymANnzRtDEZwp6+M4lqJjfBS0ZEezTZlE\nGUlsMeMeDpcYmOsIkc1cPuCAgEGyd/Cbuvm2biQcIeCkiUBJ969isRmiTyV48Ym1\nssUU2F4eTplLB/biaYFqPE8DGwh2YzQT+qeJQXqEuRs9FiSLJ+egfZOIhN/Tvnob\nHQlrAoGAOe5E1UfOC98vHfc1iNyg28C/fRVgVAr/Dk1R5o+k+bD5V2iwdL6P2Zaf\nHsqIPASXAGNIfbTGob+9TLFbZkhXaNfvACTVJtLHMa17O3FX2Kd6QmW+rgyH1UWQ\nwJcwirVLvC8Cr4HePfSLLGJ0AJJdeme0ckogZN8TS9OqrgDC+X4=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'3fc1ad02da9b403e91310186d2afdccf', 'name': u'vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b', 'created_at': '2018-07-23T20:12:52.013912', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'abba7c53b39244a49962cea3ab07c4a0', 'name': 'vping_ssh-project_310052be-fb22-4b02-89c7-96a9f670487b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'45:2e:87:2e:7a:8d:1f:df:e3:a1:df:a9:80:67:1e:57', 'type': 'ssh', 'id': u'vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b'}) 2018-07-23 20:12:52,014 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAvRUVeN1L6g7WZZaElgmjfT45+wb4DUKK67mj8Z3hSp1/8s/H Evuapb6SFLrI7QsMZ45nq4EwGktNfugknabuauAzfZ5bkk/tVZXBLCTYJoQYvT70 pVst8owVe9U2lsMIjtA8berq34NmUZZgIH1VcIVQsvT5NkvP8FLZG3Vqa3CA/Aco Za8PoRSrEwUoIXAY0AQloGaQU077KS1QdiqYpkm4b1h/USTjLOHbYK2aGQzxfwQX SzBrzH1Cbq35tJXfrj+sg23cgjGRkl29aPbQwNmj5F4b9M40q9uvXcsTP9Z3eRGb wqMxTvTFwwI1KL6B6LjIFLLgzFIhGwlPUKZY6wIDAQABAoIBADcAgxZ9iS+00TkL 59WdSCmOiF81T8LLsI2RmtcWDgsedbG0LzyeZAYCwYu2KeyKYjlde1qwYcXEUe6w qLYTcRc10MSh5BFTnr5eqaqlrRrHIksqnQ/czijYBwfWpeKFKWAhwvJWe6w5FPJ2 w8+vpcLthOQJztS0iPBnqTALn8FQoLR5j519vEPwTbZvpnizOUFtX/42sfv5AaFm Ax70PKCGmLcl3FvCPE3MLyaD4aOjUV6qsWrWRulLkrvCdkVM+3H5Oh69KoRPuuNU XcSniPz3Sr+iIysrYcTVJs1mdCHNn8ZRKcS3KnRi1mRjimFK+OM+u/qkQfyNdtID akRiCwECgYEA3NrjO7HMRtEIvyMdynF0nZS8TRPfxj+zxOAjmutBHmpcL9UF2zwl HF6MKevxqeJr7SwFVjV2nNiQl08k8kXTHWHHtF7ZrnCyjkrzMZtkl5eOo/mraH6j IJ2QmvPvrjjgbJrg50dD3frb7xsY366HSgUh+aEy94FMiBo4UUkd3JECgYEA2yva SCLk6M26ryZnrRJc/9ebMM5lsvGed5Gp7jKdemKO+wskE+R18jTQap/8m5Eftted GfXubKmNHHfg4KeL2nvjjorAh9ulDY0KD7Xdq0vhgnStSsF+lzjZX10cJyU7a2R2 USPOarM08n1znBmQ/57yqt/Ik+CRh9JgrEecC7sCgYBOPjXWxiyqwg+pN5WsTPmV gkYbwHi80YCstQOoNMRDNEcoov2KKAq1vEFH8NES8KZvxfK2EgbNlmPTVzStqFMc y7Fmk1vnUwHPK3pxDq5ajlT4ftFdGdBNE8VRQC6fuIK5tz0KctL2Z5NXaHAtfrVr YdohiBx4VxR3+2IMWiz8IQKBgFmn2bYymANnzRtDEZwp6+M4lqJjfBS0ZEezTZlE GUlsMeMeDpcYmOsIkc1cPuCAgEGyd/Cbuvm2biQcIeCkiUBJ969isRmiTyV48Ym1 ssUU2F4eTplLB/biaYFqPE8DGwh2YzQT+qeJQXqEuRs9FiSLJ+egfZOIhN/Tvnob HQlrAoGAOe5E1UfOC98vHfc1iNyg28C/fRVgVAr/Dk1R5o+k+bD5V2iwdL6P2Zaf HsqIPASXAGNIfbTGob+9TLFbZkhXaNfvACTVJtLHMa17O3FX2Kd6QmW+rgyH1UWQ wJcwirVLvC8Cr4HePfSLLGJ0AJJdeme0ckogZN8TS9OqrgDC+X4= -----END RSA PRIVATE KEY----- 2018-07-23 20:12:52,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-23 20:12:52,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -d '{"security_group": {"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-07-23 20:12:52,389 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-cfb14928-d464-42b4-8239-06dffd941e05 Date: Mon, 23 Jul 2018 20:12:52 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "created_at": "2018-07-23T20:12:52Z", "updated_at": "2018-07-23T20:12:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:52Z", "revision_number": 0, "id": "ad3fe48e-0f60-408e-86c3-c91cac2d7c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:52Z", "security_group_id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv4", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:52Z", "revision_number": 0, "id": "d55fbe2d-643a-4978-9f01-ed69a2ae9acc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:52Z", "security_group_id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv6", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}], "revision_number": 1, "project_id": "abba7c53b39244a49962cea3ab07c4a0", "id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}} 2018-07-23 20:12:52,389 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-cfb14928-d464-42b4-8239-06dffd941e05 2018-07-23 20:12:52,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.37251996994s 2018-07-23 20:12:52,390 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-cfb14928-d464-42b4-8239-06dffd941e05 2018-07-23 20:12:52,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 20:12:52,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:12:52,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-36f6dd54-2f8b-44d6-b846-5079ed08e552 Date: Mon, 23 Jul 2018 20:12:52 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "created_at": "2018-07-23T20:12:52Z", "updated_at": "2018-07-23T20:12:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:52Z", "revision_number": 0, "id": "ad3fe48e-0f60-408e-86c3-c91cac2d7c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:52Z", "security_group_id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv4", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:52Z", "revision_number": 0, "id": "d55fbe2d-643a-4978-9f01-ed69a2ae9acc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:52Z", "security_group_id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv6", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}], "revision_number": 1, "project_id": "abba7c53b39244a49962cea3ab07c4a0", "id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}, {"description": "Default security group", "tags": [], "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "created_at": "2018-07-23T20:12:43Z", "updated_at": "2018-07-23T20:12:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:43Z", "revision_number": 0, "id": "213c80b3-0592-4a6c-8742-a77b65e597bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:43Z", "security_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv4", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:43Z", "revision_number": 0, "id": "4a86a5e8-aa2c-460a-91b7-83e99d90c6cf", "remote_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:43Z", "security_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv6", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:43Z", "revision_number": 0, "id": "817e552c-c4c5-4417-a917-9cbdbfc1bb50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:43Z", "security_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv6", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:43Z", "revision_number": 0, "id": "a30e803d-c30d-4091-9ee5-7fe20ee6f2f0", "remote_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:43Z", "security_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv4", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}], "revision_number": 1, "project_id": "abba7c53b39244a49962cea3ab07c4a0", "id": "e6115a83-4557-4e16-af15-59a281df79e5", "name": "default"}]} 2018-07-23 20:12:52,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-36f6dd54-2f8b-44d6-b846-5079ed08e552 2018-07-23 20:12:52,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.257391929626s 2018-07-23 20:12:52,652 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-36f6dd54-2f8b-44d6-b846-5079ed08e552 2018-07-23 20:12:52,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-23 20:12:52,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -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": "23c621dc-0aca-4cee-950d-c0dedbcb4938"}}' 2018-07-23 20:12:53,041 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7ccacfbe-f867-4cf0-9cd2-a4d0d2f4ba4a Date: Mon, 23 Jul 2018 20:12:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-23T20:12:52Z", "security_group_id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "port_range_min": 22, "revision_number": 0, "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "created_at": "2018-07-23T20:12:52Z", "project_id": "abba7c53b39244a49962cea3ab07c4a0", "id": "f3a38857-d042-4caa-8239-00a3a97c0ffe"}} 2018-07-23 20:12:53,042 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-7ccacfbe-f867-4cf0-9cd2-a4d0d2f4ba4a 2018-07-23 20:12:53,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.385833978653s 2018-07-23 20:12:53,042 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-7ccacfbe-f867-4cf0-9cd2-a4d0d2f4ba4a 2018-07-23 20:12:53,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 20:12:53,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:12:53,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-043c401a-13ec-4dc8-9126-d041a56f50fe Date: Mon, 23 Jul 2018 20:12:53 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "created_at": "2018-07-23T20:12:52Z", "updated_at": "2018-07-23T20:12:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:52Z", "revision_number": 0, "id": "ad3fe48e-0f60-408e-86c3-c91cac2d7c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:52Z", "security_group_id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv4", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:52Z", "revision_number": 0, "id": "d55fbe2d-643a-4978-9f01-ed69a2ae9acc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:52Z", "security_group_id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv6", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-23T20:12:52Z", "revision_number": 0, "id": "f3a38857-d042-4caa-8239-00a3a97c0ffe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:52Z", "security_group_id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}], "revision_number": 2, "project_id": "abba7c53b39244a49962cea3ab07c4a0", "id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}, {"description": "Default security group", "tags": [], "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "created_at": "2018-07-23T20:12:43Z", "updated_at": "2018-07-23T20:12:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:43Z", "revision_number": 0, "id": "213c80b3-0592-4a6c-8742-a77b65e597bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:43Z", "security_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv4", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:43Z", "revision_number": 0, "id": "4a86a5e8-aa2c-460a-91b7-83e99d90c6cf", "remote_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:43Z", "security_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv6", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:43Z", "revision_number": 0, "id": "817e552c-c4c5-4417-a917-9cbdbfc1bb50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:43Z", "security_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv6", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:43Z", "revision_number": 0, "id": "a30e803d-c30d-4091-9ee5-7fe20ee6f2f0", "remote_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:43Z", "security_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv4", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}], "revision_number": 1, "project_id": "abba7c53b39244a49962cea3ab07c4a0", "id": "e6115a83-4557-4e16-af15-59a281df79e5", "name": "default"}]} 2018-07-23 20:12:53,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-043c401a-13ec-4dc8-9126-d041a56f50fe 2018-07-23 20:12:53,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.232682228088s 2018-07-23 20:12:53,279 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-043c401a-13ec-4dc8-9126-d041a56f50fe 2018-07-23 20:12:53,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-23 20:12:53,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -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": "23c621dc-0aca-4cee-950d-c0dedbcb4938"}}' 2018-07-23 20:12:53,670 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-f7ae1c67-2f63-4fc7-a95c-138c9da7e902 Date: Mon, 23 Jul 2018 20:12:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-23T20:12:53Z", "security_group_id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "port_range_min": null, "revision_number": 0, "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "created_at": "2018-07-23T20:12:53Z", "project_id": "abba7c53b39244a49962cea3ab07c4a0", "id": "e0f6fcd9-4e30-44c2-8524-3a46522c23a1"}} 2018-07-23 20:12:53,671 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-f7ae1c67-2f63-4fc7-a95c-138c9da7e902 2018-07-23 20:12:53,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.387926101685s 2018-07-23 20:12:53,671 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-f7ae1c67-2f63-4fc7-a95c-138c9da7e902 2018-07-23 20:12:53,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:12:53,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:12:53,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-f1bc8eef-0e0c-4c1b-9b47-e6264a9c6c84 Date: Mon, 23 Jul 2018 20:12:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6b5664fc-b589-42b6-849f-59538ee3e95f"],"updated_at":"2018-07-23T20:12:44Z","tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:12:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"abba7c53b39244a49962cea3ab07c4a0","id":"806bc208-1763-41fa-aa0d-5c307916eb31","name":"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b"}]} 2018-07-23 20:12:53,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-f1bc8eef-0e0c-4c1b-9b47-e6264a9c6c84 2018-07-23 20:12:53,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.312723875046s 2018-07-23 20:12:53,986 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-f1bc8eef-0e0c-4c1b-9b47-e6264a9c6c84 2018-07-23 20:12:53,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:12:53,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:12:54,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-92130cdd-fb47-40f6-94cf-10249b884e02 Date: Mon, 23 Jul 2018 20:12:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/bc15322f-ad93-417c-b34e-db1d0557f76e/snap", "metadata": {}}], "file": "/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e/file", "owner": "abba7c53b39244a49962cea3ab07c4a0", "id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "size": 12716032, "self": "/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "disk_format": "qcow2", "direct_url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/bc15322f-ad93-417c-b34e-db1d0557f76e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:12:50Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_310052be-fb22-4b02-89c7-96a9f670487b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_310052be-fb22-4b02-89c7-96a9f670487b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T20:12:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:12:54,240 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-92130cdd-fb47-40f6-94cf-10249b884e02 2018-07-23 20:12:54,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.249920129776s 2018-07-23 20:12:54,240 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-92130cdd-fb47-40f6-94cf-10249b884e02 2018-07-23 20:12:54,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 20:12:54,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:12:54,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-857ca7f3-a8a7-419b-b4d1-df64f6a5d106 x-compute-request-id: req-857ca7f3-a8a7-419b-b4d1-df64f6a5d106 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_310052be-fb22-4b02-89c7-96a9f670487b", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "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": "cf500ea0-bdbd-40cd-b203-4934d7141da8"}]} 2018-07-23 20:12:54,270 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-857ca7f3-a8a7-419b-b4d1-df64f6a5d106 2018-07-23 20:12:54,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0279989242554s 2018-07-23 20:12:54,271 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-857ca7f3-a8a7-419b-b4d1-df64f6a5d106 2018-07-23 20:12:54,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-23 20:12:54,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -d '{"server": {"name": "vping_ssh-vm2_310052be-fb22-4b02-89c7-96a9f670487b", "imageRef": "bc15322f-ad93-417c-b34e-db1d0557f76e", "flavorRef": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "806bc208-1763-41fa-aa0d-5c307916eb31"}], "security_groups": [{"name": "23c621dc-0aca-4cee-950d-c0dedbcb4938"}]}}' 2018-07-23 20:12:58,421 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 20:12:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-93b0c066-9a1b-4e24-a6ea-8226bc3b6aef x-compute-request-id: req-93b0c066-9a1b-4e24-a6ea-8226bc3b6aef Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "23c621dc-0aca-4cee-950d-c0dedbcb4938"}], "OS-DCF:diskConfig": "MANUAL", "id": "b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "bookmark"}], "adminPass": "JkiyxSJiQY4i"}} 2018-07-23 20:12:58,421 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-93b0c066-9a1b-4e24-a6ea-8226bc3b6aef 2018-07-23 20:12:58,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.1490240097s 2018-07-23 20:12:58,422 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-93b0c066-9a1b-4e24-a6ea-8226bc3b6aef 2018-07-23 20:12:58,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:12:58,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:12:59,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:12:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7cb9473-5bea-4bf4-94fe-4d8ea63e088a x-compute-request-id: req-c7cb9473-5bea-4bf4-94fe-4d8ea63e088a Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:12:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:12:58Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:12:59,439 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c7cb9473-5bea-4bf4-94fe-4d8ea63e088a 2018-07-23 20:12:59,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01656413078s 2018-07-23 20:12:59,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c7cb9473-5bea-4bf4-94fe-4d8ea63e088a 2018-07-23 20:12:59,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:12:59,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:12:59,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-c188dfb2-cf22-4abf-a47f-5a558758cb22 Date: Mon, 23 Jul 2018 20:12:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6b5664fc-b589-42b6-849f-59538ee3e95f"],"updated_at":"2018-07-23T20:12:44Z","tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:12:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"abba7c53b39244a49962cea3ab07c4a0","id":"806bc208-1763-41fa-aa0d-5c307916eb31","name":"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b"}]} 2018-07-23 20:12:59,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c188dfb2-cf22-4abf-a47f-5a558758cb22 2018-07-23 20:12:59,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.281888008118s 2018-07-23 20:12:59,729 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c188dfb2-cf22-4abf-a47f-5a558758cb22 2018-07-23 20:12:59,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 20:12:59,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:12:59,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-845bf49a-932e-4c9c-9305-81bf17b89220 Date: Mon, 23 Jul 2018 20:12:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806bc208-1763-41fa-aa0d-5c307916eb31","tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:12:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:12:44Z","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":"abba7c53b39244a49962cea3ab07c4a0","id":"6b5664fc-b589-42b6-849f-59538ee3e95f","subnetpool_id":null,"name":"vping_ssh-subnet_310052be-fb22-4b02-89c7-96a9f670487b"}]} 2018-07-23 20:12:59,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-845bf49a-932e-4c9c-9305-81bf17b89220 2018-07-23 20:12:59,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.24080491066s 2018-07-23 20:12:59,971 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-845bf49a-932e-4c9c-9305-81bf17b89220 2018-07-23 20:12:59,971 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:13:01,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:13:01,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:03,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-972583e5-384e-45c6-aac8-d66faa7ca099 x-compute-request-id: req-972583e5-384e-45c6-aac8-d66faa7ca099 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:13:01Z", "hostId": "ed4e03b96f89ee15d791a571f62871dd3f3779b518fe7a08dcaf9a38", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:12:58Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:13:03,554 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-972583e5-384e-45c6-aac8-d66faa7ca099 2018-07-23 20:13:03,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.57979202271s 2018-07-23 20:13:03,554 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-972583e5-384e-45c6-aac8-d66faa7ca099 2018-07-23 20:13:03,558 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:13:05,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:13:05,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:06,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-886a80f5-ebaa-4ddc-bffe-b6992bc6f38c x-compute-request-id: req-886a80f5-ebaa-4ddc-bffe-b6992bc6f38c Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:13:01Z", "hostId": "ed4e03b96f89ee15d791a571f62871dd3f3779b518fe7a08dcaf9a38", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:12:58Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:13:06,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-886a80f5-ebaa-4ddc-bffe-b6992bc6f38c 2018-07-23 20:13:06,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.628646850586s 2018-07-23 20:13:06,190 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-886a80f5-ebaa-4ddc-bffe-b6992bc6f38c 2018-07-23 20:13:06,193 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:13:08,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:13:08,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:08,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63f159de-3921-40d5-9ca5-20ed3a9ac97c x-compute-request-id: req-63f159de-3921-40d5-9ca5-20ed3a9ac97c Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:8e:30", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:13:07.000000", "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:13:07Z", "hostId": "ed4e03b96f89ee15d791a571f62871dd3f3779b518fe7a08dcaf9a38", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:12:58Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:13:08,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-63f159de-3921-40d5-9ca5-20ed3a9ac97c 2018-07-23 20:13:08,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.754573106766s 2018-07-23 20:13:08,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-63f159de-3921-40d5-9ca5-20ed3a9ac97c 2018-07-23 20:13:08,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 20:13:08,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=b6cbc051-bd06-4f09-b1db-384c7f5d2e24" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:09,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d7a21471-cb49-41f7-a8ec-908e0629e9e5 Date: Mon, 23 Jul 2018 20:13:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"806bc208-1763-41fa-aa0d-5c307916eb31","tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:13:02Z","admin_state_up":true,"updated_at":"2018-07-23T20:13:07Z","binding:vnic_type":"normal","device_id":"b6cbc051-bd06-4f09-b1db-384c7f5d2e24","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:95:8e:30","id":"a3b3ad14-b949-4ccb-a32c-25568a89b8f4","port_security_enabled":true,"project_id":"abba7c53b39244a49962cea3ab07c4a0","fixed_ips":[{"subnet_id":"6b5664fc-b589-42b6-849f-59538ee3e95f","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["23c621dc-0aca-4cee-950d-c0dedbcb4938"],"name":""}]} 2018-07-23 20:13:09,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=b6cbc051-bd06-4f09-b1db-384c7f5d2e24 used request id req-d7a21471-cb49-41f7-a8ec-908e0629e9e5 2018-07-23 20:13:09,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0587539672852s 2018-07-23 20:13:09,014 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=b6cbc051-bd06-4f09-b1db-384c7f5d2e24 used request id req-d7a21471-cb49-41f7-a8ec-908e0629e9e5 2018-07-23 20:13:09,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 20:13:09,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=a3b3ad14-b949-4ccb-a32c-25568a89b8f4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:09,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-38452098-23e6-40b2-bb5d-7e810261dbcd Date: Mon, 23 Jul 2018 20:13:09 GMT RESP BODY: {"floatingips": []} 2018-07-23 20:13:09,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=a3b3ad14-b949-4ccb-a32c-25568a89b8f4 used request id req-38452098-23e6-40b2-bb5d-7e810261dbcd 2018-07-23 20:13:09,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.238447904587s 2018-07-23 20:13:09,257 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=a3b3ad14-b949-4ccb-a32c-25568a89b8f4 used request id req-38452098-23e6-40b2-bb5d-7e810261dbcd 2018-07-23 20:13:09,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:13:09,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:09,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13: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-c81174c7-bd65-4ed5-9a67-f96c36ca7a1d x-compute-request-id: req-c81174c7-bd65-4ed5-9a67-f96c36ca7a1d Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:8e:30", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:13:07.000000", "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:13:07Z", "hostId": "ed4e03b96f89ee15d791a571f62871dd3f3779b518fe7a08dcaf9a38", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:12:58Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:13:09,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c81174c7-bd65-4ed5-9a67-f96c36ca7a1d 2018-07-23 20:13:09,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579811096191s 2018-07-23 20:13:09,838 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c81174c7-bd65-4ed5-9a67-f96c36ca7a1d 2018-07-23 20:13:09,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 20:13:09,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=b6cbc051-bd06-4f09-b1db-384c7f5d2e24" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:09,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-871f935a-6246-4a65-9aa0-8ca4930869a2 Date: Mon, 23 Jul 2018 20:13:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"806bc208-1763-41fa-aa0d-5c307916eb31","tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:13:02Z","admin_state_up":true,"updated_at":"2018-07-23T20:13:07Z","binding:vnic_type":"normal","device_id":"b6cbc051-bd06-4f09-b1db-384c7f5d2e24","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:95:8e:30","id":"a3b3ad14-b949-4ccb-a32c-25568a89b8f4","port_security_enabled":true,"project_id":"abba7c53b39244a49962cea3ab07c4a0","fixed_ips":[{"subnet_id":"6b5664fc-b589-42b6-849f-59538ee3e95f","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["23c621dc-0aca-4cee-950d-c0dedbcb4938"],"name":""}]} 2018-07-23 20:13:09,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=b6cbc051-bd06-4f09-b1db-384c7f5d2e24 used request id req-871f935a-6246-4a65-9aa0-8ca4930869a2 2018-07-23 20:13:09,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0662219524384s 2018-07-23 20:13:09,909 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=b6cbc051-bd06-4f09-b1db-384c7f5d2e24 used request id req-871f935a-6246-4a65-9aa0-8ca4930869a2 2018-07-23 20:13:09,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 20:13:09,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=a3b3ad14-b949-4ccb-a32c-25568a89b8f4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:10,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-af1b438a-1488-4cbb-b071-7b81ab19d77b Date: Mon, 23 Jul 2018 20:13:10 GMT RESP BODY: {"floatingips": []} 2018-07-23 20:13:10,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=a3b3ad14-b949-4ccb-a32c-25568a89b8f4 used request id req-af1b438a-1488-4cbb-b071-7b81ab19d77b 2018-07-23 20:13:10,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.156382083893s 2018-07-23 20:13:10,071 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=a3b3ad14-b949-4ccb-a32c-25568a89b8f4 used request id req-af1b438a-1488-4cbb-b071-7b81ab19d77b 2018-07-23 20:13:10,072 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:95:8e:30', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bc15322f-ad93-417c-b34e-db1d0557f76e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-23T20:13:07.000000', 'flavor': Munch({u'id': u'cf500ea0-bdbd-40cd-b203-4934d7141da8'}), 'az': u'nova', 'id': u'b6cbc051-bd06-4f09-b1db-384c7f5d2e24', 'security_groups': [Munch({u'name': u'vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3fc1ad02da9b403e91310186d2afdccf', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'abba7c53b39244a49962cea3ab07c4a0', 'name': 'vping_ssh-project_310052be-fb22-4b02-89c7-96a9f670487b', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-23T20:13:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-23T20:13:07Z', 'hostId': u'ed4e03b96f89ee15d791a571f62871dd3f3779b518fe7a08dcaf9a38', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'ed4e03b96f89ee15d791a571f62871dd3f3779b518fe7a08dcaf9a38', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-23T20:13:07.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'abba7c53b39244a49962cea3ab07c4a0', 'name': u'vping_ssh-vm2_310052be-fb22-4b02-89c7-96a9f670487b', 'adminPass': None, 'tenant_id': u'abba7c53b39244a49962cea3ab07c4a0', 'created_at': u'2018-07-23T20:12:58Z', 'created': u'2018-07-23T20:12:58Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-23 20:13:10,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:13:10,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:10,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-f7a46f87-9932-4a13-afaf-bbdf0c744f39 Date: Mon, 23 Jul 2018 20:13:10 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":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6b5664fc-b589-42b6-849f-59538ee3e95f"],"updated_at":"2018-07-23T20:12:44Z","tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:12:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"abba7c53b39244a49962cea3ab07c4a0","id":"806bc208-1763-41fa-aa0d-5c307916eb31","name":"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b"}]} 2018-07-23 20:13:10,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-f7a46f87-9932-4a13-afaf-bbdf0c744f39 2018-07-23 20:13:10,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.122330188751s 2018-07-23 20:13:10,195 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-f7a46f87-9932-4a13-afaf-bbdf0c744f39 2018-07-23 20:13:10,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:13:10,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:10,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-13727c12-daac-44ec-b0e1-9cdfc991f8f2 Date: Mon, 23 Jul 2018 20:13:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/bc15322f-ad93-417c-b34e-db1d0557f76e/snap", "metadata": {}}], "file": "/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e/file", "owner": "abba7c53b39244a49962cea3ab07c4a0", "id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "size": 12716032, "self": "/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "disk_format": "qcow2", "direct_url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/bc15322f-ad93-417c-b34e-db1d0557f76e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:12:50Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_310052be-fb22-4b02-89c7-96a9f670487b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_310052be-fb22-4b02-89c7-96a9f670487b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T20:12:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:13:10,911 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-13727c12-daac-44ec-b0e1-9cdfc991f8f2 2018-07-23 20:13:10,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.710984945297s 2018-07-23 20:13:10,911 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-13727c12-daac-44ec-b0e1-9cdfc991f8f2 2018-07-23 20:13:10,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 20:13:10,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:10,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7daa9a7b-b416-4b27-b910-95c8aa137510 x-compute-request-id: req-7daa9a7b-b416-4b27-b910-95c8aa137510 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_310052be-fb22-4b02-89c7-96a9f670487b", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "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": "cf500ea0-bdbd-40cd-b203-4934d7141da8"}]} 2018-07-23 20:13:10,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-7daa9a7b-b416-4b27-b910-95c8aa137510 2018-07-23 20:13:10,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0279259681702s 2018-07-23 20:13:10,941 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-7daa9a7b-b416-4b27-b910-95c8aa137510 2018-07-23 20:13:10,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-23 20:13:10,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -d '{"server": {"name": "vping_ssh-vm_310052be-fb22-4b02-89c7-96a9f670487b", "imageRef": "bc15322f-ad93-417c-b34e-db1d0557f76e", "key_name": "vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b", "flavorRef": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "806bc208-1763-41fa-aa0d-5c307916eb31"}], "security_groups": [{"name": "23c621dc-0aca-4cee-950d-c0dedbcb4938"}]}}' 2018-07-23 20:13:13,150 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 20:13:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b2f796e2-ee6f-4ed7-9dc1-94813b5c842c x-compute-request-id: req-b2f796e2-ee6f-4ed7-9dc1-94813b5c842c Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "23c621dc-0aca-4cee-950d-c0dedbcb4938"}], "OS-DCF:diskConfig": "MANUAL", "id": "60d2381a-9a6f-452b-abf7-cc35d854eb0d", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "bookmark"}], "adminPass": "7tQHVYir75xY"}} 2018-07-23 20:13:13,150 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-b2f796e2-ee6f-4ed7-9dc1-94813b5c842c 2018-07-23 20:13:13,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.20814204216s 2018-07-23 20:13:13,151 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-b2f796e2-ee6f-4ed7-9dc1-94813b5c842c 2018-07-23 20:13:13,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:13:13,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:13,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13: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-14c3deb3-fc28-4c5e-b56c-05ded5a2b824 x-compute-request-id: req-14c3deb3-fc28-4c5e-b56c-05ded5a2b824 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.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "60d2381a-9a6f-452b-abf7-cc35d854eb0d", "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:13:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b", "name": "vping_ssh-vm_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:13:13Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:8e:30", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:13:07.000000", "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:13:07Z", "hostId": "ed4e03b96f89ee15d791a571f62871dd3f3779b518fe7a08dcaf9a38", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:12:58Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:13:13,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-14c3deb3-fc28-4c5e-b56c-05ded5a2b824 2018-07-23 20:13:13,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.839256048203s 2018-07-23 20:13:13,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-14c3deb3-fc28-4c5e-b56c-05ded5a2b824 2018-07-23 20:13:13,997 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:13:15,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:13:16,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:16,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13: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-2eddc8fb-bd1d-40f7-aea4-285487a94658 x-compute-request-id: req-2eddc8fb-bd1d-40f7-aea4-285487a94658 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "60d2381a-9a6f-452b-abf7-cc35d854eb0d", "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:13:15Z", "hostId": "077c598fc16e8f751fc8bd2c2194e0f4355fe7c16b487595cb464f8a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b", "name": "vping_ssh-vm_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:13:13Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:8e:30", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:13:07.000000", "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:13:07Z", "hostId": "ed4e03b96f89ee15d791a571f62871dd3f3779b518fe7a08dcaf9a38", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:12:58Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:13:16,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2eddc8fb-bd1d-40f7-aea4-285487a94658 2018-07-23 20:13:16,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367074012756s 2018-07-23 20:13:16,367 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2eddc8fb-bd1d-40f7-aea4-285487a94658 2018-07-23 20:13:16,372 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:13:18,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:13:18,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:19,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2931214f-1e49-4ed0-ae7a-8e5b4bf4812c x-compute-request-id: req-2931214f-1e49-4ed0-ae7a-8e5b4bf4812c Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "60d2381a-9a6f-452b-abf7-cc35d854eb0d", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:13:16Z", "hostId": "077c598fc16e8f751fc8bd2c2194e0f4355fe7c16b487595cb464f8a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b", "name": "vping_ssh-vm_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:13:13Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:8e:30", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:13:07.000000", "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:13:07Z", "hostId": "ed4e03b96f89ee15d791a571f62871dd3f3779b518fe7a08dcaf9a38", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:12:58Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:13:19,224 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2931214f-1e49-4ed0-ae7a-8e5b4bf4812c 2018-07-23 20:13:19,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.849400043488s 2018-07-23 20:13:19,224 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2931214f-1e49-4ed0-ae7a-8e5b4bf4812c 2018-07-23 20:13:19,229 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:13:21,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:13:21,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:21,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13: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-adfabcff-7138-4ac1-bb3b-1983d6f458af x-compute-request-id: req-adfabcff-7138-4ac1-bb3b-1983d6f458af Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "60d2381a-9a6f-452b-abf7-cc35d854eb0d", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:13:16Z", "hostId": "077c598fc16e8f751fc8bd2c2194e0f4355fe7c16b487595cb464f8a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b", "name": "vping_ssh-vm_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:13:13Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:8e:30", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:13:07.000000", "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:13:07Z", "hostId": "ed4e03b96f89ee15d791a571f62871dd3f3779b518fe7a08dcaf9a38", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:12:58Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:13:21,870 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-adfabcff-7138-4ac1-bb3b-1983d6f458af 2018-07-23 20:13:21,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.63794708252s 2018-07-23 20:13:21,870 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-adfabcff-7138-4ac1-bb3b-1983d6f458af 2018-07-23 20:13:21,875 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:13:23,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:13:23,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:24,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b56110c3-3314-4e91-95b5-33f4dc9e725c x-compute-request-id: req-b56110c3-3314-4e91-95b5-33f4dc9e725c Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:d1:0a", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:13:22.000000", "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "60d2381a-9a6f-452b-abf7-cc35d854eb0d", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:13:22Z", "hostId": "077c598fc16e8f751fc8bd2c2194e0f4355fe7c16b487595cb464f8a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b", "name": "vping_ssh-vm_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:13:13Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:8e:30", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:13:07.000000", "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:13:07Z", "hostId": "ed4e03b96f89ee15d791a571f62871dd3f3779b518fe7a08dcaf9a38", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:12:58Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:13:24,677 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b56110c3-3314-4e91-95b5-33f4dc9e725c 2018-07-23 20:13:24,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.799691915512s 2018-07-23 20:13:24,678 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b56110c3-3314-4e91-95b5-33f4dc9e725c 2018-07-23 20:13:24,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 20:13:24,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=60d2381a-9a6f-452b-abf7-cc35d854eb0d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:24,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-bf2d2ff2-ec05-4ead-8c8f-f80b81f8b87f Date: Mon, 23 Jul 2018 20:13:24 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"806bc208-1763-41fa-aa0d-5c307916eb31","tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:13:17Z","admin_state_up":true,"updated_at":"2018-07-23T20:13:22Z","binding:vnic_type":"normal","device_id":"60d2381a-9a6f-452b-abf7-cc35d854eb0d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:2d:d1:0a","id":"c18efeb1-1392-41a1-95a3-fb2ab558d1c8","port_security_enabled":true,"project_id":"abba7c53b39244a49962cea3ab07c4a0","fixed_ips":[{"subnet_id":"6b5664fc-b589-42b6-849f-59538ee3e95f","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["23c621dc-0aca-4cee-950d-c0dedbcb4938"],"name":""}]} 2018-07-23 20:13:24,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=60d2381a-9a6f-452b-abf7-cc35d854eb0d used request id req-bf2d2ff2-ec05-4ead-8c8f-f80b81f8b87f 2018-07-23 20:13:24,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0608191490173s 2018-07-23 20:13:24,744 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=60d2381a-9a6f-452b-abf7-cc35d854eb0d used request id req-bf2d2ff2-ec05-4ead-8c8f-f80b81f8b87f 2018-07-23 20:13:24,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 20:13:24,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=c18efeb1-1392-41a1-95a3-fb2ab558d1c8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:24,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e971b7ef-f10e-41ea-96cb-5be978f33901 Date: Mon, 23 Jul 2018 20:13:24 GMT RESP BODY: {"floatingips": []} 2018-07-23 20:13:24,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=c18efeb1-1392-41a1-95a3-fb2ab558d1c8 used request id req-e971b7ef-f10e-41ea-96cb-5be978f33901 2018-07-23 20:13:24,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0495438575745s 2018-07-23 20:13:24,799 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=c18efeb1-1392-41a1-95a3-fb2ab558d1c8 used request id req-e971b7ef-f10e-41ea-96cb-5be978f33901 2018-07-23 20:13:24,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:13:24,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:25,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13: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-3bb1f8b9-7557-4a42-8089-3f806e4499a4 x-compute-request-id: req-3bb1f8b9-7557-4a42-8089-3f806e4499a4 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:d1:0a", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:13:22.000000", "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "60d2381a-9a6f-452b-abf7-cc35d854eb0d", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:13:22Z", "hostId": "077c598fc16e8f751fc8bd2c2194e0f4355fe7c16b487595cb464f8a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b", "name": "vping_ssh-vm_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:13:13Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:8e:30", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:13:07.000000", "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:13:07Z", "hostId": "ed4e03b96f89ee15d791a571f62871dd3f3779b518fe7a08dcaf9a38", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:12:58Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:13:25,624 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3bb1f8b9-7557-4a42-8089-3f806e4499a4 2018-07-23 20:13:25,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.824950933456s 2018-07-23 20:13:25,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3bb1f8b9-7557-4a42-8089-3f806e4499a4 2018-07-23 20:13:25,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 20:13:25,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=60d2381a-9a6f-452b-abf7-cc35d854eb0d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:25,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-55564b01-b229-4326-a3e0-32d26cee6276 Date: Mon, 23 Jul 2018 20:13:25 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"806bc208-1763-41fa-aa0d-5c307916eb31","tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:13:17Z","admin_state_up":true,"updated_at":"2018-07-23T20:13:22Z","binding:vnic_type":"normal","device_id":"60d2381a-9a6f-452b-abf7-cc35d854eb0d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:2d:d1:0a","id":"c18efeb1-1392-41a1-95a3-fb2ab558d1c8","port_security_enabled":true,"project_id":"abba7c53b39244a49962cea3ab07c4a0","fixed_ips":[{"subnet_id":"6b5664fc-b589-42b6-849f-59538ee3e95f","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["23c621dc-0aca-4cee-950d-c0dedbcb4938"],"name":""}]} 2018-07-23 20:13:25,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=60d2381a-9a6f-452b-abf7-cc35d854eb0d used request id req-55564b01-b229-4326-a3e0-32d26cee6276 2018-07-23 20:13:25,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.227892875671s 2018-07-23 20:13:25,859 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=60d2381a-9a6f-452b-abf7-cc35d854eb0d used request id req-55564b01-b229-4326-a3e0-32d26cee6276 2018-07-23 20:13:25,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 20:13:25,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=c18efeb1-1392-41a1-95a3-fb2ab558d1c8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:25,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e8db2b1d-199c-4554-b444-0d67f374a58d Date: Mon, 23 Jul 2018 20:13:25 GMT RESP BODY: {"floatingips": []} 2018-07-23 20:13:25,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=c18efeb1-1392-41a1-95a3-fb2ab558d1c8 used request id req-e8db2b1d-199c-4554-b444-0d67f374a58d 2018-07-23 20:13:25,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0438520908356s 2018-07-23 20:13:25,908 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=c18efeb1-1392-41a1-95a3-fb2ab558d1c8 used request id req-e8db2b1d-199c-4554-b444-0d67f374a58d 2018-07-23 20:13:25,909 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2d:d1:0a', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bc15322f-ad93-417c-b34e-db1d0557f76e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-23T20:13:22.000000', 'flavor': Munch({u'id': u'cf500ea0-bdbd-40cd-b203-4934d7141da8'}), 'az': u'nova', 'id': u'60d2381a-9a6f-452b-abf7-cc35d854eb0d', 'security_groups': [Munch({u'name': u'vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3fc1ad02da9b403e91310186d2afdccf', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'abba7c53b39244a49962cea3ab07c4a0', 'name': 'vping_ssh-project_310052be-fb22-4b02-89c7-96a9f670487b', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-23T20:13:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-23T20:13:22Z', 'hostId': u'077c598fc16e8f751fc8bd2c2194e0f4355fe7c16b487595cb464f8a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b', 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'077c598fc16e8f751fc8bd2c2194e0f4355fe7c16b487595cb464f8a', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-23T20:13:22.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'abba7c53b39244a49962cea3ab07c4a0', 'name': u'vping_ssh-vm_310052be-fb22-4b02-89c7-96a9f670487b', 'adminPass': None, 'tenant_id': u'abba7c53b39244a49962cea3ab07c4a0', 'created_at': u'2018-07-23T20:13:13Z', 'created': u'2018-07-23T20:13:13Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-23 20:13:25,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:13:25,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:26,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-d7ecd4c5-fd1a-4304-84f2-96d7417f49e6 Date: Mon, 23 Jul 2018 20:13:26 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":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6b5664fc-b589-42b6-849f-59538ee3e95f"],"updated_at":"2018-07-23T20:12:44Z","tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:12:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"abba7c53b39244a49962cea3ab07c4a0","id":"806bc208-1763-41fa-aa0d-5c307916eb31","name":"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b"}]} 2018-07-23 20:13:26,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d7ecd4c5-fd1a-4304-84f2-96d7417f49e6 2018-07-23 20:13:26,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120045900345s 2018-07-23 20:13:26,032 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d7ecd4c5-fd1a-4304-84f2-96d7417f49e6 2018-07-23 20:13:26,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 20:13:26,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=60d2381a-9a6f-452b-abf7-cc35d854eb0d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:26,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5f1a99c8-7d35-49e5-94ee-93bdc92ca904 Date: Mon, 23 Jul 2018 20:13:26 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"806bc208-1763-41fa-aa0d-5c307916eb31","tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:13:17Z","admin_state_up":true,"updated_at":"2018-07-23T20:13:22Z","binding:vnic_type":"normal","device_id":"60d2381a-9a6f-452b-abf7-cc35d854eb0d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:2d:d1:0a","id":"c18efeb1-1392-41a1-95a3-fb2ab558d1c8","port_security_enabled":true,"project_id":"abba7c53b39244a49962cea3ab07c4a0","fixed_ips":[{"subnet_id":"6b5664fc-b589-42b6-849f-59538ee3e95f","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["23c621dc-0aca-4cee-950d-c0dedbcb4938"],"name":""}]} 2018-07-23 20:13:26,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=60d2381a-9a6f-452b-abf7-cc35d854eb0d used request id req-5f1a99c8-7d35-49e5-94ee-93bdc92ca904 2018-07-23 20:13:26,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0609169006348s 2018-07-23 20:13:26,095 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=60d2381a-9a6f-452b-abf7-cc35d854eb0d used request id req-5f1a99c8-7d35-49e5-94ee-93bdc92ca904 2018-07-23 20:13:26,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-23 20:13:26,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -d '{"floatingip": {"floating_network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "fixed_ip_address": "192.168.120.11", "port_id": "c18efeb1-1392-41a1-95a3-fb2ab558d1c8"}}' 2018-07-23 20:13:28,330 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-c9399b7b-2ecb-4473-87a4-0da04647dc2e Date: Mon, 23 Jul 2018 20:13:28 GMT RESP BODY: {"floatingip": {"router_id": "be5ca370-8ee8-40ac-bbeb-0f4369949b5b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-23T20:13:27Z", "floating_network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "c18efeb1-1392-41a1-95a3-fb2ab558d1c8", "id": "c3ccd5e0-ff6c-4a9f-ae2a-382a957484cc", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "created_at": "2018-07-23T20:13:27Z", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}} 2018-07-23 20:13:28,331 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-c9399b7b-2ecb-4473-87a4-0da04647dc2e 2018-07-23 20:13:28,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.2354888916s 2018-07-23 20:13:28,331 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-c9399b7b-2ecb-4473-87a4-0da04647dc2e 2018-07-23 20:13:28,334 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'be5ca370-8ee8-40ac-bbeb-0f4369949b5b', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'abba7c53b39244a49962cea3ab07c4a0', 'created_at': u'2018-07-23T20:13:27Z', 'attached': True, 'updated_at': u'2018-07-23T20:13:27Z', 'id': u'c3ccd5e0-ff6c-4a9f-ae2a-382a957484cc', 'floating_network_id': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc', 'fixed_ip_address': u'192.168.120.11', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'abba7c53b39244a49962cea3ab07c4a0', 'name': 'vping_ssh-project_310052be-fb22-4b02-89c7-96a9f670487b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'be5ca370-8ee8-40ac-bbeb-0f4369949b5b', 'project_id': u'abba7c53b39244a49962cea3ab07c4a0', 'port_id': u'c18efeb1-1392-41a1-95a3-fb2ab558d1c8', 'port': u'c18efeb1-1392-41a1-95a3-fb2ab558d1c8', 'network': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc'}) 2018-07-23 20:13:28,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-23 20:13:28,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-23 20:13:29,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13: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-ed1c0e1e-1338-4701-a307-c6d9274eca61 x-compute-request-id: req-ed1c0e1e-1338-4701-a307-c6d9274eca61 Content-Encoding: gzip Content-Length: 9576 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 476477793 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.142442] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144295] pid_max: default: 32768 minimum: 301\n[ 0.145332] ACPI: Core revision 20150930\n[ 0.146832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148365] Security Framework initialized\n[ 0.149287] Yama: becoming mindful.\n[ 0.150103] AppArmor: AppArmor initialized\n[ 0.151047] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152540] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155383] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156984] Initializing cgroup subsys io\n[ 0.157898] Initializing cgroup subsys memory\n[ 0.158860] Initializing cgroup subsys devices\n[ 0.159832] Initializing cgroup subsys freezer\n[ 0.160802] Initializing cgroup subsys net_cls\n[ 0.161779] Initializing cgroup subsys perf_event\n[ 0.162802] Initializing cgroup subsys net_prio\n[ 0.163792] Initializing cgroup subsys hugetlb\n[ 0.164755] Initializing cgroup subsys pids\n[ 0.165726] CPU: Physical Processor ID: 0\n[ 0.167306] mce: CPU supports 10 MCE banks\n[ 0.168243] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184921] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191061] ftrace: allocating 31920 entries in 125 pages\n[ 0.215741] smpboot: Max logical packages: 1\n[ 0.216697] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218204] x2apic enabled\n[ 0.219075] Switched APIC routing to physical x2apic.\n[ 0.220912] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224491] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226500] KVM setup paravirtual spinlock\n[ 0.227896] x86: Booted up 1 node, 1 CPUs\n[ 0.228799] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230338] devtmpfs: initialized\n[ 0.232097] evm: security.selinux\n[ 0.232867] evm: security.SMACK64\n[ 0.233631] evm: security.SMACK64EXEC\n[ 0.234460] evm: security.SMACK64TRANSMUTE\n[ 0.235369] evm: security.SMACK64MMAP\n[ 0.236199] evm: security.ima\n[ 0.236907] evm: security.capability\n[ 0.237795] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239891] pinctrl core: initialized pinctrl subsystem\n[ 0.241110] RTC time: 20:13:22, date: 07/23/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243268] cpuidle: using governor ladder\n[ 0.244189] cpuidle: using governor menu\n[ 0.245073] PCCT header not found.\n[ 0.245902] ACPI: bus type PCI registered\n[ 0.246796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248191] PCI: Using configuration type 1 for base access\n[ 0.250074] ACPI: Added _OSI(Module Device)\n[ 0.251010] ACPI: Added _OSI(Processor Device)\n[ 0.251973] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252984] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254863] ACPI: Interpreter enabled\n[ 0.255732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257825] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263980] ACPI: (supports S0 S5)\n[ 0.264766] ACPI: Using IOAPIC for interrupt routing\n[ 0.265831] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269113] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271803] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273146] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275653] acpiphp: Slot [3] registered\n[ 0.276573] acpiphp: Slot [4] registered\n[ 0.277470] acpiphp: Slot [5] registered\n[ 0.278360] acpiphp: Slot [6] registered\n[ 0.279247] acpiphp: Slot [7] registered\n[ 0.280137] acpiphp: Slot [8] registered\n[ 0.281029] acpiphp: Slot [9] registered\n[ 0.281918] acpiphp: Slot [10] registered\n[ 0.282814] acpiphp: Slot [11] registered\n[ 0.283716] acpiphp: Slot [12] registered\n[ 0.284625] acpiphp: Slot [13] registered\n[ 0.285557] acpiphp: Slot [14] registered\n[ 0.286490] acpiphp: Slot [15] registered\n[ 0.297155] acpiphp: Slot [16] registered\n[ 0.298063] acpiphp: Slot [17] registered\n[ 0.298972] acpiphp: Slot [18] registered\n[ 0.299875] acpiphp: Slot [19] registered\n[ 0.300781] acpiphp: Slot [20] registered\n[ 0.301685] acpiphp: Slot [21] registered\n[ 0.302590] acpiphp: Slot [22] registered\n[ 0.303482] acpiphp: Slot [23] registered\n[ 0.304385] acpiphp: Slot [24] registered\n[ 0.305364] acpiphp: Slot [25] registered\n[ 0.306298] acpiphp: Slot [26] registered\n[ 0.307199] acpiphp: Slot [27] registered\n[ 0.308134] acpiphp: Slot [28] registered\n[ 0.309071] acpiphp: Slot [29] registered\n[ 0.309969] acpiphp: Slot [30] registered\n[ 0.310874] acpiphp: Slot [31] registered\n[ 0.311776] PCI host bridge to bus 0000:00\n[ 0.312677] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314050] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315447] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317095] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318709] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.320363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323754] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325201] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326543] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327984] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331624] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333459] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351977] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354007] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355600] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358630] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359955] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361390] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364369] vgaarb: loaded\n[ 0.365049] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366421] SCSI subsystem initialized\n[ 0.367451] ACPI: bus type USB registered\n[ 0.368403] usbcore: registered new interface driver usbfs\n[ 0.369590] usbcore: registered new interface driver hub\n[ 0.370743] usbcore: registered new device driver usb\n[ 0.371993] PCI: Using ACPI for IRQ routing\n[ 0.373233] NetLabel: Initializing\n[ 0.374054] NetLabel: domain hash size = 128\n[ 0.375029] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376124] NetLabel: unlabeled traffic allowed by default\n[ 0.377431] clocksource: Switched to clocksource kvm-clock\n[ 0.385989] AppArmor: AppArmor Filesystem Enabled\n[ 0.387099] pnp: PnP ACPI init\n[ 0.388115] pnp: PnP ACPI: found 5 devices\n[ 0.394548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396518] NET: Registered protocol family 2\n[ 0.397683] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399179] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400570] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401957] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403212] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404562] NET: Registered protocol family 1\n[ 0.405582] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406851] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422296] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436572] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494528] Scanning for low memory corruption every 60 seconds\n[ 0.496039] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497369] audit: initializing netlink subsys (disabled)\n[ 0.498575] audit: type=2000 audit(1532376803.443:1): initialized\n[ 0.500092] Initialise system trusted keyring\n[ 0.501155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502500] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504811] zbud: loaded\n[ 0.505626] VFS: Disk quotas dquot_6.6.0\n[ 0.506573] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508364] fuse init (API version 7.23)\n[ 0.509383] Key type big_key registered\n[ 0.510308] Allocating IMA MOK and blacklist keyrings.\n[ 0.511674] Key type asymmetric registered\n[ 0.512617] Asymmetric key parser 'x509' registered\n[ 0.513727] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515436] io scheduler noop registered\n[ 0.516341] io scheduler deadline registered (default)\n[ 0.517496] io scheduler cfq registered\n[ 0.518452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519658] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521122] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522791] ACPI: Power Button [PWRF]\n[ 0.523749] GHES: HEST is not enabled!\n[ 0.537514] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565496] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567740] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593718] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596701] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601496] loop: module loaded\n[ 0.606380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608044] GPT:90111 != 2097151\n[ 0.608814] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610080] GPT:90111 != 2097151\n[ 0.610849] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611965] vda: vda1 vda15\n[ 0.613550] scsi host0: ata_piix\n[ 0.614432] scsi host1: ata_piix\n[ 0.615253] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.616652] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.618324] libphy: Fixed MDIO Bus: probed\n[ 0.619265] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620353] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622983] PPP generic driver version 2.4.2\n[ 0.624129] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625787] ehci-pci: EHCI PCI platform driver\n[ 0.626950] ehci-platform: EHCI generic platform driver\n[ 0.628192] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629656] ohci-pci: OHCI PCI platform driver\n[ 0.630837] ohci-platform: OHCI generic platform driver\n[ 0.632175] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646829] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.648180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650116] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.652999] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654670] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656571] usb usb1: Product: UHCI Host Controller\n[ 0.657822] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659381] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660669] hub 1-0:1.0: USB hub found\n[ 0.661711] hub 1-0:1.0: 2 ports detected\n[ 0.662934] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667012] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668405] mousedev: PS/2 mouse device common for all mice\n[ 0.670068] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672498] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673950] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675554] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677187] i2c /dev entries driver\n[ 0.678201] device-mapper: uevent: version 1.0.3\n[ 0.679489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681703] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683567] NET: Registered protocol family 10\n[ 0.685019] NET: Registered protocol family 17\n[ 0.686247] Key type dns_resolver registered\n[ 0.687537] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689020] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691399] registered taskstats version 1\n[ 0.692525] Loading compiled-in X.509 certificates\n[ 0.694351] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696877] zswap: loaded using pool lzo/zbud\n[ 0.698840] Key type trusted registered\n[ 0.700882] Key type encrypted registered\n[ 0.702009] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703436] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704856] evm: HMAC attrs: 0x1\n[ 0.706077] Magic number: 10:26:246\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-07-23 20:13:23 UTC (1532376803)\n[ 0.709361] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710889] EDD information not available.\n[ 0.778820] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791064] Write protecting the kernel read-only data: 14336k\n[ 0.793617] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796005] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.963319] 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.11...\nLease of 192.168.120.11 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.86. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu3EV57N/PjiKXVqdd+dIWXhku07CHXBa5Yp0qybiHnNrOjBcnkyG0kFAIeGtJmYoRE8MYvpY/OYiYGWAfMFk+9uuzHZV5DGVQYsmT+thhqMGX9gBPaiMI3E+UtHkNCfl66ygMJ9m0ipqduMlzhqx6eTjMKOHbDsaE+XxmbS9lyTB57krrwanJrYJJ1YQiGqknLI2Tr/VtMv+paG0Xe4E1AnNap0w62NFfyOOjOp8xyY0hLQ1FOoE2+WJ/cUfGxymSyEmKSLof//4ty1/gyBjc3VCUxSWrfgP+kPza+3NtO4RSyC3Mm/Cw1buxqnvC7gepb7sheZ/a9Tfv+D1NeWoB root@vping-ssh-vm-310052be-fb22-4b02-89c7-96a9f670487b\nssh-dss AAAAB3NzaC1kc3MAAACBAIgZMDs5LaWXqWeLr8s2xOQ2nAboZR3TS85GbDXVTjPpNJelevYib41QDnISkE74nH2pJ/OaIzcjPCiCWHOEaXIJej/8kBca9Pqk3JSFFRkBh4l53amD/wpZKNF1QXMd7ePt5PQ9VZlIwFUhzJj13F/nz3tU1sTPfhm1H5yf5chjAAAAFQCrkxXze1s8ppK6sYDJCCqios9hiwAAAIBqzO1JQelVRW/HrWH7rd8rtHBd9tc6x9j1UijoSG0INAsHoHOosZTmSQwYYeLZANZsORJLrltNwLVpwZskxaRMv2cpfZMKLe6USIO+9yQuzNP+doSH+l1yqMyOmESqJIaYJKWu6Djt01ZIUM1a3iMVCiPBCshYl5Tl+/nhabt2egAAAIBvI/Pbzg8fKMhF4sS56DZqC9Zj8eEGHT93CIBKM/HqdR1hiSfGIxkD+uQi6xwgoAjJkWB9A57Rf44637Vzi//ltVNMu5N5Nmig08CkCZZuwTroY2gI6Fa/go7o1mzZnyFHHME//7QckOibLWSIDGCr0YTRysK6Wno3jiyUtMF8Ew== root@vping-ssh-vm-310052be-fb22-4b02-89c7-96a9f670487b\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fe2d:d10a/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.11 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-310052be-fb22-4b02-89c7-96a9f670487b\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-310052be-fb22-4b02-89c7-96a9f670487b login: "} 2018-07-23 20:13:29,089 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d/action used request id req-ed1c0e1e-1338-4701-a307-c6d9274eca61 2018-07-23 20:13:29,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.754231929779s 2018-07-23 20:13:29,090 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d/action used request id req-ed1c0e1e-1338-4701-a307-c6d9274eca61 2018-07-23 20:13:29,091 - 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 476477793 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.142442] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.144295] pid_max: default: 32768 minimum: 301 [ 0.145332] ACPI: Core revision 20150930 [ 0.146832] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.148365] Security Framework initialized [ 0.149287] Yama: becoming mindful. [ 0.150103] AppArmor: AppArmor initialized [ 0.151047] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.152540] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.153989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155383] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.156984] Initializing cgroup subsys io [ 0.157898] Initializing cgroup subsys memory [ 0.158860] Initializing cgroup subsys devices [ 0.159832] Initializing cgroup subsys freezer [ 0.160802] Initializing cgroup subsys net_cls [ 0.161779] Initializing cgroup subsys perf_event [ 0.162802] Initializing cgroup subsys net_prio [ 0.163792] Initializing cgroup subsys hugetlb [ 0.164755] Initializing cgroup subsys pids [ 0.165726] CPU: Physical Processor ID: 0 [ 0.167306] mce: CPU supports 10 MCE banks [ 0.168243] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.169376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184921] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.191061] ftrace: allocating 31920 entries in 125 pages [ 0.215741] smpboot: Max logical packages: 1 [ 0.216697] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218204] x2apic enabled [ 0.219075] Switched APIC routing to physical x2apic. [ 0.220912] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224491] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.226500] KVM setup paravirtual spinlock [ 0.227896] x86: Booted up 1 node, 1 CPUs [ 0.228799] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230338] devtmpfs: initialized [ 0.232097] evm: security.selinux [ 0.232867] evm: security.SMACK64 [ 0.233631] evm: security.SMACK64EXEC [ 0.234460] evm: security.SMACK64TRANSMUTE [ 0.235369] evm: security.SMACK64MMAP [ 0.236199] evm: security.ima [ 0.236907] evm: security.capability [ 0.237795] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239891] pinctrl core: initialized pinctrl subsystem [ 0.241110] RTC time: 20:13:22, date: 07/23/18 [ 0.242177] NET: Registered protocol family 16 [ 0.243268] cpuidle: using governor ladder [ 0.244189] cpuidle: using governor menu [ 0.245073] PCCT header not found. [ 0.245902] ACPI: bus type PCI registered [ 0.246796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248191] PCI: Using configuration type 1 for base access [ 0.250074] ACPI: Added _OSI(Module Device) [ 0.251010] ACPI: Added _OSI(Processor Device) [ 0.251973] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.252984] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254863] ACPI: Interpreter enabled [ 0.255732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.257825] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.259875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.261931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.263980] ACPI: (supports S0 S5) [ 0.264766] ACPI: Using IOAPIC for interrupt routing [ 0.265831] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.269113] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271803] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.273146] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.275653] acpiphp: Slot [3] registered [ 0.276573] acpiphp: Slot [4] registered [ 0.277470] acpiphp: Slot [5] registered [ 0.278360] acpiphp: Slot [6] registered [ 0.279247] acpiphp: Slot [7] registered [ 0.280137] acpiphp: Slot [8] registered [ 0.281029] acpiphp: Slot [9] registered [ 0.281918] acpiphp: Slot [10] registered [ 0.282814] acpiphp: Slot [11] registered [ 0.283716] acpiphp: Slot [12] registered [ 0.284625] acpiphp: Slot [13] registered [ 0.285557] acpiphp: Slot [14] registered [ 0.286490] acpiphp: Slot [15] registered [ 0.297155] acpiphp: Slot [16] registered [ 0.298063] acpiphp: Slot [17] registered [ 0.298972] acpiphp: Slot [18] registered [ 0.299875] acpiphp: Slot [19] registered [ 0.300781] acpiphp: Slot [20] registered [ 0.301685] acpiphp: Slot [21] registered [ 0.302590] acpiphp: Slot [22] registered [ 0.303482] acpiphp: Slot [23] registered [ 0.304385] acpiphp: Slot [24] registered [ 0.305364] acpiphp: Slot [25] registered [ 0.306298] acpiphp: Slot [26] registered [ 0.307199] acpiphp: Slot [27] registered [ 0.308134] acpiphp: Slot [28] registered [ 0.309071] acpiphp: Slot [29] registered [ 0.309969] acpiphp: Slot [30] registered [ 0.310874] acpiphp: Slot [31] registered [ 0.311776] PCI host bridge to bus 0000:00 [ 0.312677] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.314050] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.315447] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.317095] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.318709] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.320363] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323754] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.325201] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.326543] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.327984] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.331624] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.333459] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.351977] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354007] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.355600] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358630] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.359955] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361390] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.364369] vgaarb: loaded [ 0.365049] vgaarb: bridge control possible 0000:00:02.0 [ 0.366421] SCSI subsystem initialized [ 0.367451] ACPI: bus type USB registered [ 0.368403] usbcore: registered new interface driver usbfs [ 0.369590] usbcore: registered new interface driver hub [ 0.370743] usbcore: registered new device driver usb [ 0.371993] PCI: Using ACPI for IRQ routing [ 0.373233] NetLabel: Initializing [ 0.374054] NetLabel: domain hash size = 128 [ 0.375029] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376124] NetLabel: unlabeled traffic allowed by default [ 0.377431] clocksource: Switched to clocksource kvm-clock [ 0.385989] AppArmor: AppArmor Filesystem Enabled [ 0.387099] pnp: PnP ACPI init [ 0.388115] pnp: PnP ACPI: found 5 devices [ 0.394548] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396518] NET: Registered protocol family 2 [ 0.397683] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399179] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400570] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401957] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403212] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404562] NET: Registered protocol family 1 [ 0.405582] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406851] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.408088] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.422296] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.436572] Trying to unpack rootfs image as initramfs... [ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.494528] Scanning for low memory corruption every 60 seconds [ 0.496039] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.497369] audit: initializing netlink subsys (disabled) [ 0.498575] audit: type=2000 audit(1532376803.443:1): initialized [ 0.500092] Initialise system trusted keyring [ 0.501155] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502500] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504811] zbud: loaded [ 0.505626] VFS: Disk quotas dquot_6.6.0 [ 0.506573] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.508364] fuse init (API version 7.23) [ 0.509383] Key type big_key registered [ 0.510308] Allocating IMA MOK and blacklist keyrings. [ 0.511674] Key type asymmetric registered [ 0.512617] Asymmetric key parser 'x509' registered [ 0.513727] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515436] io scheduler noop registered [ 0.516341] io scheduler deadline registered (default) [ 0.517496] io scheduler cfq registered [ 0.518452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519658] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521122] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522791] ACPI: Power Button [PWRF] [ 0.523749] GHES: HEST is not enabled! [ 0.537514] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565496] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567740] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593718] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.596701] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601496] loop: module loaded [ 0.606380] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.608044] GPT:90111 != 2097151 [ 0.608814] GPT:Alternate GPT header not at the end of the disk. [ 0.610080] GPT:90111 != 2097151 [ 0.610849] GPT: Use GNU Parted to correct GPT errors. [ 0.611965] vda: vda1 vda15 [ 0.613550] scsi host0: ata_piix [ 0.614432] scsi host1: ata_piix [ 0.615253] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.616652] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.618324] libphy: Fixed MDIO Bus: probed [ 0.619265] tun: Universal TUN/TAP device driver, 1.6 [ 0.620353] tun: (C) 1999-2004 Max Krasnyansky [ 0.622983] PPP generic driver version 2.4.2 [ 0.624129] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.625787] ehci-pci: EHCI PCI platform driver [ 0.626950] ehci-platform: EHCI generic platform driver [ 0.628192] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.629656] ohci-pci: OHCI PCI platform driver [ 0.630837] ohci-platform: OHCI generic platform driver [ 0.632175] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646829] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650116] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.652999] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.654670] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.656571] usb usb1: Product: UHCI Host Controller [ 0.657822] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.659381] usb usb1: SerialNumber: 0000:00:01.2 [ 0.660669] hub 1-0:1.0: USB hub found [ 0.661711] hub 1-0:1.0: 2 ports detected [ 0.662934] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665719] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.667012] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.668405] mousedev: PS/2 mouse device common for all mice [ 0.670068] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.672498] rtc_cmos 00:00: RTC can wake from S4 [ 0.673950] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.675554] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.677187] i2c /dev entries driver [ 0.678201] device-mapper: uevent: version 1.0.3 [ 0.679489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.681703] ledtrig-cpu: registered to indicate activity on CPUs [ 0.683567] NET: Registered protocol family 10 [ 0.685019] NET: Registered protocol family 17 [ 0.686247] Key type dns_resolver registered [ 0.687537] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.689020] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.691399] registered taskstats version 1 [ 0.692525] Loading compiled-in X.509 certificates [ 0.694351] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696877] zswap: loaded using pool lzo/zbud [ 0.698840] Key type trusted registered [ 0.700882] Key type encrypted registered [ 0.702009] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703436] ima: No TPM chip found, activating TPM-bypass! [ 0.704856] evm: HMAC attrs: 0x1 [ 0.706077] Magic number: 10:26:246 [ 0.707192] rtc_cmos 00:00: setting system clock to 2018-07-23 20:13:23 UTC (1532376803) [ 0.709361] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710889] EDD information not available. [ 0.778820] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.791064] Write protecting the kernel read-only data: 14336k [ 0.793617] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796005] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.76 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.963319] 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.11... Lease of 192.168.120.11 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.86. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu3EV57N/PjiKXVqdd+dIWXhku07CHXBa5Yp0qybiHnNrOjBcnkyG0kFAIeGtJmYoRE8MYvpY/OYiYGWAfMFk+9uuzHZV5DGVQYsmT+thhqMGX9gBPaiMI3E+UtHkNCfl66ygMJ9m0ipqduMlzhqx6eTjMKOHbDsaE+XxmbS9lyTB57krrwanJrYJJ1YQiGqknLI2Tr/VtMv+paG0Xe4E1AnNap0w62NFfyOOjOp8xyY0hLQ1FOoE2+WJ/cUfGxymSyEmKSLof//4ty1/gyBjc3VCUxSWrfgP+kPza+3NtO4RSyC3Mm/Cw1buxqnvC7gepb7sheZ/a9Tfv+D1NeWoB root@vping-ssh-vm-310052be-fb22-4b02-89c7-96a9f670487b ssh-dss AAAAB3NzaC1kc3MAAACBAIgZMDs5LaWXqWeLr8s2xOQ2nAboZR3TS85GbDXVTjPpNJelevYib41QDnISkE74nH2pJ/OaIzcjPCiCWHOEaXIJej/8kBca9Pqk3JSFFRkBh4l53amD/wpZKNF1QXMd7ePt5PQ9VZlIwFUhzJj13F/nz3tU1sTPfhm1H5yf5chjAAAAFQCrkxXze1s8ppK6sYDJCCqios9hiwAAAIBqzO1JQelVRW/HrWH7rd8rtHBd9tc6x9j1UijoSG0INAsHoHOosZTmSQwYYeLZANZsORJLrltNwLVpwZskxaRMv2cpfZMKLe6USIO+9yQuzNP+doSH+l1yqMyOmESqJIaYJKWu6Djt01ZIUM1a3iMVCiPBCshYl5Tl+/nhabt2egAAAIBvI/Pbzg8fKMhF4sS56DZqC9Zj8eEGHT93CIBKM/HqdR1hiSfGIxkD+uQi6xwgoAjJkWB9A57Rf44637Vzi//ltVNMu5N5Nmig08CkCZZuwTroY2gI6Fa/go7o1mzZnyFHHME//7QckOibLWSIDGCr0YTRysK6Wno3jiyUtMF8Ew== root@vping-ssh-vm-310052be-fb22-4b02-89c7-96a9f670487b -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fe2d:d10a/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.11 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-310052be-fb22-4b02-89c7-96a9f670487b launch-index: 0 === cirros: current=0.4.0 uptime=3.50 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-310052be-fb22-4b02-89c7-96a9f670487b login: 2018-07-23 20:13:30,092 - paramiko.transport - DEBUG - starting thread (client mode): 0x1b849650L 2018-07-23 20:13:30,093 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-23 20:13:30,093 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-23 20:13:30,093 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-23 20:13:30,094 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-23 20:13:30,094 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-23 20:13:30,095 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-23 20:13:30,095 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-23 20:13:30,095 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-23 20:13:30,095 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-23 20:13:30,112 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-23 20:13:30,112 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-23 20:13:30,125 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: f70f45f796feb3a28f7a6df16fc1c5a7 2018-07-23 20:13:30,126 - paramiko.transport - DEBUG - Trying discovered key 452e872e7a8d1fdfe3a1dfa980671e57 in /tmp/tmpe3InuZ 2018-07-23 20:13:30,151 - paramiko.transport - DEBUG - userauth is OK 2018-07-23 20:13:30,154 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-23 20:13:30,159 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-23 20:13:30,160 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-23 20:13:30,160 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-23 20:13:30,161 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-23 20:13:30,164 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-23 20:13:30,165 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-23 20:13:30,165 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - output: PING 192.168.120.7 (192.168.120.7): 56 data bytes 64 bytes from 192.168.120.7: seq=0 ttl=64 time=1.075 ms --- 192.168.120.7 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.075/1.075/1.075 ms 2018-07-23 20:13:30,274 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 20:13:30,274 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:47 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-23 20:13:30,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-23 20:13:30,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:30,460 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:13: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 x-openstack-request-id: req-3a21779a-f341-482e-952c-aab588e0ad24 x-compute-request-id: req-3a21779a-f341-482e-952c-aab588e0ad24 Content-Type: application/json 2018-07-23 20:13:30,461 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24 used request id req-3a21779a-f341-482e-952c-aab588e0ad24 2018-07-23 20:13:30,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.184648990631s 2018-07-23 20:13:30,461 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24 used request id req-3a21779a-f341-482e-952c-aab588e0ad24 2018-07-23 20:13:30,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:13:30,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:31,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13: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-50ce443d-812d-4bae-8302-04d7cd618388 x-compute-request-id: req-50ce443d-812d-4bae-8302-04d7cd618388 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:d1:0a", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:d1:0a", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:13:22.000000", "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "60d2381a-9a6f-452b-abf7-cc35d854eb0d", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:13:22Z", "hostId": "077c598fc16e8f751fc8bd2c2194e0f4355fe7c16b487595cb464f8a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b", "name": "vping_ssh-vm_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:13:13Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:8e:30", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:13:07.000000", "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "b6cbc051-bd06-4f09-b1db-384c7f5d2e24", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:13:30Z", "hostId": "ed4e03b96f89ee15d791a571f62871dd3f3779b518fe7a08dcaf9a38", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:12:58Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:13:31,347 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-50ce443d-812d-4bae-8302-04d7cd618388 2018-07-23 20:13:31,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.88569688797s 2018-07-23 20:13:31,348 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-50ce443d-812d-4bae-8302-04d7cd618388 2018-07-23 20:13:31,350 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:13:33,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:13:33,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:34,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13: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-b50b231c-15ea-4e60-98a5-760a6cd97ff2 x-compute-request-id: req-b50b231c-15ea-4e60-98a5-760a6cd97ff2 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:d1:0a", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:d1:0a", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:13:22.000000", "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "60d2381a-9a6f-452b-abf7-cc35d854eb0d", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:13:22Z", "hostId": "077c598fc16e8f751fc8bd2c2194e0f4355fe7c16b487595cb464f8a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b", "name": "vping_ssh-vm_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:13:13Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:13:34,099 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b50b231c-15ea-4e60-98a5-760a6cd97ff2 2018-07-23 20:13:34,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.746578931808s 2018-07-23 20:13:34,099 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b50b231c-15ea-4e60-98a5-760a6cd97ff2 2018-07-23 20:13:34,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-23 20:13:34,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/c3ccd5e0-ff6c-4a9f-ae2a-382a957484cc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:34,921 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4acdbc22-3367-42d6-b9b9-f3ffcc1965fe Content-Length: 0 Date: Mon, 23 Jul 2018 20:13:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:13:34,922 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/c3ccd5e0-ff6c-4a9f-ae2a-382a957484cc.json used request id req-4acdbc22-3367-42d6-b9b9-f3ffcc1965fe 2018-07-23 20:13:34,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.818554878235s 2018-07-23 20:13:34,922 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/c3ccd5e0-ff6c-4a9f-ae2a-382a957484cc.json used request id req-4acdbc22-3367-42d6-b9b9-f3ffcc1965fe 2018-07-23 20:13:34,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 20:13:34,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:34,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6be994d5-5443-4619-913b-4526c55dd27b Date: Mon, 23 Jul 2018 20:13:34 GMT RESP BODY: {"floatingips": []} 2018-07-23 20:13:34,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-6be994d5-5443-4619-913b-4526c55dd27b 2018-07-23 20:13:34,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0464379787445s 2018-07-23 20:13:34,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-6be994d5-5443-4619-913b-4526c55dd27b 2018-07-23 20:13:34,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-23 20:13:34,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:35,282 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:13:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-03f52391-5e79-43ec-9ba1-f98d618665e4 x-compute-request-id: req-03f52391-5e79-43ec-9ba1-f98d618665e4 Content-Type: application/json 2018-07-23 20:13:35,282 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d used request id req-03f52391-5e79-43ec-9ba1-f98d618665e4 2018-07-23 20:13:35,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.306937932968s 2018-07-23 20:13:35,283 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d used request id req-03f52391-5e79-43ec-9ba1-f98d618665e4 2018-07-23 20:13:35,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:13:35,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:35,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d8ad073-d6df-43af-ba30-f5d807107938 x-compute-request-id: req-9d8ad073-d6df-43af-ba30-f5d807107938 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:d1:0a", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:d1:0a", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/60d2381a-9a6f-452b-abf7-cc35d854eb0d", "rel": "bookmark"}], "image": {"id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "links": [{"href": "http://172.30.9.30:8774/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T20:13:22.000000", "flavor": {"id": "cf500ea0-bdbd-40cd-b203-4934d7141da8", "links": [{"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "bookmark"}]}, "id": "60d2381a-9a6f-452b-abf7-cc35d854eb0d", "security_groups": [{"name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}], "user_id": "3fc1ad02da9b403e91310186d2afdccf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-23T20:13:35Z", "hostId": "077c598fc16e8f751fc8bd2c2194e0f4355fe7c16b487595cb464f8a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b", "name": "vping_ssh-vm_310052be-fb22-4b02-89c7-96a9f670487b", "created": "2018-07-23T20:13:13Z", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:13:35,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9d8ad073-d6df-43af-ba30-f5d807107938 2018-07-23 20:13:35,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641378879547s 2018-07-23 20:13:35,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9d8ad073-d6df-43af-ba30-f5d807107938 2018-07-23 20:13:35,927 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:13:37,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:13:37,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:38,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-887fcf9c-651d-4efc-b6bb-2ea68e3beb86 x-compute-request-id: req-887fcf9c-651d-4efc-b6bb-2ea68e3beb86 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-23 20:13:38,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-887fcf9c-651d-4efc-b6bb-2ea68e3beb86 2018-07-23 20:13:38,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.242544174194s 2018-07-23 20:13:38,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-887fcf9c-651d-4efc-b6bb-2ea68e3beb86 2018-07-23 20:13:38,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 20:13:38,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:38,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-8294208f-646b-4508-a0da-6e831f9cb03f Date: Mon, 23 Jul 2018 20:13:38 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "created_at": "2018-07-23T20:12:52Z", "updated_at": "2018-07-23T20:12:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:52Z", "revision_number": 0, "id": "ad3fe48e-0f60-408e-86c3-c91cac2d7c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:52Z", "security_group_id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv4", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:52Z", "revision_number": 0, "id": "d55fbe2d-643a-4978-9f01-ed69a2ae9acc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:52Z", "security_group_id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv6", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:53Z", "revision_number": 0, "id": "e0f6fcd9-4e30-44c2-8524-3a46522c23a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:53Z", "security_group_id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv4", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-23T20:12:52Z", "revision_number": 0, "id": "f3a38857-d042-4caa-8239-00a3a97c0ffe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:52Z", "security_group_id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}], "revision_number": 3, "project_id": "abba7c53b39244a49962cea3ab07c4a0", "id": "23c621dc-0aca-4cee-950d-c0dedbcb4938", "name": "vping_ssh-sg_310052be-fb22-4b02-89c7-96a9f670487b"}, {"description": "Default security group", "tags": [], "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "created_at": "2018-07-23T20:12:43Z", "updated_at": "2018-07-23T20:12:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:43Z", "revision_number": 0, "id": "213c80b3-0592-4a6c-8742-a77b65e597bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:43Z", "security_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv4", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:43Z", "revision_number": 0, "id": "4a86a5e8-aa2c-460a-91b7-83e99d90c6cf", "remote_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:43Z", "security_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv6", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:43Z", "revision_number": 0, "id": "817e552c-c4c5-4417-a917-9cbdbfc1bb50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:43Z", "security_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv6", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T20:12:43Z", "revision_number": 0, "id": "a30e803d-c30d-4091-9ee5-7fe20ee6f2f0", "remote_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "remote_ip_prefix": null, "created_at": "2018-07-23T20:12:43Z", "security_group_id": "e6115a83-4557-4e16-af15-59a281df79e5", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "port_range_min": null, "ethertype": "IPv4", "project_id": "abba7c53b39244a49962cea3ab07c4a0"}], "revision_number": 1, "project_id": "abba7c53b39244a49962cea3ab07c4a0", "id": "e6115a83-4557-4e16-af15-59a281df79e5", "name": "default"}]} 2018-07-23 20:13:38,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-8294208f-646b-4508-a0da-6e831f9cb03f 2018-07-23 20:13:38,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0539748668671s 2018-07-23 20:13:38,229 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-8294208f-646b-4508-a0da-6e831f9cb03f 2018-07-23 20:13:38,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-23 20:13:38,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/23c621dc-0aca-4cee-950d-c0dedbcb4938.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:38,482 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0317a354-05a8-4997-93da-6abbf36f9cf0 Content-Length: 0 Date: Mon, 23 Jul 2018 20:13:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:13:38,482 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/23c621dc-0aca-4cee-950d-c0dedbcb4938.json used request id req-0317a354-05a8-4997-93da-6abbf36f9cf0 2018-07-23 20:13:38,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.248988866806s 2018-07-23 20:13:38,482 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/23c621dc-0aca-4cee-950d-c0dedbcb4938.json used request id req-0317a354-05a8-4997-93da-6abbf36f9cf0 2018-07-23 20:13:38,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-23 20:13:38,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:38,684 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 20:13:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5d1c8f51-8511-45b1-ad19-58d0581d3dfc x-compute-request-id: req-5d1c8f51-8511-45b1-ad19-58d0581d3dfc Content-Length: 0 Content-Type: application/json 2018-07-23 20:13:38,684 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b used request id req-5d1c8f51-8511-45b1-ad19-58d0581d3dfc 2018-07-23 20:13:38,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.201287984848s 2018-07-23 20:13:38,684 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_310052be-fb22-4b02-89c7-96a9f670487b used request id req-5d1c8f51-8511-45b1-ad19-58d0581d3dfc 2018-07-23 20:13:38,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 20:13:38,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/be5ca370-8ee8-40ac-bbeb-0f4369949b5b/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" -d '{"subnet_id": "6b5664fc-b589-42b6-849f-59538ee3e95f"}' 2018-07-23 20:13:40,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-27e0b12e-1803-4b7f-8946-e0b9d7777c58 Date: Mon, 23 Jul 2018 20:13:40 GMT RESP BODY: {"network_id": "806bc208-1763-41fa-aa0d-5c307916eb31", "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "subnet_id": "6b5664fc-b589-42b6-849f-59538ee3e95f", "subnet_ids": ["6b5664fc-b589-42b6-849f-59538ee3e95f"], "port_id": "1761dcb0-5146-4356-aa49-9a81de354bee", "id": "be5ca370-8ee8-40ac-bbeb-0f4369949b5b"} 2018-07-23 20:13:40,367 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/be5ca370-8ee8-40ac-bbeb-0f4369949b5b/remove_router_interface.json used request id req-27e0b12e-1803-4b7f-8946-e0b9d7777c58 2018-07-23 20:13:40,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.68255090714s 2018-07-23 20:13:40,368 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/be5ca370-8ee8-40ac-bbeb-0f4369949b5b/remove_router_interface.json used request id req-27e0b12e-1803-4b7f-8946-e0b9d7777c58 returning object be5ca370-8ee8-40ac-bbeb-0f4369949b5b 2018-07-23 20:13:40,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 20:13:40,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:40,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-d2090743-8605-479f-9d6c-cca704ae4a2d Date: Mon, 23 Jul 2018 20:13:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "abba7c53b39244a49962cea3ab07c4a0", "created_at": "2018-07-23T20:12:45Z", "admin_state_up": true, "updated_at": "2018-07-23T20:13:39Z", "revision_number": 4, "routes": [], "project_id": "abba7c53b39244a49962cea3ab07c4a0", "id": "be5ca370-8ee8-40ac-bbeb-0f4369949b5b", "name": "vping_ssh-router_310052be-fb22-4b02-89c7-96a9f670487b"}]} 2018-07-23 20:13:40,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-d2090743-8605-479f-9d6c-cca704ae4a2d 2018-07-23 20:13:40,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.12216091156s 2018-07-23 20:13:40,491 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-d2090743-8605-479f-9d6c-cca704ae4a2d 2018-07-23 20:13:40,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 20:13:40,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/be5ca370-8ee8-40ac-bbeb-0f4369949b5b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:42,320 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bba75bfb-ba99-432b-b37c-cd3a631ed6c0 Content-Length: 0 Date: Mon, 23 Jul 2018 20:13:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:13:42,321 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/be5ca370-8ee8-40ac-bbeb-0f4369949b5b.json used request id req-bba75bfb-ba99-432b-b37c-cd3a631ed6c0 2018-07-23 20:13:42,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.82822489738s 2018-07-23 20:13:42,321 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/be5ca370-8ee8-40ac-bbeb-0f4369949b5b.json used request id req-bba75bfb-ba99-432b-b37c-cd3a631ed6c0 2018-07-23 20:13:42,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 20:13:42,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:42,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-38ab0828-b192-435f-9b71-adf96d46d651 Date: Mon, 23 Jul 2018 20:13:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806bc208-1763-41fa-aa0d-5c307916eb31","tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:12:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:12:44Z","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":"abba7c53b39244a49962cea3ab07c4a0","id":"6b5664fc-b589-42b6-849f-59538ee3e95f","subnetpool_id":null,"name":"vping_ssh-subnet_310052be-fb22-4b02-89c7-96a9f670487b"}]} 2018-07-23 20:13:42,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-38ab0828-b192-435f-9b71-adf96d46d651 2018-07-23 20:13:42,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.149041175842s 2018-07-23 20:13:42,471 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-38ab0828-b192-435f-9b71-adf96d46d651 2018-07-23 20:13:42,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 20:13:42,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/6b5664fc-b589-42b6-849f-59538ee3e95f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:44,973 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bb0037c1-84df-4309-bd3a-e0386c954bb8 Date: Mon, 23 Jul 2018 20:13:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:13:44,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/6b5664fc-b589-42b6-849f-59538ee3e95f.json used request id req-bb0037c1-84df-4309-bd3a-e0386c954bb8 2018-07-23 20:13:44,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.50072216988s 2018-07-23 20:13:44,973 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/6b5664fc-b589-42b6-849f-59538ee3e95f.json used request id req-bb0037c1-84df-4309-bd3a-e0386c954bb8 2018-07-23 20:13:44,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:13:44,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:45,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-63c232c8-76f9-4f68-ba5c-4a7a7e92a7d7 Date: Mon, 23 Jul 2018 20:13:45 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":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-23T20:13:44Z","tenant_id":"abba7c53b39244a49962cea3ab07c4a0","created_at":"2018-07-23T20:12:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"abba7c53b39244a49962cea3ab07c4a0","id":"806bc208-1763-41fa-aa0d-5c307916eb31","name":"vping_ssh-net_310052be-fb22-4b02-89c7-96a9f670487b"}]} 2018-07-23 20:13:45,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-63c232c8-76f9-4f68-ba5c-4a7a7e92a7d7 2018-07-23 20:13:45,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.145677089691s 2018-07-23 20:13:45,120 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-63c232c8-76f9-4f68-ba5c-4a7a7e92a7d7 2018-07-23 20:13:45,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 20:13:45,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/806bc208-1763-41fa-aa0d-5c307916eb31.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:46,541 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9187e06e-2343-4848-b2b2-40332980d03d Date: Mon, 23 Jul 2018 20:13:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:13:46,541 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/806bc208-1763-41fa-aa0d-5c307916eb31.json used request id req-9187e06e-2343-4848-b2b2-40332980d03d 2018-07-23 20:13:46,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.41995382309s 2018-07-23 20:13:46,542 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/806bc208-1763-41fa-aa0d-5c307916eb31.json used request id req-9187e06e-2343-4848-b2b2-40332980d03d 2018-07-23 20:13:46,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:13:46,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:46,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-84c4bb3f-4d96-4ef4-90e8-67ea693d8aa9 Date: Mon, 23 Jul 2018 20:13:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/bc15322f-ad93-417c-b34e-db1d0557f76e/snap", "metadata": {}}], "file": "/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e/file", "owner": "abba7c53b39244a49962cea3ab07c4a0", "id": "bc15322f-ad93-417c-b34e-db1d0557f76e", "size": 12716032, "self": "/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e", "disk_format": "qcow2", "direct_url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/bc15322f-ad93-417c-b34e-db1d0557f76e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:12:50Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_310052be-fb22-4b02-89c7-96a9f670487b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_310052be-fb22-4b02-89c7-96a9f670487b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T20:12:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:13:46,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-84c4bb3f-4d96-4ef4-90e8-67ea693d8aa9 2018-07-23 20:13:46,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.214160919189s 2018-07-23 20:13:46,760 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-84c4bb3f-4d96-4ef4-90e8-67ea693d8aa9 2018-07-23 20:13:46,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-23 20:13:46,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11a0d7c9e35d7cba7db88b04000d2e8a398b0e58" 2018-07-23 20:13:47,281 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-56f13a5f-122e-4e4c-89bf-6d8c89f3ae49 Date: Mon, 23 Jul 2018 20:13:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 20:13:47,281 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e used request id req-56f13a5f-122e-4e4c-89bf-6d8c89f3ae49 2018-07-23 20:13:47,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.518848896027s 2018-07-23 20:13:47,281 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/bc15322f-ad93-417c-b34e-db1d0557f76e used request id req-56f13a5f-122e-4e4c-89bf-6d8c89f3ae49 2018-07-23 20:13:47,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 20:13:47,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:13:47,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13: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-915a3d04-a6e7-437c-a6a1-2662adbc85e0 x-compute-request-id: req-915a3d04-a6e7-437c-a6a1-2662adbc85e0 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_310052be-fb22-4b02-89c7-96a9f670487b", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8", "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": "cf500ea0-bdbd-40cd-b203-4934d7141da8"}]} 2018-07-23 20:13:47,309 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-915a3d04-a6e7-437c-a6a1-2662adbc85e0 2018-07-23 20:13:47,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0277240276337s 2018-07-23 20:13:47,310 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-915a3d04-a6e7-437c-a6a1-2662adbc85e0 2018-07-23 20:13:47,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-23 20:13:47,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:13:47,363 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 20:13: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-206fb676-f66d-4e0f-a825-459ddd731b1e x-compute-request-id: req-206fb676-f66d-4e0f-a825-459ddd731b1e Content-Length: 0 Content-Type: application/json 2018-07-23 20:13:47,363 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8 used request id req-206fb676-f66d-4e0f-a825-459ddd731b1e 2018-07-23 20:13:47,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.051726102829s 2018-07-23 20:13:47,363 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/cf500ea0-bdbd-40cd-b203-4934d7141da8 used request id req-206fb676-f66d-4e0f-a825-459ddd731b1e 2018-07-23 20:13:47,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:13:47,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:13:47,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b24bdef6-d94a-4571-9b9a-52f30bac6ecc Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/0a24a34f537e4b729f28e8e878c656b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a24a34f537e4b729f28e8e878c656b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0d5dc8cd3c9f44ac8c45da536da81204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d5dc8cd3c9f44ac8c45da536da81204", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/0efef48632a744e3b93acb9afe7551bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0efef48632a744e3b93acb9afe7551bc", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/28eeee97468242c79125a600bd641312"}, "domain_id": "default", "enabled": true, "options": {}, "id": "28eeee97468242c79125a600bd641312", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_310052be-fb22-4b02-89c7-96a9f670487b", "links": {"self": "http://172.30.9.30:5000/v3/users/3fc1ad02da9b403e91310186d2afdccf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3fc1ad02da9b403e91310186d2afdccf", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/4f7b5ee19a6443ac92a2e1cce790d65d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f7b5ee19a6443ac92a2e1cce790d65d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/536475fc3e7f4546a4212837f00f7239"}, "domain_id": "default", "enabled": true, "options": {}, "id": "536475fc3e7f4546a4212837f00f7239", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/5c5a27d54fea41c783f691489d1cd4a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c5a27d54fea41c783f691489d1cd4a5", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/5ca40dc636c4498b9a22f63f1b79c2df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ca40dc636c4498b9a22f63f1b79c2df", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/6d993a774be44345a9bafe78c48e0f26"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d993a774be44345a9bafe78c48e0f26", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/70dbd0b07e52422aa3cfbc989a173e0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70dbd0b07e52422aa3cfbc989a173e0b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/8dac1feb2ea34466ba99783afd8dc8e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8dac1feb2ea34466ba99783afd8dc8e5", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/978234c706ca499b975f668b2ac71ef0"}, "domain_id": "08b37e406d8b4def9f8b3898f887b9cb", "enabled": true, "options": {}, "id": "978234c706ca499b975f668b2ac71ef0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/a97247a9389345ebaf8a0b1ba23a202d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a97247a9389345ebaf8a0b1ba23a202d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/e70b72268691407dbc6bb56015fc0e87"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e70b72268691407dbc6bb56015fc0e87", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-07-23 20:13:47,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b24bdef6-d94a-4571-9b9a-52f30bac6ecc 2018-07-23 20:13:47,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114820957184s 2018-07-23 20:13:47,479 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b24bdef6-d94a-4571-9b9a-52f30bac6ecc 2018-07-23 20:13:47,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:13:47,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/3fc1ad02da9b403e91310186d2afdccf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:13:47,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abd267c4-ede9-4038-bbc9-219f8d602db8 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_310052be-fb22-4b02-89c7-96a9f670487b", "links": {"self": "http://172.30.9.30:5000/v3/users/3fc1ad02da9b403e91310186d2afdccf"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "3fc1ad02da9b403e91310186d2afdccf", "description": null}} 2018-07-23 20:13:47,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/3fc1ad02da9b403e91310186d2afdccf used request id req-abd267c4-ede9-4038-bbc9-219f8d602db8 2018-07-23 20:13:47,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.137100934982s 2018-07-23 20:13:47,623 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/3fc1ad02da9b403e91310186d2afdccf used request id req-abd267c4-ede9-4038-bbc9-219f8d602db8 2018-07-23 20:13:47,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-23 20:13:47,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/3fc1ad02da9b403e91310186d2afdccf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:13:47,836 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:13:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbae66a6-efcd-4ac4-904a-5ebd93ac9ae8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:13:47,836 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/3fc1ad02da9b403e91310186d2afdccf used request id req-fbae66a6-efcd-4ac4-904a-5ebd93ac9ae8 2018-07-23 20:13:47,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.21263384819s 2018-07-23 20:13:47,836 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/3fc1ad02da9b403e91310186d2afdccf used request id req-fbae66a6-efcd-4ac4-904a-5ebd93ac9ae8 2018-07-23 20:13:47,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 20:13:47,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:13:47,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e3a90ff-e78e-4e65-861d-c6192100f209 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61"}, "tags": [], "enabled": true, "id": "34433fa276594da9910da7d3eb6d3d61", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b77792c68ec4f519737d2732c1f92c4"}, "tags": [], "enabled": true, "id": "7b77792c68ec4f519737d2732c1f92c4", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.30:5000/v3/projects/abba7c53b39244a49962cea3ab07c4a0"}, "tags": [], "enabled": true, "id": "abba7c53b39244a49962cea3ab07c4a0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_310052be-fb22-4b02-89c7-96a9f670487b"}]} 2018-07-23 20:13:47,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-4e3a90ff-e78e-4e65-861d-c6192100f209 2018-07-23 20:13:47,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106895923615s 2018-07-23 20:13:47,949 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-4e3a90ff-e78e-4e65-861d-c6192100f209 2018-07-23 20:13:47,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-23 20:13:47,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/abba7c53b39244a49962cea3ab07c4a0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c367ee3dabb338d4feca457eb9b8845a9274ec7d" 2018-07-23 20:13:48,216 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:13:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5396cef6-8217-4ea1-a0a4-6f0f06669743 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:13:48,216 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/abba7c53b39244a49962cea3ab07c4a0 used request id req-5396cef6-8217-4ea1-a0a4-6f0f06669743 2018-07-23 20:13:48,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.26269197464s 2018-07-23 20:13:48,217 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/abba7c53b39244a49962cea3ab07c4a0 used request id req-5396cef6-8217-4ea1-a0a4-6f0f06669743 2018-07-23 20:13:48,276 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-07-23 20:13:48,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 20:13:48,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 20:13:48,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 20:13:48,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 20:13:48,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 20:13:48,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 20:13:48,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 20:13:48,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 20:13:48,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 20:13:48,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 20:13:48,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 20:13:48,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 20:13:48,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 20:13:48,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 20:13:48,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 20:13:48,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 20:13:48,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 20:13:48,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 20:13:48,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 20:13:48,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 20:13:48,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 20:13:48,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 20:13:48,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:13:48,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3588497f-87ef-4a58-83aa-b7d5ed3491da Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-07-23 20:13:48,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3588497f-87ef-4a58-83aa-b7d5ed3491da 2018-07-23 20:13:48,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-23 20:13:48,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1aceca7f18154604bae9cc22122c56e3", "name": "reader"}, {"id": "edc6c78a99c44825b5f05142fc006c4e", "name": "member"}, {"id": "93a47ab3bdfa4ea98963f56b9c4a1876", "name": "admin"}], "expires_at": "2018-07-23T21:13:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b77792c68ec4f519737d2732c1f92c4", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b98340839c44b2183fa9535b42ac330"}], "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b27a3156feb4077b14b65594691c097"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ecf62a194def48299f13b817f04627ed"}], "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37592470b09943998a4e9b272bb64a74"}, {"url": "http://192.30.9.5:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"url": "http://172.30.9.30:8776/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}], "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c290c5693e459eb08d8b77f75cdc47"}], "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"url": "http://12.0.0.30:8080/v1/AUTH_7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "976992f691f84b4abec884aa88acefb9"}], "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4853527bcdea49f8aa653565601a83c0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff612aadf1684862addf5b1ebc488287"}], "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b45e9372eb6436db0f7460444431a44"}, {"url": "http://192.30.9.5:8004/v1/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}], "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f34d144cb7fc4fb48b217969def15b97"}], "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "422c711d88dd43daabef991fcff457e5"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f9d395bdfa2457f9cb46868761811a8"}], "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85586397d6634ce5b65581ea09aea44b"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a08f0e9322644f30b053d34df0639090"}], "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"url": "http://192.30.9.5:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"url": "http://172.30.9.30:8776/v3/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c397d2787c3245368301a0d82e84985e"}], "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"url": "http://192.30.9.5:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"url": "http://172.30.9.30:8776/v2/7b77792c68ec4f519737d2732c1f92c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}], "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c89d765cdc9d42a4b5a100914669bbed"}], "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f00ed106e044f8b75a51d916af1da4"}], "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "8dac1feb2ea34466ba99783afd8dc8e5"}, "audit_ids": ["t-x6iTSPSRCV2I6DSiiw0g"], "issued_at": "2018-07-23T20:13:48.000000Z"}} 2018-07-23 20:13:48,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:13:48,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:13:49,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-392228b4-ae31-4ee6-b294-d32ec9d0f030 Date: Mon, 23 Jul 2018 20:13:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","status":"ACTIVE","subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"description":"","tags":[],"updated_at":"2018-07-23T20:06:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","provider:network_type":"flat"}]} 2018-07-23 20:13:49,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-392228b4-ae31-4ee6-b294-d32ec9d0f030 2018-07-23 20:13:49,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.283107042313s 2018-07-23 20:13:49,031 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-392228b4-ae31-4ee6-b294-d32ec9d0f030 2018-07-23 20:13:49,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:13:49,041 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 20:13:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e246f245-e3d4-4909-aefa-7337994f61db 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.30:5000/v3/", "rel": "self"}]}]}} 2018-07-23 20:13:49,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-e246f245-e3d4-4909-aefa-7337994f61db 2018-07-23 20:13:49,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 20:13:49,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:13:49,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dab5de4-53bd-41d5-9d34-4fec29fca0ee Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/08b37e406d8b4def9f8b3898f887b9cb"}, "tags": [], "enabled": true, "id": "08b37e406d8b4def9f8b3898f887b9cb", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-07-23 20:13:49,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-8dab5de4-53bd-41d5-9d34-4fec29fca0ee 2018-07-23 20:13:49,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110468864441s 2018-07-23 20:13:49,153 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-8dab5de4-53bd-41d5-9d34-4fec29fca0ee 2018-07-23 20:13:49,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-23 20:13:49,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_adab0c75-4b53-4573-a3cd-595d41ee4d01"}}' 2018-07-23 20:13:49,298 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 20:13:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40224d21-6e4b-48d0-9b2c-0cd0f2a44cb1 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/7406bba3d12e42e4bcbfcf15b1690bcc"}, "tags": [], "enabled": true, "id": "7406bba3d12e42e4bcbfcf15b1690bcc", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_adab0c75-4b53-4573-a3cd-595d41ee4d01"}} 2018-07-23 20:13:49,298 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-40224d21-6e4b-48d0-9b2c-0cd0f2a44cb1 2018-07-23 20:13:49,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.139307022095s 2018-07-23 20:13:49,299 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-40224d21-6e4b-48d0-9b2c-0cd0f2a44cb1 2018-07-23 20:13:49,299 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_userdata', u'tags': [], 'enabled': True, 'id': u'7406bba3d12e42e4bcbfcf15b1690bcc', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_userdata-project_adab0c75-4b53-4573-a3cd-595d41ee4d01'}) 2018-07-23 20:13:49,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-23 20:13:49,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f8cb5769-2874-4d06-91c1-327de8ecc957", "email": null, "name": "vping_userdata-user_adab0c75-4b53-4573-a3cd-595d41ee4d01"}}' 2018-07-23 20:13:49,700 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 20:13:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-233492c0-2417-4308-950c-2d7013bea46c Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_adab0c75-4b53-4573-a3cd-595d41ee4d01", "links": {"self": "http://172.30.9.30:5000/v3/users/0980e1cad4b046bc91f2d84312d11742"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0980e1cad4b046bc91f2d84312d11742", "domain_id": "default", "password_expires_at": null}} 2018-07-23 20:13:49,700 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-233492c0-2417-4308-950c-2d7013bea46c 2018-07-23 20:13:49,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.394123077393s 2018-07-23 20:13:49,700 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-233492c0-2417-4308-950c-2d7013bea46c 2018-07-23 20:13:49,701 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0980e1cad4b046bc91f2d84312d11742', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_adab0c75-4b53-4573-a3cd-595d41ee4d01'}) 2018-07-23 20:13:49,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:13:49,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:13:49,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8f23fd0-0405-4582-a41a-18970f997e11 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:13:49,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c8f23fd0-0405-4582-a41a-18970f997e11 2018-07-23 20:13:49,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105551958084s 2018-07-23 20:13:49,811 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c8f23fd0-0405-4582-a41a-18970f997e11 2018-07-23 20:13:49,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:13:49,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:13:49,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-affa50f0-eeb8-442b-93e8-19131cf85f4c Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:13:49,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-affa50f0-eeb8-442b-93e8-19131cf85f4c 2018-07-23 20:13:49,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0201361179352s 2018-07-23 20:13:49,836 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-affa50f0-eeb8-442b-93e8-19131cf85f4c 2018-07-23 20:13:49,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 20:13:49,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:13:49,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a3e74f2-2dc1-49c1-8b4b-18b703af8db9 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a9166e491794fbd954f4cdb801caecb", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9166e491794fbd954f4cdb801caecb"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "1a9f28aad3114f8a91c63848320be322", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a9f28aad3114f8a91c63848320be322"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1aceca7f18154604bae9cc22122c56e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/1aceca7f18154604bae9cc22122c56e3"}, "name": "reader"}, {"domain_id": null, "id": "72944c88698b4f61ba763abf677c5a76", "links": {"self": "http://172.30.9.30:5000/v3/roles/72944c88698b4f61ba763abf677c5a76"}, "name": "swiftoperator"}, {"domain_id": null, "id": "93a47ab3bdfa4ea98963f56b9c4a1876", "links": {"self": "http://172.30.9.30:5000/v3/roles/93a47ab3bdfa4ea98963f56b9c4a1876"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "edc6c78a99c44825b5f05142fc006c4e", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc6c78a99c44825b5f05142fc006c4e"}, "name": "member"}]} 2018-07-23 20:13:49,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0a3e74f2-2dc1-49c1-8b4b-18b703af8db9 2018-07-23 20:13:49,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105919837952s 2018-07-23 20:13:49,947 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0a3e74f2-2dc1-49c1-8b4b-18b703af8db9 2018-07-23 20:13:49,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 20:13:49,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:13:50,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20cfaa41-223e-4e65-985a-32184ea8825f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-23 20:13:50,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-20cfaa41-223e-4e65-985a-32184ea8825f 2018-07-23 20:13:50,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.113228082657s 2018-07-23 20:13:50,066 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-20cfaa41-223e-4e65-985a-32184ea8825f 2018-07-23 20:13:50,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:13:50,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:13:50,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ff80f0b-c3a7-4f67-90bb-c134293288c9 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "vping_userdata-user_adab0c75-4b53-4573-a3cd-595d41ee4d01", "links": {"self": "http://172.30.9.30:5000/v3/users/0980e1cad4b046bc91f2d84312d11742"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0980e1cad4b046bc91f2d84312d11742", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/0a24a34f537e4b729f28e8e878c656b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a24a34f537e4b729f28e8e878c656b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0d5dc8cd3c9f44ac8c45da536da81204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d5dc8cd3c9f44ac8c45da536da81204", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/0efef48632a744e3b93acb9afe7551bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0efef48632a744e3b93acb9afe7551bc", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/28eeee97468242c79125a600bd641312"}, "domain_id": "default", "enabled": true, "options": {}, "id": "28eeee97468242c79125a600bd641312", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/4f7b5ee19a6443ac92a2e1cce790d65d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f7b5ee19a6443ac92a2e1cce790d65d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/536475fc3e7f4546a4212837f00f7239"}, "domain_id": "default", "enabled": true, "options": {}, "id": "536475fc3e7f4546a4212837f00f7239", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/5c5a27d54fea41c783f691489d1cd4a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c5a27d54fea41c783f691489d1cd4a5", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/5ca40dc636c4498b9a22f63f1b79c2df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ca40dc636c4498b9a22f63f1b79c2df", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/6d993a774be44345a9bafe78c48e0f26"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d993a774be44345a9bafe78c48e0f26", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/70dbd0b07e52422aa3cfbc989a173e0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70dbd0b07e52422aa3cfbc989a173e0b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/8dac1feb2ea34466ba99783afd8dc8e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8dac1feb2ea34466ba99783afd8dc8e5", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/978234c706ca499b975f668b2ac71ef0"}, "domain_id": "08b37e406d8b4def9f8b3898f887b9cb", "enabled": true, "options": {}, "id": "978234c706ca499b975f668b2ac71ef0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/a97247a9389345ebaf8a0b1ba23a202d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a97247a9389345ebaf8a0b1ba23a202d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/e70b72268691407dbc6bb56015fc0e87"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e70b72268691407dbc6bb56015fc0e87", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-07-23 20:13:50,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-5ff80f0b-c3a7-4f67-90bb-c134293288c9 2018-07-23 20:13:50,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.130547046661s 2018-07-23 20:13:50,198 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-5ff80f0b-c3a7-4f67-90bb-c134293288c9 2018-07-23 20:13:50,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 20:13:50,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:13:50,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f96931bb-8c69-4617-8360-ea5ba1d710e1 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b77792c68ec4f519737d2732c1f92c4"}, "tags": [], "enabled": true, "id": "7b77792c68ec4f519737d2732c1f92c4", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61"}, "tags": [], "enabled": true, "id": "34433fa276594da9910da7d3eb6d3d61", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/7406bba3d12e42e4bcbfcf15b1690bcc"}, "tags": [], "enabled": true, "id": "7406bba3d12e42e4bcbfcf15b1690bcc", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_adab0c75-4b53-4573-a3cd-595d41ee4d01"}]} 2018-07-23 20:13:50,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f96931bb-8c69-4617-8360-ea5ba1d710e1 2018-07-23 20:13:50,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.107795000076s 2018-07-23 20:13:50,317 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f96931bb-8c69-4617-8360-ea5ba1d710e1 2018-07-23 20:13:50,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-23 20:13:50,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/role_assignments?user.id=0980e1cad4b046bc91f2d84312d11742&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=7406bba3d12e42e4bcbfcf15b1690bcc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:13:50,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374466ae-6d78-4604-bcfd-d7d8ff02c356 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=0980e1cad4b046bc91f2d84312d11742&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=7406bba3d12e42e4bcbfcf15b1690bcc", "previous": null, "next": null}} 2018-07-23 20:13:50,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=0980e1cad4b046bc91f2d84312d11742&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=7406bba3d12e42e4bcbfcf15b1690bcc used request id req-374466ae-6d78-4604-bcfd-d7d8ff02c356 2018-07-23 20:13:50,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.109530925751s 2018-07-23 20:13:50,434 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=0980e1cad4b046bc91f2d84312d11742&role.id=edc6c78a99c44825b5f05142fc006c4e&scope.project.id=7406bba3d12e42e4bcbfcf15b1690bcc used request id req-374466ae-6d78-4604-bcfd-d7d8ff02c356 2018-07-23 20:13:50,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-23 20:13:50,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/7406bba3d12e42e4bcbfcf15b1690bcc/users/0980e1cad4b046bc91f2d84312d11742/roles/edc6c78a99c44825b5f05142fc006c4e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:13:50,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:13:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8be55256-4374-4b2c-8799-e7dd9ff5ff76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:13:50,576 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/7406bba3d12e42e4bcbfcf15b1690bcc/users/0980e1cad4b046bc91f2d84312d11742/roles/edc6c78a99c44825b5f05142fc006c4e used request id req-8be55256-4374-4b2c-8799-e7dd9ff5ff76 2018-07-23 20:13:50,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.139188051224s 2018-07-23 20:13:50,576 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/7406bba3d12e42e4bcbfcf15b1690bcc/users/0980e1cad4b046bc91f2d84312d11742/roles/edc6c78a99c44825b5f05142fc006c4e used request id req-8be55256-4374-4b2c-8799-e7dd9ff5ff76 2018-07-23 20:13:50,577 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_adab0c75-4b53-4573-a3cd-595d41ee4d01', 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'7406bba3d12e42e4bcbfcf15b1690bcc', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'f8cb5769-2874-4d06-91c1-327de8ecc957', 'username': u'vping_userdata-user_adab0c75-4b53-4573-a3cd-595d41ee4d01', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-23 20:13:50,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 20:13:50,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 20:13:50,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 20:13:50,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 20:13:50,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 20:13:50,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 20:13:50,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 20:13:50,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 20:13:50,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 20:13:50,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 20:13:50,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 20:13:50,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 20:13:50,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 20:13:50,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 20:13:50,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 20:13:50,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 20:13:50,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 20:13:50,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 20:13:50,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 20:13:50,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 20:13:50,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 20:13:50,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 20:13:50,582 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_adab0c75-4b53-4573-a3cd-595d41ee4d01', 'password': 'f8cb5769-2874-4d06-91c1-327de8ecc957', 'project_name': 'vping_userdata-project_adab0c75-4b53-4573-a3cd-595d41ee4d01', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '7406bba3d12e42e4bcbfcf15b1690bcc', 'project_domain_name': 'Default'} 2018-07-23 20:13:50,583 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-07-23 20:13:50,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:13:50,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16ef2400-970a-479b-a06b-1092a586c281 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-07-23 20:13:50,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-16ef2400-970a-479b-a06b-1092a586c281 2018-07-23 20:13:50,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-23 20:13:50,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1aceca7f18154604bae9cc22122c56e3", "name": "reader"}, {"id": "edc6c78a99c44825b5f05142fc006c4e", "name": "member"}], "expires_at": "2018-07-23T21:13:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7406bba3d12e42e4bcbfcf15b1690bcc", "name": "vping_userdata-project_adab0c75-4b53-4573-a3cd-595d41ee4d01"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04629dd8b71b47ea82b34178c4dd687a"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b58e14f1c884f90bc7efe22e78ccba9"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b98340839c44b2183fa9535b42ac330"}], "type": "compute", "id": "126803f673d147f4affd88a938b7fad8", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b27a3156feb4077b14b65594691c097"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a95468f6936341f1a294bfe08b887dd7"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ecf62a194def48299f13b817f04627ed"}], "type": "cloudformation", "id": "228fe43b56b146a6a6114809c6ac34db", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7406bba3d12e42e4bcbfcf15b1690bcc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37592470b09943998a4e9b272bb64a74"}, {"url": "http://192.30.9.5:8776/v1/7406bba3d12e42e4bcbfcf15b1690bcc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54770d31b19f4fe6a6bb0ac525815dc7"}, {"url": "http://172.30.9.30:8776/v1/7406bba3d12e42e4bcbfcf15b1690bcc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8366dc0e6a7c4ac4beba3d0afe305793"}], "type": "volume", "id": "28436fe515a146aa8e989c5ab12234bd", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "308131370fc646ed9e39952c1f2847b2", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12a5e15da5994aae890b21d80e3ea036"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67f3bd32928a4fb8af0f606fc3657b80"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c290c5693e459eb08d8b77f75cdc47"}], "type": "placement", "id": "30e9493c78ca4d498c590ca876df0a4a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_7406bba3d12e42e4bcbfcf15b1690bcc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "09167b97d0604fffa1f5b693c6d4f588"}, {"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c22f17b8f474cc6a01b967ea0011b59"}, {"url": "http://12.0.0.30:8080/v1/AUTH_7406bba3d12e42e4bcbfcf15b1690bcc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "976992f691f84b4abec884aa88acefb9"}], "type": "object-store", "id": "3980407868754e27b353375a71ea5e61", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4853527bcdea49f8aa653565601a83c0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d24b76d7dfc407d98d1a010d1f971ea"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff612aadf1684862addf5b1ebc488287"}], "type": "event", "id": "4c46377d14b24d9c802e9bec755e42af", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/7406bba3d12e42e4bcbfcf15b1690bcc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3497e24205664ebda5d3af04aeb8614f"}, {"url": "http://192.30.9.5:8004/v1/7406bba3d12e42e4bcbfcf15b1690bcc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b45e9372eb6436db0f7460444431a44"}, {"url": "http://192.30.9.5:8004/v1/7406bba3d12e42e4bcbfcf15b1690bcc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f563d8a824ff4aa698d8f2828c6ed9bb"}], "type": "orchestration", "id": "6a7f3a8869ea4adfa63ace8a452ca74d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d61ae179eac41df8adb24012f2fdaba"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78a76c9357ac4eaf96c9e35a10632b31"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f34d144cb7fc4fb48b217969def15b97"}], "type": "alarming", "id": "77df9302234f426b85addb36963d4f38", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "052bbfdae3b341e9b88794f2cb1a1817"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "422c711d88dd43daabef991fcff457e5"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f9d395bdfa2457f9cb46868761811a8"}], "type": "image", "id": "7f4e19ae4970472893f16a01ca206f3e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bf503e44e2d47669221f18ce82b17ff"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85586397d6634ce5b65581ea09aea44b"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a08f0e9322644f30b053d34df0639090"}], "type": "metric", "id": "933fc35c30794780aa5500ba2039d571", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7406bba3d12e42e4bcbfcf15b1690bcc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e707b61ecae437f923ed25abdbd0625"}, {"url": "http://192.30.9.5:8776/v3/7406bba3d12e42e4bcbfcf15b1690bcc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d2cafdf125041fb8c103f86e143ca28"}, {"url": "http://172.30.9.30:8776/v3/7406bba3d12e42e4bcbfcf15b1690bcc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c397d2787c3245368301a0d82e84985e"}], "type": "volumev3", "id": "a82f1f1ee10c42a2ab7013ed35887024", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/7406bba3d12e42e4bcbfcf15b1690bcc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f6252d5ab754b3fb5a5c15ec2e5be6d"}, {"url": "http://192.30.9.5:8776/v2/7406bba3d12e42e4bcbfcf15b1690bcc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb45b47e253147ebb5469a2f8b2d46d4"}, {"url": "http://172.30.9.30:8776/v2/7406bba3d12e42e4bcbfcf15b1690bcc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f5ff7a1e347249e89cc53600d58fbcb5"}], "type": "volumev2", "id": "dc2564cb16b14ce298c294a932f550d0", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be28abf08d7e4f7488cd8d700315c70e"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c162afbdc41044c7a0a945b5f883025c"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c89d765cdc9d42a4b5a100914669bbed"}], "type": "identity", "id": "f9ed5b40864846b98d6a04ddbe762dba", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1449f5df20be463c90ba2fc0517ba77a"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "165a4d67225d412e8bea6ddd36495bf9"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f00ed106e044f8b75a51d916af1da4"}], "type": "network", "id": "ff1d43546629473496f4da0471076689", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_adab0c75-4b53-4573-a3cd-595d41ee4d01", "id": "0980e1cad4b046bc91f2d84312d11742"}, "audit_ids": ["ftJhHxdJRqmIqBYGq5z_BQ"], "issued_at": "2018-07-23T20:13:50.000000Z"}} 2018-07-23 20:13:51,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 20:13:51,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" -d '{"network": {"name": "vping_userdata-net_adab0c75-4b53-4573-a3cd-595d41ee4d01", "admin_state_up": true}}' 2018-07-23 20:13:51,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-a5b58915-b03d-423c-a8e1-3f1e05b0e42d Date: Mon, 23 Jul 2018 20:13:51 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"7406bba3d12e42e4bcbfcf15b1690bcc","created_at":"2018-07-23T20:13:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-23T20:13:51Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"7406bba3d12e42e4bcbfcf15b1690bcc","id":"a9645a5c-49b5-4175-b4a9-c65fa5cc0b50","name":"vping_userdata-net_adab0c75-4b53-4573-a3cd-595d41ee4d01"}} 2018-07-23 20:13:51,650 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a5b58915-b03d-423c-a8e1-3f1e05b0e42d 2018-07-23 20:13:51,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.64745092392s 2018-07-23 20:13:51,650 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a5b58915-b03d-423c-a8e1-3f1e05b0e42d 2018-07-23 20:13:51,650 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T20:13:51Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'a9645a5c-49b5-4175-b4a9-c65fa5cc0b50', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_adab0c75-4b53-4573-a3cd-595d41ee4d01', u'admin_state_up': True, u'tenant_id': u'7406bba3d12e42e4bcbfcf15b1690bcc', u'created_at': u'2018-07-23T20:13:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7406bba3d12e42e4bcbfcf15b1690bcc'}) 2018-07-23 20:13:51,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:13:51,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:13:51,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-d0cebc8e-5734-4d73-8755-9fec769a3933 Date: Mon, 23 Jul 2018 20:13:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-23T20:13:51Z","tenant_id":"7406bba3d12e42e4bcbfcf15b1690bcc","created_at":"2018-07-23T20:13:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"7406bba3d12e42e4bcbfcf15b1690bcc","id":"a9645a5c-49b5-4175-b4a9-c65fa5cc0b50","name":"vping_userdata-net_adab0c75-4b53-4573-a3cd-595d41ee4d01"}]} 2018-07-23 20:13:51,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d0cebc8e-5734-4d73-8755-9fec769a3933 2018-07-23 20:13:51,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.291356801987s 2018-07-23 20:13:51,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d0cebc8e-5734-4d73-8755-9fec769a3933 2018-07-23 20:13:51,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 20:13:51,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" -d '{"subnet": {"name": "vping_userdata-subnet_adab0c75-4b53-4573-a3cd-595d41ee4d01", "enable_dhcp": true, "network_id": "a9645a5c-49b5-4175-b4a9-c65fa5cc0b50", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 20:13:52,823 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-90a052b4-878c-49d8-8055-36ecd0f40fc6 Date: Mon, 23 Jul 2018 20:13:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9645a5c-49b5-4175-b4a9-c65fa5cc0b50","tenant_id":"7406bba3d12e42e4bcbfcf15b1690bcc","created_at":"2018-07-23T20:13:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:13:52Z","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":"7406bba3d12e42e4bcbfcf15b1690bcc","id":"3415e921-8b9e-4b19-9155-f7f0b1c8ac3a","subnetpool_id":null,"name":"vping_userdata-subnet_adab0c75-4b53-4573-a3cd-595d41ee4d01"}} 2018-07-23 20:13:52,823 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-90a052b4-878c-49d8-8055-36ecd0f40fc6 2018-07-23 20:13:52,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.877938985825s 2018-07-23 20:13:52,823 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-90a052b4-878c-49d8-8055-36ecd0f40fc6 2018-07-23 20:13:52,824 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T20:13:52Z', 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'3415e921-8b9e-4b19-9155-f7f0b1c8ac3a', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_adab0c75-4b53-4573-a3cd-595d41ee4d01', u'enable_dhcp': True, u'network_id': u'a9645a5c-49b5-4175-b4a9-c65fa5cc0b50', u'tenant_id': u'7406bba3d12e42e4bcbfcf15b1690bcc', u'created_at': u'2018-07-23T20:13:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7406bba3d12e42e4bcbfcf15b1690bcc'}) 2018-07-23 20:13:52,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 20:13:52,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" -d '{"router": {"external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc"}, "name": "vping_userdata-router_adab0c75-4b53-4573-a3cd-595d41ee4d01", "admin_state_up": true}}' 2018-07-23 20:13:54,246 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-912ef051-1fc0-400d-814e-9fa284839457 Date: Mon, 23 Jul 2018 20:13:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "7406bba3d12e42e4bcbfcf15b1690bcc", "created_at": "2018-07-23T20:13:53Z", "admin_state_up": true, "updated_at": "2018-07-23T20:13:53Z", "revision_number": 2, "routes": [], "project_id": "7406bba3d12e42e4bcbfcf15b1690bcc", "id": "a53bec5b-73f4-4292-b73c-86213243266b", "name": "vping_userdata-router_adab0c75-4b53-4573-a3cd-595d41ee4d01"}} 2018-07-23 20:13:54,247 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-912ef051-1fc0-400d-814e-9fa284839457 2018-07-23 20:13:54,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.42276096344s 2018-07-23 20:13:54,247 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-912ef051-1fc0-400d-814e-9fa284839457 2018-07-23 20:13:54,247 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4f0be9b9-1849-41a6-8be0-8ce8929895dc', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'889c6f1d-aecd-4f93-8be0-bf6d968b4891', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7406bba3d12e42e4bcbfcf15b1690bcc', u'created_at': u'2018-07-23T20:13:53Z', u'admin_state_up': True, u'updated_at': u'2018-07-23T20:13:53Z', u'revision_number': 2, u'routes': [], u'project_id': u'7406bba3d12e42e4bcbfcf15b1690bcc', u'id': u'a53bec5b-73f4-4292-b73c-86213243266b', u'name': u'vping_userdata-router_adab0c75-4b53-4573-a3cd-595d41ee4d01'}) 2018-07-23 20:13:54,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 20:13:54,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/a53bec5b-73f4-4292-b73c-86213243266b/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" -d '{"subnet_id": "3415e921-8b9e-4b19-9155-f7f0b1c8ac3a"}' 2018-07-23 20:13:56,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-46858597-819e-4f85-835e-3711974aa0cd Date: Mon, 23 Jul 2018 20:13:56 GMT RESP BODY: {"network_id": "a9645a5c-49b5-4175-b4a9-c65fa5cc0b50", "tenant_id": "7406bba3d12e42e4bcbfcf15b1690bcc", "subnet_id": "3415e921-8b9e-4b19-9155-f7f0b1c8ac3a", "subnet_ids": ["3415e921-8b9e-4b19-9155-f7f0b1c8ac3a"], "port_id": "178de473-8dd4-4797-b9db-df509ed78416", "id": "a53bec5b-73f4-4292-b73c-86213243266b"} 2018-07-23 20:13:56,444 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a53bec5b-73f4-4292-b73c-86213243266b/add_router_interface.json used request id req-46858597-819e-4f85-835e-3711974aa0cd 2018-07-23 20:13:56,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.19619894028s 2018-07-23 20:13:56,445 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a53bec5b-73f4-4292-b73c-86213243266b/add_router_interface.json used request id req-46858597-819e-4f85-835e-3711974aa0cd returning object a53bec5b-73f4-4292-b73c-86213243266b 2018-07-23 20:13:56,445 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-23 20:13:56,572 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-23 20:13:56,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-23 20:13:56,578 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 23 Jul 2018 20:13:56 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-07-23 20:13:56,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:13:56,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:13:57,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d879fdbc-4edc-4567-94c9-bc735665bb81 Date: Mon, 23 Jul 2018 20:13:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:13:57,310 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d879fdbc-4edc-4567-94c9-bc735665bb81 2018-07-23 20:13:57,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.729022026062s 2018-07-23 20:13:57,310 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d879fdbc-4edc-4567-94c9-bc735665bb81 2018-07-23 20:13:57,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-23 20:13:57,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_adab0c75-4b53-4573-a3cd-595d41ee4d01", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_adab0c75-4b53-4573-a3cd-595d41ee4d01"}' 2018-07-23 20:13:57,558 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/58acf578-81ad-4978-8a18-c72822931a32 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cc128631-f59a-4ef1-9a8e-893505944901 Date: Mon, 23 Jul 2018 20:13:57 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/58acf578-81ad-4978-8a18-c72822931a32/file", "owner": "7406bba3d12e42e4bcbfcf15b1690bcc", "id": "58acf578-81ad-4978-8a18-c72822931a32", "size": null, "self": "/v2/images/58acf578-81ad-4978-8a18-c72822931a32", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:13:57Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_adab0c75-4b53-4573-a3cd-595d41ee4d01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_adab0c75-4b53-4573-a3cd-595d41ee4d01", "checksum": null, "created_at": "2018-07-23T20:13:57Z", "protected": false} 2018-07-23 20:13:57,559 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-cc128631-f59a-4ef1-9a8e-893505944901 2018-07-23 20:13:57,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.23935008049s 2018-07-23 20:13:57,559 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-cc128631-f59a-4ef1-9a8e-893505944901 returning object 58acf578-81ad-4978-8a18-c72822931a32 2018-07-23 20:13:57,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-23 20:13:57,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/58acf578-81ad-4978-8a18-c72822931a32/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" -d '' 2018-07-23 20:13:58,951 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-476d745f-4191-4896-bdb3-f6263a5ab892 Date: Mon, 23 Jul 2018 20:13:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 20:13:58,951 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/58acf578-81ad-4978-8a18-c72822931a32/file used request id req-476d745f-4191-4896-bdb3-f6263a5ab892 2018-07-23 20:13:58,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.39134502411s 2018-07-23 20:13:58,951 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/58acf578-81ad-4978-8a18-c72822931a32/file used request id req-476d745f-4191-4896-bdb3-f6263a5ab892 2018-07-23 20:13:58,952 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_userdata-img_adab0c75-4b53-4573-a3cd-595d41ee4d01', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-23T20:13:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/58acf578-81ad-4978-8a18-c72822931a32/file', u'owner': u'7406bba3d12e42e4bcbfcf15b1690bcc', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'58acf578-81ad-4978-8a18-c72822931a32', u'size': None, u'name': u'vping_userdata-img_adab0c75-4b53-4573-a3cd-595d41ee4d01', u'checksum': None, u'self': u'/v2/images/58acf578-81ad-4978-8a18-c72822931a32', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-23T20:13:57Z', u'schema': u'/v2/schemas/image'}) 2018-07-23 20:13:58,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-23 20:13:58,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_adab0c75-4b53-4573-a3cd-595d41ee4d01", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-23 20:13:59,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cfcc29b-f7a8-4ca6-a7ba-2492335feb60 x-compute-request-id: req-0cfcc29b-f7a8-4ca6-a7ba-2492335feb60 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_adab0c75-4b53-4573-a3cd-595d41ee4d01", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "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": "44e0f60d-6b53-498b-b743-0dc34e8b1ad1"}} 2018-07-23 20:13:59,315 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0cfcc29b-f7a8-4ca6-a7ba-2492335feb60 2018-07-23 20:13:59,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.362650871277s 2018-07-23 20:13:59,315 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0cfcc29b-f7a8-4ca6-a7ba-2492335feb60 2018-07-23 20:13:59,316 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_adab0c75-4b53-4573-a3cd-595d41ee4d01', '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'7b77792c68ec4f519737d2732c1f92c4', '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'44e0f60d-6b53-498b-b743-0dc34e8b1ad1', 'swap': 0}) 2018-07-23 20:13:59,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-23 20:13:59,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" -d '{"extra_specs": {}}' 2018-07-23 20:13:59,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13: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-fc671994-0f9b-4895-93f5-e8f479b643d6 x-compute-request-id: req-fc671994-0f9b-4895-93f5-e8f479b643d6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-23 20:13:59,446 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1/os-extra_specs used request id req-fc671994-0f9b-4895-93f5-e8f479b643d6 2018-07-23 20:13:59,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.129603147507s 2018-07-23 20:13:59,447 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1/os-extra_specs used request id req-fc671994-0f9b-4895-93f5-e8f479b643d6 2018-07-23 20:13:59,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:13:59,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:13:59,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-8f019693-321f-4c1e-878c-bee1b92ca9a3 Date: Mon, 23 Jul 2018 20:13:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3415e921-8b9e-4b19-9155-f7f0b1c8ac3a"],"updated_at":"2018-07-23T20:13:52Z","tenant_id":"7406bba3d12e42e4bcbfcf15b1690bcc","created_at":"2018-07-23T20:13:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"7406bba3d12e42e4bcbfcf15b1690bcc","id":"a9645a5c-49b5-4175-b4a9-c65fa5cc0b50","name":"vping_userdata-net_adab0c75-4b53-4573-a3cd-595d41ee4d01"}]} 2018-07-23 20:13:59,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8f019693-321f-4c1e-878c-bee1b92ca9a3 2018-07-23 20:13:59,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.3072681427s 2018-07-23 20:13:59,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8f019693-321f-4c1e-878c-bee1b92ca9a3 2018-07-23 20:13:59,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:13:59,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:13:59,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-a3abc7ea-1c0c-43b0-9ca8-2fbc8afdfe7e Date: Mon, 23 Jul 2018 20:13:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/58acf578-81ad-4978-8a18-c72822931a32/snap", "metadata": {}}], "file": "/v2/images/58acf578-81ad-4978-8a18-c72822931a32/file", "owner": "7406bba3d12e42e4bcbfcf15b1690bcc", "id": "58acf578-81ad-4978-8a18-c72822931a32", "size": 12716032, "self": "/v2/images/58acf578-81ad-4978-8a18-c72822931a32", "disk_format": "qcow2", "direct_url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/58acf578-81ad-4978-8a18-c72822931a32/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:13:58Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_adab0c75-4b53-4573-a3cd-595d41ee4d01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_adab0c75-4b53-4573-a3cd-595d41ee4d01", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T20:13:57Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:13:59,966 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a3abc7ea-1c0c-43b0-9ca8-2fbc8afdfe7e 2018-07-23 20:13:59,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.206634044647s 2018-07-23 20:13:59,966 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a3abc7ea-1c0c-43b0-9ca8-2fbc8afdfe7e 2018-07-23 20:13:59,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 20:13:59,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:00,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:13: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-1629955d-2a8b-40f2-898d-47fe4ebfe49f x-compute-request-id: req-1629955d-2a8b-40f2-898d-47fe4ebfe49f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_adab0c75-4b53-4573-a3cd-595d41ee4d01", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "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": "44e0f60d-6b53-498b-b743-0dc34e8b1ad1"}]} 2018-07-23 20:14:00,596 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-1629955d-2a8b-40f2-898d-47fe4ebfe49f 2018-07-23 20:14:00,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.627468109131s 2018-07-23 20:14:00,596 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-1629955d-2a8b-40f2-898d-47fe4ebfe49f 2018-07-23 20:14:00,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-23 20:14:00,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" -d '{"server": {"name": "vping_userdata-vm_adab0c75-4b53-4573-a3cd-595d41ee4d01", "imageRef": "58acf578-81ad-4978-8a18-c72822931a32", "flavorRef": "44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a9645a5c-49b5-4175-b4a9-c65fa5cc0b50"}]}}' 2018-07-23 20:14:02,738 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 20:14:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fa5580a5-0774-4c61-a73e-ae6032044480 x-compute-request-id: req-fa5580a5-0774-4c61-a73e-ae6032044480 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/820d8c8f-5f01-4fe1-9726-0de64b36b521 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "820d8c8f-5f01-4fe1-9726-0de64b36b521", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/820d8c8f-5f01-4fe1-9726-0de64b36b521", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/820d8c8f-5f01-4fe1-9726-0de64b36b521", "rel": "bookmark"}], "adminPass": "b4zW3ryBkNvG"}} 2018-07-23 20:14:02,738 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-fa5580a5-0774-4c61-a73e-ae6032044480 2018-07-23 20:14:02,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.1403169632s 2018-07-23 20:14:02,739 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-fa5580a5-0774-4c61-a73e-ae6032044480 2018-07-23 20:14:02,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:14:02,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:03,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:14:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83519e0c-0246-40cd-9c41-46f6011dc827 x-compute-request-id: req-83519e0c-0246-40cd-9c41-46f6011dc827 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/820d8c8f-5f01-4fe1-9726-0de64b36b521", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/820d8c8f-5f01-4fe1-9726-0de64b36b521", "rel": "bookmark"}], "image": {"id": "58acf578-81ad-4978-8a18-c72822931a32", "links": [{"href": "http://172.30.9.30:8774/images/58acf578-81ad-4978-8a18-c72822931a32", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "links": [{"href": "http://172.30.9.30:8774/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "rel": "bookmark"}]}, "id": "820d8c8f-5f01-4fe1-9726-0de64b36b521", "user_id": "0980e1cad4b046bc91f2d84312d11742", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:14:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_adab0c75-4b53-4573-a3cd-595d41ee4d01", "created": "2018-07-23T20:14:02Z", "tenant_id": "7406bba3d12e42e4bcbfcf15b1690bcc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:14:03,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-83519e0c-0246-40cd-9c41-46f6011dc827 2018-07-23 20:14:03,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.287336111069s 2018-07-23 20:14:03,027 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-83519e0c-0246-40cd-9c41-46f6011dc827 2018-07-23 20:14:03,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:14:03,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:03,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-f8bab0a5-6719-4855-8856-20c901130c54 Date: Mon, 23 Jul 2018 20:14: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":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3415e921-8b9e-4b19-9155-f7f0b1c8ac3a"],"updated_at":"2018-07-23T20:13:52Z","tenant_id":"7406bba3d12e42e4bcbfcf15b1690bcc","created_at":"2018-07-23T20:13:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"7406bba3d12e42e4bcbfcf15b1690bcc","id":"a9645a5c-49b5-4175-b4a9-c65fa5cc0b50","name":"vping_userdata-net_adab0c75-4b53-4573-a3cd-595d41ee4d01"}]} 2018-07-23 20:14:03,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-f8bab0a5-6719-4855-8856-20c901130c54 2018-07-23 20:14:03,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111788988113s 2018-07-23 20:14:03,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-f8bab0a5-6719-4855-8856-20c901130c54 2018-07-23 20:14:03,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 20:14:03,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:03,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cf2b87c7-8fb9-4f48-9115-00f9477dc6b9 Date: Mon, 23 Jul 2018 20:14:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9645a5c-49b5-4175-b4a9-c65fa5cc0b50","tenant_id":"7406bba3d12e42e4bcbfcf15b1690bcc","created_at":"2018-07-23T20:13:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:13:52Z","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":"7406bba3d12e42e4bcbfcf15b1690bcc","id":"3415e921-8b9e-4b19-9155-f7f0b1c8ac3a","subnetpool_id":null,"name":"vping_userdata-subnet_adab0c75-4b53-4573-a3cd-595d41ee4d01"}]} 2018-07-23 20:14:03,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-cf2b87c7-8fb9-4f48-9115-00f9477dc6b9 2018-07-23 20:14:03,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.241417169571s 2018-07-23 20:14:03,388 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-cf2b87c7-8fb9-4f48-9115-00f9477dc6b9 2018-07-23 20:14:03,389 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:14:05,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:14:05,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:06,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:14:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39d85c06-28d6-4147-ab1f-54bbf0ecd0db x-compute-request-id: req-39d85c06-28d6-4147-ab1f-54bbf0ecd0db Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/820d8c8f-5f01-4fe1-9726-0de64b36b521", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/820d8c8f-5f01-4fe1-9726-0de64b36b521", "rel": "bookmark"}], "image": {"id": "58acf578-81ad-4978-8a18-c72822931a32", "links": [{"href": "http://172.30.9.30:8774/images/58acf578-81ad-4978-8a18-c72822931a32", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "links": [{"href": "http://172.30.9.30:8774/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "rel": "bookmark"}]}, "id": "820d8c8f-5f01-4fe1-9726-0de64b36b521", "user_id": "0980e1cad4b046bc91f2d84312d11742", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:14:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_adab0c75-4b53-4573-a3cd-595d41ee4d01", "created": "2018-07-23T20:14:02Z", "tenant_id": "7406bba3d12e42e4bcbfcf15b1690bcc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:14:06,028 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-39d85c06-28d6-4147-ab1f-54bbf0ecd0db 2018-07-23 20:14:06,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.63605594635s 2018-07-23 20:14:06,028 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-39d85c06-28d6-4147-ab1f-54bbf0ecd0db 2018-07-23 20:14:06,032 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:14:08,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:14:08,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:08,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:14:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edb2fd90-44d7-4736-af74-949984a35b4e x-compute-request-id: req-edb2fd90-44d7-4736-af74-949984a35b4e Content-Encoding: gzip Content-Length: 638 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/820d8c8f-5f01-4fe1-9726-0de64b36b521", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/820d8c8f-5f01-4fe1-9726-0de64b36b521", "rel": "bookmark"}], "image": {"id": "58acf578-81ad-4978-8a18-c72822931a32", "links": [{"href": "http://172.30.9.30:8774/images/58acf578-81ad-4978-8a18-c72822931a32", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "links": [{"href": "http://172.30.9.30:8774/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "rel": "bookmark"}]}, "id": "820d8c8f-5f01-4fe1-9726-0de64b36b521", "user_id": "0980e1cad4b046bc91f2d84312d11742", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-23T20:14:07Z", "hostId": "2e78b79f10079d110aa41806d0c8f431963f533bd202b935fbc736e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_adab0c75-4b53-4573-a3cd-595d41ee4d01", "created": "2018-07-23T20:14:02Z", "tenant_id": "7406bba3d12e42e4bcbfcf15b1690bcc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 20:14:08,363 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-edb2fd90-44d7-4736-af74-949984a35b4e 2018-07-23 20:14:08,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.329296827316s 2018-07-23 20:14:08,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-edb2fd90-44d7-4736-af74-949984a35b4e 2018-07-23 20:14:08,367 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 20:14:10,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 20:14:10,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:10,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:14:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd13829f-e1d8-4bcd-aed4-15829e0e0730 x-compute-request-id: req-cd13829f-e1d8-4bcd-aed4-15829e0e0730 Content-Encoding: gzip Content-Length: 688 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/820d8c8f-5f01-4fe1-9726-0de64b36b521", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/820d8c8f-5f01-4fe1-9726-0de64b36b521", "rel": "bookmark"}], "image": {"id": "58acf578-81ad-4978-8a18-c72822931a32", "links": [{"href": "http://172.30.9.30:8774/images/58acf578-81ad-4978-8a18-c72822931a32", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "links": [{"href": "http://172.30.9.30:8774/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "rel": "bookmark"}]}, "id": "820d8c8f-5f01-4fe1-9726-0de64b36b521", "user_id": "0980e1cad4b046bc91f2d84312d11742", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-07-23T20:14:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_adab0c75-4b53-4573-a3cd-595d41ee4d01", "created": "2018-07-23T20:14:02Z", "tenant_id": "7406bba3d12e42e4bcbfcf15b1690bcc", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 820d8c8f-5f01-4fe1-9726-0de64b36b521.", "code": 500, "created": "2018-07-23T20:14:08Z"}, "metadata": {}}]} 2018-07-23 20:14:10,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cd13829f-e1d8-4bcd-aed4-15829e0e0730 2018-07-23 20:14:10,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518457889557s 2018-07-23 20:14:10,888 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cd13829f-e1d8-4bcd-aed4-15829e0e0730 2018-07-23 20:14:10,891 - functest.opnfv_tests.openstack.vping.vping_userdata - ERROR - Unexpected error running vping_userdata Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/vping/vping_userdata.py", line 45, in run self.vm1 = self.boot_vm() File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 183, in boot_vm timeout=self.create_server_timeout, **kwargs) File "", line 2, in create_server File "/usr/lib/python2.7/site-packages/shade/_utils.py", line 410, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6876, in create_server nat_destination=nat_destination, File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6919, in wait_for_server nat_destination=nat_destination) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 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 820d8c8f-5f01-4fe1-9726-0de64b36b521.', "Extra: {'server': Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'58acf578-81ad-4978-8a18-c72822931a32'}), 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'44e0f60d-6b53-498b-b743-0dc34e8b1ad1'}), 'az': u'nova', 'id': u'820d8c8f-5f01-4fe1-9726-0de64b36b521', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0980e1cad4b046bc91f2d84312d11742', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7406bba3d12e42e4bcbfcf15b1690bcc', 'name': 'vping_userdata-project_adab0c75-4b53-4573-a3cd-595d41ee4d01', '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-07-23T20:14:08Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'fault': Munch({u'message': u'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 820d8c8f-5f01-4fe1-9726-0de64b36b521.', u'code': 500, u'created': u'2018-07-23T20:14:08Z'}), 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'7406bba3d12e42e4bcbfcf15b1690bcc', 'name': u'vping_userdata-vm_adab0c75-4b53-4573-a3cd-595d41ee4d01', 'adminPass': None, 'tenant_id': u'7406bba3d12e42e4bcbfcf15b1690bcc', 'created_at': u'2018-07-23T20:14:02Z', 'created': u'2018-07-23T20:14:02Z', '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 820d8c8f-5f01-4fe1-9726-0de64b36b521.', u'code': 500, u'created': u'2018-07-23T20:14:08Z'}), 'config_drive': u'', 'region': 'regionOne'})}") 2018-07-23 20:14:11,006 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 20:14:11,007 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:09 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-07-23 20:14:11,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 20:14:11,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/a53bec5b-73f4-4292-b73c-86213243266b/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" -d '{"subnet_id": "3415e921-8b9e-4b19-9155-f7f0b1c8ac3a"}' 2018-07-23 20:14:12,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5eff8908-1db0-4a87-8668-e177be8eac1d Date: Mon, 23 Jul 2018 20:14:12 GMT RESP BODY: {"network_id": "a9645a5c-49b5-4175-b4a9-c65fa5cc0b50", "tenant_id": "7406bba3d12e42e4bcbfcf15b1690bcc", "subnet_id": "3415e921-8b9e-4b19-9155-f7f0b1c8ac3a", "subnet_ids": ["3415e921-8b9e-4b19-9155-f7f0b1c8ac3a"], "port_id": "178de473-8dd4-4797-b9db-df509ed78416", "id": "a53bec5b-73f4-4292-b73c-86213243266b"} 2018-07-23 20:14:12,807 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a53bec5b-73f4-4292-b73c-86213243266b/remove_router_interface.json used request id req-5eff8908-1db0-4a87-8668-e177be8eac1d 2018-07-23 20:14:12,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79504013062s 2018-07-23 20:14:12,807 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a53bec5b-73f4-4292-b73c-86213243266b/remove_router_interface.json used request id req-5eff8908-1db0-4a87-8668-e177be8eac1d returning object a53bec5b-73f4-4292-b73c-86213243266b 2018-07-23 20:14:12,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 20:14:12,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:13,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-310758aa-4e1f-4da2-a8a3-62fe88e9f0a1 Date: Mon, 23 Jul 2018 20:14:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4f0be9b9-1849-41a6-8be0-8ce8929895dc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "889c6f1d-aecd-4f93-8be0-bf6d968b4891", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "7406bba3d12e42e4bcbfcf15b1690bcc", "created_at": "2018-07-23T20:13:53Z", "admin_state_up": true, "updated_at": "2018-07-23T20:14:12Z", "revision_number": 4, "routes": [], "project_id": "7406bba3d12e42e4bcbfcf15b1690bcc", "id": "a53bec5b-73f4-4292-b73c-86213243266b", "name": "vping_userdata-router_adab0c75-4b53-4573-a3cd-595d41ee4d01"}]} 2018-07-23 20:14:13,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-310758aa-4e1f-4da2-a8a3-62fe88e9f0a1 2018-07-23 20:14:13,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.320624113083s 2018-07-23 20:14:13,129 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-310758aa-4e1f-4da2-a8a3-62fe88e9f0a1 2018-07-23 20:14:13,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 20:14:13,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/a53bec5b-73f4-4292-b73c-86213243266b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:14,552 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fae8f268-8447-473e-9a20-8de661dcd8db Content-Length: 0 Date: Mon, 23 Jul 2018 20:14:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:14:14,552 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/a53bec5b-73f4-4292-b73c-86213243266b.json used request id req-fae8f268-8447-473e-9a20-8de661dcd8db 2018-07-23 20:14:14,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.42060208321s 2018-07-23 20:14:14,552 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/a53bec5b-73f4-4292-b73c-86213243266b.json used request id req-fae8f268-8447-473e-9a20-8de661dcd8db 2018-07-23 20:14:14,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 20:14:14,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:14,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3fdfb297-b1c1-4c3e-b996-e41180d19653 Date: Mon, 23 Jul 2018 20:14:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9645a5c-49b5-4175-b4a9-c65fa5cc0b50","tenant_id":"7406bba3d12e42e4bcbfcf15b1690bcc","created_at":"2018-07-23T20:13:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T20:13:52Z","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":"7406bba3d12e42e4bcbfcf15b1690bcc","id":"3415e921-8b9e-4b19-9155-f7f0b1c8ac3a","subnetpool_id":null,"name":"vping_userdata-subnet_adab0c75-4b53-4573-a3cd-595d41ee4d01"}]} 2018-07-23 20:14:14,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-3fdfb297-b1c1-4c3e-b996-e41180d19653 2018-07-23 20:14:14,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.109475135803s 2018-07-23 20:14:14,663 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-3fdfb297-b1c1-4c3e-b996-e41180d19653 2018-07-23 20:14:14,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 20:14:14,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/3415e921-8b9e-4b19-9155-f7f0b1c8ac3a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:17,368 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8e0fa735-af92-45ce-8331-047b3063f933 Date: Mon, 23 Jul 2018 20:14:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:14:17,368 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/3415e921-8b9e-4b19-9155-f7f0b1c8ac3a.json used request id req-8e0fa735-af92-45ce-8331-047b3063f933 2018-07-23 20:14:17,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.70392203331s 2018-07-23 20:14:17,368 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/3415e921-8b9e-4b19-9155-f7f0b1c8ac3a.json used request id req-8e0fa735-af92-45ce-8331-047b3063f933 2018-07-23 20:14:17,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 20:14:17,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:17,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-84069eee-f22b-4d02-b1b8-3da5d12bb750 Date: Mon, 23 Jul 2018 20:14:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["889c6f1d-aecd-4f93-8be0-bf6d968b4891"],"updated_at":"2018-07-23T20:06:12Z","tenant_id":"34433fa276594da9910da7d3eb6d3d61","created_at":"2018-07-23T20:06:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"34433fa276594da9910da7d3eb6d3d61","id":"4f0be9b9-1849-41a6-8be0-8ce8929895dc","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-23T20:14:16Z","tenant_id":"7406bba3d12e42e4bcbfcf15b1690bcc","created_at":"2018-07-23T20:13:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7406bba3d12e42e4bcbfcf15b1690bcc","id":"a9645a5c-49b5-4175-b4a9-c65fa5cc0b50","name":"vping_userdata-net_adab0c75-4b53-4573-a3cd-595d41ee4d01"}]} 2018-07-23 20:14:17,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-84069eee-f22b-4d02-b1b8-3da5d12bb750 2018-07-23 20:14:17,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.128094911575s 2018-07-23 20:14:17,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-84069eee-f22b-4d02-b1b8-3da5d12bb750 2018-07-23 20:14:17,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 20:14:17,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/a9645a5c-49b5-4175-b4a9-c65fa5cc0b50.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:19,173 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-66330563-48cc-4396-993c-26e4abd0183d Date: Mon, 23 Jul 2018 20:14:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 20:14:19,174 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/a9645a5c-49b5-4175-b4a9-c65fa5cc0b50.json used request id req-66330563-48cc-4396-993c-26e4abd0183d 2018-07-23 20:14:19,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.67530584335s 2018-07-23 20:14:19,174 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/a9645a5c-49b5-4175-b4a9-c65fa5cc0b50.json used request id req-66330563-48cc-4396-993c-26e4abd0183d 2018-07-23 20:14:19,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 20:14:19,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:19,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-4cf48d1e-0732-498a-be7e-4aa1953c75b1 Date: Mon, 23 Jul 2018 20:14:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/58acf578-81ad-4978-8a18-c72822931a32/snap", "metadata": {}}], "file": "/v2/images/58acf578-81ad-4978-8a18-c72822931a32/file", "owner": "7406bba3d12e42e4bcbfcf15b1690bcc", "id": "58acf578-81ad-4978-8a18-c72822931a32", "size": 12716032, "self": "/v2/images/58acf578-81ad-4978-8a18-c72822931a32", "disk_format": "qcow2", "direct_url": "rbd://787b9908-a87a-4f2b-83f9-a5f66de69d6d/images/58acf578-81ad-4978-8a18-c72822931a32/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T20:13:58Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_adab0c75-4b53-4573-a3cd-595d41ee4d01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_adab0c75-4b53-4573-a3cd-595d41ee4d01", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T20:13:57Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 20:14:19,218 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-4cf48d1e-0732-498a-be7e-4aa1953c75b1 2018-07-23 20:14:19,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.040235042572s 2018-07-23 20:14:19,218 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-4cf48d1e-0732-498a-be7e-4aa1953c75b1 2018-07-23 20:14:19,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-23 20:14:19,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/58acf578-81ad-4978-8a18-c72822931a32 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2dee5029a4f5e815ce66c76df6a751a012bb05c6" 2018-07-23 20:14:19,772 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-607093ad-4988-4868-a6ac-bf24c909cdd9 Date: Mon, 23 Jul 2018 20:14:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 20:14:19,772 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/58acf578-81ad-4978-8a18-c72822931a32 used request id req-607093ad-4988-4868-a6ac-bf24c909cdd9 2018-07-23 20:14:19,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.552572011948s 2018-07-23 20:14:19,773 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/58acf578-81ad-4978-8a18-c72822931a32 used request id req-607093ad-4988-4868-a6ac-bf24c909cdd9 2018-07-23 20:14:19,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 20:14:19,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:14:19,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:14: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-b8a5e08e-68c7-49d5-b411-7d8704ad2687 x-compute-request-id: req-b8a5e08e-68c7-49d5-b411-7d8704ad2687 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_adab0c75-4b53-4573-a3cd-595d41ee4d01", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1", "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": "44e0f60d-6b53-498b-b743-0dc34e8b1ad1"}]} 2018-07-23 20:14:19,798 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-b8a5e08e-68c7-49d5-b411-7d8704ad2687 2018-07-23 20:14:19,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.02450299263s 2018-07-23 20:14:19,798 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-b8a5e08e-68c7-49d5-b411-7d8704ad2687 2018-07-23 20:14:19,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-23 20:14:19,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:14:19,836 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 20:14:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-95ab4474-a97c-400d-a48d-8c849e3fc376 x-compute-request-id: req-95ab4474-a97c-400d-a48d-8c849e3fc376 Content-Length: 0 Content-Type: application/json 2018-07-23 20:14:19,836 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1 used request id req-95ab4474-a97c-400d-a48d-8c849e3fc376 2018-07-23 20:14:19,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0365929603577s 2018-07-23 20:14:19,836 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/44e0f60d-6b53-498b-b743-0dc34e8b1ad1 used request id req-95ab4474-a97c-400d-a48d-8c849e3fc376 2018-07-23 20:14:19,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:14:19,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:14:19,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:14:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2e64c62-85dc-438b-a58b-815e77509e4b Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "vping_userdata-user_adab0c75-4b53-4573-a3cd-595d41ee4d01", "links": {"self": "http://172.30.9.30:5000/v3/users/0980e1cad4b046bc91f2d84312d11742"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0980e1cad4b046bc91f2d84312d11742", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/0a24a34f537e4b729f28e8e878c656b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a24a34f537e4b729f28e8e878c656b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/0d5dc8cd3c9f44ac8c45da536da81204"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d5dc8cd3c9f44ac8c45da536da81204", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/0efef48632a744e3b93acb9afe7551bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0efef48632a744e3b93acb9afe7551bc", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/28eeee97468242c79125a600bd641312"}, "domain_id": "default", "enabled": true, "options": {}, "id": "28eeee97468242c79125a600bd641312", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/4f7b5ee19a6443ac92a2e1cce790d65d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f7b5ee19a6443ac92a2e1cce790d65d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/536475fc3e7f4546a4212837f00f7239"}, "domain_id": "default", "enabled": true, "options": {}, "id": "536475fc3e7f4546a4212837f00f7239", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/5c5a27d54fea41c783f691489d1cd4a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c5a27d54fea41c783f691489d1cd4a5", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/5ca40dc636c4498b9a22f63f1b79c2df"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ca40dc636c4498b9a22f63f1b79c2df", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/6d993a774be44345a9bafe78c48e0f26"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d993a774be44345a9bafe78c48e0f26", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/70dbd0b07e52422aa3cfbc989a173e0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70dbd0b07e52422aa3cfbc989a173e0b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/8dac1feb2ea34466ba99783afd8dc8e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8dac1feb2ea34466ba99783afd8dc8e5", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/978234c706ca499b975f668b2ac71ef0"}, "domain_id": "08b37e406d8b4def9f8b3898f887b9cb", "enabled": true, "options": {}, "id": "978234c706ca499b975f668b2ac71ef0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/a97247a9389345ebaf8a0b1ba23a202d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a97247a9389345ebaf8a0b1ba23a202d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/e70b72268691407dbc6bb56015fc0e87"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e70b72268691407dbc6bb56015fc0e87", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-07-23 20:14:19,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b2e64c62-85dc-438b-a58b-815e77509e4b 2018-07-23 20:14:19,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117026090622s 2018-07-23 20:14:19,954 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b2e64c62-85dc-438b-a58b-815e77509e4b 2018-07-23 20:14:19,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 20:14:19,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/0980e1cad4b046bc91f2d84312d11742 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:14:20,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:14:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a697dd0b-2854-4769-9657-a0d73ed8db9b Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_adab0c75-4b53-4573-a3cd-595d41ee4d01", "links": {"self": "http://172.30.9.30:5000/v3/users/0980e1cad4b046bc91f2d84312d11742"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0980e1cad4b046bc91f2d84312d11742", "description": null}} 2018-07-23 20:14:20,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/0980e1cad4b046bc91f2d84312d11742 used request id req-a697dd0b-2854-4769-9657-a0d73ed8db9b 2018-07-23 20:14:20,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.140985012054s 2018-07-23 20:14:20,101 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/0980e1cad4b046bc91f2d84312d11742 used request id req-a697dd0b-2854-4769-9657-a0d73ed8db9b 2018-07-23 20:14:20,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-23 20:14:20,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/0980e1cad4b046bc91f2d84312d11742 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:14:20,428 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:14:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6091a6a7-0dcd-4cfc-ad39-9c5780784c4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:14:20,428 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/0980e1cad4b046bc91f2d84312d11742 used request id req-6091a6a7-0dcd-4cfc-ad39-9c5780784c4c 2018-07-23 20:14:20,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.326191902161s 2018-07-23 20:14:20,428 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/0980e1cad4b046bc91f2d84312d11742 used request id req-6091a6a7-0dcd-4cfc-ad39-9c5780784c4c 2018-07-23 20:14:20,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 20:14:20,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:14:20,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 20:14:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ff8cddb-0196-4629-bdae-310bbddc51d1 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/34433fa276594da9910da7d3eb6d3d61"}, "tags": [], "enabled": true, "id": "34433fa276594da9910da7d3eb6d3d61", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/7406bba3d12e42e4bcbfcf15b1690bcc"}, "tags": [], "enabled": true, "id": "7406bba3d12e42e4bcbfcf15b1690bcc", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_adab0c75-4b53-4573-a3cd-595d41ee4d01"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b77792c68ec4f519737d2732c1f92c4"}, "tags": [], "enabled": true, "id": "7b77792c68ec4f519737d2732c1f92c4", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-23 20:14:20,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-2ff8cddb-0196-4629-bdae-310bbddc51d1 2018-07-23 20:14:20,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106533050537s 2018-07-23 20:14:20,541 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-2ff8cddb-0196-4629-bdae-310bbddc51d1 2018-07-23 20:14:20,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-23 20:14:20,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/7406bba3d12e42e4bcbfcf15b1690bcc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}082397b1e6a0571ed6a404a063972a17f60ee05f" 2018-07-23 20:14:20,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 20:14:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff8ca8af-171a-4700-90fc-8c740e86f1f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 20:14:20,788 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/7406bba3d12e42e4bcbfcf15b1690bcc used request id req-ff8ca8af-171a-4700-90fc-8c740e86f1f6 2018-07-23 20:14:20,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.242850065231s 2018-07-23 20:14:20,788 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/7406bba3d12e42e4bcbfcf15b1690bcc used request id req-ff8ca8af-171a-4700-90fc-8c740e86f1f6 2018-07-23 20:14:20,788 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-07-23 20:14:20,789 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | tenantnetwork1 | functest | healthcheck | 00:08 | PASS | | tenantnetwork2 | functest | healthcheck | 00:09 | PASS | | vmready1 | functest | healthcheck | 00:13 | PASS | | vmready2 | functest | healthcheck | 00:11 | PASS | | singlevm1 | functest | healthcheck | 00:39 | PASS | | singlevm2 | functest | healthcheck | 00:31 | PASS | | vping_ssh | functest | healthcheck | 00:47 | PASS | | vping_userdata | functest | healthcheck | 00:09 | FAIL | | 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-07-23 20:14:20,803 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-07-23 20:14:20,811 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-23 20:14:20,868 - paramiko.transport - DEBUG - EOF in transport thread