2018-08-26 00:42:06,551 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-244 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-26 00:42:06,555 - 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.22,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=0EEHE1JixcenQP5fabufSuDVE 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=f25cbe785dac41128d46915c0c96dbeb export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=QB4JoTw7T6UzHAnzpagU2cQyf export OS_REGION_NAME=regionOne 2018-08-26 00:42:06,556 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-26 00:42:06,557 - 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-08-26 00:42:06,592 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-26 00:42:06,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:42:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:42:06,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:42:06,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:42:06,995 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-26 00:42:06,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-26 00:42:06,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:42:07,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02b1ef04-3739-4b42-92d6-46ece6588f05 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:42:07,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-02b1ef04-3739-4b42-92d6-46ece6588f05 2018-08-26 00:42:07,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:42:07,527 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c0a8bf7efff4719ac51c17d596f36d9", "name": "admin"}, {"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:42:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f25cbe785dac41128d46915c0c96dbeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "518520b9e3e448d2874dae1fdafcce7d"}, "audit_ids": ["MaFRPdZrS_6OTcQ9Ad1reA"], "issued_at": "2018-08-26T00:42:07.000000Z"}} 2018-08-26 00:42:07,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:08,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42: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-4a5318d3-37b4-4ffe-adba-3fd3fb247c4f x-compute-request-id: req-4a5318d3-37b4-4ffe-adba-3fd3fb247c4f Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-26 00:42:08,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-aggregates used request id req-4a5318d3-37b4-4ffe-adba-3fd3fb247c4f 2018-08-26 00:42:08,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.46300196648s 2018-08-26 00:42:08,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-aggregates used request id req-4a5318d3-37b4-4ffe-adba-3fd3fb247c4f 2018-08-26 00:42:08,459 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-26 00:42:08,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:42:08,468 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 26 Aug 2018 00:42:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af81677d-b59f-40ba-bb19-740bcdd2a82b 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.22:5000/v3/", "rel": "self"}]}]}} 2018-08-26 00:42:08,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-af81677d-b59f-40ba-bb19-740bcdd2a82b 2018-08-26 00:42:08,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 00:42:08,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:08,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86656f32-e562-4e3c-92c0-0aaded71f393 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/424ccdce7f9c44f1977a73b5e3b41ad0"}, "tags": [], "enabled": true, "id": "424ccdce7f9c44f1977a73b5e3b41ad0", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-26 00:42:08,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-86656f32-e562-4e3c-92c0-0aaded71f393 2018-08-26 00:42:08,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193902015686s 2018-08-26 00:42:08,663 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-86656f32-e562-4e3c-92c0-0aaded71f393 2018-08-26 00:42:08,664 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'424ccdce7f9c44f1977a73b5e3b41ad0', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-26 00:42:08,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-26 00:42:08,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:08,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17d74f5f-1965-459b-b5f3-f8876c42341c Content-Encoding: gzip Content-Length: 1986 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0a829fed56f043fb9040bc1bb1525762"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0d067ff05f314d33bd9f4d6bf4928b8d", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0d740120e24f4cb09650fae13294afc0"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "671b789b184d45759ba6c1b046920945", "id": "0d740120e24f4cb09650fae13294afc0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3b0e1345c856431ebf213ab31e6f7c85"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6189711e24a541428872acf6d1aeb74f", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3b540afee31f40e08a24651b6e9dad06"}, "url": "http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ea20b165f7f244d2ad57b7385ada051f", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3f7253c5d85c4d9e96164946636c629d"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "49d0c7401b6743b3bc87d791d3bc4b38", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/48238063b9fa4597a1c1ed65a4f71959"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "be09016ab2be42f080fc97236700fab6", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/483fff1d2869455896b1dc6acb2f3db8"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "be09016ab2be42f080fc97236700fab6", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/488efc5b70b1412284bd90c54512d1f7"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1a726fba89964178b01b9ec0895c0fbb", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4c73be1c41534a1fa6c93eb227afbd3d"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "66e51e485fdc414a9fcbada61d0dfd0a", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/62901f781ce74f4eade3e89f0769f255"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0d067ff05f314d33bd9f4d6bf4928b8d", "id": "62901f781ce74f4eade3e89f0769f255"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/66fee82af6dd40b5b3e85fcad2c1e874"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a14639441c164733a1355cc873e5e953", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/685bd9cdc576436eb9098986fc64743f"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "66e51e485fdc414a9fcbada61d0dfd0a", "id": "685bd9cdc576436eb9098986fc64743f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6d72e5d114704e41b6322799218e695b"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "760870556fbb49a590abc541b4c991ad", "id": "6d72e5d114704e41b6322799218e695b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6e89fcb9a8974ab09b1aea0f8a09ce9c"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6189711e24a541428872acf6d1aeb74f", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/77915eadad4c4558acb2749e7040b015"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "be09016ab2be42f080fc97236700fab6", "id": "77915eadad4c4558acb2749e7040b015"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/786edecbfae445399b938a937263856c"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "49d0c7401b6743b3bc87d791d3bc4b38", "id": "786edecbfae445399b938a937263856c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7a1eb3d7bd474906841c46c818af4cbd"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "49d0c7401b6743b3bc87d791d3bc4b38", "id": "7a1eb3d7bd474906841c46c818af4cbd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7b2334a9ce5f4735b1bc71e80f144703"}, "url": "http://12.0.0.34:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ea20b165f7f244d2ad57b7385ada051f", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/884bd922704b44e8b5c8dbf3ea8e778d"}, "url": "http://12.0.0.34:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ea20b165f7f244d2ad57b7385ada051f", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8b7db3716ca1405bbbfa7c838b9fd8c6"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bd32f66339924364bc914d545f3b8bb9", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a6068408311a46d9b88f88ea6c8f2ad8"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9caa0f68da214a88993d8532286152f5", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a86fcd95416148e8bdb1d725076d8d5d"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "760870556fbb49a590abc541b4c991ad", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/aa2397f47528466189ea4ec2811f25f4"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a14639441c164733a1355cc873e5e953", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ab365025f0424b00906c5db33d85d20c"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a14639441c164733a1355cc873e5e953", "id": "ab365025f0424b00906c5db33d85d20c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b736611cd310479db8a73694bbada88d"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9caa0f68da214a88993d8532286152f5", "id": "b736611cd310479db8a73694bbada88d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b9ff98e6d10a4c37837e0afe9c081650"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "671b789b184d45759ba6c1b046920945", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/bb3ab439d7e34de38c8bd3b947611f23"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1a726fba89964178b01b9ec0895c0fbb", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c4431d9e555742e7bc9675466e0a1ff5"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bd32f66339924364bc914d545f3b8bb9", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c54229ce32f548d193af48d036781c60"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "73d1c22a62dd4397b76a98413decab74", "id": "c54229ce32f548d193af48d036781c60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c94107e8fbcb4fa6a5c9f973d764ebb7"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "66e51e485fdc414a9fcbada61d0dfd0a", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d4cd5d2598ae4b68ba4678f864113ffb"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9caa0f68da214a88993d8532286152f5", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d639f3aea03a45a9b79a085e4b9d0438"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "671b789b184d45759ba6c1b046920945", "id": "d639f3aea03a45a9b79a085e4b9d0438"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e00e8b1aad644584abb14ee8f2057cbb"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0d067ff05f314d33bd9f4d6bf4928b8d", "id": "e00e8b1aad644584abb14ee8f2057cbb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e3778e1976eb49a0bd770d3aa24901cc"}, "url": "http://172.30.9.22:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "73d1c22a62dd4397b76a98413decab74", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e6f2bef1f7d0455796b86fd52faafbe8"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "54f07948905c43d680c730ef8e7fe1e2", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ea3dfbd27591465cb60a1adf34352288"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6189711e24a541428872acf6d1aeb74f", "id": "ea3dfbd27591465cb60a1adf34352288"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ebe3174e937b4d69a09abaa31ef127fd"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bd32f66339924364bc914d545f3b8bb9", "id": "ebe3174e937b4d69a09abaa31ef127fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ef7f7caf0daa4873902101f21ce37544"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "54f07948905c43d680c730ef8e7fe1e2", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f0cf651122334602a5a5934f8db429f7"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "73d1c22a62dd4397b76a98413decab74", "id": "f0cf651122334602a5a5934f8db429f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f45d161d43f14d60966a3baca8df7c75"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "54f07948905c43d680c730ef8e7fe1e2", "id": "f45d161d43f14d60966a3baca8df7c75"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/fd5b782a4e484959b091628c2c46653a"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "760870556fbb49a590abc541b4c991ad", "id": "fd5b782a4e484959b091628c2c46653a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ff0e306f619f4c52aee361613431b75c"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1a726fba89964178b01b9ec0895c0fbb", "id": "ff0e306f619f4c52aee361613431b75c"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-26 00:42:08,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-17d74f5f-1965-459b-b5f3-f8876c42341c 2018-08-26 00:42:08,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.208961963654s 2018-08-26 00:42:08,877 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-17d74f5f-1965-459b-b5f3-f8876c42341c 2018-08-26 00:42:08,884 - 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.22:5000/v3/endpoints/0a829fed56f043fb9040bc1bb1525762'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0d067ff05f314d33bd9f4d6bf4928b8d', u'id': u'0a829fed56f043fb9040bc1bb1525762'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/0d740120e24f4cb09650fae13294afc0'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'671b789b184d45759ba6c1b046920945', u'id': u'0d740120e24f4cb09650fae13294afc0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/3b0e1345c856431ebf213ab31e6f7c85'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6189711e24a541428872acf6d1aeb74f', u'id': u'3b0e1345c856431ebf213ab31e6f7c85'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/3b540afee31f40e08a24651b6e9dad06'}, u'url': u'http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ea20b165f7f244d2ad57b7385ada051f', u'id': u'3b540afee31f40e08a24651b6e9dad06'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/3f7253c5d85c4d9e96164946636c629d'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'49d0c7401b6743b3bc87d791d3bc4b38', u'id': u'3f7253c5d85c4d9e96164946636c629d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/48238063b9fa4597a1c1ed65a4f71959'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'be09016ab2be42f080fc97236700fab6', u'id': u'48238063b9fa4597a1c1ed65a4f71959'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/483fff1d2869455896b1dc6acb2f3db8'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'be09016ab2be42f080fc97236700fab6', u'id': u'483fff1d2869455896b1dc6acb2f3db8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/488efc5b70b1412284bd90c54512d1f7'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1a726fba89964178b01b9ec0895c0fbb', u'id': u'488efc5b70b1412284bd90c54512d1f7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/4c73be1c41534a1fa6c93eb227afbd3d'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'66e51e485fdc414a9fcbada61d0dfd0a', u'id': u'4c73be1c41534a1fa6c93eb227afbd3d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/62901f781ce74f4eade3e89f0769f255'}, u'url': u'http://172.30.9.22:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0d067ff05f314d33bd9f4d6bf4928b8d', u'id': u'62901f781ce74f4eade3e89f0769f255'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/66fee82af6dd40b5b3e85fcad2c1e874'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a14639441c164733a1355cc873e5e953', u'id': u'66fee82af6dd40b5b3e85fcad2c1e874'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/685bd9cdc576436eb9098986fc64743f'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'66e51e485fdc414a9fcbada61d0dfd0a', u'id': u'685bd9cdc576436eb9098986fc64743f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/6d72e5d114704e41b6322799218e695b'}, u'url': u'http://172.30.9.22:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'760870556fbb49a590abc541b4c991ad', u'id': u'6d72e5d114704e41b6322799218e695b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/6e89fcb9a8974ab09b1aea0f8a09ce9c'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6189711e24a541428872acf6d1aeb74f', u'id': u'6e89fcb9a8974ab09b1aea0f8a09ce9c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/77915eadad4c4558acb2749e7040b015'}, u'url': u'http://172.30.9.22:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'be09016ab2be42f080fc97236700fab6', u'id': u'77915eadad4c4558acb2749e7040b015'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/786edecbfae445399b938a937263856c'}, u'url': u'http://172.30.9.22:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'49d0c7401b6743b3bc87d791d3bc4b38', u'id': u'786edecbfae445399b938a937263856c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/7a1eb3d7bd474906841c46c818af4cbd'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'49d0c7401b6743b3bc87d791d3bc4b38', u'id': u'7a1eb3d7bd474906841c46c818af4cbd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/7b2334a9ce5f4735b1bc71e80f144703'}, u'url': u'http://12.0.0.34:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ea20b165f7f244d2ad57b7385ada051f', u'id': u'7b2334a9ce5f4735b1bc71e80f144703'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/884bd922704b44e8b5c8dbf3ea8e778d'}, u'url': u'http://12.0.0.34:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ea20b165f7f244d2ad57b7385ada051f', u'id': u'884bd922704b44e8b5c8dbf3ea8e778d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/8b7db3716ca1405bbbfa7c838b9fd8c6'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bd32f66339924364bc914d545f3b8bb9', u'id': u'8b7db3716ca1405bbbfa7c838b9fd8c6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/a6068408311a46d9b88f88ea6c8f2ad8'}, u'url': u'http://172.30.9.22:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9caa0f68da214a88993d8532286152f5', u'id': u'a6068408311a46d9b88f88ea6c8f2ad8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/a86fcd95416148e8bdb1d725076d8d5d'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'760870556fbb49a590abc541b4c991ad', u'id': u'a86fcd95416148e8bdb1d725076d8d5d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/aa2397f47528466189ea4ec2811f25f4'}, u'url': u'http://172.30.9.22:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a14639441c164733a1355cc873e5e953', u'id': u'aa2397f47528466189ea4ec2811f25f4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/ab365025f0424b00906c5db33d85d20c'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a14639441c164733a1355cc873e5e953', u'id': u'ab365025f0424b00906c5db33d85d20c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/b736611cd310479db8a73694bbada88d'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9caa0f68da214a88993d8532286152f5', u'id': u'b736611cd310479db8a73694bbada88d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/b9ff98e6d10a4c37837e0afe9c081650'}, u'url': u'http://172.30.9.22:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'671b789b184d45759ba6c1b046920945', u'id': u'b9ff98e6d10a4c37837e0afe9c081650'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/bb3ab439d7e34de38c8bd3b947611f23'}, u'url': u'http://172.30.9.22:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1a726fba89964178b01b9ec0895c0fbb', u'id': u'bb3ab439d7e34de38c8bd3b947611f23'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/c4431d9e555742e7bc9675466e0a1ff5'}, u'url': u'http://172.30.9.22:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bd32f66339924364bc914d545f3b8bb9', u'id': u'c4431d9e555742e7bc9675466e0a1ff5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/c54229ce32f548d193af48d036781c60'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'73d1c22a62dd4397b76a98413decab74', u'id': u'c54229ce32f548d193af48d036781c60'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/c94107e8fbcb4fa6a5c9f973d764ebb7'}, u'url': u'http://172.30.9.22:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'66e51e485fdc414a9fcbada61d0dfd0a', u'id': u'c94107e8fbcb4fa6a5c9f973d764ebb7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/d4cd5d2598ae4b68ba4678f864113ffb'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9caa0f68da214a88993d8532286152f5', u'id': u'd4cd5d2598ae4b68ba4678f864113ffb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/d639f3aea03a45a9b79a085e4b9d0438'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'671b789b184d45759ba6c1b046920945', u'id': u'd639f3aea03a45a9b79a085e4b9d0438'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/e00e8b1aad644584abb14ee8f2057cbb'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0d067ff05f314d33bd9f4d6bf4928b8d', u'id': u'e00e8b1aad644584abb14ee8f2057cbb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/e3778e1976eb49a0bd770d3aa24901cc'}, u'url': u'http://172.30.9.22:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'73d1c22a62dd4397b76a98413decab74', u'id': u'e3778e1976eb49a0bd770d3aa24901cc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/e6f2bef1f7d0455796b86fd52faafbe8'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'54f07948905c43d680c730ef8e7fe1e2', u'id': u'e6f2bef1f7d0455796b86fd52faafbe8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/ea3dfbd27591465cb60a1adf34352288'}, u'url': u'http://172.30.9.22:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6189711e24a541428872acf6d1aeb74f', u'id': u'ea3dfbd27591465cb60a1adf34352288'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/ebe3174e937b4d69a09abaa31ef127fd'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bd32f66339924364bc914d545f3b8bb9', u'id': u'ebe3174e937b4d69a09abaa31ef127fd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/ef7f7caf0daa4873902101f21ce37544'}, u'url': u'http://172.30.9.22:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'54f07948905c43d680c730ef8e7fe1e2', u'id': u'ef7f7caf0daa4873902101f21ce37544'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/f0cf651122334602a5a5934f8db429f7'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'73d1c22a62dd4397b76a98413decab74', u'id': u'f0cf651122334602a5a5934f8db429f7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/f45d161d43f14d60966a3baca8df7c75'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'54f07948905c43d680c730ef8e7fe1e2', u'id': u'f45d161d43f14d60966a3baca8df7c75'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/fd5b782a4e484959b091628c2c46653a'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'760870556fbb49a590abc541b4c991ad', u'id': u'fd5b782a4e484959b091628c2c46653a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/ff0e306f619f4c52aee361613431b75c'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1a726fba89964178b01b9ec0895c0fbb', u'id': u'ff0e306f619f4c52aee361613431b75c'})] 2018-08-26 00:42:08,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-26 00:42:08,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:09,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-681210d3-177c-48be-a854-665c1d37223e x-compute-request-id: req-681210d3-177c-48be-a854-665c1d37223e 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-08-26 00:42:09,009 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/extensions used request id req-681210d3-177c-48be-a854-665c1d37223e 2018-08-26 00:42:09,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.122978925705s 2018-08-26 00:42:09,010 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/extensions used request id req-681210d3-177c-48be-a854-665c1d37223e 2018-08-26 00:42:09,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-26 00:42:09,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:10,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42: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-e39a77cc-8609-4a74-b9cf-42c1ba289dd0 x-compute-request-id: req-e39a77cc-8609-4a74-b9cf-42c1ba289dd0 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-26 00:42:10,944 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-floating-ip-pools used request id req-e39a77cc-8609-4a74-b9cf-42c1ba289dd0 2018-08-26 00:42:10,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.9181740284s 2018-08-26 00:42:10,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-floating-ip-pools used request id req-e39a77cc-8609-4a74-b9cf-42c1ba289dd0 2018-08-26 00:42:10,945 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-26 00:42:10,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:42:10,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:12,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f1640631-768a-4146-884b-6927637da4b4 Date: Sun, 26 Aug 2018 00:42:12 GMT RESP BODY: {"floatingips": []} 2018-08-26 00:42:12,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-f1640631-768a-4146-884b-6927637da4b4 2018-08-26 00:42:12,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.24846100807s 2018-08-26 00:42:12,199 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-f1640631-768a-4146-884b-6927637da4b4 2018-08-26 00:42:12,199 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-26 00:42:12,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-26 00:42:12,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:12,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42: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-48206ed2-1bad-450e-9d81-eb068bdf1e2e x-compute-request-id: req-48206ed2-1bad-450e-9d81-eb068bdf1e2e Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 227}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 230}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 2354, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-26 00:42:12,362 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-48206ed2-1bad-450e-9d81-eb068bdf1e2e 2018-08-26 00:42:12,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.162733793259s 2018-08-26 00:42:12,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-48206ed2-1bad-450e-9d81-eb068bdf1e2e 2018-08-26 00:42:12,363 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 227}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.3', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 230}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 2354, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-26 00:42:12,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-26 00:42:12,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:12,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-64c0a271-6757-4e8a-9b11-2015e9062010 x-compute-request-id: req-64c0a271-6757-4e8a-9b11-2015e9062010 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-26 00:42:12,401 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-64c0a271-6757-4e8a-9b11-2015e9062010 2018-08-26 00:42:12,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0374119281769s 2018-08-26 00:42:12,402 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-64c0a271-6757-4e8a-9b11-2015e9062010 2018-08-26 00:42:12,402 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-26 00:42:12,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:42:12,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:13,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5370effa-b040-46e1-99dc-d25640a7b87b Date: Sun, 26 Aug 2018 00:42:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:42:13,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5370effa-b040-46e1-99dc-d25640a7b87b 2018-08-26 00:42:13,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.07714414597s 2018-08-26 00:42:13,480 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5370effa-b040-46e1-99dc-d25640a7b87b 2018-08-26 00:42:13,481 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'8c6df188-21d6-4197-bf89-8f166bee1386'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-26T00:38:57Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', 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'463d1f922e1948f6bd05a420de81ed82', u'created_at': u'2018-08-26T00:38:51Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'463d1f922e1948f6bd05a420de81ed82'})] 2018-08-26 00:42:13,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-26 00:42:13,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:14,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b31803fc-5e17-4e5c-86be-6cbfabe18d45 Date: Sun, 26 Aug 2018 00:42:14 GMT RESP BODY: {"ports":[]} 2018-08-26 00:42:14,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json used request id req-b31803fc-5e17-4e5c-86be-6cbfabe18d45 2018-08-26 00:42:14,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.16042685509s 2018-08-26 00:42:14,642 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json used request id req-b31803fc-5e17-4e5c-86be-6cbfabe18d45 2018-08-26 00:42:14,642 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-26 00:42:14,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-26 00:42:14,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:14,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7a22321-c3af-4e5f-9c1e-eb04f344e12a Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "463d1f922e1948f6bd05a420de81ed82"}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "0049bfec5dd746eaa3bd4ab1bc064350"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82/users/0049bfec5dd746eaa3bd4ab1bc064350/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}, {"scope": {"project": {"id": "463d1f922e1948f6bd05a420de81ed82"}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "02a6c38f931e4804a70ef74c26b7c11d"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82/users/02a6c38f931e4804a70ef74c26b7c11d/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}, {"scope": {"project": {"id": "463d1f922e1948f6bd05a420de81ed82"}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "069bd57c4d4b4158906adf39308a9bfe"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82/users/069bd57c4d4b4158906adf39308a9bfe/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}, {"scope": {"project": {"id": "463d1f922e1948f6bd05a420de81ed82"}}, "role": {"id": "11f524af5da44288b97b1f6f6db7e992"}, "user": {"id": "3234d598132142f3acc53ccdc4abd3bb"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82/users/3234d598132142f3acc53ccdc4abd3bb/roles/11f524af5da44288b97b1f6f6db7e992"}}, {"scope": {"project": {"id": "463d1f922e1948f6bd05a420de81ed82"}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "3234d598132142f3acc53ccdc4abd3bb"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82/users/3234d598132142f3acc53ccdc4abd3bb/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}, {"scope": {"project": {"id": "463d1f922e1948f6bd05a420de81ed82"}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "39533691ab574a84aeab5b9d828d1983"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82/users/39533691ab574a84aeab5b9d828d1983/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}, {"scope": {"project": {"id": "463d1f922e1948f6bd05a420de81ed82"}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "474875818d4541cba75d9065b08b7657"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82/users/474875818d4541cba75d9065b08b7657/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}, {"scope": {"project": {"id": "463d1f922e1948f6bd05a420de81ed82"}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "474dd411059547088d861f7dc6006e0c"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82/users/474dd411059547088d861f7dc6006e0c/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}, {"scope": {"project": {"id": "f25cbe785dac41128d46915c0c96dbeb"}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "518520b9e3e448d2874dae1fdafcce7d"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/f25cbe785dac41128d46915c0c96dbeb/users/518520b9e3e448d2874dae1fdafcce7d/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}, {"scope": {"project": {"id": "463d1f922e1948f6bd05a420de81ed82"}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "56b56736152a413bbf743b3a14c6e5d3"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82/users/56b56736152a413bbf743b3a14c6e5d3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}, {"scope": {"project": {"id": "463d1f922e1948f6bd05a420de81ed82"}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "9a7ac8ccfc6f4efd98a69892ae9e09a7"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82/users/9a7ac8ccfc6f4efd98a69892ae9e09a7/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}, {"scope": {"project": {"id": "463d1f922e1948f6bd05a420de81ed82"}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "b6c7eb6acbf34ae5aa31f751a52f6ab9"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82/users/b6c7eb6acbf34ae5aa31f751a52f6ab9/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}, {"scope": {"project": {"id": "463d1f922e1948f6bd05a420de81ed82"}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "ec0330040c8a4809b49be675e7f85a32"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82/users/ec0330040c8a4809b49be675e7f85a32/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}, {"scope": {"project": {"id": "463d1f922e1948f6bd05a420de81ed82"}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "f05078eb36684bf7916dc1c910444303"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82/users/f05078eb36684bf7916dc1c910444303/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}, {"scope": {"domain": {"id": "424ccdce7f9c44f1977a73b5e3b41ad0"}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "8b6e7715d7a04c3682b13b2667de7b04"}, "links": {"assignment": "http://172.30.9.22:5000/v3/domains/424ccdce7f9c44f1977a73b5e3b41ad0/users/8b6e7715d7a04c3682b13b2667de7b04/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}, {"scope": {"system": {"all": true}}, "role": {"id": "7c0a8bf7efff4719ac51c17d596f36d9"}, "user": {"id": "518520b9e3e448d2874dae1fdafcce7d"}, "links": {"assignment": "http://172.30.9.22:5000/v3/system/users/518520b9e3e448d2874dae1fdafcce7d/roles/7c0a8bf7efff4719ac51c17d596f36d9"}}], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-26 00:42:14,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments used request id req-d7a22321-c3af-4e5f-9c1e-eb04f344e12a 2018-08-26 00:42:14,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.193020105362s 2018-08-26 00:42:14,839 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments used request id req-d7a22321-c3af-4e5f-9c1e-eb04f344e12a 2018-08-26 00:42:14,842 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'463d1f922e1948f6bd05a420de81ed82', 'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'0049bfec5dd746eaa3bd4ab1bc064350'}), Munch({'project': u'463d1f922e1948f6bd05a420de81ed82', 'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'02a6c38f931e4804a70ef74c26b7c11d'}), Munch({'project': u'463d1f922e1948f6bd05a420de81ed82', 'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'069bd57c4d4b4158906adf39308a9bfe'}), Munch({'project': u'463d1f922e1948f6bd05a420de81ed82', 'id': u'11f524af5da44288b97b1f6f6db7e992', 'user': u'3234d598132142f3acc53ccdc4abd3bb'}), Munch({'project': u'463d1f922e1948f6bd05a420de81ed82', 'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'3234d598132142f3acc53ccdc4abd3bb'}), Munch({'project': u'463d1f922e1948f6bd05a420de81ed82', 'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'39533691ab574a84aeab5b9d828d1983'}), Munch({'project': u'463d1f922e1948f6bd05a420de81ed82', 'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'474875818d4541cba75d9065b08b7657'}), Munch({'project': u'463d1f922e1948f6bd05a420de81ed82', 'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'474dd411059547088d861f7dc6006e0c'}), Munch({'project': u'f25cbe785dac41128d46915c0c96dbeb', 'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'518520b9e3e448d2874dae1fdafcce7d'}), Munch({'project': u'463d1f922e1948f6bd05a420de81ed82', 'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'56b56736152a413bbf743b3a14c6e5d3'}), Munch({'project': u'463d1f922e1948f6bd05a420de81ed82', 'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'9a7ac8ccfc6f4efd98a69892ae9e09a7'}), Munch({'project': u'463d1f922e1948f6bd05a420de81ed82', 'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'b6c7eb6acbf34ae5aa31f751a52f6ab9'}), Munch({'project': u'463d1f922e1948f6bd05a420de81ed82', 'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'ec0330040c8a4809b49be675e7f85a32'}), Munch({'project': u'463d1f922e1948f6bd05a420de81ed82', 'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'f05078eb36684bf7916dc1c910444303'}), Munch({'domain': u'424ccdce7f9c44f1977a73b5e3b41ad0', 'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'8b6e7715d7a04c3682b13b2667de7b04'}), Munch({'id': u'7c0a8bf7efff4719ac51c17d596f36d9', 'user': u'518520b9e3e448d2874dae1fdafcce7d'})] 2018-08-26 00:42:14,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:42:14,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:15,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acd0992d-8804-4e2e-b3d4-34e310e2f6dd Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:42:15,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-acd0992d-8804-4e2e-b3d4-34e310e2f6dd 2018-08-26 00:42:15,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193037033081s 2018-08-26 00:42:15,039 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-acd0992d-8804-4e2e-b3d4-34e310e2f6dd 2018-08-26 00:42:15,040 - 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'ResellerAdmin', 'id': u'11f524af5da44288b97b1f6f6db7e992'}), 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'491e46518ff24e74bba088607526e742'}), 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'7c0a8bf7efff4719ac51c17d596f36d9'}), 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'82d9930d0bee41c895199897b9683e3c'}), 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'swiftoperator', 'id': u'b7ca3880d7c543f48768059f344251f7'}), 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'd2c04bbc466045d7972d495ffe6a5f3a'})] 2018-08-26 00:42:15,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 00:42:15,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:16,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-50779e27-d5e1-4ab5-8b90-2c774d703b17 Date: Sun, 26 Aug 2018 00:42:16 GMT RESP BODY: {"routers": []} 2018-08-26 00:42:16,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-50779e27-d5e1-4ab5-8b90-2c774d703b17 2018-08-26 00:42:16,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.1348528862s 2018-08-26 00:42:16,177 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-50779e27-d5e1-4ab5-8b90-2c774d703b17 2018-08-26 00:42:16,177 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-26 00:42:16,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:42:16,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:16,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42: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-3ffe6ff3-fb96-4112-ab49-f213a1dbc6b2 x-compute-request-id: req-3ffe6ff3-fb96-4112-ab49-f213a1dbc6b2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-26 00:42:16,272 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3ffe6ff3-fb96-4112-ab49-f213a1dbc6b2 2018-08-26 00:42:16,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0950789451599s 2018-08-26 00:42:16,273 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3ffe6ff3-fb96-4112-ab49-f213a1dbc6b2 2018-08-26 00:42:16,273 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-26 00:42:16,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-26 00:42:16,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:42:16,286 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 26 Aug 2018 00:42:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae9c7cb4-00e0-4f55-8650-7a2cdd6ac33b Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-26 00:42:16,286 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-ae9c7cb4-00e0-4f55-8650-7a2cdd6ac33b 2018-08-26 00:42:16,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:16,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a904b1cb-4bcd-4153-a933-78620240672e Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/0d067ff05f314d33bd9f4d6bf4928b8d"}, "enabled": true, "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/1a726fba89964178b01b9ec0895c0fbb"}, "enabled": true, "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/49d0c7401b6743b3bc87d791d3bc4b38"}, "enabled": true, "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/54f07948905c43d680c730ef8e7fe1e2"}, "enabled": true, "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6189711e24a541428872acf6d1aeb74f"}, "enabled": true, "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/66e51e485fdc414a9fcbada61d0dfd0a"}, "enabled": true, "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/671b789b184d45759ba6c1b046920945"}, "enabled": true, "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/73d1c22a62dd4397b76a98413decab74"}, "enabled": true, "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/760870556fbb49a590abc541b4c991ad"}, "enabled": true, "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9caa0f68da214a88993d8532286152f5"}, "enabled": true, "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9ffb90b0f047431096c57fecb2eaddc4"}, "enabled": true, "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a14639441c164733a1355cc873e5e953"}, "enabled": true, "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bd32f66339924364bc914d545f3b8bb9"}, "enabled": true, "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/be09016ab2be42f080fc97236700fab6"}, "enabled": true, "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ea20b165f7f244d2ad57b7385ada051f"}, "enabled": true, "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-26 00:42:16,472 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-a904b1cb-4bcd-4153-a933-78620240672e 2018-08-26 00:42:16,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.196204185486s 2018-08-26 00:42:16,473 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-a904b1cb-4bcd-4153-a933-78620240672e 2018-08-26 00:42:16,478 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'0d067ff05f314d33bd9f4d6bf4928b8d', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'1a726fba89964178b01b9ec0895c0fbb', 'name': u'cinderv2'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'49d0c7401b6743b3bc87d791d3bc4b38', 'name': u'cinderv3'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'54f07948905c43d680c730ef8e7fe1e2', 'name': u'heat'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'6189711e24a541428872acf6d1aeb74f', 'name': u'placement'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'66e51e485fdc414a9fcbada61d0dfd0a', 'name': u'nova'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'671b789b184d45759ba6c1b046920945', 'name': u'neutron'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'73d1c22a62dd4397b76a98413decab74', 'name': u'panko'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'760870556fbb49a590abc541b4c991ad', 'name': u'cinder'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'9caa0f68da214a88993d8532286152f5', 'name': u'glance'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'9ffb90b0f047431096c57fecb2eaddc4', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'a14639441c164733a1355cc873e5e953', 'name': u'aodh'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'bd32f66339924364bc914d545f3b8bb9', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'be09016ab2be42f080fc97236700fab6', 'name': u'keystone'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'ea20b165f7f244d2ad57b7385ada051f', 'name': u'swift'})] 2018-08-26 00:42:16,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:42:16,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed94c98e2cbad2d2a9dbe16c1a9af8717a9a68f3" 2018-08-26 00:42:16,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-8ce121bf-6a2d-4cf2-a7ff-d7c66dc56df6 Date: Sun, 26 Aug 2018 00:42:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:57Z","dns_nameservers":[],"updated_at":"2018-08-26T00:38:57Z","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":"463d1f922e1948f6bd05a420de81ed82","id":"8c6df188-21d6-4197-bf89-8f166bee1386","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-26 00:42:16,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8ce121bf-6a2d-4cf2-a7ff-d7c66dc56df6 2018-08-26 00:42:16,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0469698905945s 2018-08-26 00:42:16,526 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8ce121bf-6a2d-4cf2-a7ff-d7c66dc56df6 2018-08-26 00:42:16,527 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:38:57Z', 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'8c6df188-21d6-4197-bf89-8f166bee1386', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', u'tenant_id': u'463d1f922e1948f6bd05a420de81ed82', u'created_at': u'2018-08-26T00:38:57Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'463d1f922e1948f6bd05a420de81ed82'})] 2018-08-26 00:42:16,645 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 00:42:16,646 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-26 00:42:16,680 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:42:16,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:42:16,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:42:16,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:42:16,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:42:16,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:42:16,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:42:16,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee7a69dd-36ac-4825-bdd8-1072aa7e3e04 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:42:16,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ee7a69dd-36ac-4825-bdd8-1072aa7e3e04 2018-08-26 00:42:16,805 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:42:17,215 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c0a8bf7efff4719ac51c17d596f36d9", "name": "admin"}, {"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:42:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f25cbe785dac41128d46915c0c96dbeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "518520b9e3e448d2874dae1fdafcce7d"}, "audit_ids": ["SzykYDagR3KRtC_o0epHVA"], "issued_at": "2018-08-26T00:42:17.000000Z"}} 2018-08-26 00:42:17,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:42:17,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b603df0602361ccd1d742385410801d82e25d783" 2018-08-26 00:42:18,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-bfb05cf9-4b87-4ce9-94ce-5fe972dfe767 Date: Sun, 26 Aug 2018 00:42:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:42:18,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bfb05cf9-4b87-4ce9-94ce-5fe972dfe767 2018-08-26 00:42:18,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.23450303078s 2018-08-26 00:42:18,453 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bfb05cf9-4b87-4ce9-94ce-5fe972dfe767 2018-08-26 00:42:18,454 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-26 00:42:18,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 00:42:18,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b603df0602361ccd1d742385410801d82e25d783" -d '{"network": {"name": "tenantnetwork1-net_b0476550-a8fa-4a4a-ab62-a5f72d0d176c", "admin_state_up": true}}' 2018-08-26 00:42:20,120 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-46892c8c-d19b-47eb-9f83-18ca1a661cff Date: Sun, 26 Aug 2018 00:42:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5695a113-8c27-41a8-a957-c1618b112747","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f25cbe785dac41128d46915c0c96dbeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T00:42:19Z","is_default":false,"provider:segmentation_id":30,"name":"tenantnetwork1-net_b0476550-a8fa-4a4a-ab62-a5f72d0d176c","admin_state_up":true,"tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:42:19Z","mtu":1450}} 2018-08-26 00:42:20,120 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-46892c8c-d19b-47eb-9f83-18ca1a661cff 2018-08-26 00:42:20,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.66593408585s 2018-08-26 00:42:20,121 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-46892c8c-d19b-47eb-9f83-18ca1a661cff 2018-08-26 00:42:20,121 - 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-08-26T00:42:19Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5695a113-8c27-41a8-a957-c1618b112747', u'provider:segmentation_id': 30, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_b0476550-a8fa-4a4a-ab62-a5f72d0d176c', u'admin_state_up': True, u'tenant_id': u'f25cbe785dac41128d46915c0c96dbeb', u'created_at': u'2018-08-26T00:42:19Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f25cbe785dac41128d46915c0c96dbeb'}) 2018-08-26 00:42:20,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:42:20,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b603df0602361ccd1d742385410801d82e25d783" 2018-08-26 00:42:21,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-9b897e48-2463-435e-a3ee-7d97567c1f6f Date: Sun, 26 Aug 2018 00:42:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5695a113-8c27-41a8-a957-c1618b112747","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f25cbe785dac41128d46915c0c96dbeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T00:42:19Z","provider:segmentation_id":30,"name":"tenantnetwork1-net_b0476550-a8fa-4a4a-ab62-a5f72d0d176c","admin_state_up":true,"tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:42:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:42:21,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9b897e48-2463-435e-a3ee-7d97567c1f6f 2018-08-26 00:42:21,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.18235611916s 2018-08-26 00:42:21,305 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9b897e48-2463-435e-a3ee-7d97567c1f6f 2018-08-26 00:42:21,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 00:42:21,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b603df0602361ccd1d742385410801d82e25d783" -d '{"subnet": {"name": "tenantnetwork1-subnet_b0476550-a8fa-4a4a-ab62-a5f72d0d176c", "enable_dhcp": true, "network_id": "5695a113-8c27-41a8-a957-c1618b112747", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 00:42:22,868 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-35049f5e-07f1-41bb-a797-f53b0cb3269b Date: Sun, 26 Aug 2018 00:42:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5695a113-8c27-41a8-a957-c1618b112747","tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:42:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:42: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":"f25cbe785dac41128d46915c0c96dbeb","id":"303c2bb4-0857-4ac0-b736-ce476e811a7c","subnetpool_id":null,"name":"tenantnetwork1-subnet_b0476550-a8fa-4a4a-ab62-a5f72d0d176c"}} 2018-08-26 00:42:22,869 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-35049f5e-07f1-41bb-a797-f53b0cb3269b 2018-08-26 00:42:22,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.56229400635s 2018-08-26 00:42:22,869 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-35049f5e-07f1-41bb-a797-f53b0cb3269b 2018-08-26 00:42:22,870 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:42: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'303c2bb4-0857-4ac0-b736-ce476e811a7c', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_b0476550-a8fa-4a4a-ab62-a5f72d0d176c', u'enable_dhcp': True, u'network_id': u'5695a113-8c27-41a8-a957-c1618b112747', u'tenant_id': u'f25cbe785dac41128d46915c0c96dbeb', u'created_at': u'2018-08-26T00:42: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'f25cbe785dac41128d46915c0c96dbeb'}) 2018-08-26 00:42:22,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 00:42:22,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b603df0602361ccd1d742385410801d82e25d783" -d '{"router": {"external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20"}, "name": "tenantnetwork1-router_b0476550-a8fa-4a4a-ab62-a5f72d0d176c", "admin_state_up": true}}' 2018-08-26 00:42:25,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-ff41bc59-db45-4d99-86d4-a9ce39780aff Date: Sun, 26 Aug 2018 00:42:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:42:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-26T00:42:25Z", "revision_number": 2, "routes": [], "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "6af08c3c-5e04-41d0-9d38-5f8f89962f6a", "name": "tenantnetwork1-router_b0476550-a8fa-4a4a-ab62-a5f72d0d176c"}} 2018-08-26 00:42:25,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ff41bc59-db45-4d99-86d4-a9ce39780aff 2018-08-26 00:42:25,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.81758594513s 2018-08-26 00:42:25,688 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ff41bc59-db45-4d99-86d4-a9ce39780aff 2018-08-26 00:42:25,689 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c6df188-21d6-4197-bf89-8f166bee1386', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f25cbe785dac41128d46915c0c96dbeb', u'created_at': u'2018-08-26T00:42:24Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-26T00:42:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'f25cbe785dac41128d46915c0c96dbeb', u'id': u'6af08c3c-5e04-41d0-9d38-5f8f89962f6a', u'name': u'tenantnetwork1-router_b0476550-a8fa-4a4a-ab62-a5f72d0d176c'}) 2018-08-26 00:42:25,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 00:42:25,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/6af08c3c-5e04-41d0-9d38-5f8f89962f6a/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b603df0602361ccd1d742385410801d82e25d783" -d '{"subnet_id": "303c2bb4-0857-4ac0-b736-ce476e811a7c"}' 2018-08-26 00:42:28,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7ce99fd5-ec7b-40f1-b651-522ff3398151 Date: Sun, 26 Aug 2018 00:42:28 GMT RESP BODY: {"network_id": "5695a113-8c27-41a8-a957-c1618b112747", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "subnet_id": "303c2bb4-0857-4ac0-b736-ce476e811a7c", "subnet_ids": ["303c2bb4-0857-4ac0-b736-ce476e811a7c"], "port_id": "47b47877-c539-4ef7-bac7-43d3f380521f", "id": "6af08c3c-5e04-41d0-9d38-5f8f89962f6a"} 2018-08-26 00:42:28,494 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/6af08c3c-5e04-41d0-9d38-5f8f89962f6a/add_router_interface.json used request id req-7ce99fd5-ec7b-40f1-b651-522ff3398151 2018-08-26 00:42:28,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.80462598801s 2018-08-26 00:42:28,494 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/6af08c3c-5e04-41d0-9d38-5f8f89962f6a/add_router_interface.json used request id req-7ce99fd5-ec7b-40f1-b651-522ff3398151 returning object 6af08c3c-5e04-41d0-9d38-5f8f89962f6a 2018-08-26 00:42:28,607 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 00:42:28,607 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:10 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-26 00:42:28,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 00:42:28,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/6af08c3c-5e04-41d0-9d38-5f8f89962f6a/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b603df0602361ccd1d742385410801d82e25d783" -d '{"subnet_id": "303c2bb4-0857-4ac0-b736-ce476e811a7c"}' 2018-08-26 00:42:30,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1eba9810-c40e-471d-8d8a-e9b7468aab6d Date: Sun, 26 Aug 2018 00:42:30 GMT RESP BODY: {"network_id": "5695a113-8c27-41a8-a957-c1618b112747", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "subnet_id": "303c2bb4-0857-4ac0-b736-ce476e811a7c", "subnet_ids": ["303c2bb4-0857-4ac0-b736-ce476e811a7c"], "port_id": "47b47877-c539-4ef7-bac7-43d3f380521f", "id": "6af08c3c-5e04-41d0-9d38-5f8f89962f6a"} 2018-08-26 00:42:30,421 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/6af08c3c-5e04-41d0-9d38-5f8f89962f6a/remove_router_interface.json used request id req-1eba9810-c40e-471d-8d8a-e9b7468aab6d 2018-08-26 00:42:30,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.80858492851s 2018-08-26 00:42:30,421 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/6af08c3c-5e04-41d0-9d38-5f8f89962f6a/remove_router_interface.json used request id req-1eba9810-c40e-471d-8d8a-e9b7468aab6d returning object 6af08c3c-5e04-41d0-9d38-5f8f89962f6a 2018-08-26 00:42:30,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 00:42:30,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b603df0602361ccd1d742385410801d82e25d783" 2018-08-26 00:42:30,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-c8603744-1252-4749-81f6-8e4583aa3f34 Date: Sun, 26 Aug 2018 00:42:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:42:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-26T00:42:29Z", "revision_number": 4, "routes": [], "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "6af08c3c-5e04-41d0-9d38-5f8f89962f6a", "name": "tenantnetwork1-router_b0476550-a8fa-4a4a-ab62-a5f72d0d176c"}]} 2018-08-26 00:42:30,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-c8603744-1252-4749-81f6-8e4583aa3f34 2018-08-26 00:42:30,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.152443885803s 2018-08-26 00:42:30,574 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-c8603744-1252-4749-81f6-8e4583aa3f34 2018-08-26 00:42:30,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 00:42:30,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/6af08c3c-5e04-41d0-9d38-5f8f89962f6a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b603df0602361ccd1d742385410801d82e25d783" 2018-08-26 00:42:33,327 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34e50393-960e-4abc-84ac-1b361f428a92 Content-Length: 0 Date: Sun, 26 Aug 2018 00:42:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:42:33,328 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/6af08c3c-5e04-41d0-9d38-5f8f89962f6a.json used request id req-34e50393-960e-4abc-84ac-1b361f428a92 2018-08-26 00:42:33,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.75207591057s 2018-08-26 00:42:33,328 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/6af08c3c-5e04-41d0-9d38-5f8f89962f6a.json used request id req-34e50393-960e-4abc-84ac-1b361f428a92 2018-08-26 00:42:33,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:42:33,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b603df0602361ccd1d742385410801d82e25d783" 2018-08-26 00:42:33,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-48781a80-5a69-4450-8f78-5c3f5c94d563 Date: Sun, 26 Aug 2018 00:42:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5695a113-8c27-41a8-a957-c1618b112747","tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:42:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:42: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":"f25cbe785dac41128d46915c0c96dbeb","id":"303c2bb4-0857-4ac0-b736-ce476e811a7c","subnetpool_id":null,"name":"tenantnetwork1-subnet_b0476550-a8fa-4a4a-ab62-a5f72d0d176c"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:57Z","dns_nameservers":[],"updated_at":"2018-08-26T00:38:57Z","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":"463d1f922e1948f6bd05a420de81ed82","id":"8c6df188-21d6-4197-bf89-8f166bee1386","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-26 00:42:33,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-48781a80-5a69-4450-8f78-5c3f5c94d563 2018-08-26 00:42:33,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.307632923126s 2018-08-26 00:42:33,637 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-48781a80-5a69-4450-8f78-5c3f5c94d563 2018-08-26 00:42:33,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 00:42:33,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/303c2bb4-0857-4ac0-b736-ce476e811a7c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b603df0602361ccd1d742385410801d82e25d783" 2018-08-26 00:42:37,119 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-41893388-261e-4123-b6a2-90b45cca5dd6 Date: Sun, 26 Aug 2018 00:42:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:42:37,119 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/303c2bb4-0857-4ac0-b736-ce476e811a7c.json used request id req-41893388-261e-4123-b6a2-90b45cca5dd6 2018-08-26 00:42:37,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.48129105568s 2018-08-26 00:42:37,120 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/303c2bb4-0857-4ac0-b736-ce476e811a7c.json used request id req-41893388-261e-4123-b6a2-90b45cca5dd6 2018-08-26 00:42:37,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:42:37,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b603df0602361ccd1d742385410801d82e25d783" 2018-08-26 00:42:37,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-3093132b-abc0-48e3-9fa6-bce6fb63f111 Date: Sun, 26 Aug 2018 00:42:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5695a113-8c27-41a8-a957-c1618b112747","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f25cbe785dac41128d46915c0c96dbeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T00:42:36Z","provider:segmentation_id":30,"name":"tenantnetwork1-net_b0476550-a8fa-4a4a-ab62-a5f72d0d176c","admin_state_up":true,"tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:42:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:42:37,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3093132b-abc0-48e3-9fa6-bce6fb63f111 2018-08-26 00:42:37,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0933928489685s 2018-08-26 00:42:37,214 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3093132b-abc0-48e3-9fa6-bce6fb63f111 2018-08-26 00:42:37,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 00:42:37,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/5695a113-8c27-41a8-a957-c1618b112747.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b603df0602361ccd1d742385410801d82e25d783" 2018-08-26 00:42:39,245 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0361705c-8f47-4ad1-8359-18febda57a0f Date: Sun, 26 Aug 2018 00:42:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:42:39,245 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/5695a113-8c27-41a8-a957-c1618b112747.json used request id req-0361705c-8f47-4ad1-8359-18febda57a0f 2018-08-26 00:42:39,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.02946805954s 2018-08-26 00:42:39,245 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/5695a113-8c27-41a8-a957-c1618b112747.json used request id req-0361705c-8f47-4ad1-8359-18febda57a0f 2018-08-26 00:42:39,298 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-26 00:42:39,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:42:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:42:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:42:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:42:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:42:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:42:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:42:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:42:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:42:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:42:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:42:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:42:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:42:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:42:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:42:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:42:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:42:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:42:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:42:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:42:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:42:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:42:39,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:42:39,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a72e662-5083-4a36-b684-35e82c54500e 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:42:39,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8a72e662-5083-4a36-b684-35e82c54500e 2018-08-26 00:42:39,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:42:39,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c0a8bf7efff4719ac51c17d596f36d9", "name": "admin"}, {"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:42:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f25cbe785dac41128d46915c0c96dbeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "518520b9e3e448d2874dae1fdafcce7d"}, "audit_ids": ["S0HF88Z3T5eruh6M5Zr0zA"], "issued_at": "2018-08-26T00:42:39.000000Z"}} 2018-08-26 00:42:39,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:42:39,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:42:40,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e32bebfc-30e2-4a77-98b9-40802eaefb47 Date: Sun, 26 Aug 2018 00:42:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:42:40,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e32bebfc-30e2-4a77-98b9-40802eaefb47 2018-08-26 00:42:40,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.593708992004s 2018-08-26 00:42:40,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e32bebfc-30e2-4a77-98b9-40802eaefb47 2018-08-26 00:42:40,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:42:40,364 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 26 Aug 2018 00:42:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8add092-d614-4c08-8f87-581f340dd3bf 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.22:5000/v3/", "rel": "self"}]}]}} 2018-08-26 00:42:40,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-e8add092-d614-4c08-8f87-581f340dd3bf 2018-08-26 00:42:40,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 00:42:40,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:42:40,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8c95832-6e83-4743-9a22-bd5e94fa1757 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/424ccdce7f9c44f1977a73b5e3b41ad0"}, "tags": [], "enabled": true, "id": "424ccdce7f9c44f1977a73b5e3b41ad0", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-26 00:42:40,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-c8c95832-6e83-4743-9a22-bd5e94fa1757 2018-08-26 00:42:40,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.269037008286s 2018-08-26 00:42:40,635 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-c8c95832-6e83-4743-9a22-bd5e94fa1757 2018-08-26 00:42:40,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-26 00:42:40,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9"}}' 2018-08-26 00:42:40,932 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 00:42:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06a59248-741b-443d-be96-c2e92fdfed9b 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.22:5000/v3/projects/452ffbe3d96e4371ac3f8b741b235c43"}, "tags": [], "enabled": true, "id": "452ffbe3d96e4371ac3f8b741b235c43", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9"}} 2018-08-26 00:42:40,932 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-06a59248-741b-443d-be96-c2e92fdfed9b 2018-08-26 00:42:40,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.290158987045s 2018-08-26 00:42:40,932 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-06a59248-741b-443d-be96-c2e92fdfed9b 2018-08-26 00:42:40,933 - 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'452ffbe3d96e4371ac3f8b741b235c43', '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_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9'}) 2018-08-26 00:42:40,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-26 00:42:40,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4219f80c-b4ac-4dab-b10b-b118bc83b0a3", "email": null, "name": "tenantnetwork2-user_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9"}}' 2018-08-26 00:42:41,531 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 00:42:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c174a9e-9c5c-4ba2-8a17-8f31e4e50bf1 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9", "links": {"self": "http://172.30.9.22:5000/v3/users/f4c02f54f72240fb9a7dd37b80e30671"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f4c02f54f72240fb9a7dd37b80e30671", "domain_id": "default", "password_expires_at": null}} 2018-08-26 00:42:41,531 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-7c174a9e-9c5c-4ba2-8a17-8f31e4e50bf1 2018-08-26 00:42:41,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.59209895134s 2018-08-26 00:42:41,531 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-7c174a9e-9c5c-4ba2-8a17-8f31e4e50bf1 2018-08-26 00:42:41,532 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f4c02f54f72240fb9a7dd37b80e30671', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9'}) 2018-08-26 00:42:41,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:42:41,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:42:41,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12c9bfc6-d18c-49de-8599-3f755dabe64f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:42:41,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-12c9bfc6-d18c-49de-8599-3f755dabe64f 2018-08-26 00:42:41,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.308429002762s 2018-08-26 00:42:41,844 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-12c9bfc6-d18c-49de-8599-3f755dabe64f 2018-08-26 00:42:41,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:42:41,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:42:42,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b490fba-9456-4c19-9f4e-34ab30ca406a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:42:42,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4b490fba-9456-4c19-9f4e-34ab30ca406a 2018-08-26 00:42:42,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.271770954132s 2018-08-26 00:42:42,122 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4b490fba-9456-4c19-9f4e-34ab30ca406a 2018-08-26 00:42:42,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:42:42,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:42:42,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d3fd52b-0e4a-454f-ae8e-e3a4ce337a5d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:42:42,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4d3fd52b-0e4a-454f-ae8e-e3a4ce337a5d 2018-08-26 00:42:42,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196708917618s 2018-08-26 00:42:42,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4d3fd52b-0e4a-454f-ae8e-e3a4ce337a5d 2018-08-26 00:42:42,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 00:42:42,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:42:42,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbcaaa08-c65f-476f-ab0c-f3672d0ae75e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-26 00:42:42,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-cbcaaa08-c65f-476f-ab0c-f3672d0ae75e 2018-08-26 00:42:42,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196614027023s 2018-08-26 00:42:42,526 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-cbcaaa08-c65f-476f-ab0c-f3672d0ae75e 2018-08-26 00:42:42,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:42:42,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:42:42,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bac51123-7494-49c6-bbe3-6dd48fe553cc Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/0049bfec5dd746eaa3bd4ab1bc064350"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0049bfec5dd746eaa3bd4ab1bc064350", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/02a6c38f931e4804a70ef74c26b7c11d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02a6c38f931e4804a70ef74c26b7c11d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/069bd57c4d4b4158906adf39308a9bfe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "069bd57c4d4b4158906adf39308a9bfe", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3234d598132142f3acc53ccdc4abd3bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3234d598132142f3acc53ccdc4abd3bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/39533691ab574a84aeab5b9d828d1983"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39533691ab574a84aeab5b9d828d1983", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/474875818d4541cba75d9065b08b7657"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474875818d4541cba75d9065b08b7657", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/474dd411059547088d861f7dc6006e0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474dd411059547088d861f7dc6006e0c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/518520b9e3e448d2874dae1fdafcce7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "518520b9e3e448d2874dae1fdafcce7d", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/56b56736152a413bbf743b3a14c6e5d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56b56736152a413bbf743b3a14c6e5d3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/8b6e7715d7a04c3682b13b2667de7b04"}, "domain_id": "424ccdce7f9c44f1977a73b5e3b41ad0", "enabled": true, "options": {}, "id": "8b6e7715d7a04c3682b13b2667de7b04", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/9a7ac8ccfc6f4efd98a69892ae9e09a7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a7ac8ccfc6f4efd98a69892ae9e09a7", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/b6c7eb6acbf34ae5aa31f751a52f6ab9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6c7eb6acbf34ae5aa31f751a52f6ab9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/ec0330040c8a4809b49be675e7f85a32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec0330040c8a4809b49be675e7f85a32", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/f05078eb36684bf7916dc1c910444303"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f05078eb36684bf7916dc1c910444303", "email": "glance@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9", "links": {"self": "http://172.30.9.22:5000/v3/users/f4c02f54f72240fb9a7dd37b80e30671"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f4c02f54f72240fb9a7dd37b80e30671", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-26 00:42:42,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bac51123-7494-49c6-bbe3-6dd48fe553cc 2018-08-26 00:42:42,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204085111618s 2018-08-26 00:42:42,731 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bac51123-7494-49c6-bbe3-6dd48fe553cc 2018-08-26 00:42:42,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 00:42:42,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:42:42,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-948e374a-36fa-422c-9caf-fa265467d165 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f25cbe785dac41128d46915c0c96dbeb"}, "tags": [], "enabled": true, "id": "f25cbe785dac41128d46915c0c96dbeb", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82"}, "tags": [], "enabled": true, "id": "463d1f922e1948f6bd05a420de81ed82", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/452ffbe3d96e4371ac3f8b741b235c43"}, "tags": [], "enabled": true, "id": "452ffbe3d96e4371ac3f8b741b235c43", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9"}]} 2018-08-26 00:42:42,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-948e374a-36fa-422c-9caf-fa265467d165 2018-08-26 00:42:42,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.113034963608s 2018-08-26 00:42:42,856 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-948e374a-36fa-422c-9caf-fa265467d165 2018-08-26 00:42:42,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-26 00:42:42,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=f4c02f54f72240fb9a7dd37b80e30671&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=452ffbe3d96e4371ac3f8b741b235c43" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:42:43,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a11276e5-b695-43c7-a32d-ad5fff1194f3 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=f4c02f54f72240fb9a7dd37b80e30671&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=452ffbe3d96e4371ac3f8b741b235c43", "previous": null, "next": null}} 2018-08-26 00:42:43,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=f4c02f54f72240fb9a7dd37b80e30671&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=452ffbe3d96e4371ac3f8b741b235c43 used request id req-a11276e5-b695-43c7-a32d-ad5fff1194f3 2018-08-26 00:42:43,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.311583995819s 2018-08-26 00:42:43,175 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=f4c02f54f72240fb9a7dd37b80e30671&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=452ffbe3d96e4371ac3f8b741b235c43 used request id req-a11276e5-b695-43c7-a32d-ad5fff1194f3 2018-08-26 00:42:43,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-26 00:42:43,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/452ffbe3d96e4371ac3f8b741b235c43/users/f4c02f54f72240fb9a7dd37b80e30671/roles/82d9930d0bee41c895199897b9683e3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:42:43,605 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:42:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98932944-e21a-4045-98ab-c4f49c355237 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:42:43,605 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/452ffbe3d96e4371ac3f8b741b235c43/users/f4c02f54f72240fb9a7dd37b80e30671/roles/82d9930d0bee41c895199897b9683e3c used request id req-98932944-e21a-4045-98ab-c4f49c355237 2018-08-26 00:42:43,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.426490068436s 2018-08-26 00:42:43,606 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/452ffbe3d96e4371ac3f8b741b235c43/users/f4c02f54f72240fb9a7dd37b80e30671/roles/82d9930d0bee41c895199897b9683e3c used request id req-98932944-e21a-4045-98ab-c4f49c355237 2018-08-26 00:42:43,606 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9', 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'452ffbe3d96e4371ac3f8b741b235c43', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '4219f80c-b4ac-4dab-b10b-b118bc83b0a3', 'username': u'tenantnetwork2-user_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-26 00:42:43,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:42:43,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:42:43,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:42:43,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:42:43,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:42:43,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:42:43,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:42:43,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:42:43,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:42:43,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:42:43,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:42:43,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:42:43,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:42:43,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:42:43,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:42:43,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:42:43,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:42:43,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:42:43,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:42:43,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:42:43,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:42:43,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:42:43,611 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9', 'password': '4219f80c-b4ac-4dab-b10b-b118bc83b0a3', 'project_name': 'tenantnetwork2-project_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '452ffbe3d96e4371ac3f8b741b235c43', 'project_domain_name': 'Default'} 2018-08-26 00:42:43,612 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-26 00:42:43,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:42:43,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3376df48-3f30-40d5-b6c1-34baee9095da 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:42:43,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3376df48-3f30-40d5-b6c1-34baee9095da 2018-08-26 00:42:43,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:42:44,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:42:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "452ffbe3d96e4371ac3f8b741b235c43", "name": "tenantnetwork2-project_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/452ffbe3d96e4371ac3f8b741b235c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/452ffbe3d96e4371ac3f8b741b235c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/452ffbe3d96e4371ac3f8b741b235c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/452ffbe3d96e4371ac3f8b741b235c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/452ffbe3d96e4371ac3f8b741b235c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/452ffbe3d96e4371ac3f8b741b235c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/452ffbe3d96e4371ac3f8b741b235c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/452ffbe3d96e4371ac3f8b741b235c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/452ffbe3d96e4371ac3f8b741b235c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/452ffbe3d96e4371ac3f8b741b235c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/452ffbe3d96e4371ac3f8b741b235c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/452ffbe3d96e4371ac3f8b741b235c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_452ffbe3d96e4371ac3f8b741b235c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_452ffbe3d96e4371ac3f8b741b235c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9", "id": "f4c02f54f72240fb9a7dd37b80e30671"}, "audit_ids": ["MowN6B_1SCWeLjYIXw-xWw"], "issued_at": "2018-08-26T00:42:44.000000Z"}} 2018-08-26 00:42:44,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 00:42:44,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}691a082bf0f16802e7b1cfecf9920544529bc581" -d '{"network": {"name": "tenantnetwork2-net_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9", "admin_state_up": true}}' 2018-08-26 00:42:45,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-13e35b11-7f87-4b4f-8eda-41ae0b9afcc2 Date: Sun, 26 Aug 2018 00:42:45 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"452ffbe3d96e4371ac3f8b741b235c43","created_at":"2018-08-26T00:42:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-26T00:42:45Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"452ffbe3d96e4371ac3f8b741b235c43","id":"1359ca1a-4a17-4113-a967-afebca97e757","name":"tenantnetwork2-net_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9"}} 2018-08-26 00:42:45,557 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-13e35b11-7f87-4b4f-8eda-41ae0b9afcc2 2018-08-26 00:42:45,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.43808317184s 2018-08-26 00:42:45,558 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-13e35b11-7f87-4b4f-8eda-41ae0b9afcc2 2018-08-26 00:42:45,558 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:42:45Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'1359ca1a-4a17-4113-a967-afebca97e757', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9', u'admin_state_up': True, u'tenant_id': u'452ffbe3d96e4371ac3f8b741b235c43', u'created_at': u'2018-08-26T00:42:45Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'452ffbe3d96e4371ac3f8b741b235c43'}) 2018-08-26 00:42:45,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:42:45,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}691a082bf0f16802e7b1cfecf9920544529bc581" 2018-08-26 00:42:45,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-3b6d2a56-55fe-40ee-8d1a-288c078c2006 Date: Sun, 26 Aug 2018 00:42:45 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-08-26T00:42:45Z","tenant_id":"452ffbe3d96e4371ac3f8b741b235c43","created_at":"2018-08-26T00:42:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"452ffbe3d96e4371ac3f8b741b235c43","id":"1359ca1a-4a17-4113-a967-afebca97e757","name":"tenantnetwork2-net_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:42:45,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3b6d2a56-55fe-40ee-8d1a-288c078c2006 2018-08-26 00:42:45,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.370641946793s 2018-08-26 00:42:45,930 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3b6d2a56-55fe-40ee-8d1a-288c078c2006 2018-08-26 00:42:45,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 00:42:45,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}691a082bf0f16802e7b1cfecf9920544529bc581" -d '{"subnet": {"name": "tenantnetwork2-subnet_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9", "enable_dhcp": true, "network_id": "1359ca1a-4a17-4113-a967-afebca97e757", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 00:42:47,192 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4a7d32c8-ea21-4671-aa9d-bf6092e3b194 Date: Sun, 26 Aug 2018 00:42:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1359ca1a-4a17-4113-a967-afebca97e757","tenant_id":"452ffbe3d96e4371ac3f8b741b235c43","created_at":"2018-08-26T00:42:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:42:46Z","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":"452ffbe3d96e4371ac3f8b741b235c43","id":"7e7de6d8-2844-4037-8e7b-6ecd77c9b7f4","subnetpool_id":null,"name":"tenantnetwork2-subnet_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9"}} 2018-08-26 00:42:47,193 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-4a7d32c8-ea21-4671-aa9d-bf6092e3b194 2018-08-26 00:42:47,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.26078987122s 2018-08-26 00:42:47,193 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-4a7d32c8-ea21-4671-aa9d-bf6092e3b194 2018-08-26 00:42:47,193 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:42:46Z', 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'7e7de6d8-2844-4037-8e7b-6ecd77c9b7f4', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9', u'enable_dhcp': True, u'network_id': u'1359ca1a-4a17-4113-a967-afebca97e757', u'tenant_id': u'452ffbe3d96e4371ac3f8b741b235c43', u'created_at': u'2018-08-26T00:42:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'452ffbe3d96e4371ac3f8b741b235c43'}) 2018-08-26 00:42:47,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 00:42:47,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}691a082bf0f16802e7b1cfecf9920544529bc581" -d '{"router": {"external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20"}, "name": "tenantnetwork2-router_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9", "admin_state_up": true}}' 2018-08-26 00:42:49,505 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-81a256f8-4d09-4ad4-a596-55550f61d175 Date: Sun, 26 Aug 2018 00:42:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "created_at": "2018-08-26T00:42:48Z", "admin_state_up": true, "updated_at": "2018-08-26T00:42:49Z", "revision_number": 2, "routes": [], "project_id": "452ffbe3d96e4371ac3f8b741b235c43", "id": "71886f4e-e25a-496c-93e7-156775108b16", "name": "tenantnetwork2-router_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9"}} 2018-08-26 00:42:49,506 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-81a256f8-4d09-4ad4-a596-55550f61d175 2018-08-26 00:42:49,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.31159186363s 2018-08-26 00:42:49,506 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-81a256f8-4d09-4ad4-a596-55550f61d175 2018-08-26 00:42:49,507 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c6df188-21d6-4197-bf89-8f166bee1386', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'452ffbe3d96e4371ac3f8b741b235c43', u'created_at': u'2018-08-26T00:42:48Z', u'admin_state_up': True, u'updated_at': u'2018-08-26T00:42:49Z', u'revision_number': 2, u'routes': [], u'project_id': u'452ffbe3d96e4371ac3f8b741b235c43', u'id': u'71886f4e-e25a-496c-93e7-156775108b16', u'name': u'tenantnetwork2-router_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9'}) 2018-08-26 00:42:49,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 00:42:49,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/71886f4e-e25a-496c-93e7-156775108b16/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}691a082bf0f16802e7b1cfecf9920544529bc581" -d '{"subnet_id": "7e7de6d8-2844-4037-8e7b-6ecd77c9b7f4"}' 2018-08-26 00:42:52,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c02e44ed-ff6c-45eb-93b8-c6060d752be2 Date: Sun, 26 Aug 2018 00:42:52 GMT RESP BODY: {"network_id": "1359ca1a-4a17-4113-a967-afebca97e757", "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "subnet_id": "7e7de6d8-2844-4037-8e7b-6ecd77c9b7f4", "subnet_ids": ["7e7de6d8-2844-4037-8e7b-6ecd77c9b7f4"], "port_id": "f0759fbd-2c17-4a31-a6e4-e8ab44e1faae", "id": "71886f4e-e25a-496c-93e7-156775108b16"} 2018-08-26 00:42:52,656 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/71886f4e-e25a-496c-93e7-156775108b16/add_router_interface.json used request id req-c02e44ed-ff6c-45eb-93b8-c6060d752be2 2018-08-26 00:42:52,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.14906287193s 2018-08-26 00:42:52,657 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/71886f4e-e25a-496c-93e7-156775108b16/add_router_interface.json used request id req-c02e44ed-ff6c-45eb-93b8-c6060d752be2 returning object 71886f4e-e25a-496c-93e7-156775108b16 2018-08-26 00:42:52,769 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 00:42:52,770 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-26 00:42:52,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 00:42:52,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/71886f4e-e25a-496c-93e7-156775108b16/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}691a082bf0f16802e7b1cfecf9920544529bc581" -d '{"subnet_id": "7e7de6d8-2844-4037-8e7b-6ecd77c9b7f4"}' 2018-08-26 00:42:54,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6c92942c-8436-4920-9122-039a22953a9b Date: Sun, 26 Aug 2018 00:42:54 GMT RESP BODY: {"network_id": "1359ca1a-4a17-4113-a967-afebca97e757", "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "subnet_id": "7e7de6d8-2844-4037-8e7b-6ecd77c9b7f4", "subnet_ids": ["7e7de6d8-2844-4037-8e7b-6ecd77c9b7f4"], "port_id": "f0759fbd-2c17-4a31-a6e4-e8ab44e1faae", "id": "71886f4e-e25a-496c-93e7-156775108b16"} 2018-08-26 00:42:54,507 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/71886f4e-e25a-496c-93e7-156775108b16/remove_router_interface.json used request id req-6c92942c-8436-4920-9122-039a22953a9b 2018-08-26 00:42:54,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.73207497597s 2018-08-26 00:42:54,507 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/71886f4e-e25a-496c-93e7-156775108b16/remove_router_interface.json used request id req-6c92942c-8436-4920-9122-039a22953a9b returning object 71886f4e-e25a-496c-93e7-156775108b16 2018-08-26 00:42:54,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 00:42:54,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}691a082bf0f16802e7b1cfecf9920544529bc581" 2018-08-26 00:42:54,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-14ab70a8-e4b2-46ab-90d7-5d4bee872b93 Date: Sun, 26 Aug 2018 00:42:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "created_at": "2018-08-26T00:42:48Z", "admin_state_up": true, "updated_at": "2018-08-26T00:42:53Z", "revision_number": 4, "routes": [], "project_id": "452ffbe3d96e4371ac3f8b741b235c43", "id": "71886f4e-e25a-496c-93e7-156775108b16", "name": "tenantnetwork2-router_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9"}]} 2018-08-26 00:42:54,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-14ab70a8-e4b2-46ab-90d7-5d4bee872b93 2018-08-26 00:42:54,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113252878189s 2018-08-26 00:42:54,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-14ab70a8-e4b2-46ab-90d7-5d4bee872b93 2018-08-26 00:42:54,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 00:42:54,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/71886f4e-e25a-496c-93e7-156775108b16.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}691a082bf0f16802e7b1cfecf9920544529bc581" 2018-08-26 00:42:56,491 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6afcfc00-caa4-4e12-842a-a0479672f943 Content-Length: 0 Date: Sun, 26 Aug 2018 00:42:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:42:56,491 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/71886f4e-e25a-496c-93e7-156775108b16.json used request id req-6afcfc00-caa4-4e12-842a-a0479672f943 2018-08-26 00:42:56,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.86825799942s 2018-08-26 00:42:56,492 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/71886f4e-e25a-496c-93e7-156775108b16.json used request id req-6afcfc00-caa4-4e12-842a-a0479672f943 2018-08-26 00:42:56,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:42:56,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}691a082bf0f16802e7b1cfecf9920544529bc581" 2018-08-26 00:42:57,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-783a35ef-73fa-4423-a2d0-ad6731b2f6ca Date: Sun, 26 Aug 2018 00:42:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1359ca1a-4a17-4113-a967-afebca97e757","tenant_id":"452ffbe3d96e4371ac3f8b741b235c43","created_at":"2018-08-26T00:42:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:42:46Z","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":"452ffbe3d96e4371ac3f8b741b235c43","id":"7e7de6d8-2844-4037-8e7b-6ecd77c9b7f4","subnetpool_id":null,"name":"tenantnetwork2-subnet_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9"}]} 2018-08-26 00:42:57,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-783a35ef-73fa-4423-a2d0-ad6731b2f6ca 2018-08-26 00:42:57,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.06142401695s 2018-08-26 00:42:57,554 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-783a35ef-73fa-4423-a2d0-ad6731b2f6ca 2018-08-26 00:42:57,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 00:42:57,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/7e7de6d8-2844-4037-8e7b-6ecd77c9b7f4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}691a082bf0f16802e7b1cfecf9920544529bc581" 2018-08-26 00:43:00,984 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3918b151-74c0-4fa7-b3d8-deab02d0413f Date: Sun, 26 Aug 2018 00:43:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:43:00,985 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/7e7de6d8-2844-4037-8e7b-6ecd77c9b7f4.json used request id req-3918b151-74c0-4fa7-b3d8-deab02d0413f 2018-08-26 00:43:00,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.42927002907s 2018-08-26 00:43:00,985 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/7e7de6d8-2844-4037-8e7b-6ecd77c9b7f4.json used request id req-3918b151-74c0-4fa7-b3d8-deab02d0413f 2018-08-26 00:43:00,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:43:00,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}691a082bf0f16802e7b1cfecf9920544529bc581" 2018-08-26 00:43:02,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-91badf47-e87b-4d5b-8b8f-8c1f2f8feac6 Date: Sun, 26 Aug 2018 00:43:02 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-08-26T00:43:00Z","tenant_id":"452ffbe3d96e4371ac3f8b741b235c43","created_at":"2018-08-26T00:42:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"452ffbe3d96e4371ac3f8b741b235c43","id":"1359ca1a-4a17-4113-a967-afebca97e757","name":"tenantnetwork2-net_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:43:02,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-91badf47-e87b-4d5b-8b8f-8c1f2f8feac6 2018-08-26 00:43:02,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.29584479332s 2018-08-26 00:43:02,282 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-91badf47-e87b-4d5b-8b8f-8c1f2f8feac6 2018-08-26 00:43:02,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 00:43:02,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/1359ca1a-4a17-4113-a967-afebca97e757.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}691a082bf0f16802e7b1cfecf9920544529bc581" 2018-08-26 00:43:04,197 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b30d1a15-853c-46de-90c4-7c95059d4460 Date: Sun, 26 Aug 2018 00:43:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:43:04,198 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/1359ca1a-4a17-4113-a967-afebca97e757.json used request id req-b30d1a15-853c-46de-90c4-7c95059d4460 2018-08-26 00:43:04,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.91481995583s 2018-08-26 00:43:04,198 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/1359ca1a-4a17-4113-a967-afebca97e757.json used request id req-b30d1a15-853c-46de-90c4-7c95059d4460 2018-08-26 00:43:04,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:43:04,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:43:04,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fd851cf-82ab-4324-a43d-794408415654 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/0049bfec5dd746eaa3bd4ab1bc064350"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0049bfec5dd746eaa3bd4ab1bc064350", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/02a6c38f931e4804a70ef74c26b7c11d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02a6c38f931e4804a70ef74c26b7c11d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/069bd57c4d4b4158906adf39308a9bfe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "069bd57c4d4b4158906adf39308a9bfe", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3234d598132142f3acc53ccdc4abd3bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3234d598132142f3acc53ccdc4abd3bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/39533691ab574a84aeab5b9d828d1983"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39533691ab574a84aeab5b9d828d1983", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/474875818d4541cba75d9065b08b7657"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474875818d4541cba75d9065b08b7657", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/474dd411059547088d861f7dc6006e0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474dd411059547088d861f7dc6006e0c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/518520b9e3e448d2874dae1fdafcce7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "518520b9e3e448d2874dae1fdafcce7d", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/56b56736152a413bbf743b3a14c6e5d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56b56736152a413bbf743b3a14c6e5d3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/8b6e7715d7a04c3682b13b2667de7b04"}, "domain_id": "424ccdce7f9c44f1977a73b5e3b41ad0", "enabled": true, "options": {}, "id": "8b6e7715d7a04c3682b13b2667de7b04", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/9a7ac8ccfc6f4efd98a69892ae9e09a7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a7ac8ccfc6f4efd98a69892ae9e09a7", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/b6c7eb6acbf34ae5aa31f751a52f6ab9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6c7eb6acbf34ae5aa31f751a52f6ab9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/ec0330040c8a4809b49be675e7f85a32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec0330040c8a4809b49be675e7f85a32", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/f05078eb36684bf7916dc1c910444303"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f05078eb36684bf7916dc1c910444303", "email": "glance@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9", "links": {"self": "http://172.30.9.22:5000/v3/users/f4c02f54f72240fb9a7dd37b80e30671"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f4c02f54f72240fb9a7dd37b80e30671", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-26 00:43:04,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3fd851cf-82ab-4324-a43d-794408415654 2018-08-26 00:43:04,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.211771011353s 2018-08-26 00:43:04,411 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3fd851cf-82ab-4324-a43d-794408415654 2018-08-26 00:43:04,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:43:04,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/f4c02f54f72240fb9a7dd37b80e30671 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:43:04,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02d54e84-46e2-4e50-96a6-c48596caee7e Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9", "links": {"self": "http://172.30.9.22:5000/v3/users/f4c02f54f72240fb9a7dd37b80e30671"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f4c02f54f72240fb9a7dd37b80e30671", "description": null}} 2018-08-26 00:43:04,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/f4c02f54f72240fb9a7dd37b80e30671 used request id req-02d54e84-46e2-4e50-96a6-c48596caee7e 2018-08-26 00:43:04,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210858821869s 2018-08-26 00:43:04,628 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/f4c02f54f72240fb9a7dd37b80e30671 used request id req-02d54e84-46e2-4e50-96a6-c48596caee7e 2018-08-26 00:43:04,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-26 00:43:04,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/f4c02f54f72240fb9a7dd37b80e30671 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:43:04,979 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:43:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3944d0a8-c4a4-4d85-b765-25be2aec9c5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:43:04,979 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/f4c02f54f72240fb9a7dd37b80e30671 used request id req-3944d0a8-c4a4-4d85-b765-25be2aec9c5b 2018-08-26 00:43:04,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.350445985794s 2018-08-26 00:43:04,979 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/f4c02f54f72240fb9a7dd37b80e30671 used request id req-3944d0a8-c4a4-4d85-b765-25be2aec9c5b 2018-08-26 00:43:04,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 00:43:04,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:43:05,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-281d0b9d-038c-430f-b366-65ba9633fc97 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/452ffbe3d96e4371ac3f8b741b235c43"}, "tags": [], "enabled": true, "id": "452ffbe3d96e4371ac3f8b741b235c43", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_8b8ea5aa-7701-4951-83ae-e0c7e6b139c9"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82"}, "tags": [], "enabled": true, "id": "463d1f922e1948f6bd05a420de81ed82", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f25cbe785dac41128d46915c0c96dbeb"}, "tags": [], "enabled": true, "id": "f25cbe785dac41128d46915c0c96dbeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-26 00:43:05,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-281d0b9d-038c-430f-b366-65ba9633fc97 2018-08-26 00:43:05,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.189994096756s 2018-08-26 00:43:05,176 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-281d0b9d-038c-430f-b366-65ba9633fc97 2018-08-26 00:43:05,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-26 00:43:05,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/452ffbe3d96e4371ac3f8b741b235c43 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bddfc317a44722a1af903375191ad64378cc3532" 2018-08-26 00:43:05,519 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:43:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37798aac-cfbd-407d-bd72-bdb2cb281d1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:43:05,519 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/452ffbe3d96e4371ac3f8b741b235c43 used request id req-37798aac-cfbd-407d-bd72-bdb2cb281d1b 2018-08-26 00:43:05,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.339280128479s 2018-08-26 00:43:05,519 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/452ffbe3d96e4371ac3f8b741b235c43 used request id req-37798aac-cfbd-407d-bd72-bdb2cb281d1b 2018-08-26 00:43:05,573 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-26 00:43:05,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:43:05,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:43:05,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:43:05,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:43:05,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:43:05,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:43:05,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:43:05,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:43:05,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:43:05,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:43:05,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:43:05,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:43:05,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:43:05,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:43:05,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:43:05,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:43:05,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:43:05,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:43:05,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:43:05,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:43:05,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:43:05,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:43:05,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:43:05,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fea4483-e18c-4f18-87bc-3b79fb80a12c 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:43:05,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5fea4483-e18c-4f18-87bc-3b79fb80a12c 2018-08-26 00:43:05,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:43:06,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c0a8bf7efff4719ac51c17d596f36d9", "name": "admin"}, {"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:43:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f25cbe785dac41128d46915c0c96dbeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "518520b9e3e448d2874dae1fdafcce7d"}, "audit_ids": ["zQgyaZEtT_-9uBJmh5fgug"], "issued_at": "2018-08-26T00:43:06.000000Z"}} 2018-08-26 00:43:06,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:43:06,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" 2018-08-26 00:43:06,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1b9e9bc4-b3c3-4654-a64b-ef4af3c369da Date: Sun, 26 Aug 2018 00:43:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:43:06,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1b9e9bc4-b3c3-4654-a64b-ef4af3c369da 2018-08-26 00:43:06,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.35725903511s 2018-08-26 00:43:06,467 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1b9e9bc4-b3c3-4654-a64b-ef4af3c369da 2018-08-26 00:43:06,468 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-26 00:43:06,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 00:43:06,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" -d '{"network": {"name": "vmready1-net_d0f2d7f9-7814-487f-9721-6eee77c3e1c1", "admin_state_up": true}}' 2018-08-26 00:43:07,006 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-b568e8b9-636b-470f-a49b-0a5cd631523c Date: Sun, 26 Aug 2018 00:43:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f8137a4f-a74e-47ab-a633-0334ce9b5fcd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f25cbe785dac41128d46915c0c96dbeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T00:43:06Z","is_default":false,"provider:segmentation_id":32,"name":"vmready1-net_d0f2d7f9-7814-487f-9721-6eee77c3e1c1","admin_state_up":true,"tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:43:06Z","mtu":1450}} 2018-08-26 00:43:07,006 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b568e8b9-636b-470f-a49b-0a5cd631523c 2018-08-26 00:43:07,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.537791013718s 2018-08-26 00:43:07,007 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b568e8b9-636b-470f-a49b-0a5cd631523c 2018-08-26 00:43:07,007 - 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-08-26T00:43:06Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f8137a4f-a74e-47ab-a633-0334ce9b5fcd', u'provider:segmentation_id': 32, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_d0f2d7f9-7814-487f-9721-6eee77c3e1c1', u'admin_state_up': True, u'tenant_id': u'f25cbe785dac41128d46915c0c96dbeb', u'created_at': u'2018-08-26T00:43:06Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f25cbe785dac41128d46915c0c96dbeb'}) 2018-08-26 00:43:07,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:43:07,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" 2018-08-26 00:43:07,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-fcafa6f6-ca3c-412f-829f-25607f94e891 Date: Sun, 26 Aug 2018 00:43:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f8137a4f-a74e-47ab-a633-0334ce9b5fcd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f25cbe785dac41128d46915c0c96dbeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T00:43:06Z","provider:segmentation_id":32,"name":"vmready1-net_d0f2d7f9-7814-487f-9721-6eee77c3e1c1","admin_state_up":true,"tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:43:06Z","provider:network_type":"vxlan"}]} 2018-08-26 00:43:07,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-fcafa6f6-ca3c-412f-829f-25607f94e891 2018-08-26 00:43:07,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.551836013794s 2018-08-26 00:43:07,560 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-fcafa6f6-ca3c-412f-829f-25607f94e891 2018-08-26 00:43:07,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 00:43:07,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" -d '{"subnet": {"name": "vmready1-subnet_d0f2d7f9-7814-487f-9721-6eee77c3e1c1", "enable_dhcp": true, "network_id": "f8137a4f-a74e-47ab-a633-0334ce9b5fcd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 00:43:08,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-145b6bee-46af-4060-991c-d4f9a12ea553 Date: Sun, 26 Aug 2018 00:43:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8137a4f-a74e-47ab-a633-0334ce9b5fcd","tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:43:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:43:07Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"f25cbe785dac41128d46915c0c96dbeb","id":"af8457b6-3f39-4947-aa21-f5896265d9bf","subnetpool_id":null,"name":"vmready1-subnet_d0f2d7f9-7814-487f-9721-6eee77c3e1c1"}} 2018-08-26 00:43:08,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-145b6bee-46af-4060-991c-d4f9a12ea553 2018-08-26 00:43:08,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.756162166595s 2018-08-26 00:43:08,318 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-145b6bee-46af-4060-991c-d4f9a12ea553 2018-08-26 00:43:08,319 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:43:07Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'af8457b6-3f39-4947-aa21-f5896265d9bf', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_d0f2d7f9-7814-487f-9721-6eee77c3e1c1', u'enable_dhcp': True, u'network_id': u'f8137a4f-a74e-47ab-a633-0334ce9b5fcd', u'tenant_id': u'f25cbe785dac41128d46915c0c96dbeb', u'created_at': u'2018-08-26T00:43:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f25cbe785dac41128d46915c0c96dbeb'}) 2018-08-26 00:43:08,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 00:43:08,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" -d '{"router": {"external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20"}, "name": "vmready1-router_d0f2d7f9-7814-487f-9721-6eee77c3e1c1", "admin_state_up": true}}' 2018-08-26 00:43:09,612 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-ffd173c0-e320-4fd7-b661-046fbf785108 Date: Sun, 26 Aug 2018 00:43:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:43:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-26T00:43:09Z", "revision_number": 2, "routes": [], "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "69072ffc-37c2-4027-899d-2d9c8326d0fe", "name": "vmready1-router_d0f2d7f9-7814-487f-9721-6eee77c3e1c1"}} 2018-08-26 00:43:09,613 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ffd173c0-e320-4fd7-b661-046fbf785108 2018-08-26 00:43:09,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.2932767868s 2018-08-26 00:43:09,613 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ffd173c0-e320-4fd7-b661-046fbf785108 2018-08-26 00:43:09,614 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c6df188-21d6-4197-bf89-8f166bee1386', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f25cbe785dac41128d46915c0c96dbeb', u'created_at': u'2018-08-26T00:43:08Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-26T00:43:09Z', u'revision_number': 2, u'routes': [], u'project_id': u'f25cbe785dac41128d46915c0c96dbeb', u'id': u'69072ffc-37c2-4027-899d-2d9c8326d0fe', u'name': u'vmready1-router_d0f2d7f9-7814-487f-9721-6eee77c3e1c1'}) 2018-08-26 00:43:09,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 00:43:09,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/69072ffc-37c2-4027-899d-2d9c8326d0fe/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" -d '{"subnet_id": "af8457b6-3f39-4947-aa21-f5896265d9bf"}' 2018-08-26 00:43:12,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8d47f19a-80de-48b0-a94d-c8d8ac76e887 Date: Sun, 26 Aug 2018 00:43:12 GMT RESP BODY: {"network_id": "f8137a4f-a74e-47ab-a633-0334ce9b5fcd", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "subnet_id": "af8457b6-3f39-4947-aa21-f5896265d9bf", "subnet_ids": ["af8457b6-3f39-4947-aa21-f5896265d9bf"], "port_id": "2ac94d7e-ccd3-4c52-b24c-a0e526afc014", "id": "69072ffc-37c2-4027-899d-2d9c8326d0fe"} 2018-08-26 00:43:12,632 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/69072ffc-37c2-4027-899d-2d9c8326d0fe/add_router_interface.json used request id req-8d47f19a-80de-48b0-a94d-c8d8ac76e887 2018-08-26 00:43:12,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.01747894287s 2018-08-26 00:43:12,632 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/69072ffc-37c2-4027-899d-2d9c8326d0fe/add_router_interface.json used request id req-8d47f19a-80de-48b0-a94d-c8d8ac76e887 returning object 69072ffc-37c2-4027-899d-2d9c8326d0fe 2018-08-26 00:43:12,632 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-26 00:43:12,764 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-26 00:43:12,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:43:12,771 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 26 Aug 2018 00:43:12 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-26 00:43:12,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:43:12,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" 2018-08-26 00:43:13,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-68509cd5-ae89-4b69-8fdb-d2264f13002b Date: Sun, 26 Aug 2018 00:43:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:43:13,541 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-68509cd5-ae89-4b69-8fdb-d2264f13002b 2018-08-26 00:43:13,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.765094041824s 2018-08-26 00:43:13,541 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-68509cd5-ae89-4b69-8fdb-d2264f13002b 2018-08-26 00:43:13,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-26 00:43:13,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_d0f2d7f9-7814-487f-9721-6eee77c3e1c1", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_d0f2d7f9-7814-487f-9721-6eee77c3e1c1"}' 2018-08-26 00:43:14,392 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cbdb7162-ef22-4c6d-82f7-3e7141f8f897 Date: Sun, 26 Aug 2018 00:43:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:43:14Z", "file": "/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd/file", "owner": "f25cbe785dac41128d46915c0c96dbeb", "id": "96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd", "size": null, "self": "/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_d0f2d7f9-7814-487f-9721-6eee77c3e1c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_d0f2d7f9-7814-487f-9721-6eee77c3e1c1", "checksum": null, "created_at": "2018-08-26T00:43:14Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-26 00:43:14,392 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-cbdb7162-ef22-4c6d-82f7-3e7141f8f897 2018-08-26 00:43:14,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.843449115753s 2018-08-26 00:43:14,393 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-cbdb7162-ef22-4c6d-82f7-3e7141f8f897 returning object 96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd 2018-08-26 00:43:14,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-26 00:43:14,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" -d '' 2018-08-26 00:43:19,079 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-93eda7b9-a691-494c-a448-63ddd8e67877 Date: Sun, 26 Aug 2018 00:43:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:43:19,080 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd/file used request id req-93eda7b9-a691-494c-a448-63ddd8e67877 2018-08-26 00:43:19,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.68641281128s 2018-08-26 00:43:19,080 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd/file used request id req-93eda7b9-a691-494c-a448-63ddd8e67877 2018-08-26 00:43:19,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:43:19,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" 2018-08-26 00:43:19,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-94d6ed24-22f6-4f7e-9b1c-a77d968c4969 Date: Sun, 26 Aug 2018 00:43:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:43:18Z", "file": "/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd/file", "owner": "f25cbe785dac41128d46915c0c96dbeb", "id": "96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd", "size": 12716032, "self": "/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_d0f2d7f9-7814-487f-9721-6eee77c3e1c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_d0f2d7f9-7814-487f-9721-6eee77c3e1c1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:43:14Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:43:19,988 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-94d6ed24-22f6-4f7e-9b1c-a77d968c4969 2018-08-26 00:43:19,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.903679132462s 2018-08-26 00:43:19,988 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-94d6ed24-22f6-4f7e-9b1c-a77d968c4969 2018-08-26 00:43:19,990 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd/file', 'owner': u'f25cbe785dac41128d46915c0c96dbeb', 'id': u'96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd', 'size': 12716032, u'self': u'/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f25cbe785dac41128d46915c0c96dbeb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-26T00:43:18Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-26T00:43:18Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_d0f2d7f9-7814-487f-9721-6eee77c3e1c1', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_d0f2d7f9-7814-487f-9721-6eee77c3e1c1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_d0f2d7f9-7814-487f-9721-6eee77c3e1c1', 'created': u'2018-08-26T00:43:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-26T00:43:14Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_d0f2d7f9-7814-487f-9721-6eee77c3e1c1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-26 00:43:19,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-26 00:43:19,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_d0f2d7f9-7814-487f-9721-6eee77c3e1c1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-26 00:43:20,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e90852f8-cbd1-404e-b9bf-5259b4a1c4db x-compute-request-id: req-e90852f8-cbd1-404e-b9bf-5259b4a1c4db Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_d0f2d7f9-7814-487f-9721-6eee77c3e1c1", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/49375cb4-e208-4ccc-a05d-7c656c2d542a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/49375cb4-e208-4ccc-a05d-7c656c2d542a", "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": "49375cb4-e208-4ccc-a05d-7c656c2d542a"}} 2018-08-26 00:43:20,335 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e90852f8-cbd1-404e-b9bf-5259b4a1c4db 2018-08-26 00:43:20,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.343877077103s 2018-08-26 00:43:20,336 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e90852f8-cbd1-404e-b9bf-5259b4a1c4db 2018-08-26 00:43:20,336 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_d0f2d7f9-7814-487f-9721-6eee77c3e1c1', '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'f25cbe785dac41128d46915c0c96dbeb', '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'49375cb4-e208-4ccc-a05d-7c656c2d542a', 'swap': 0}) 2018-08-26 00:43:20,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-26 00:43:20,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/49375cb4-e208-4ccc-a05d-7c656c2d542a/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" -d '{"extra_specs": {}}' 2018-08-26 00:43:20,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a1e704c0-b888-4f04-9e45-91d1b4fa2c3a x-compute-request-id: req-a1e704c0-b888-4f04-9e45-91d1b4fa2c3a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-26 00:43:20,464 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/49375cb4-e208-4ccc-a05d-7c656c2d542a/os-extra_specs used request id req-a1e704c0-b888-4f04-9e45-91d1b4fa2c3a 2018-08-26 00:43:20,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.127128124237s 2018-08-26 00:43:20,465 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/49375cb4-e208-4ccc-a05d-7c656c2d542a/os-extra_specs used request id req-a1e704c0-b888-4f04-9e45-91d1b4fa2c3a 2018-08-26 00:43:20,575 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 00:43:20,576 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-26 00:43:20,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 00:43:20,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/69072ffc-37c2-4027-899d-2d9c8326d0fe/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" -d '{"subnet_id": "af8457b6-3f39-4947-aa21-f5896265d9bf"}' 2018-08-26 00:43:22,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2e80bc5b-a148-4251-ae82-e64b7427eeff Date: Sun, 26 Aug 2018 00:43:22 GMT RESP BODY: {"network_id": "f8137a4f-a74e-47ab-a633-0334ce9b5fcd", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "subnet_id": "af8457b6-3f39-4947-aa21-f5896265d9bf", "subnet_ids": ["af8457b6-3f39-4947-aa21-f5896265d9bf"], "port_id": "2ac94d7e-ccd3-4c52-b24c-a0e526afc014", "id": "69072ffc-37c2-4027-899d-2d9c8326d0fe"} 2018-08-26 00:43:22,734 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/69072ffc-37c2-4027-899d-2d9c8326d0fe/remove_router_interface.json used request id req-2e80bc5b-a148-4251-ae82-e64b7427eeff 2018-08-26 00:43:22,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.15294694901s 2018-08-26 00:43:22,734 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/69072ffc-37c2-4027-899d-2d9c8326d0fe/remove_router_interface.json used request id req-2e80bc5b-a148-4251-ae82-e64b7427eeff returning object 69072ffc-37c2-4027-899d-2d9c8326d0fe 2018-08-26 00:43:22,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 00:43:22,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" 2018-08-26 00:43:24,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-9ba4748a-8d63-4f81-981f-9df2491d8b34 Date: Sun, 26 Aug 2018 00:43:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:43:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-26T00:43:21Z", "revision_number": 4, "routes": [], "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "69072ffc-37c2-4027-899d-2d9c8326d0fe", "name": "vmready1-router_d0f2d7f9-7814-487f-9721-6eee77c3e1c1"}]} 2018-08-26 00:43:24,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-9ba4748a-8d63-4f81-981f-9df2491d8b34 2018-08-26 00:43:24,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.28837800026s 2018-08-26 00:43:24,023 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-9ba4748a-8d63-4f81-981f-9df2491d8b34 2018-08-26 00:43:24,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 00:43:24,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/69072ffc-37c2-4027-899d-2d9c8326d0fe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" 2018-08-26 00:43:26,869 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-96f1341d-6ebc-4a94-9e63-4addc5fd086c Content-Length: 0 Date: Sun, 26 Aug 2018 00:43:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:43:26,869 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/69072ffc-37c2-4027-899d-2d9c8326d0fe.json used request id req-96f1341d-6ebc-4a94-9e63-4addc5fd086c 2018-08-26 00:43:26,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.84411287308s 2018-08-26 00:43:26,869 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/69072ffc-37c2-4027-899d-2d9c8326d0fe.json used request id req-96f1341d-6ebc-4a94-9e63-4addc5fd086c 2018-08-26 00:43:26,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:43:26,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" 2018-08-26 00:43:27,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-a74fcc0a-725b-4542-b779-39a75f5a601f Date: Sun, 26 Aug 2018 00:43:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:57Z","dns_nameservers":[],"updated_at":"2018-08-26T00:38:57Z","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":"463d1f922e1948f6bd05a420de81ed82","id":"8c6df188-21d6-4197-bf89-8f166bee1386","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8137a4f-a74e-47ab-a633-0334ce9b5fcd","tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:43:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:43:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"f25cbe785dac41128d46915c0c96dbeb","id":"af8457b6-3f39-4947-aa21-f5896265d9bf","subnetpool_id":null,"name":"vmready1-subnet_d0f2d7f9-7814-487f-9721-6eee77c3e1c1"}]} 2018-08-26 00:43:27,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a74fcc0a-725b-4542-b779-39a75f5a601f 2018-08-26 00:43:27,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.03905105591s 2018-08-26 00:43:27,909 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a74fcc0a-725b-4542-b779-39a75f5a601f 2018-08-26 00:43:27,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 00:43:27,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/af8457b6-3f39-4947-aa21-f5896265d9bf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" 2018-08-26 00:43:30,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6349129c-3480-4094-a22d-1d5e05a75674 Date: Sun, 26 Aug 2018 00:43:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:43:30,242 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/af8457b6-3f39-4947-aa21-f5896265d9bf.json used request id req-6349129c-3480-4094-a22d-1d5e05a75674 2018-08-26 00:43:30,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.33073306084s 2018-08-26 00:43:30,242 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/af8457b6-3f39-4947-aa21-f5896265d9bf.json used request id req-6349129c-3480-4094-a22d-1d5e05a75674 2018-08-26 00:43:30,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:43:30,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" 2018-08-26 00:43:30,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-6f33b412-ac0c-4a50-bb1c-53adfd3f1b3e Date: Sun, 26 Aug 2018 00:43:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f8137a4f-a74e-47ab-a633-0334ce9b5fcd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f25cbe785dac41128d46915c0c96dbeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T00:43:30Z","provider:segmentation_id":32,"name":"vmready1-net_d0f2d7f9-7814-487f-9721-6eee77c3e1c1","admin_state_up":true,"tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:43:06Z","provider:network_type":"vxlan"}]} 2018-08-26 00:43:30,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-6f33b412-ac0c-4a50-bb1c-53adfd3f1b3e 2018-08-26 00:43:30,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.374852895737s 2018-08-26 00:43:30,618 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-6f33b412-ac0c-4a50-bb1c-53adfd3f1b3e 2018-08-26 00:43:30,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 00:43:30,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/f8137a4f-a74e-47ab-a633-0334ce9b5fcd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" 2018-08-26 00:43:32,635 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05324449-a08e-4aad-a7c7-c12752ea4c2e Date: Sun, 26 Aug 2018 00:43:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:43:32,635 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/f8137a4f-a74e-47ab-a633-0334ce9b5fcd.json used request id req-05324449-a08e-4aad-a7c7-c12752ea4c2e 2018-08-26 00:43:32,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.01592206955s 2018-08-26 00:43:32,635 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/f8137a4f-a74e-47ab-a633-0334ce9b5fcd.json used request id req-05324449-a08e-4aad-a7c7-c12752ea4c2e 2018-08-26 00:43:32,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:43:32,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" 2018-08-26 00:43:33,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-5b7a880f-b990-48aa-9006-66071dc17bb6 Date: Sun, 26 Aug 2018 00:43:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:43:18Z", "file": "/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd/file", "owner": "f25cbe785dac41128d46915c0c96dbeb", "id": "96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd", "size": 12716032, "self": "/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_d0f2d7f9-7814-487f-9721-6eee77c3e1c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_d0f2d7f9-7814-487f-9721-6eee77c3e1c1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:43:14Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:43:33,413 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5b7a880f-b990-48aa-9006-66071dc17bb6 2018-08-26 00:43:33,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.773025989532s 2018-08-26 00:43:33,413 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5b7a880f-b990-48aa-9006-66071dc17bb6 2018-08-26 00:43:33,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-26 00:43:33,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" 2018-08-26 00:43:34,617 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d5bf4fd5-0a2f-493d-8c91-afb59761fc76 Date: Sun, 26 Aug 2018 00:43:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:43:34,617 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd used request id req-d5bf4fd5-0a2f-493d-8c91-afb59761fc76 2018-08-26 00:43:34,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.20291996002s 2018-08-26 00:43:34,618 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/96cd213f-c33a-4f7f-b75b-4cbfa0bd4ccd used request id req-d5bf4fd5-0a2f-493d-8c91-afb59761fc76 2018-08-26 00:43:34,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:43:34,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" 2018-08-26 00:43:34,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-701a660a-79e1-4d50-903a-1a2c0ca2f7ce x-compute-request-id: req-701a660a-79e1-4d50-903a-1a2c0ca2f7ce Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_d0f2d7f9-7814-487f-9721-6eee77c3e1c1", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/49375cb4-e208-4ccc-a05d-7c656c2d542a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/49375cb4-e208-4ccc-a05d-7c656c2d542a", "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": "49375cb4-e208-4ccc-a05d-7c656c2d542a"}]} 2018-08-26 00:43:34,775 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-701a660a-79e1-4d50-903a-1a2c0ca2f7ce 2018-08-26 00:43:34,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.156853914261s 2018-08-26 00:43:34,776 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-701a660a-79e1-4d50-903a-1a2c0ca2f7ce 2018-08-26 00:43:34,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-26 00:43:34,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/49375cb4-e208-4ccc-a05d-7c656c2d542a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19c09c1438a58248e56fb4ee70cdb959ac8205fe" 2018-08-26 00:43:34,929 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:43: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-262341dd-4256-4b8e-a5ed-8864d3e6d345 x-compute-request-id: req-262341dd-4256-4b8e-a5ed-8864d3e6d345 Content-Length: 0 Content-Type: application/json 2018-08-26 00:43:34,929 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/49375cb4-e208-4ccc-a05d-7c656c2d542a used request id req-262341dd-4256-4b8e-a5ed-8864d3e6d345 2018-08-26 00:43:34,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.152088880539s 2018-08-26 00:43:34,930 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/49375cb4-e208-4ccc-a05d-7c656c2d542a used request id req-262341dd-4256-4b8e-a5ed-8864d3e6d345 2018-08-26 00:43:34,983 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-26 00:43:35,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:43:35,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:43:35,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:43:35,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:43:35,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:43:35,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:43:35,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:43:35,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:43:35,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:43:35,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:43:35,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:43:35,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:43:35,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:43:35,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:43:35,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:43:35,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:43:35,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:43:35,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:43:35,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:43:35,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:43:35,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:43:35,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:43:35,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:43:35,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fded1549-7c52-4ef8-a336-15a35cf3027b 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:43:35,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fded1549-7c52-4ef8-a336-15a35cf3027b 2018-08-26 00:43:35,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:43:35,425 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c0a8bf7efff4719ac51c17d596f36d9", "name": "admin"}, {"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:43:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f25cbe785dac41128d46915c0c96dbeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "518520b9e3e448d2874dae1fdafcce7d"}, "audit_ids": ["jK8RRkvzRWyVzafRM95tWQ"], "issued_at": "2018-08-26T00:43:35.000000Z"}} 2018-08-26 00:43:35,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:43:35,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:43:35,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-de80b8e2-d27b-4f8e-8b07-f626bd50bfd3 Date: Sun, 26 Aug 2018 00:43:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:43:35,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-de80b8e2-d27b-4f8e-8b07-f626bd50bfd3 2018-08-26 00:43:35,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360558986664s 2018-08-26 00:43:35,787 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-de80b8e2-d27b-4f8e-8b07-f626bd50bfd3 2018-08-26 00:43:35,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:43:35,797 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 26 Aug 2018 00:43:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4eb09f3b-41e4-4d46-844e-935601286a57 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.22:5000/v3/", "rel": "self"}]}]}} 2018-08-26 00:43:35,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-4eb09f3b-41e4-4d46-844e-935601286a57 2018-08-26 00:43:35,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 00:43:35,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:43:35,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc9ccf8f-d655-4d64-bf49-bcd390671014 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/424ccdce7f9c44f1977a73b5e3b41ad0"}, "tags": [], "enabled": true, "id": "424ccdce7f9c44f1977a73b5e3b41ad0", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-26 00:43:35,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-cc9ccf8f-d655-4d64-bf49-bcd390671014 2018-08-26 00:43:35,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.177103996277s 2018-08-26 00:43:35,975 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-cc9ccf8f-d655-4d64-bf49-bcd390671014 2018-08-26 00:43:35,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-26 00:43:35,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded"}}' 2018-08-26 00:43:36,244 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 00:43:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-838a8ecd-fae9-4c15-b20c-ad230d811db2 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.22:5000/v3/projects/4f0bf0dd731c4188b7e6dc90da993393"}, "tags": [], "enabled": true, "id": "4f0bf0dd731c4188b7e6dc90da993393", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded"}} 2018-08-26 00:43:36,244 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-838a8ecd-fae9-4c15-b20c-ad230d811db2 2018-08-26 00:43:36,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.262116909027s 2018-08-26 00:43:36,245 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-838a8ecd-fae9-4c15-b20c-ad230d811db2 2018-08-26 00:43:36,245 - 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'4f0bf0dd731c4188b7e6dc90da993393', '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_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded'}) 2018-08-26 00:43:36,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-26 00:43:36,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2861b2e8-f081-4839-aa89-824c406091e2", "email": null, "name": "vmready2-user_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded"}}' 2018-08-26 00:43:36,757 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 00:43:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff6b01ee-93c7-42b3-a053-9f8bb586a4e6 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "links": {"self": "http://172.30.9.22:5000/v3/users/7ac1ef149fa541aeaa424082b54824f0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7ac1ef149fa541aeaa424082b54824f0", "domain_id": "default", "password_expires_at": null}} 2018-08-26 00:43:36,757 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-ff6b01ee-93c7-42b3-a053-9f8bb586a4e6 2018-08-26 00:43:36,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.506025075912s 2018-08-26 00:43:36,758 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-ff6b01ee-93c7-42b3-a053-9f8bb586a4e6 2018-08-26 00:43:36,758 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7ac1ef149fa541aeaa424082b54824f0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded'}) 2018-08-26 00:43:36,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:43:36,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:43:36,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6c80c77-9ec9-4930-ae61-4da133e55c42 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:43:36,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d6c80c77-9ec9-4930-ae61-4da133e55c42 2018-08-26 00:43:36,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173141002655s 2018-08-26 00:43:36,935 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d6c80c77-9ec9-4930-ae61-4da133e55c42 2018-08-26 00:43:36,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:43:36,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:43:37,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-316af825-d7e8-40e4-b121-304d774635c2 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:43:37,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-316af825-d7e8-40e4-b121-304d774635c2 2018-08-26 00:43:37,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197394132614s 2018-08-26 00:43:37,138 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-316af825-d7e8-40e4-b121-304d774635c2 2018-08-26 00:43:37,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:43:37,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:43:37,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c963594-b7c7-4455-b8ab-9fb462cdf43b Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:43:37,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1c963594-b7c7-4455-b8ab-9fb462cdf43b 2018-08-26 00:43:37,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188861846924s 2018-08-26 00:43:37,332 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1c963594-b7c7-4455-b8ab-9fb462cdf43b 2018-08-26 00:43:37,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 00:43:37,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:43:37,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53b53300-9361-4a82-82a5-4835a7b020d4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-26 00:43:37,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-53b53300-9361-4a82-82a5-4835a7b020d4 2018-08-26 00:43:37,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.262351989746s 2018-08-26 00:43:37,599 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-53b53300-9361-4a82-82a5-4835a7b020d4 2018-08-26 00:43:37,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:43:37,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:43:37,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb852d3b-d598-4c3c-a43a-fcad337cb84c Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/0049bfec5dd746eaa3bd4ab1bc064350"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0049bfec5dd746eaa3bd4ab1bc064350", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/02a6c38f931e4804a70ef74c26b7c11d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02a6c38f931e4804a70ef74c26b7c11d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/069bd57c4d4b4158906adf39308a9bfe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "069bd57c4d4b4158906adf39308a9bfe", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3234d598132142f3acc53ccdc4abd3bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3234d598132142f3acc53ccdc4abd3bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/39533691ab574a84aeab5b9d828d1983"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39533691ab574a84aeab5b9d828d1983", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/474875818d4541cba75d9065b08b7657"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474875818d4541cba75d9065b08b7657", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/474dd411059547088d861f7dc6006e0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474dd411059547088d861f7dc6006e0c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/518520b9e3e448d2874dae1fdafcce7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "518520b9e3e448d2874dae1fdafcce7d", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/56b56736152a413bbf743b3a14c6e5d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56b56736152a413bbf743b3a14c6e5d3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vmready2-user_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "links": {"self": "http://172.30.9.22:5000/v3/users/7ac1ef149fa541aeaa424082b54824f0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7ac1ef149fa541aeaa424082b54824f0", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/8b6e7715d7a04c3682b13b2667de7b04"}, "domain_id": "424ccdce7f9c44f1977a73b5e3b41ad0", "enabled": true, "options": {}, "id": "8b6e7715d7a04c3682b13b2667de7b04", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/9a7ac8ccfc6f4efd98a69892ae9e09a7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a7ac8ccfc6f4efd98a69892ae9e09a7", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/b6c7eb6acbf34ae5aa31f751a52f6ab9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6c7eb6acbf34ae5aa31f751a52f6ab9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/ec0330040c8a4809b49be675e7f85a32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec0330040c8a4809b49be675e7f85a32", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/f05078eb36684bf7916dc1c910444303"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f05078eb36684bf7916dc1c910444303", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-26 00:43:37,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bb852d3b-d598-4c3c-a43a-fcad337cb84c 2018-08-26 00:43:37,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21279001236s 2018-08-26 00:43:37,814 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bb852d3b-d598-4c3c-a43a-fcad337cb84c 2018-08-26 00:43:37,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 00:43:37,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:43:38,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9afe5e5-6840-4840-a329-d5fe1f81479f Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f25cbe785dac41128d46915c0c96dbeb"}, "tags": [], "enabled": true, "id": "f25cbe785dac41128d46915c0c96dbeb", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82"}, "tags": [], "enabled": true, "id": "463d1f922e1948f6bd05a420de81ed82", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/4f0bf0dd731c4188b7e6dc90da993393"}, "tags": [], "enabled": true, "id": "4f0bf0dd731c4188b7e6dc90da993393", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded"}]} 2018-08-26 00:43:38,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c9afe5e5-6840-4840-a329-d5fe1f81479f 2018-08-26 00:43:38,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.187210083008s 2018-08-26 00:43:38,012 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c9afe5e5-6840-4840-a329-d5fe1f81479f 2018-08-26 00:43:38,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-26 00:43:38,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=7ac1ef149fa541aeaa424082b54824f0&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=4f0bf0dd731c4188b7e6dc90da993393" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:43:38,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14d6a565-2081-4327-8633-c4d6c5d64c82 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=7ac1ef149fa541aeaa424082b54824f0&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=4f0bf0dd731c4188b7e6dc90da993393", "previous": null, "next": null}} 2018-08-26 00:43:38,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=7ac1ef149fa541aeaa424082b54824f0&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=4f0bf0dd731c4188b7e6dc90da993393 used request id req-14d6a565-2081-4327-8633-c4d6c5d64c82 2018-08-26 00:43:38,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.28022313118s 2018-08-26 00:43:38,300 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=7ac1ef149fa541aeaa424082b54824f0&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=4f0bf0dd731c4188b7e6dc90da993393 used request id req-14d6a565-2081-4327-8633-c4d6c5d64c82 2018-08-26 00:43:38,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-26 00:43:38,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/4f0bf0dd731c4188b7e6dc90da993393/users/7ac1ef149fa541aeaa424082b54824f0/roles/82d9930d0bee41c895199897b9683e3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:43:38,490 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:43:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6188530-1ad2-4b4f-9dec-491cd30d49f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:43:38,490 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/4f0bf0dd731c4188b7e6dc90da993393/users/7ac1ef149fa541aeaa424082b54824f0/roles/82d9930d0bee41c895199897b9683e3c used request id req-a6188530-1ad2-4b4f-9dec-491cd30d49f2 2018-08-26 00:43:38,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.18675994873s 2018-08-26 00:43:38,490 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/4f0bf0dd731c4188b7e6dc90da993393/users/7ac1ef149fa541aeaa424082b54824f0/roles/82d9930d0bee41c895199897b9683e3c used request id req-a6188530-1ad2-4b4f-9dec-491cd30d49f2 2018-08-26 00:43:38,491 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded', 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'4f0bf0dd731c4188b7e6dc90da993393', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '2861b2e8-f081-4839-aa89-824c406091e2', 'username': u'vmready2-user_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-26 00:43:38,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:43:38,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:43:38,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:43:38,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:43:38,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:43:38,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:43:38,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:43:38,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:43:38,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:43:38,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:43:38,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:43:38,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:43:38,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:43:38,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:43:38,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:43:38,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:43:38,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:43:38,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:43:38,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:43:38,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:43:38,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:43:38,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:43:38,496 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded', 'password': '2861b2e8-f081-4839-aa89-824c406091e2', 'project_name': 'vmready2-project_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '4f0bf0dd731c4188b7e6dc90da993393', 'project_domain_name': 'Default'} 2018-08-26 00:43:38,497 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-26 00:43:38,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:43:38,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eabfb527-d472-4569-935a-e83992ac87e3 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:43:38,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-eabfb527-d472-4569-935a-e83992ac87e3 2018-08-26 00:43:38,505 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:43:38,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:43:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f0bf0dd731c4188b7e6dc90da993393", "name": "vmready2-project_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4f0bf0dd731c4188b7e6dc90da993393", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/4f0bf0dd731c4188b7e6dc90da993393", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/4f0bf0dd731c4188b7e6dc90da993393", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4f0bf0dd731c4188b7e6dc90da993393", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/4f0bf0dd731c4188b7e6dc90da993393", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/4f0bf0dd731c4188b7e6dc90da993393", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4f0bf0dd731c4188b7e6dc90da993393", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/4f0bf0dd731c4188b7e6dc90da993393", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/4f0bf0dd731c4188b7e6dc90da993393", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4f0bf0dd731c4188b7e6dc90da993393", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/4f0bf0dd731c4188b7e6dc90da993393", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/4f0bf0dd731c4188b7e6dc90da993393", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_4f0bf0dd731c4188b7e6dc90da993393", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_4f0bf0dd731c4188b7e6dc90da993393", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "id": "7ac1ef149fa541aeaa424082b54824f0"}, "audit_ids": ["vP5rUWdnQoem2PwdZCclBA"], "issued_at": "2018-08-26T00:43:38.000000Z"}} 2018-08-26 00:43:38,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 00:43:38,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" -d '{"network": {"name": "vmready2-net_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "admin_state_up": true}}' 2018-08-26 00:43:39,629 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-1ba6ecc3-eed5-4c56-9472-9665fb488c71 Date: Sun, 26 Aug 2018 00:43:39 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4f0bf0dd731c4188b7e6dc90da993393","created_at":"2018-08-26T00:43:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-26T00:43:39Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4f0bf0dd731c4188b7e6dc90da993393","id":"d231d69a-5c9d-459d-8dff-77e19e2647e7","name":"vmready2-net_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded"}} 2018-08-26 00:43:39,629 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1ba6ecc3-eed5-4c56-9472-9665fb488c71 2018-08-26 00:43:39,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.734633922577s 2018-08-26 00:43:39,629 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1ba6ecc3-eed5-4c56-9472-9665fb488c71 2018-08-26 00:43:39,630 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:43:39Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd231d69a-5c9d-459d-8dff-77e19e2647e7', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded', u'admin_state_up': True, u'tenant_id': u'4f0bf0dd731c4188b7e6dc90da993393', u'created_at': u'2018-08-26T00:43:39Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4f0bf0dd731c4188b7e6dc90da993393'}) 2018-08-26 00:43:39,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:43:39,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" 2018-08-26 00:43:40,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-b023b4fc-261f-4f4f-9722-9581930be1d6 Date: Sun, 26 Aug 2018 00:43:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","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-08-26T00:43:39Z","tenant_id":"4f0bf0dd731c4188b7e6dc90da993393","created_at":"2018-08-26T00:43:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"4f0bf0dd731c4188b7e6dc90da993393","id":"d231d69a-5c9d-459d-8dff-77e19e2647e7","name":"vmready2-net_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded"}]} 2018-08-26 00:43:40,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b023b4fc-261f-4f4f-9722-9581930be1d6 2018-08-26 00:43:40,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.29762291908s 2018-08-26 00:43:40,928 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b023b4fc-261f-4f4f-9722-9581930be1d6 2018-08-26 00:43:40,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 00:43:40,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" -d '{"subnet": {"name": "vmready2-subnet_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "enable_dhcp": true, "network_id": "d231d69a-5c9d-459d-8dff-77e19e2647e7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 00:43:41,847 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-03a5a4c4-7898-458f-b038-390ee5d5f27e Date: Sun, 26 Aug 2018 00:43:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d231d69a-5c9d-459d-8dff-77e19e2647e7","tenant_id":"4f0bf0dd731c4188b7e6dc90da993393","created_at":"2018-08-26T00:43:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:43:41Z","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":"4f0bf0dd731c4188b7e6dc90da993393","id":"b9f809c2-c018-41f7-bcf4-990e5dc9c4d6","subnetpool_id":null,"name":"vmready2-subnet_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded"}} 2018-08-26 00:43:41,847 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-03a5a4c4-7898-458f-b038-390ee5d5f27e 2018-08-26 00:43:41,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.917479038239s 2018-08-26 00:43:41,848 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-03a5a4c4-7898-458f-b038-390ee5d5f27e 2018-08-26 00:43:41,848 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:43:41Z', 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'b9f809c2-c018-41f7-bcf4-990e5dc9c4d6', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded', u'enable_dhcp': True, u'network_id': u'd231d69a-5c9d-459d-8dff-77e19e2647e7', u'tenant_id': u'4f0bf0dd731c4188b7e6dc90da993393', u'created_at': u'2018-08-26T00:43:41Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4f0bf0dd731c4188b7e6dc90da993393'}) 2018-08-26 00:43:41,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 00:43:41,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" -d '{"router": {"external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20"}, "name": "vmready2-router_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "admin_state_up": true}}' 2018-08-26 00:43:43,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-16b9a893-1dc2-4cc3-8e55-a0b9e8b45fa3 Date: Sun, 26 Aug 2018 00:43:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "created_at": "2018-08-26T00:43:42Z", "admin_state_up": true, "updated_at": "2018-08-26T00:43:43Z", "revision_number": 2, "routes": [], "project_id": "4f0bf0dd731c4188b7e6dc90da993393", "id": "3faff7e6-41e1-4221-a153-7b9eb214b528", "name": "vmready2-router_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded"}} 2018-08-26 00:43:43,610 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-16b9a893-1dc2-4cc3-8e55-a0b9e8b45fa3 2018-08-26 00:43:43,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.76091790199s 2018-08-26 00:43:43,610 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-16b9a893-1dc2-4cc3-8e55-a0b9e8b45fa3 2018-08-26 00:43:43,611 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c6df188-21d6-4197-bf89-8f166bee1386', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4f0bf0dd731c4188b7e6dc90da993393', u'created_at': u'2018-08-26T00:43:42Z', u'admin_state_up': True, u'updated_at': u'2018-08-26T00:43:43Z', u'revision_number': 2, u'routes': [], u'project_id': u'4f0bf0dd731c4188b7e6dc90da993393', u'id': u'3faff7e6-41e1-4221-a153-7b9eb214b528', u'name': u'vmready2-router_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded'}) 2018-08-26 00:43:43,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 00:43:43,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/3faff7e6-41e1-4221-a153-7b9eb214b528/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" -d '{"subnet_id": "b9f809c2-c018-41f7-bcf4-990e5dc9c4d6"}' 2018-08-26 00:43:45,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-788dcabd-775c-47a1-bbc8-d0d71c18023f Date: Sun, 26 Aug 2018 00:43:45 GMT RESP BODY: {"network_id": "d231d69a-5c9d-459d-8dff-77e19e2647e7", "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "subnet_id": "b9f809c2-c018-41f7-bcf4-990e5dc9c4d6", "subnet_ids": ["b9f809c2-c018-41f7-bcf4-990e5dc9c4d6"], "port_id": "f78f26cb-a321-4190-b4cb-a45ef2bcb7f6", "id": "3faff7e6-41e1-4221-a153-7b9eb214b528"} 2018-08-26 00:43:45,863 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3faff7e6-41e1-4221-a153-7b9eb214b528/add_router_interface.json used request id req-788dcabd-775c-47a1-bbc8-d0d71c18023f 2018-08-26 00:43:45,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.25135588646s 2018-08-26 00:43:45,863 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3faff7e6-41e1-4221-a153-7b9eb214b528/add_router_interface.json used request id req-788dcabd-775c-47a1-bbc8-d0d71c18023f returning object 3faff7e6-41e1-4221-a153-7b9eb214b528 2018-08-26 00:43:45,863 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-26 00:43:45,995 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-26 00:43:45,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:43:46,001 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 26 Aug 2018 00:43:46 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-26 00:43:46,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:43:46,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" 2018-08-26 00:43:46,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-aa63d778-8310-49ee-8235-effb39d39d27 Date: Sun, 26 Aug 2018 00:43:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:43:46,331 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-aa63d778-8310-49ee-8235-effb39d39d27 2018-08-26 00:43:46,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.327821016312s 2018-08-26 00:43:46,332 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-aa63d778-8310-49ee-8235-effb39d39d27 2018-08-26 00:43:46,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-26 00:43:46,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded"}' 2018-08-26 00:43:46,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-89edba17-6a6a-4cac-baca-7f537fee3d56 Date: Sun, 26 Aug 2018 00:43:46 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:43:46Z", "file": "/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95/file", "owner": "4f0bf0dd731c4188b7e6dc90da993393", "id": "8542ed3b-3fca-4ed5-9536-d6bb35a13f95", "size": null, "self": "/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "checksum": null, "created_at": "2018-08-26T00:43:46Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-26 00:43:46,862 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-89edba17-6a6a-4cac-baca-7f537fee3d56 2018-08-26 00:43:46,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.522582054138s 2018-08-26 00:43:46,863 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-89edba17-6a6a-4cac-baca-7f537fee3d56 returning object 8542ed3b-3fca-4ed5-9536-d6bb35a13f95 2018-08-26 00:43:46,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-26 00:43:46,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" -d '' 2018-08-26 00:43:48,799 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-158c2a87-77cf-40b9-a474-3c702ca56077 Date: Sun, 26 Aug 2018 00:43:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:43:48,799 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95/file used request id req-158c2a87-77cf-40b9-a474-3c702ca56077 2018-08-26 00:43:48,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.93610501289s 2018-08-26 00:43:48,800 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95/file used request id req-158c2a87-77cf-40b9-a474-3c702ca56077 2018-08-26 00:43:48,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:43:48,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" 2018-08-26 00:43:49,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-ad94c632-bb96-4650-8600-120023c423a7 Date: Sun, 26 Aug 2018 00:43:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:43:48Z", "file": "/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95/file", "owner": "4f0bf0dd731c4188b7e6dc90da993393", "id": "8542ed3b-3fca-4ed5-9536-d6bb35a13f95", "size": 12716032, "self": "/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:43:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:43:49,593 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ad94c632-bb96-4650-8600-120023c423a7 2018-08-26 00:43:49,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.788868904114s 2018-08-26 00:43:49,593 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ad94c632-bb96-4650-8600-120023c423a7 2018-08-26 00:43:49,595 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95/file', 'owner': u'4f0bf0dd731c4188b7e6dc90da993393', 'id': u'8542ed3b-3fca-4ed5-9536-d6bb35a13f95', 'size': 12716032, u'self': u'/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4f0bf0dd731c4188b7e6dc90da993393', 'name': 'vmready2-project_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-26T00:43:48Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-26T00:43:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded', 'created': u'2018-08-26T00:43:46Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-26T00:43:46Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-26 00:43:49,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-26 00:43:49,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-26 00:43:50,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43: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-fced81b0-59e9-45e8-b39c-253bd1d182f2 x-compute-request-id: req-fced81b0-59e9-45e8-b39c-253bd1d182f2 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a500ea28-2b09-4dd3-951d-da76d2d4d99e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a500ea28-2b09-4dd3-951d-da76d2d4d99e", "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": "a500ea28-2b09-4dd3-951d-da76d2d4d99e"}} 2018-08-26 00:43:50,424 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-fced81b0-59e9-45e8-b39c-253bd1d182f2 2018-08-26 00:43:50,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.827808856964s 2018-08-26 00:43:50,424 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-fced81b0-59e9-45e8-b39c-253bd1d182f2 2018-08-26 00:43:50,425 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded', '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'f25cbe785dac41128d46915c0c96dbeb', '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'a500ea28-2b09-4dd3-951d-da76d2d4d99e', 'swap': 0}) 2018-08-26 00:43:50,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-26 00:43:50,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/a500ea28-2b09-4dd3-951d-da76d2d4d99e/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" -d '{"extra_specs": {}}' 2018-08-26 00:43:50,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:43:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-333b108a-18e1-470d-b883-bcb770912e8f x-compute-request-id: req-333b108a-18e1-470d-b883-bcb770912e8f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-26 00:43:50,561 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/a500ea28-2b09-4dd3-951d-da76d2d4d99e/os-extra_specs used request id req-333b108a-18e1-470d-b883-bcb770912e8f 2018-08-26 00:43:50,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.135452985764s 2018-08-26 00:43:50,562 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/a500ea28-2b09-4dd3-951d-da76d2d4d99e/os-extra_specs used request id req-333b108a-18e1-470d-b883-bcb770912e8f 2018-08-26 00:43:50,674 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 00:43:50,674 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-26 00:43:50,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 00:43:50,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/3faff7e6-41e1-4221-a153-7b9eb214b528/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" -d '{"subnet_id": "b9f809c2-c018-41f7-bcf4-990e5dc9c4d6"}' 2018-08-26 00:43:52,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ef31326c-b8bd-43e5-9fae-fc1889c32f37 Date: Sun, 26 Aug 2018 00:43:52 GMT RESP BODY: {"network_id": "d231d69a-5c9d-459d-8dff-77e19e2647e7", "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "subnet_id": "b9f809c2-c018-41f7-bcf4-990e5dc9c4d6", "subnet_ids": ["b9f809c2-c018-41f7-bcf4-990e5dc9c4d6"], "port_id": "f78f26cb-a321-4190-b4cb-a45ef2bcb7f6", "id": "3faff7e6-41e1-4221-a153-7b9eb214b528"} 2018-08-26 00:43:52,864 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3faff7e6-41e1-4221-a153-7b9eb214b528/remove_router_interface.json used request id req-ef31326c-b8bd-43e5-9fae-fc1889c32f37 2018-08-26 00:43:52,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.1845369339s 2018-08-26 00:43:52,864 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3faff7e6-41e1-4221-a153-7b9eb214b528/remove_router_interface.json used request id req-ef31326c-b8bd-43e5-9fae-fc1889c32f37 returning object 3faff7e6-41e1-4221-a153-7b9eb214b528 2018-08-26 00:43:52,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 00:43:52,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" 2018-08-26 00:43:53,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-c6e6d3fc-9deb-4f20-ad44-75f628a8f75a Date: Sun, 26 Aug 2018 00:43:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "created_at": "2018-08-26T00:43:42Z", "admin_state_up": true, "updated_at": "2018-08-26T00:43:52Z", "revision_number": 4, "routes": [], "project_id": "4f0bf0dd731c4188b7e6dc90da993393", "id": "3faff7e6-41e1-4221-a153-7b9eb214b528", "name": "vmready2-router_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded"}]} 2018-08-26 00:43:53,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-c6e6d3fc-9deb-4f20-ad44-75f628a8f75a 2018-08-26 00:43:53,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.399532079697s 2018-08-26 00:43:53,264 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-c6e6d3fc-9deb-4f20-ad44-75f628a8f75a 2018-08-26 00:43:53,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 00:43:53,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/3faff7e6-41e1-4221-a153-7b9eb214b528.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" 2018-08-26 00:43:55,223 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-355d5d91-1361-4a9b-a031-1a7092635a23 Content-Length: 0 Date: Sun, 26 Aug 2018 00:43:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:43:55,223 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/3faff7e6-41e1-4221-a153-7b9eb214b528.json used request id req-355d5d91-1361-4a9b-a031-1a7092635a23 2018-08-26 00:43:55,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.95698785782s 2018-08-26 00:43:55,223 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/3faff7e6-41e1-4221-a153-7b9eb214b528.json used request id req-355d5d91-1361-4a9b-a031-1a7092635a23 2018-08-26 00:43:55,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:43:55,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" 2018-08-26 00:43:55,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-5a69fb5a-7930-405f-9da1-ba9ee13b42a8 Date: Sun, 26 Aug 2018 00:43:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d231d69a-5c9d-459d-8dff-77e19e2647e7","tenant_id":"4f0bf0dd731c4188b7e6dc90da993393","created_at":"2018-08-26T00:43:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:43:41Z","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":"4f0bf0dd731c4188b7e6dc90da993393","id":"b9f809c2-c018-41f7-bcf4-990e5dc9c4d6","subnetpool_id":null,"name":"vmready2-subnet_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded"}]} 2018-08-26 00:43:55,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-5a69fb5a-7930-405f-9da1-ba9ee13b42a8 2018-08-26 00:43:55,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.320634841919s 2018-08-26 00:43:55,545 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-5a69fb5a-7930-405f-9da1-ba9ee13b42a8 2018-08-26 00:43:55,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 00:43:55,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/b9f809c2-c018-41f7-bcf4-990e5dc9c4d6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" 2018-08-26 00:43:58,273 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-96bc4478-fd3e-464d-a142-560a4af5576a Date: Sun, 26 Aug 2018 00:43:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:43:58,274 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/b9f809c2-c018-41f7-bcf4-990e5dc9c4d6.json used request id req-96bc4478-fd3e-464d-a142-560a4af5576a 2018-08-26 00:43:58,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.72773504257s 2018-08-26 00:43:58,274 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/b9f809c2-c018-41f7-bcf4-990e5dc9c4d6.json used request id req-96bc4478-fd3e-464d-a142-560a4af5576a 2018-08-26 00:43:58,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:43:58,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" 2018-08-26 00:43:58,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-aa2c8340-f32f-49f7-a613-087be552ae83 Date: Sun, 26 Aug 2018 00:43:58 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":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","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-08-26T00:43:58Z","tenant_id":"4f0bf0dd731c4188b7e6dc90da993393","created_at":"2018-08-26T00:43:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4f0bf0dd731c4188b7e6dc90da993393","id":"d231d69a-5c9d-459d-8dff-77e19e2647e7","name":"vmready2-net_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded"}]} 2018-08-26 00:43:58,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-aa2c8340-f32f-49f7-a613-087be552ae83 2018-08-26 00:43:58,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0933241844177s 2018-08-26 00:43:58,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-aa2c8340-f32f-49f7-a613-087be552ae83 2018-08-26 00:43:58,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 00:43:58,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/d231d69a-5c9d-459d-8dff-77e19e2647e7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" 2018-08-26 00:44:00,026 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a85c81b9-12bb-4803-8e0c-0dcf4884065e Date: Sun, 26 Aug 2018 00:44:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:44:00,026 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d231d69a-5c9d-459d-8dff-77e19e2647e7.json used request id req-a85c81b9-12bb-4803-8e0c-0dcf4884065e 2018-08-26 00:44:00,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.65696501732s 2018-08-26 00:44:00,027 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d231d69a-5c9d-459d-8dff-77e19e2647e7.json used request id req-a85c81b9-12bb-4803-8e0c-0dcf4884065e 2018-08-26 00:44:00,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:44:00,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" 2018-08-26 00:44:00,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-ab38e9a9-f8c9-44fb-a15d-17b916bae8f2 Date: Sun, 26 Aug 2018 00:44:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:43:48Z", "file": "/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95/file", "owner": "4f0bf0dd731c4188b7e6dc90da993393", "id": "8542ed3b-3fca-4ed5-9536-d6bb35a13f95", "size": 12716032, "self": "/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:43:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:44:00,810 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ab38e9a9-f8c9-44fb-a15d-17b916bae8f2 2018-08-26 00:44:00,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.779297113419s 2018-08-26 00:44:00,810 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ab38e9a9-f8c9-44fb-a15d-17b916bae8f2 2018-08-26 00:44:00,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-26 00:44:00,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}94d583c862176b138ac9440af3a5ea6467aa9f5f" 2018-08-26 00:44:01,959 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0e16cd18-b950-401e-aeda-b9330514637d Date: Sun, 26 Aug 2018 00:44:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:44:01,960 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95 used request id req-0e16cd18-b950-401e-aeda-b9330514637d 2018-08-26 00:44:01,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.1477189064s 2018-08-26 00:44:01,960 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/8542ed3b-3fca-4ed5-9536-d6bb35a13f95 used request id req-0e16cd18-b950-401e-aeda-b9330514637d 2018-08-26 00:44:01,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:44:01,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:44:02,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44: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-fd7b17d6-bd0c-48a3-9b7c-53ec108a8e50 x-compute-request-id: req-fd7b17d6-bd0c-48a3-9b7c-53ec108a8e50 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a500ea28-2b09-4dd3-951d-da76d2d4d99e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a500ea28-2b09-4dd3-951d-da76d2d4d99e", "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": "a500ea28-2b09-4dd3-951d-da76d2d4d99e"}]} 2018-08-26 00:44:02,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-fd7b17d6-bd0c-48a3-9b7c-53ec108a8e50 2018-08-26 00:44:02,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.131884098053s 2018-08-26 00:44:02,093 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-fd7b17d6-bd0c-48a3-9b7c-53ec108a8e50 2018-08-26 00:44:02,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-26 00:44:02,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/a500ea28-2b09-4dd3-951d-da76d2d4d99e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:44:02,151 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:44:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5154bc53-a138-47ca-946d-7a73d1d28117 x-compute-request-id: req-5154bc53-a138-47ca-946d-7a73d1d28117 Content-Length: 0 Content-Type: application/json 2018-08-26 00:44:02,152 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/a500ea28-2b09-4dd3-951d-da76d2d4d99e used request id req-5154bc53-a138-47ca-946d-7a73d1d28117 2018-08-26 00:44:02,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0570969581604s 2018-08-26 00:44:02,152 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/a500ea28-2b09-4dd3-951d-da76d2d4d99e used request id req-5154bc53-a138-47ca-946d-7a73d1d28117 2018-08-26 00:44:02,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:44:02,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:44:02,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a1345fd-7124-4871-87ea-1ada244e40dd Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/0049bfec5dd746eaa3bd4ab1bc064350"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0049bfec5dd746eaa3bd4ab1bc064350", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/02a6c38f931e4804a70ef74c26b7c11d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02a6c38f931e4804a70ef74c26b7c11d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/069bd57c4d4b4158906adf39308a9bfe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "069bd57c4d4b4158906adf39308a9bfe", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3234d598132142f3acc53ccdc4abd3bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3234d598132142f3acc53ccdc4abd3bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/39533691ab574a84aeab5b9d828d1983"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39533691ab574a84aeab5b9d828d1983", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/474875818d4541cba75d9065b08b7657"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474875818d4541cba75d9065b08b7657", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/474dd411059547088d861f7dc6006e0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474dd411059547088d861f7dc6006e0c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/518520b9e3e448d2874dae1fdafcce7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "518520b9e3e448d2874dae1fdafcce7d", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/56b56736152a413bbf743b3a14c6e5d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56b56736152a413bbf743b3a14c6e5d3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vmready2-user_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "links": {"self": "http://172.30.9.22:5000/v3/users/7ac1ef149fa541aeaa424082b54824f0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7ac1ef149fa541aeaa424082b54824f0", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/8b6e7715d7a04c3682b13b2667de7b04"}, "domain_id": "424ccdce7f9c44f1977a73b5e3b41ad0", "enabled": true, "options": {}, "id": "8b6e7715d7a04c3682b13b2667de7b04", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/9a7ac8ccfc6f4efd98a69892ae9e09a7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a7ac8ccfc6f4efd98a69892ae9e09a7", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/b6c7eb6acbf34ae5aa31f751a52f6ab9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6c7eb6acbf34ae5aa31f751a52f6ab9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/ec0330040c8a4809b49be675e7f85a32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec0330040c8a4809b49be675e7f85a32", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/f05078eb36684bf7916dc1c910444303"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f05078eb36684bf7916dc1c910444303", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-26 00:44:02,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-6a1345fd-7124-4871-87ea-1ada244e40dd 2018-08-26 00:44:02,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208515882492s 2018-08-26 00:44:02,361 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-6a1345fd-7124-4871-87ea-1ada244e40dd 2018-08-26 00:44:02,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:44:02,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/7ac1ef149fa541aeaa424082b54824f0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:44:02,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb7e6c5-295f-4bea-9b68-06e91b171275 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded", "links": {"self": "http://172.30.9.22:5000/v3/users/7ac1ef149fa541aeaa424082b54824f0"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "7ac1ef149fa541aeaa424082b54824f0", "description": null}} 2018-08-26 00:44:02,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/7ac1ef149fa541aeaa424082b54824f0 used request id req-1cb7e6c5-295f-4bea-9b68-06e91b171275 2018-08-26 00:44:02,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20619392395s 2018-08-26 00:44:02,573 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/7ac1ef149fa541aeaa424082b54824f0 used request id req-1cb7e6c5-295f-4bea-9b68-06e91b171275 2018-08-26 00:44:02,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-26 00:44:02,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/7ac1ef149fa541aeaa424082b54824f0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:44:02,897 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:44:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47556353-997f-4a1a-8a49-84a105970384 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:44:02,897 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/7ac1ef149fa541aeaa424082b54824f0 used request id req-47556353-997f-4a1a-8a49-84a105970384 2018-08-26 00:44:02,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.323539018631s 2018-08-26 00:44:02,898 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/7ac1ef149fa541aeaa424082b54824f0 used request id req-47556353-997f-4a1a-8a49-84a105970384 2018-08-26 00:44:02,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 00:44:02,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:44:03,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2234a1d-0956-46e7-9e9f-3f68bce3c3b6 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82"}, "tags": [], "enabled": true, "id": "463d1f922e1948f6bd05a420de81ed82", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/4f0bf0dd731c4188b7e6dc90da993393"}, "tags": [], "enabled": true, "id": "4f0bf0dd731c4188b7e6dc90da993393", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_4e93d746-3bc5-4bdc-bfb6-756c7eab3ded"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f25cbe785dac41128d46915c0c96dbeb"}, "tags": [], "enabled": true, "id": "f25cbe785dac41128d46915c0c96dbeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-26 00:44:03,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-c2234a1d-0956-46e7-9e9f-3f68bce3c3b6 2018-08-26 00:44:03,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.211324930191s 2018-08-26 00:44:03,116 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-c2234a1d-0956-46e7-9e9f-3f68bce3c3b6 2018-08-26 00:44:03,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-26 00:44:03,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/4f0bf0dd731c4188b7e6dc90da993393 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84f2dcbc2165929c2b218b2b57995124f036310b" 2018-08-26 00:44:03,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:44:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb4b3872-6473-4336-9688-f4316139bfe7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:44:03,619 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/4f0bf0dd731c4188b7e6dc90da993393 used request id req-bb4b3872-6473-4336-9688-f4316139bfe7 2018-08-26 00:44:03,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.498911142349s 2018-08-26 00:44:03,619 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/4f0bf0dd731c4188b7e6dc90da993393 used request id req-bb4b3872-6473-4336-9688-f4316139bfe7 2018-08-26 00:44:03,670 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-26 00:44:03,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:44:03,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:44:03,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:44:03,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:44:03,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:44:03,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:44:03,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:44:03,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:44:03,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:44:03,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:44:03,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:44:03,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:44:03,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:44:03,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:44:03,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:44:03,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:44:03,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:44:03,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:44:03,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:44:03,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:44:03,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:44:03,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:44:03,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:44:03,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2c768f4-dc1f-4c0f-94bd-fd0e743ea95f 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:44:03,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a2c768f4-dc1f-4c0f-94bd-fd0e743ea95f 2018-08-26 00:44:03,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:44:04,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c0a8bf7efff4719ac51c17d596f36d9", "name": "admin"}, {"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:44:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f25cbe785dac41128d46915c0c96dbeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "518520b9e3e448d2874dae1fdafcce7d"}, "audit_ids": ["Fpdrqh5sQLaJ2WJ090gJZg"], "issued_at": "2018-08-26T00:44:04.000000Z"}} 2018-08-26 00:44:04,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:44:04,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:04,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ecceffa3-af3e-4a4e-87f5-b777b4132d86 Date: Sun, 26 Aug 2018 00:44:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:44:04,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ecceffa3-af3e-4a4e-87f5-b777b4132d86 2018-08-26 00:44:04,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366941928864s 2018-08-26 00:44:04,580 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ecceffa3-af3e-4a4e-87f5-b777b4132d86 2018-08-26 00:44:04,587 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-26 00:44:04,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 00:44:04,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -d '{"network": {"name": "singlevm1-net_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "admin_state_up": true}}' 2018-08-26 00:44:05,193 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-1eba8d35-7ef6-49a2-a31c-88987f7b4735 Date: Sun, 26 Aug 2018 00:44:05 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4d613e48-f478-4d92-8b76-25f0d0558f71","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f25cbe785dac41128d46915c0c96dbeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T00:44:04Z","is_default":false,"provider:segmentation_id":1,"name":"singlevm1-net_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3","admin_state_up":true,"tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:44:04Z","mtu":1450}} 2018-08-26 00:44:05,193 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1eba8d35-7ef6-49a2-a31c-88987f7b4735 2018-08-26 00:44:05,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.605376005173s 2018-08-26 00:44:05,194 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1eba8d35-7ef6-49a2-a31c-88987f7b4735 2018-08-26 00:44:05,194 - 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-08-26T00:44:04Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4d613e48-f478-4d92-8b76-25f0d0558f71', u'provider:segmentation_id': 1, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3', u'admin_state_up': True, u'tenant_id': u'f25cbe785dac41128d46915c0c96dbeb', u'created_at': u'2018-08-26T00:44:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f25cbe785dac41128d46915c0c96dbeb'}) 2018-08-26 00:44:05,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:44:05,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:06,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-a38cbd0a-7472-4849-92f0-6fe70f455320 Date: Sun, 26 Aug 2018 00:44:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4d613e48-f478-4d92-8b76-25f0d0558f71","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f25cbe785dac41128d46915c0c96dbeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T00:44:04Z","provider:segmentation_id":1,"name":"singlevm1-net_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3","admin_state_up":true,"tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:44:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:44:06,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a38cbd0a-7472-4849-92f0-6fe70f455320 2018-08-26 00:44:06,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.14862012863s 2018-08-26 00:44:06,345 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a38cbd0a-7472-4849-92f0-6fe70f455320 2018-08-26 00:44:06,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 00:44:06,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -d '{"subnet": {"name": "singlevm1-subnet_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "enable_dhcp": true, "network_id": "4d613e48-f478-4d92-8b76-25f0d0558f71", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 00:44:08,091 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-53e8e74a-84c8-45e7-9d50-33463b89c0ed Date: Sun, 26 Aug 2018 00:44:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d613e48-f478-4d92-8b76-25f0d0558f71","tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:44:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:44:07Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"f25cbe785dac41128d46915c0c96dbeb","id":"823912bd-fa41-4f9f-a7b4-ada1d921458b","subnetpool_id":null,"name":"singlevm1-subnet_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"}} 2018-08-26 00:44:08,091 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-53e8e74a-84c8-45e7-9d50-33463b89c0ed 2018-08-26 00:44:08,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.74448895454s 2018-08-26 00:44:08,091 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-53e8e74a-84c8-45e7-9d50-33463b89c0ed 2018-08-26 00:44:08,092 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:44:07Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'823912bd-fa41-4f9f-a7b4-ada1d921458b', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3', u'enable_dhcp': True, u'network_id': u'4d613e48-f478-4d92-8b76-25f0d0558f71', u'tenant_id': u'f25cbe785dac41128d46915c0c96dbeb', u'created_at': u'2018-08-26T00:44:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f25cbe785dac41128d46915c0c96dbeb'}) 2018-08-26 00:44:08,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 00:44:08,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -d '{"router": {"external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20"}, "name": "singlevm1-router_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "admin_state_up": true}}' 2018-08-26 00:44:09,663 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-ea610c27-735d-4bfb-b818-bec3c54c9dee Date: Sun, 26 Aug 2018 00:44:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:44:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-26T00:44:09Z", "revision_number": 2, "routes": [], "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "64dcdc6b-2eae-42db-8ee9-3ded60201656", "name": "singlevm1-router_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"}} 2018-08-26 00:44:09,663 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ea610c27-735d-4bfb-b818-bec3c54c9dee 2018-08-26 00:44:09,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.57059311867s 2018-08-26 00:44:09,663 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ea610c27-735d-4bfb-b818-bec3c54c9dee 2018-08-26 00:44:09,664 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c6df188-21d6-4197-bf89-8f166bee1386', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f25cbe785dac41128d46915c0c96dbeb', u'created_at': u'2018-08-26T00:44:08Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-26T00:44:09Z', u'revision_number': 2, u'routes': [], u'project_id': u'f25cbe785dac41128d46915c0c96dbeb', u'id': u'64dcdc6b-2eae-42db-8ee9-3ded60201656', u'name': u'singlevm1-router_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3'}) 2018-08-26 00:44:09,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 00:44:09,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/64dcdc6b-2eae-42db-8ee9-3ded60201656/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -d '{"subnet_id": "823912bd-fa41-4f9f-a7b4-ada1d921458b"}' 2018-08-26 00:44:12,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fe7a78f9-920d-4239-822c-15441d5bb60e Date: Sun, 26 Aug 2018 00:44:12 GMT RESP BODY: {"network_id": "4d613e48-f478-4d92-8b76-25f0d0558f71", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "subnet_id": "823912bd-fa41-4f9f-a7b4-ada1d921458b", "subnet_ids": ["823912bd-fa41-4f9f-a7b4-ada1d921458b"], "port_id": "3d27c065-6a15-4c16-a8c6-31c951c0c135", "id": "64dcdc6b-2eae-42db-8ee9-3ded60201656"} 2018-08-26 00:44:12,369 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/64dcdc6b-2eae-42db-8ee9-3ded60201656/add_router_interface.json used request id req-fe7a78f9-920d-4239-822c-15441d5bb60e 2018-08-26 00:44:12,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.70510101318s 2018-08-26 00:44:12,370 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/64dcdc6b-2eae-42db-8ee9-3ded60201656/add_router_interface.json used request id req-fe7a78f9-920d-4239-822c-15441d5bb60e returning object 64dcdc6b-2eae-42db-8ee9-3ded60201656 2018-08-26 00:44:12,370 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-26 00:44:12,497 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-26 00:44:12,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:44:12,507 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 26 Aug 2018 00:44:12 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-26 00:44:12,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:44:12,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:13,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ba474992-7959-4d03-bfcb-55561f27c8fc Date: Sun, 26 Aug 2018 00:44:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:44:13,294 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ba474992-7959-4d03-bfcb-55561f27c8fc 2018-08-26 00:44:13,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.784959077835s 2018-08-26 00:44:13,295 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ba474992-7959-4d03-bfcb-55561f27c8fc 2018-08-26 00:44:13,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-26 00:44:13,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"}' 2018-08-26 00:44:13,628 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8b3d8638-e6ca-4082-9ac6-a651fc8a2ba4 Date: Sun, 26 Aug 2018 00:44:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:44:13Z", "file": "/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/file", "owner": "f25cbe785dac41128d46915c0c96dbeb", "id": "6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "size": null, "self": "/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "checksum": null, "created_at": "2018-08-26T00:44:13Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-26 00:44:13,628 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-8b3d8638-e6ca-4082-9ac6-a651fc8a2ba4 2018-08-26 00:44:13,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.325954914093s 2018-08-26 00:44:13,628 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-8b3d8638-e6ca-4082-9ac6-a651fc8a2ba4 returning object 6ffd825d-c62c-4a36-98a0-c83f833e7ea7 2018-08-26 00:44:13,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-26 00:44:13,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -d '' 2018-08-26 00:44:14,912 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d9341fec-712b-4823-8906-19824c5fe7b0 Date: Sun, 26 Aug 2018 00:44:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:44:14,912 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/file used request id req-d9341fec-712b-4823-8906-19824c5fe7b0 2018-08-26 00:44:14,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.28325104713s 2018-08-26 00:44:14,913 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/file used request id req-d9341fec-712b-4823-8906-19824c5fe7b0 2018-08-26 00:44:14,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:44:14,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:15,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-ba95ae26-442e-42ad-a477-2f5b88548f55 Date: Sun, 26 Aug 2018 00:44:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:44:14Z", "file": "/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/file", "owner": "f25cbe785dac41128d46915c0c96dbeb", "id": "6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "size": 12716032, "self": "/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:44:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:44:15,204 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ba95ae26-442e-42ad-a477-2f5b88548f55 2018-08-26 00:44:15,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.286991119385s 2018-08-26 00:44:15,204 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ba95ae26-442e-42ad-a477-2f5b88548f55 2018-08-26 00:44:15,206 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/file', 'owner': u'f25cbe785dac41128d46915c0c96dbeb', 'id': u'6ffd825d-c62c-4a36-98a0-c83f833e7ea7', 'size': 12716032, u'self': u'/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f25cbe785dac41128d46915c0c96dbeb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-26T00:44:14Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-26T00:44:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3', 'created': u'2018-08-26T00:44:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-26T00:44:13Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-26 00:44:15,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-26 00:44:15,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-26 00:44:16,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44: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-4c610fab-5351-4c3c-847b-e75ea83fdaf9 x-compute-request-id: req-4c610fab-5351-4c3c-847b-e75ea83fdaf9 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "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": "b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2"}} 2018-08-26 00:44:16,072 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4c610fab-5351-4c3c-847b-e75ea83fdaf9 2018-08-26 00:44:16,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.864948034286s 2018-08-26 00:44:16,072 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4c610fab-5351-4c3c-847b-e75ea83fdaf9 2018-08-26 00:44:16,073 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3', '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'f25cbe785dac41128d46915c0c96dbeb', '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'b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2', 'swap': 0}) 2018-08-26 00:44:16,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-26 00:44:16,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -d '{"extra_specs": {}}' 2018-08-26 00:44:16,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44: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-10b6dcb3-5e6d-440a-bd29-00d4a3435bfa x-compute-request-id: req-10b6dcb3-5e6d-440a-bd29-00d4a3435bfa Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-26 00:44:16,208 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2/os-extra_specs used request id req-10b6dcb3-5e6d-440a-bd29-00d4a3435bfa 2018-08-26 00:44:16,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.134021997452s 2018-08-26 00:44:16,208 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2/os-extra_specs used request id req-10b6dcb3-5e6d-440a-bd29-00d4a3435bfa 2018-08-26 00:44:16,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-26 00:44:16,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -d '{"keypair": {"name": "singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"}}' 2018-08-26 00:44:16,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44: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-3cc0910c-3e83-4bd1-864c-72a08283a11a x-compute-request-id: req-3cc0910c-3e83-4bd1-864c-72a08283a11a Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2wEYqRyFg5WxzpBxGXfiqYlu99eKzELDY/b1Qq7vzroR8FCiVUY40E2Day/5C8WsqqBQp40po+Nxj85/2q/oUTmb9WCtxVthCY8oVYSNcE62/clqb5ycttTzn1zQc/NhCihsi62oXMwHyG5pIqGnp7aIJU2hVoY9IirARkxnzV4Kz5cdDBOiGB5qvJAYJFyflYzYNikXEYFZQCkyWyiVUaaUy3Ltj7vigNGar7RmWTVX4dkxa9Ywtjq7AlPHC1jZWKLPPy26t4eSKHIxN1Q27NADxTBoHmcGEE7yWGoqLOpUtwEw5JxaKFLjpUzjLslxDodB/QgJ9b3pdFfA0aX9Z Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtsBGKkchYOVsc6QcRl34qmJbvfXisxCw2P29UKu7866EfBQo\nlVGONBNg2sv+QvFrKqgUKeNKaPjcY/Of9qv6FE5m/VgrcVbYQmPKFWEjXBOtv3Ja\nm+cnLbU859c0HPzYQoobIutqFzMB8huaSKhp6e2iCVNoVaGPSIqwEZMZ81eCs+XH\nQwTohgearyQGCRcn5WM2DYpFxGBWUApMlsolVGmlMty7Y+74oDRmq+0Zlk1V+HZM\nWvWMLY6uwJTxwtY2Viizz8tureHkihyMTdUNuzQA8UwaB5nBhBO8lhqKizqVLcBM\nOScWihS46VM4y7JcQ6HQf0ICfW96XRXwNGl/WQIDAQABAoIBAQCyUfMlFbsQHU0x\nmZStZMxbFRaHyQGn0EV/tjegG7KOGF/V4qWm7algTvhXBm3XTFJRkSf7p3jX7Ny/\n+ty/iRe/8LC1y+637RGf1lc9fUdPdTQ4dpDLR0YHZ61CW87R6jXq12+bJzKh6Heh\nkiV9eDfAtstBZk2MINT657jdrTfJJJcb5/D3TnTRcHOxitgKi1B+oiGa+zghK0Y5\nL4bxhpMf2A9BK5GsYYxpwQ8v68Q6+m3Qz2dGYOyuXP1NSO70+jkjscy8reXwLo1+\npEVR/bGlpTpRmzBILA+jhTLZnkff4e3BceYgBem9dbjkiXEzrYFeJMpBttIBA7wu\nQ6ezg6ABAoGBAOtR4v6fH9D13/cTrfb/yStvOT5lpTJ4Jj17s3P5+qunJFJhL3l8\n/O1zofGUKCFntJ1e0xhWssHdmRn5fxVHmev8RrBtETksPPA8kDQZq/dH86NCL5uX\nUj5iFhTC0M6EIzCliS6P8hbuP3pRe/UTjYfZhdsk9TgOVjvyN8prarUBAoGBAMbP\nuEWPi29IZTySUtb8OX5No/g2Oy5PZmAZ/SQHlEGviCpZaGPdrVQh1mWWnNcaqm2l\nc0KIhw65B61dU5cnRkpDa71JapDaMb//6Pre8XW/C6a5WoVPjCD1bFwrKbPWHcqV\n5Exc/CUtgWgvljqOLc8RStvhzDkyVpnT5dNzFpJZAoGAThbacQx1Dm7JZ8CMFk9D\nfrpmEKLCc0ETz4thPbdSy+unTf8aNgKYHGQm9Xfo6Uz0ztRM0OLUZykWSVxWI8Wi\n+oC5JIrNEF/xyPcQE3oBawnhe+fWzJcmn7UFBtavXBjVZKtKHr195MYjIoAv1mAq\ns04n8VUOWw/G5hW3FeEXhAECgYEAwgMlbWSGiqOYf8K/aqMbLCFyWR/7ItdDLZdP\nDGEFEhDNDZ7Qm1xR8F9RDTQsfFG+bV/fGdeIDRsN3eXMVB50nrYqpr7FavQzRo3i\n+yajdedo5FvPdXbKZcN66nsIqEHUMsWR09+OBG3i8hw2O5BSLddPOUKhfFOeZWF+\nz5lpNokCgYBXtm3N+mv5WUgtjBEVWFwnuzNT906M1FOeo5xLlpy2QFv/wZ+1V/T6\njb8IxHqZetbFv8UzBPjGVw7/S3z/61Bjt/P9cXQBexkJLCl7goMVelrvLyvv+bh3\nRvtIW4Ugwx1MAyHCMe616GCvqRY8z8ry4zfteJFZO2GDebbSImEcTA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "518520b9e3e448d2874dae1fdafcce7d", "name": "singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "fingerprint": "40:6b:7d:65:25:ee:d3:3a:95:94:d6:cd:9c:c5:d9:05"}} 2018-08-26 00:44:16,437 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-3cc0910c-3e83-4bd1-864c-72a08283a11a 2018-08-26 00:44:16,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.228746175766s 2018-08-26 00:44:16,438 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-3cc0910c-3e83-4bd1-864c-72a08283a11a 2018-08-26 00:44:16,438 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2wEYqRyFg5WxzpBxGXfiqYlu99eKzELDY/b1Qq7vzroR8FCiVUY40E2Day/5C8WsqqBQp40po+Nxj85/2q/oUTmb9WCtxVthCY8oVYSNcE62/clqb5ycttTzn1zQc/NhCihsi62oXMwHyG5pIqGnp7aIJU2hVoY9IirARkxnzV4Kz5cdDBOiGB5qvJAYJFyflYzYNikXEYFZQCkyWyiVUaaUy3Ltj7vigNGar7RmWTVX4dkxa9Ywtjq7AlPHC1jZWKLPPy26t4eSKHIxN1Q27NADxTBoHmcGEE7yWGoqLOpUtwEw5JxaKFLjpUzjLslxDodB/QgJ9b3pdFfA0aX9Z Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtsBGKkchYOVsc6QcRl34qmJbvfXisxCw2P29UKu7866EfBQo\nlVGONBNg2sv+QvFrKqgUKeNKaPjcY/Of9qv6FE5m/VgrcVbYQmPKFWEjXBOtv3Ja\nm+cnLbU859c0HPzYQoobIutqFzMB8huaSKhp6e2iCVNoVaGPSIqwEZMZ81eCs+XH\nQwTohgearyQGCRcn5WM2DYpFxGBWUApMlsolVGmlMty7Y+74oDRmq+0Zlk1V+HZM\nWvWMLY6uwJTxwtY2Viizz8tureHkihyMTdUNuzQA8UwaB5nBhBO8lhqKizqVLcBM\nOScWihS46VM4y7JcQ6HQf0ICfW96XRXwNGl/WQIDAQABAoIBAQCyUfMlFbsQHU0x\nmZStZMxbFRaHyQGn0EV/tjegG7KOGF/V4qWm7algTvhXBm3XTFJRkSf7p3jX7Ny/\n+ty/iRe/8LC1y+637RGf1lc9fUdPdTQ4dpDLR0YHZ61CW87R6jXq12+bJzKh6Heh\nkiV9eDfAtstBZk2MINT657jdrTfJJJcb5/D3TnTRcHOxitgKi1B+oiGa+zghK0Y5\nL4bxhpMf2A9BK5GsYYxpwQ8v68Q6+m3Qz2dGYOyuXP1NSO70+jkjscy8reXwLo1+\npEVR/bGlpTpRmzBILA+jhTLZnkff4e3BceYgBem9dbjkiXEzrYFeJMpBttIBA7wu\nQ6ezg6ABAoGBAOtR4v6fH9D13/cTrfb/yStvOT5lpTJ4Jj17s3P5+qunJFJhL3l8\n/O1zofGUKCFntJ1e0xhWssHdmRn5fxVHmev8RrBtETksPPA8kDQZq/dH86NCL5uX\nUj5iFhTC0M6EIzCliS6P8hbuP3pRe/UTjYfZhdsk9TgOVjvyN8prarUBAoGBAMbP\nuEWPi29IZTySUtb8OX5No/g2Oy5PZmAZ/SQHlEGviCpZaGPdrVQh1mWWnNcaqm2l\nc0KIhw65B61dU5cnRkpDa71JapDaMb//6Pre8XW/C6a5WoVPjCD1bFwrKbPWHcqV\n5Exc/CUtgWgvljqOLc8RStvhzDkyVpnT5dNzFpJZAoGAThbacQx1Dm7JZ8CMFk9D\nfrpmEKLCc0ETz4thPbdSy+unTf8aNgKYHGQm9Xfo6Uz0ztRM0OLUZykWSVxWI8Wi\n+oC5JIrNEF/xyPcQE3oBawnhe+fWzJcmn7UFBtavXBjVZKtKHr195MYjIoAv1mAq\ns04n8VUOWw/G5hW3FeEXhAECgYEAwgMlbWSGiqOYf8K/aqMbLCFyWR/7ItdDLZdP\nDGEFEhDNDZ7Qm1xR8F9RDTQsfFG+bV/fGdeIDRsN3eXMVB50nrYqpr7FavQzRo3i\n+yajdedo5FvPdXbKZcN66nsIqEHUMsWR09+OBG3i8hw2O5BSLddPOUKhfFOeZWF+\nz5lpNokCgYBXtm3N+mv5WUgtjBEVWFwnuzNT906M1FOeo5xLlpy2QFv/wZ+1V/T6\njb8IxHqZetbFv8UzBPjGVw7/S3z/61Bjt/P9cXQBexkJLCl7goMVelrvLyvv+bh3\nRvtIW4Ugwx1MAyHCMe616GCvqRY8z8ry4zfteJFZO2GDebbSImEcTA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'518520b9e3e448d2874dae1fdafcce7d', 'name': u'singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3', 'created_at': '2018-08-26T00:44:16.438919', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f25cbe785dac41128d46915c0c96dbeb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'40:6b:7d:65:25:ee:d3:3a:95:94:d6:cd:9c:c5:d9:05', 'type': 'ssh', 'id': u'singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3'}) 2018-08-26 00:44:16,439 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAtsBGKkchYOVsc6QcRl34qmJbvfXisxCw2P29UKu7866EfBQo lVGONBNg2sv+QvFrKqgUKeNKaPjcY/Of9qv6FE5m/VgrcVbYQmPKFWEjXBOtv3Ja m+cnLbU859c0HPzYQoobIutqFzMB8huaSKhp6e2iCVNoVaGPSIqwEZMZ81eCs+XH QwTohgearyQGCRcn5WM2DYpFxGBWUApMlsolVGmlMty7Y+74oDRmq+0Zlk1V+HZM WvWMLY6uwJTxwtY2Viizz8tureHkihyMTdUNuzQA8UwaB5nBhBO8lhqKizqVLcBM OScWihS46VM4y7JcQ6HQf0ICfW96XRXwNGl/WQIDAQABAoIBAQCyUfMlFbsQHU0x mZStZMxbFRaHyQGn0EV/tjegG7KOGF/V4qWm7algTvhXBm3XTFJRkSf7p3jX7Ny/ +ty/iRe/8LC1y+637RGf1lc9fUdPdTQ4dpDLR0YHZ61CW87R6jXq12+bJzKh6Heh kiV9eDfAtstBZk2MINT657jdrTfJJJcb5/D3TnTRcHOxitgKi1B+oiGa+zghK0Y5 L4bxhpMf2A9BK5GsYYxpwQ8v68Q6+m3Qz2dGYOyuXP1NSO70+jkjscy8reXwLo1+ pEVR/bGlpTpRmzBILA+jhTLZnkff4e3BceYgBem9dbjkiXEzrYFeJMpBttIBA7wu Q6ezg6ABAoGBAOtR4v6fH9D13/cTrfb/yStvOT5lpTJ4Jj17s3P5+qunJFJhL3l8 /O1zofGUKCFntJ1e0xhWssHdmRn5fxVHmev8RrBtETksPPA8kDQZq/dH86NCL5uX Uj5iFhTC0M6EIzCliS6P8hbuP3pRe/UTjYfZhdsk9TgOVjvyN8prarUBAoGBAMbP uEWPi29IZTySUtb8OX5No/g2Oy5PZmAZ/SQHlEGviCpZaGPdrVQh1mWWnNcaqm2l c0KIhw65B61dU5cnRkpDa71JapDaMb//6Pre8XW/C6a5WoVPjCD1bFwrKbPWHcqV 5Exc/CUtgWgvljqOLc8RStvhzDkyVpnT5dNzFpJZAoGAThbacQx1Dm7JZ8CMFk9D frpmEKLCc0ETz4thPbdSy+unTf8aNgKYHGQm9Xfo6Uz0ztRM0OLUZykWSVxWI8Wi +oC5JIrNEF/xyPcQE3oBawnhe+fWzJcmn7UFBtavXBjVZKtKHr195MYjIoAv1mAq s04n8VUOWw/G5hW3FeEXhAECgYEAwgMlbWSGiqOYf8K/aqMbLCFyWR/7ItdDLZdP DGEFEhDNDZ7Qm1xR8F9RDTQsfFG+bV/fGdeIDRsN3eXMVB50nrYqpr7FavQzRo3i +yajdedo5FvPdXbKZcN66nsIqEHUMsWR09+OBG3i8hw2O5BSLddPOUKhfFOeZWF+ z5lpNokCgYBXtm3N+mv5WUgtjBEVWFwnuzNT906M1FOeo5xLlpy2QFv/wZ+1V/T6 jb8IxHqZetbFv8UzBPjGVw7/S3z/61Bjt/P9cXQBexkJLCl7goMVelrvLyvv+bh3 RvtIW4Ugwx1MAyHCMe616GCvqRY8z8ry4zfteJFZO2GDebbSImEcTA== -----END RSA PRIVATE KEY----- 2018-08-26 00:44:16,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-26 00:44:16,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -d '{"security_group": {"name": "singlevm1-sg_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-26 00:44:17,313 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-e6ef3325-f9ca-4681-ba7d-b99a9d34422f Date: Sun, 26 Aug 2018 00:44:17 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:44:17Z", "updated_at": "2018-08-26T00:44:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:44:17Z", "revision_number": 0, "id": "4eb748ff-e8ea-4eaf-a6fb-5258927c749f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:44:17Z", "security_group_id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:44:17Z", "revision_number": 0, "id": "d0aa16ee-28ff-4a25-9537-f538d45f49df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:44:17Z", "security_group_id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}], "revision_number": 1, "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "name": "singlevm1-sg_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"}} 2018-08-26 00:44:17,314 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-e6ef3325-f9ca-4681-ba7d-b99a9d34422f 2018-08-26 00:44:17,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.871942043304s 2018-08-26 00:44:17,314 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-e6ef3325-f9ca-4681-ba7d-b99a9d34422f 2018-08-26 00:44:17,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-26 00:44:17,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:17,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-ce2faf5f-ba86-40bd-b9e4-3a27b3408461 Date: Sun, 26 Aug 2018 00:44:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "created_at": "2018-08-26T00:42:45Z", "updated_at": "2018-08-26T00:42:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:45Z", "revision_number": 0, "id": "01f23cbb-ee63-47af-8424-165685c3fc92", "remote_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:45Z", "security_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "port_range_min": null, "ethertype": "IPv4", "project_id": "452ffbe3d96e4371ac3f8b741b235c43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:45Z", "revision_number": 0, "id": "73d8b3f1-9576-4a5d-8cbf-5fffe9c57978", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:45Z", "security_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "port_range_min": null, "ethertype": "IPv6", "project_id": "452ffbe3d96e4371ac3f8b741b235c43"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:45Z", "revision_number": 0, "id": "a54f9fc5-caf2-496e-9b07-91022ef39512", "remote_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:45Z", "security_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "port_range_min": null, "ethertype": "IPv6", "project_id": "452ffbe3d96e4371ac3f8b741b235c43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:45Z", "revision_number": 0, "id": "cdb9a288-61d9-4505-9606-ea6b4db3bc13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:45Z", "security_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "port_range_min": null, "ethertype": "IPv4", "project_id": "452ffbe3d96e4371ac3f8b741b235c43"}], "revision_number": 1, "project_id": "452ffbe3d96e4371ac3f8b741b235c43", "id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "created_at": "2018-08-26T00:38:51Z", "updated_at": "2018-08-26T00:38:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:38:51Z", "revision_number": 0, "id": "5ec32370-5e70-44e0-a010-2b05e1e12b4f", "remote_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "remote_ip_prefix": null, "created_at": "2018-08-26T00:38:51Z", "security_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "port_range_min": null, "ethertype": "IPv6", "project_id": "463d1f922e1948f6bd05a420de81ed82"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:38:51Z", "revision_number": 0, "id": "6828a546-86e3-4e25-be08-6d456b6227db", "remote_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "remote_ip_prefix": null, "created_at": "2018-08-26T00:38:51Z", "security_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "port_range_min": null, "ethertype": "IPv4", "project_id": "463d1f922e1948f6bd05a420de81ed82"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:38:51Z", "revision_number": 0, "id": "8751c353-7d72-46ff-8e01-122bc705dd7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:38:51Z", "security_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "port_range_min": null, "ethertype": "IPv4", "project_id": "463d1f922e1948f6bd05a420de81ed82"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:38:51Z", "revision_number": 0, "id": "e2705b3f-cdc3-41ed-aec8-913d66f4d382", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:38:51Z", "security_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "port_range_min": null, "ethertype": "IPv6", "project_id": "463d1f922e1948f6bd05a420de81ed82"}], "revision_number": 1, "project_id": "463d1f922e1948f6bd05a420de81ed82", "id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-26T00:42:24Z", "updated_at": "2018-08-26T00:42:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:24Z", "revision_number": 0, "id": "1aa75f7d-e0b5-45a5-910f-b3238a83827b", "remote_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:24Z", "security_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:24Z", "revision_number": 0, "id": "2c138bc8-963a-4242-8c93-7a7132387f53", "remote_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:24Z", "security_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:24Z", "revision_number": 0, "id": "c419ba85-1852-4918-ab7d-9dd78bfc8fae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:24Z", "security_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:24Z", "revision_number": 0, "id": "e325a9e5-296c-4c25-8836-61d6f84f5a77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:24Z", "security_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "4f780286-7fee-4393-bfac-53ffd745d255", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:42:19Z", "updated_at": "2018-08-26T00:42:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:19Z", "revision_number": 0, "id": "16b62f88-e5c8-463c-babe-432b0a5dbe64", "remote_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:19Z", "security_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:19Z", "revision_number": 0, "id": "3e682607-61b7-4de0-a87e-3c016b874357", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:19Z", "security_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:19Z", "revision_number": 0, "id": "6f353311-c43a-4b8b-a1ab-6121b37137ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:19Z", "security_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:19Z", "revision_number": 0, "id": "89a2e747-0e43-4fc0-acb2-7bb9555572df", "remote_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:19Z", "security_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}], "revision_number": 1, "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "created_at": "2018-08-26T00:43:39Z", "updated_at": "2018-08-26T00:43:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:43:39Z", "revision_number": 0, "id": "18349896-a15f-41a4-9cd7-aa419adc9c98", "remote_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "remote_ip_prefix": null, "created_at": "2018-08-26T00:43:39Z", "security_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f0bf0dd731c4188b7e6dc90da993393"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:43:39Z", "revision_number": 0, "id": "55e7aace-da34-4fad-9aaf-8b0fc732058e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:43:39Z", "security_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f0bf0dd731c4188b7e6dc90da993393"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:43:39Z", "revision_number": 0, "id": "a252d22a-b160-401f-886e-d08b8e4c968d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:43:39Z", "security_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f0bf0dd731c4188b7e6dc90da993393"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:43:39Z", "revision_number": 0, "id": "f36522c3-9aea-4a88-8e5a-f5257cc57d69", "remote_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "remote_ip_prefix": null, "created_at": "2018-08-26T00:43:39Z", "security_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f0bf0dd731c4188b7e6dc90da993393"}], "revision_number": 1, "project_id": "4f0bf0dd731c4188b7e6dc90da993393", "id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:44:17Z", "updated_at": "2018-08-26T00:44:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:44:17Z", "revision_number": 0, "id": "4eb748ff-e8ea-4eaf-a6fb-5258927c749f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:44:17Z", "security_group_id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:44:17Z", "revision_number": 0, "id": "d0aa16ee-28ff-4a25-9537-f538d45f49df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:44:17Z", "security_group_id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}], "revision_number": 1, "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "name": "singlevm1-sg_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"}]} 2018-08-26 00:44:17,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-ce2faf5f-ba86-40bd-b9e4-3a27b3408461 2018-08-26 00:44:17,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.304577112198s 2018-08-26 00:44:17,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-ce2faf5f-ba86-40bd-b9e4-3a27b3408461 2018-08-26 00:44:17,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-26 00:44:17,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -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": "f17832f4-ce8c-42a2-80c0-4696f24eb951"}}' 2018-08-26 00:44:18,110 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-a7ad1a34-4c74-4859-997f-a90afe0d620f Date: Sun, 26 Aug 2018 00:44:18 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-26T00:44:18Z", "security_group_id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "port_range_min": 22, "revision_number": 0, "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:44:18Z", "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "819807e3-1153-4dd6-a0b8-d707fbe7d6e8"}} 2018-08-26 00:44:18,110 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-a7ad1a34-4c74-4859-997f-a90afe0d620f 2018-08-26 00:44:18,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.481574058533s 2018-08-26 00:44:18,110 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-a7ad1a34-4c74-4859-997f-a90afe0d620f 2018-08-26 00:44:18,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-26 00:44:18,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:18,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-839d359d-c4b0-464a-8e45-445387ef1368 Date: Sun, 26 Aug 2018 00:44:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "created_at": "2018-08-26T00:42:45Z", "updated_at": "2018-08-26T00:42:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:45Z", "revision_number": 0, "id": "01f23cbb-ee63-47af-8424-165685c3fc92", "remote_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:45Z", "security_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "port_range_min": null, "ethertype": "IPv4", "project_id": "452ffbe3d96e4371ac3f8b741b235c43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:45Z", "revision_number": 0, "id": "73d8b3f1-9576-4a5d-8cbf-5fffe9c57978", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:45Z", "security_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "port_range_min": null, "ethertype": "IPv6", "project_id": "452ffbe3d96e4371ac3f8b741b235c43"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:45Z", "revision_number": 0, "id": "a54f9fc5-caf2-496e-9b07-91022ef39512", "remote_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:45Z", "security_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "port_range_min": null, "ethertype": "IPv6", "project_id": "452ffbe3d96e4371ac3f8b741b235c43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:45Z", "revision_number": 0, "id": "cdb9a288-61d9-4505-9606-ea6b4db3bc13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:45Z", "security_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "port_range_min": null, "ethertype": "IPv4", "project_id": "452ffbe3d96e4371ac3f8b741b235c43"}], "revision_number": 1, "project_id": "452ffbe3d96e4371ac3f8b741b235c43", "id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "created_at": "2018-08-26T00:38:51Z", "updated_at": "2018-08-26T00:38:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:38:51Z", "revision_number": 0, "id": "5ec32370-5e70-44e0-a010-2b05e1e12b4f", "remote_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "remote_ip_prefix": null, "created_at": "2018-08-26T00:38:51Z", "security_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "port_range_min": null, "ethertype": "IPv6", "project_id": "463d1f922e1948f6bd05a420de81ed82"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:38:51Z", "revision_number": 0, "id": "6828a546-86e3-4e25-be08-6d456b6227db", "remote_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "remote_ip_prefix": null, "created_at": "2018-08-26T00:38:51Z", "security_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "port_range_min": null, "ethertype": "IPv4", "project_id": "463d1f922e1948f6bd05a420de81ed82"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:38:51Z", "revision_number": 0, "id": "8751c353-7d72-46ff-8e01-122bc705dd7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:38:51Z", "security_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "port_range_min": null, "ethertype": "IPv4", "project_id": "463d1f922e1948f6bd05a420de81ed82"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:38:51Z", "revision_number": 0, "id": "e2705b3f-cdc3-41ed-aec8-913d66f4d382", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:38:51Z", "security_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "port_range_min": null, "ethertype": "IPv6", "project_id": "463d1f922e1948f6bd05a420de81ed82"}], "revision_number": 1, "project_id": "463d1f922e1948f6bd05a420de81ed82", "id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-26T00:42:24Z", "updated_at": "2018-08-26T00:42:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:24Z", "revision_number": 0, "id": "1aa75f7d-e0b5-45a5-910f-b3238a83827b", "remote_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:24Z", "security_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:24Z", "revision_number": 0, "id": "2c138bc8-963a-4242-8c93-7a7132387f53", "remote_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:24Z", "security_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:24Z", "revision_number": 0, "id": "c419ba85-1852-4918-ab7d-9dd78bfc8fae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:24Z", "security_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:24Z", "revision_number": 0, "id": "e325a9e5-296c-4c25-8836-61d6f84f5a77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:24Z", "security_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "4f780286-7fee-4393-bfac-53ffd745d255", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:42:19Z", "updated_at": "2018-08-26T00:42:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:19Z", "revision_number": 0, "id": "16b62f88-e5c8-463c-babe-432b0a5dbe64", "remote_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:19Z", "security_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:19Z", "revision_number": 0, "id": "3e682607-61b7-4de0-a87e-3c016b874357", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:19Z", "security_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:19Z", "revision_number": 0, "id": "6f353311-c43a-4b8b-a1ab-6121b37137ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:19Z", "security_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:19Z", "revision_number": 0, "id": "89a2e747-0e43-4fc0-acb2-7bb9555572df", "remote_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:19Z", "security_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}], "revision_number": 1, "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "created_at": "2018-08-26T00:43:39Z", "updated_at": "2018-08-26T00:43:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:43:39Z", "revision_number": 0, "id": "18349896-a15f-41a4-9cd7-aa419adc9c98", "remote_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "remote_ip_prefix": null, "created_at": "2018-08-26T00:43:39Z", "security_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f0bf0dd731c4188b7e6dc90da993393"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:43:39Z", "revision_number": 0, "id": "55e7aace-da34-4fad-9aaf-8b0fc732058e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:43:39Z", "security_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f0bf0dd731c4188b7e6dc90da993393"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:43:39Z", "revision_number": 0, "id": "a252d22a-b160-401f-886e-d08b8e4c968d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:43:39Z", "security_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f0bf0dd731c4188b7e6dc90da993393"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:43:39Z", "revision_number": 0, "id": "f36522c3-9aea-4a88-8e5a-f5257cc57d69", "remote_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "remote_ip_prefix": null, "created_at": "2018-08-26T00:43:39Z", "security_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f0bf0dd731c4188b7e6dc90da993393"}], "revision_number": 1, "project_id": "4f0bf0dd731c4188b7e6dc90da993393", "id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:44:17Z", "updated_at": "2018-08-26T00:44:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:44:17Z", "revision_number": 0, "id": "4eb748ff-e8ea-4eaf-a6fb-5258927c749f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:44:17Z", "security_group_id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-26T00:44:18Z", "revision_number": 0, "id": "819807e3-1153-4dd6-a0b8-d707fbe7d6e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:44:18Z", "security_group_id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:44:17Z", "revision_number": 0, "id": "d0aa16ee-28ff-4a25-9537-f538d45f49df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:44:17Z", "security_group_id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}], "revision_number": 2, "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "name": "singlevm1-sg_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"}]} 2018-08-26 00:44:18,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-839d359d-c4b0-464a-8e45-445387ef1368 2018-08-26 00:44:18,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0554068088531s 2018-08-26 00:44:18,170 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-839d359d-c4b0-464a-8e45-445387ef1368 2018-08-26 00:44:18,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-26 00:44:18,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -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": "f17832f4-ce8c-42a2-80c0-4696f24eb951"}}' 2018-08-26 00:44:18,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-ab2c3a56-6e65-4968-9243-fdf433727747 Date: Sun, 26 Aug 2018 00:44:18 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-26T00:44:18Z", "security_group_id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "port_range_min": null, "revision_number": 0, "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:44:18Z", "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "3d60115e-0f53-4ec6-b387-6e2c4f5a89b2"}} 2018-08-26 00:44:18,594 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-ab2c3a56-6e65-4968-9243-fdf433727747 2018-08-26 00:44:18,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.420794963837s 2018-08-26 00:44:18,595 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-ab2c3a56-6e65-4968-9243-fdf433727747 2018-08-26 00:44:18,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:44:18,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:18,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1390 X-Openstack-Request-Id: req-c620cd10-8f7b-4391-a5f6-a7159f20233a Date: Sun, 26 Aug 2018 00:44:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4d613e48-f478-4d92-8b76-25f0d0558f71","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f25cbe785dac41128d46915c0c96dbeb","status":"ACTIVE","subnets":["823912bd-fa41-4f9f-a7b4-ada1d921458b"],"description":"","tags":[],"updated_at":"2018-08-26T00:44:07Z","provider:segmentation_id":1,"name":"singlevm1-net_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3","admin_state_up":true,"tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:44:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:44:18,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c620cd10-8f7b-4391-a5f6-a7159f20233a 2018-08-26 00:44:18,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0886161327362s 2018-08-26 00:44:18,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c620cd10-8f7b-4391-a5f6-a7159f20233a 2018-08-26 00:44:18,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:44:18,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:19,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-9fd76a01-77a6-4c18-bc5e-14ccfa8d2339 Date: Sun, 26 Aug 2018 00:44:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:44:14Z", "file": "/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/file", "owner": "f25cbe785dac41128d46915c0c96dbeb", "id": "6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "size": 12716032, "self": "/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:44:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:44:19,484 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9fd76a01-77a6-4c18-bc5e-14ccfa8d2339 2018-08-26 00:44:19,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.794227838516s 2018-08-26 00:44:19,484 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9fd76a01-77a6-4c18-bc5e-14ccfa8d2339 2018-08-26 00:44:19,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:44:19,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:19,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44: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-b9ee57ca-7ea8-4183-89e2-e808361afa38 x-compute-request-id: req-b9ee57ca-7ea8-4183-89e2-e808361afa38 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "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": "b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2"}]} 2018-08-26 00:44:19,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-b9ee57ca-7ea8-4183-89e2-e808361afa38 2018-08-26 00:44:19,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.143139839172s 2018-08-26 00:44:19,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-b9ee57ca-7ea8-4183-89e2-e808361afa38 2018-08-26 00:44:19,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-26 00:44:19,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -d '{"server": {"name": "singlevm1-vm_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "imageRef": "6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "key_name": "singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "flavorRef": "b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4d613e48-f478-4d92-8b76-25f0d0558f71"}], "security_groups": [{"name": "f17832f4-ce8c-42a2-80c0-4696f24eb951"}]}}' 2018-08-26 00:44:24,322 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:44: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-35e654db-bb3d-47d0-8081-4d110e456fb5 x-compute-request-id: req-35e654db-bb3d-47d0-8081-4d110e456fb5 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "f17832f4-ce8c-42a2-80c0-4696f24eb951"}], "OS-DCF:diskConfig": "MANUAL", "id": "aeb35b17-7d4d-4592-954b-cb3ffd895856", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856", "rel": "bookmark"}], "adminPass": "s2RXpWRw5JJ4"}} 2018-08-26 00:44:24,322 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-35e654db-bb3d-47d0-8081-4d110e456fb5 2018-08-26 00:44:24,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.69126605988s 2018-08-26 00:44:24,323 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-35e654db-bb3d-47d0-8081-4d110e456fb5 2018-08-26 00:44:24,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:44:24,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:25,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44: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-f84954f4-0b26-422b-903d-2314948378f5 x-compute-request-id: req-f84954f4-0b26-422b-903d-2314948378f5 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.22:8774/v2.1/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856", "rel": "bookmark"}], "image": {"id": "6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "links": [{"href": "http://172.30.9.22:8774/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "links": [{"href": "http://172.30.9.22:8774/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "rel": "bookmark"}]}, "id": "aeb35b17-7d4d-4592-954b-cb3ffd895856", "user_id": "518520b9e3e448d2874dae1fdafcce7d", "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-08-26T00:44:24Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "created": "2018-08-26T00:44:24Z", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:44:25,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f84954f4-0b26-422b-903d-2314948378f5 2018-08-26 00:44:25,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1242389679s 2018-08-26 00:44:25,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f84954f4-0b26-422b-903d-2314948378f5 2018-08-26 00:44:25,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:44:25,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:25,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1390 X-Openstack-Request-Id: req-7268534c-8f96-4871-be29-96e244117b63 Date: Sun, 26 Aug 2018 00:44:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4d613e48-f478-4d92-8b76-25f0d0558f71","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f25cbe785dac41128d46915c0c96dbeb","status":"ACTIVE","subnets":["823912bd-fa41-4f9f-a7b4-ada1d921458b"],"description":"","tags":[],"updated_at":"2018-08-26T00:44:07Z","provider:segmentation_id":1,"name":"singlevm1-net_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3","admin_state_up":true,"tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:44:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:44:25,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7268534c-8f96-4871-be29-96e244117b63 2018-08-26 00:44:25,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.297591209412s 2018-08-26 00:44:25,753 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7268534c-8f96-4871-be29-96e244117b63 2018-08-26 00:44:25,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:44:25,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:26,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-10199e99-d7c0-416d-bba0-ec2a64421271 Date: Sun, 26 Aug 2018 00:44:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d613e48-f478-4d92-8b76-25f0d0558f71","tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:44:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:44:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"f25cbe785dac41128d46915c0c96dbeb","id":"823912bd-fa41-4f9f-a7b4-ada1d921458b","subnetpool_id":null,"name":"singlevm1-subnet_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:57Z","dns_nameservers":[],"updated_at":"2018-08-26T00:38:57Z","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":"463d1f922e1948f6bd05a420de81ed82","id":"8c6df188-21d6-4197-bf89-8f166bee1386","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-26 00:44:26,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-10199e99-d7c0-416d-bba0-ec2a64421271 2018-08-26 00:44:26,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.03936576843s 2018-08-26 00:44:26,794 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-10199e99-d7c0-416d-bba0-ec2a64421271 2018-08-26 00:44:26,794 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:44:28,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:44:28,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:31,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44: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-66b21971-234c-4831-9eb2-d79bad3d4241 x-compute-request-id: req-66b21971-234c-4831-9eb2-d79bad3d4241 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856", "rel": "bookmark"}], "image": {"id": "6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "links": [{"href": "http://172.30.9.22:8774/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "links": [{"href": "http://172.30.9.22:8774/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "rel": "bookmark"}]}, "id": "aeb35b17-7d4d-4592-954b-cb3ffd895856", "security_groups": [{"name": "singlevm1-sg_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"}], "user_id": "518520b9e3e448d2874dae1fdafcce7d", "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-08-26T00:44:28Z", "hostId": "ef42112c0fedad8a71803a263e33e5cf4c79e5ba65de7efbe3077809", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "created": "2018-08-26T00:44:24Z", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:44:31,149 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-66b21971-234c-4831-9eb2-d79bad3d4241 2018-08-26 00:44:31,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.35165214539s 2018-08-26 00:44:31,149 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-66b21971-234c-4831-9eb2-d79bad3d4241 2018-08-26 00:44:31,153 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:44:33,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:44:33,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:34,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44: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-b68f4945-2b32-44e3-9da9-9a03046feb05 x-compute-request-id: req-b68f4945-2b32-44e3-9da9-9a03046feb05 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:5b:05", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856", "rel": "bookmark"}], "image": {"id": "6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "links": [{"href": "http://172.30.9.22:8774/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "links": [{"href": "http://172.30.9.22:8774/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "rel": "bookmark"}]}, "id": "aeb35b17-7d4d-4592-954b-cb3ffd895856", "security_groups": [{"name": "singlevm1-sg_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"}], "user_id": "518520b9e3e448d2874dae1fdafcce7d", "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-08-26T00:44:28Z", "hostId": "ef42112c0fedad8a71803a263e33e5cf4c79e5ba65de7efbe3077809", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "created": "2018-08-26T00:44:24Z", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:44:34,580 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b68f4945-2b32-44e3-9da9-9a03046feb05 2018-08-26 00:44:34,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.42570614815s 2018-08-26 00:44:34,580 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b68f4945-2b32-44e3-9da9-9a03046feb05 2018-08-26 00:44:34,585 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:44:36,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:44:36,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:38,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44: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-ac3868f1-ad79-452d-ad1d-4dfeb5f84e12 x-compute-request-id: req-ac3868f1-ad79-452d-ad1d-4dfeb5f84e12 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:5b:05", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856", "rel": "bookmark"}], "image": {"id": "6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "links": [{"href": "http://172.30.9.22:8774/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "links": [{"href": "http://172.30.9.22:8774/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "rel": "bookmark"}]}, "id": "aeb35b17-7d4d-4592-954b-cb3ffd895856", "security_groups": [{"name": "singlevm1-sg_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"}], "user_id": "518520b9e3e448d2874dae1fdafcce7d", "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-08-26T00:44:28Z", "hostId": "ef42112c0fedad8a71803a263e33e5cf4c79e5ba65de7efbe3077809", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "created": "2018-08-26T00:44:24Z", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:44:38,226 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ac3868f1-ad79-452d-ad1d-4dfeb5f84e12 2018-08-26 00:44:38,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.63817691803s 2018-08-26 00:44:38,226 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ac3868f1-ad79-452d-ad1d-4dfeb5f84e12 2018-08-26 00:44:38,230 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:44:40,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:44:40,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:40,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fec9cb6-b308-4d11-8afb-f6fd15d56aa7 x-compute-request-id: req-7fec9cb6-b308-4d11-8afb-f6fd15d56aa7 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:5b:05", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856", "rel": "bookmark"}], "image": {"id": "6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "links": [{"href": "http://172.30.9.22:8774/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-26T00:44:37.000000", "flavor": {"id": "b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "links": [{"href": "http://172.30.9.22:8774/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "rel": "bookmark"}]}, "id": "aeb35b17-7d4d-4592-954b-cb3ffd895856", "security_groups": [{"name": "singlevm1-sg_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"}], "user_id": "518520b9e3e448d2874dae1fdafcce7d", "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-08-26T00:44:37Z", "hostId": "ef42112c0fedad8a71803a263e33e5cf4c79e5ba65de7efbe3077809", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "created": "2018-08-26T00:44:24Z", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:44:40,977 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7fec9cb6-b308-4d11-8afb-f6fd15d56aa7 2018-08-26 00:44:40,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.74365901947s 2018-08-26 00:44:40,977 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7fec9cb6-b308-4d11-8afb-f6fd15d56aa7 2018-08-26 00:44:40,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-26 00:44:40,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=aeb35b17-7d4d-4592-954b-cb3ffd895856" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:41,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-59d9617d-b1bd-4d02-8414-65bc8fad74a8 Date: Sun, 26 Aug 2018 00:44:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-26T00:44:36Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"823912bd-fa41-4f9f-a7b4-ada1d921458b","ip_address":"192.168.120.14"}],"id":"19109754-5e21-4669-8f95-36ab24caf9fc","security_groups":["f17832f4-ce8c-42a2-80c0-4696f24eb951"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b1:5b:05","project_id":"f25cbe785dac41128d46915c0c96dbeb","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"aeb35b17-7d4d-4592-954b-cb3ffd895856","name":"","admin_state_up":true,"network_id":"4d613e48-f478-4d92-8b76-25f0d0558f71","tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:44:27Z","binding:vnic_type":"normal"}]} 2018-08-26 00:44:41,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=aeb35b17-7d4d-4592-954b-cb3ffd895856 used request id req-59d9617d-b1bd-4d02-8414-65bc8fad74a8 2018-08-26 00:44:41,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0488169193268s 2018-08-26 00:44:41,030 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=aeb35b17-7d4d-4592-954b-cb3ffd895856 used request id req-59d9617d-b1bd-4d02-8414-65bc8fad74a8 2018-08-26 00:44:41,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:44:41,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=19109754-5e21-4669-8f95-36ab24caf9fc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:41,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d338d473-391c-47cd-b6c5-612e4a3d156a Date: Sun, 26 Aug 2018 00:44:41 GMT RESP BODY: {"floatingips": []} 2018-08-26 00:44:41,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=19109754-5e21-4669-8f95-36ab24caf9fc used request id req-d338d473-391c-47cd-b6c5-612e4a3d156a 2018-08-26 00:44:41,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0495929718018s 2018-08-26 00:44:41,086 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=19109754-5e21-4669-8f95-36ab24caf9fc used request id req-d338d473-391c-47cd-b6c5-612e4a3d156a 2018-08-26 00:44:41,086 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b1:5b:05', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6ffd825d-c62c-4a36-98a0-c83f833e7ea7'}), 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-08-26T00:44:37.000000', 'flavor': Munch({u'id': u'b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2'}), 'az': u'nova', 'id': u'aeb35b17-7d4d-4592-954b-cb3ffd895856', 'security_groups': [Munch({u'name': u'singlevm1-sg_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'518520b9e3e448d2874dae1fdafcce7d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f25cbe785dac41128d46915c0c96dbeb', '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-08-26T00:44:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-26T00:44:37Z', 'hostId': u'ef42112c0fedad8a71803a263e33e5cf4c79e5ba65de7efbe3077809', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'ef42112c0fedad8a71803a263e33e5cf4c79e5ba65de7efbe3077809', '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-08-26T00:44:37.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f25cbe785dac41128d46915c0c96dbeb', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3', 'adminPass': u's2RXpWRw5JJ4', 'tenant_id': u'f25cbe785dac41128d46915c0c96dbeb', 'created_at': u'2018-08-26T00:44:24Z', 'created': u'2018-08-26T00:44:24Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-26 00:44:41,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:44:41,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:41,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1390 X-Openstack-Request-Id: req-0167729c-0800-41d5-b81e-86e2e0cb33b8 Date: Sun, 26 Aug 2018 00:44:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4d613e48-f478-4d92-8b76-25f0d0558f71","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f25cbe785dac41128d46915c0c96dbeb","status":"ACTIVE","subnets":["823912bd-fa41-4f9f-a7b4-ada1d921458b"],"description":"","tags":[],"updated_at":"2018-08-26T00:44:07Z","provider:segmentation_id":1,"name":"singlevm1-net_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3","admin_state_up":true,"tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:44:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:44:41,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0167729c-0800-41d5-b81e-86e2e0cb33b8 2018-08-26 00:44:41,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.343722105026s 2018-08-26 00:44:41,433 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0167729c-0800-41d5-b81e-86e2e0cb33b8 2018-08-26 00:44:41,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-26 00:44:41,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=aeb35b17-7d4d-4592-954b-cb3ffd895856" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:41,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-d3fc2822-890f-4da7-ad8e-8cac0ccc6deb Date: Sun, 26 Aug 2018 00:44:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-26T00:44:36Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"823912bd-fa41-4f9f-a7b4-ada1d921458b","ip_address":"192.168.120.14"}],"id":"19109754-5e21-4669-8f95-36ab24caf9fc","security_groups":["f17832f4-ce8c-42a2-80c0-4696f24eb951"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b1:5b:05","project_id":"f25cbe785dac41128d46915c0c96dbeb","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"aeb35b17-7d4d-4592-954b-cb3ffd895856","name":"","admin_state_up":true,"network_id":"4d613e48-f478-4d92-8b76-25f0d0558f71","tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:44:27Z","binding:vnic_type":"normal"}]} 2018-08-26 00:44:41,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=aeb35b17-7d4d-4592-954b-cb3ffd895856 used request id req-d3fc2822-890f-4da7-ad8e-8cac0ccc6deb 2018-08-26 00:44:41,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0436720848083s 2018-08-26 00:44:41,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=aeb35b17-7d4d-4592-954b-cb3ffd895856 used request id req-d3fc2822-890f-4da7-ad8e-8cac0ccc6deb 2018-08-26 00:44:41,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-26 00:44:41,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -d '{"floatingip": {"floating_network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "fixed_ip_address": "192.168.120.14", "port_id": "19109754-5e21-4669-8f95-36ab24caf9fc"}}' 2018-08-26 00:44:43,264 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-375232f6-bc1a-4699-9ee9-d9bc57167823 Date: Sun, 26 Aug 2018 00:44:43 GMT RESP BODY: {"floatingip": {"router_id": "64dcdc6b-2eae-42db-8ee9-3ded60201656", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-26T00:44:42Z", "floating_network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "19109754-5e21-4669-8f95-36ab24caf9fc", "id": "9d296d3c-3fce-4b27-bc43-c5bc708663ad", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:44:42Z", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}} 2018-08-26 00:44:43,264 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-375232f6-bc1a-4699-9ee9-d9bc57167823 2018-08-26 00:44:43,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.78386998177s 2018-08-26 00:44:43,264 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-375232f6-bc1a-4699-9ee9-d9bc57167823 2018-08-26 00:44:43,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:44:43,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:43,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-afe6f84a-1033-4d46-a45c-536d5cdad98d Date: Sun, 26 Aug 2018 00:44:43 GMT RESP BODY: {"floatingips": [{"router_id": "64dcdc6b-2eae-42db-8ee9-3ded60201656", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-26T00:44:42Z", "floating_network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "19109754-5e21-4669-8f95-36ab24caf9fc", "id": "9d296d3c-3fce-4b27-bc43-c5bc708663ad", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:44:42Z", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}]} 2018-08-26 00:44:43,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-afe6f84a-1033-4d46-a45c-536d5cdad98d 2018-08-26 00:44:43,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.320361852646s 2018-08-26 00:44:43,593 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-afe6f84a-1033-4d46-a45c-536d5cdad98d 2018-08-26 00:44:43,597 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'64dcdc6b-2eae-42db-8ee9-3ded60201656', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'f25cbe785dac41128d46915c0c96dbeb', 'created_at': u'2018-08-26T00:44:42Z', 'attached': True, 'updated_at': u'2018-08-26T00:44:42Z', 'id': u'9d296d3c-3fce-4b27-bc43-c5bc708663ad', 'floating_network_id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f25cbe785dac41128d46915c0c96dbeb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'64dcdc6b-2eae-42db-8ee9-3ded60201656', 'project_id': u'f25cbe785dac41128d46915c0c96dbeb', 'port_id': u'19109754-5e21-4669-8f95-36ab24caf9fc', 'port': u'19109754-5e21-4669-8f95-36ab24caf9fc', 'network': u'cb81472f-1ab5-4527-8e4d-86261e1fde20'}) 2018-08-26 00:44:43,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-26 00:44:43,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-26 00:44:44,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1497d9c-313b-4b6c-bbfd-bb9a9f00f71c x-compute-request-id: req-d1497d9c-313b-4b6c-bbfd-bb9a9f00f71c Content-Encoding: gzip Content-Length: 9595 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 499913509 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.916 MHz processor\n[ 0.186632] Calibrating delay loop (skipped) preset value.. 6983.83 BogoMIPS (lpj=13967664)\n[ 0.188877] pid_max: default: 32768 minimum: 301\n[ 0.190091] ACPI: Core revision 20150930\n[ 0.191738] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193496] Security Framework initialized\n[ 0.194595] Yama: becoming mindful.\n[ 0.195583] AppArmor: AppArmor initialized\n[ 0.196722] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200150] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201766] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203600] Initializing cgroup subsys io\n[ 0.204692] Initializing cgroup subsys memory\n[ 0.205859] Initializing cgroup subsys devices\n[ 0.207035] Initializing cgroup subsys freezer\n[ 0.208204] Initializing cgroup subsys net_cls\n[ 0.209384] Initializing cgroup subsys perf_event\n[ 0.210612] Initializing cgroup subsys net_prio\n[ 0.211800] Initializing cgroup subsys hugetlb\n[ 0.212962] Initializing cgroup subsys pids\n[ 0.214125] CPU: Physical Processor ID: 0\n[ 0.215886] mce: CPU supports 10 MCE banks\n[ 0.217017] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218360] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.234580] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.241164] ftrace: allocating 31920 entries in 125 pages\n[ 0.266398] smpboot: Max logical packages: 1\n[ 0.267544] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269382] x2apic enabled\n[ 0.270500] Switched APIC routing to physical x2apic.\n[ 0.272909] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274402] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277063] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279462] KVM setup paravirtual spinlock\n[ 0.281035] x86: Booted up 1 node, 1 CPUs\n[ 0.282116] smpboot: Total of 1 processors activated (6983.83 BogoMIPS)\n[ 0.283958] devtmpfs: initialized\n[ 0.285913] evm: security.selinux\n[ 0.286859] evm: security.SMACK64\n[ 0.287797] evm: security.SMACK64EXEC\n[ 0.288803] evm: security.SMACK64TRANSMUTE\n[ 0.289887] evm: security.SMACK64MMAP\n[ 0.290889] evm: security.ima\n[ 0.291753] evm: security.capability\n[ 0.292815] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295272] pinctrl core: initialized pinctrl subsystem\n[ 0.296713] RTC time: 0:44:37, date: 08/26/18\n[ 0.297992] NET: Registered protocol family 16\n[ 0.299288] cpuidle: using governor ladder\n[ 0.300383] cpuidle: using governor menu\n[ 0.301442] PCCT header not found.\n[ 0.302453] ACPI: bus type PCI registered\n[ 0.303530] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305170] PCI: Using configuration type 1 for base access\n[ 0.307284] ACPI: Added _OSI(Module Device)\n[ 0.308417] ACPI: Added _OSI(Processor Device)\n[ 0.309570] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.310789] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312908] ACPI: Interpreter enabled\n[ 0.313940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.316435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.321390] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323853] ACPI: (supports S0 S5)\n[ 0.324812] ACPI: Using IOAPIC for interrupt routing\n[ 0.326076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.331344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334562] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337475] acpiphp: Slot [3] registered\n[ 0.338555] acpiphp: Slot [4] registered\n[ 0.339638] acpiphp: Slot [5] registered\n[ 0.340715] acpiphp: Slot [6] registered\n[ 0.341790] acpiphp: Slot [7] registered\n[ 0.342878] acpiphp: Slot [8] registered\n[ 0.343954] acpiphp: Slot [9] registered\n[ 0.345029] acpiphp: Slot [10] registered\n[ 0.346118] acpiphp: Slot [11] registered\n[ 0.347209] acpiphp: Slot [12] registered\n[ 0.348299] acpiphp: Slot [13] registered\n[ 0.349387] acpiphp: Slot [14] registered\n[ 0.350479] acpiphp: Slot [15] registered\n[ 0.365943] acpiphp: Slot [16] registered\n[ 0.367044] acpiphp: Slot [17] registered\n[ 0.368133] acpiphp: Slot [18] registered\n[ 0.369219] acpiphp: Slot [19] registered\n[ 0.370311] acpiphp: Slot [20] registered\n[ 0.371400] acpiphp: Slot [21] registered\n[ 0.372486] acpiphp: Slot [22] registered\n[ 0.373569] acpiphp: Slot [23] registered\n[ 0.374661] acpiphp: Slot [24] registered\n[ 0.375755] acpiphp: Slot [25] registered\n[ 0.376842] acpiphp: Slot [26] registered\n[ 0.377924] acpiphp: Slot [27] registered\n[ 0.379026] acpiphp: Slot [28] registered\n[ 0.380116] acpiphp: Slot [29] registered\n[ 0.381203] acpiphp: Slot [30] registered\n[ 0.382292] acpiphp: Slot [31] registered\n[ 0.383379] PCI host bridge to bus 0000:00\n[ 0.384470] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386076] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387683] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389671] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391635] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393638] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399218] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400777] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402455] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406782] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408725] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429049] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431047] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434820] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436686] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.438452] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440218] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.441617] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.443684] vgaarb: loaded\n[ 0.444542] vgaarb: bridge control possible 0000:00:02.0\n[ 0.446169] SCSI subsystem initialized\n[ 0.447401] ACPI: bus type USB registered\n[ 0.448514] usbcore: registered new interface driver usbfs\n[ 0.449927] usbcore: registered new interface driver hub\n[ 0.451287] usbcore: registered new device driver usb\n[ 0.452764] PCI: Using ACPI for IRQ routing\n[ 0.454266] NetLabel: Initializing\n[ 0.455243] NetLabel: domain hash size = 128\n[ 0.456396] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.457686] NetLabel: unlabeled traffic allowed by default\n[ 0.459253] clocksource: Switched to clocksource kvm-clock\n[ 0.469364] AppArmor: AppArmor Filesystem Enabled\n[ 0.470671] pnp: PnP ACPI init\n[ 0.471908] pnp: PnP ACPI: found 5 devices\n[ 0.478707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.481001] NET: Registered protocol family 2\n[ 0.482379] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.484101] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.485703] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.487309] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488746] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490287] NET: Registered protocol family 1\n[ 0.491456] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492913] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.494345] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508810] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.523403] Trying to unpack rootfs image as initramfs...\n[ 0.585266] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589996] Scanning for low memory corruption every 60 seconds\n[ 0.592153] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593727] audit: initializing netlink subsys (disabled)\n[ 0.595172] audit: type=2000 audit(1535244278.497:1): initialized\n[ 0.597055] Initialise system trusted keyring\n[ 0.598398] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.599957] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602651] zbud: loaded\n[ 0.603653] VFS: Disk quotas dquot_6.6.0\n[ 0.604772] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.606904] fuse init (API version 7.23)\n[ 0.608148] Key type big_key registered\n[ 0.609237] Allocating IMA MOK and blacklist keyrings.\n[ 0.610853] Key type asymmetric registered\n[ 0.611983] Asymmetric key parser 'x509' registered\n[ 0.613315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615361] io scheduler noop registered\n[ 0.616470] io scheduler deadline registered (default)\n[ 0.617835] io scheduler cfq registered\n[ 0.619022] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620471] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622238] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624266] ACPI: Power Button [PWRF]\n[ 0.625490] GHES: HEST is not enabled!\n[ 0.639603] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668610] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671469] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695473] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698429] Linux agpgart interface v0.103\n[ 0.701788] brd: module loaded\n[ 0.703996] loop: module loaded\n[ 0.708552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.710524] GPT:90111 != 2097151\n[ 0.711449] GPT:Alternate GPT header not at the end of the disk.\n[ 0.712912] GPT:90111 != 2097151\n[ 0.713828] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715123] vda: vda1 vda15\n[ 0.716749] scsi host0: ata_piix\n[ 0.717802] scsi host1: ata_piix\n[ 0.718773] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.720393] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.722335] libphy: Fixed MDIO Bus: probed\n[ 0.723657] tun: Universal TUN/TAP device driver, 1.6\n[ 0.724936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.727605] PPP generic driver version 2.4.2\n[ 0.728840] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.730443] ehci-pci: EHCI PCI platform driver\n[ 0.731641] ehci-platform: EHCI generic platform driver\n[ 0.732979] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734504] ohci-pci: OHCI PCI platform driver\n[ 0.735693] ohci-platform: OHCI generic platform driver\n[ 0.737030] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.751603] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.752950] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.754932] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.756279] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.757810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.759456] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.761377] usb usb1: Product: UHCI Host Controller\n[ 0.762626] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.764141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.765453] hub 1-0:1.0: USB hub found\n[ 0.766518] hub 1-0:1.0: 2 ports detected\n[ 0.767844] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770689] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771987] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.773363] mousedev: PS/2 mouse device common for all mice\n[ 0.775055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.777502] rtc_cmos 00:00: RTC can wake from S4\n[ 0.779020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.780605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.782193] i2c /dev entries driver\n[ 0.783215] device-mapper: uevent: version 1.0.3\n[ 0.784499] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.786698] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.788525] NET: Registered protocol family 10\n[ 0.790065] NET: Registered protocol family 17\n[ 0.791277] Key type dns_resolver registered\n[ 0.792539] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.794010] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.796388] registered taskstats version 1\n[ 0.797512] Loading compiled-in X.509 certificates\n[ 0.799334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.801837] zswap: loaded using pool lzo/zbud\n[ 0.803896] Key type trusted registered\n[ 0.806017] Key type encrypted registered\n[ 0.807134] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.808534] ima: No TPM chip found, activating TPM-bypass!\n[ 0.809938] evm: HMAC attrs: 0x1\n[ 0.811221] Magic number: 14:646:709\n[ 0.812410] rtc_cmos 00:00: setting system clock to 2018-08-26 00:44:38 UTC (1535244278)\n[ 0.814653] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.816185] EDD information not available.\n[ 0.880987] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.897707] Write protecting the kernel read-only data: 14336k\n[ 0.900723] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.903219] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.062622] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.90. iid=i-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.916 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCb7DJ9IwbhL8I5sYdlmDhzX5XQ7aBLj3KJ796YOs9cHb4Q6dRDphWRqFJT4ChZXnmec5Tbj7RhE8Ds9OCPlYqrbR+//A0BMd2ng6iwNB16XsaEWSnPe3obF/T6QUu2a6qFNwH+oUr0ry0KdK4m8ctUC7cP1CawEqikBMA4YcBVq7NW9X3hU1fBorWyQu/Sz/fBmE4afpQm9cCBlGtpJx5mhexgcypgLONgNzEsudynFs7iv/rqdlFIq7TzAYZ6SJzPcs5SlOQBOGi8POXSc848THPUn6ouuXf67ZIYocj9jzetqtrxu8dXdcI78ogFT8ZY/dd5RYuRwto6kzHRkax9 root@singlevm1-vm-6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3\nssh-dss AAAAB3NzaC1kc3MAAACBALPn/yZcBhizqXwKobtuwxaDuQ8pSQ+RgyLviV/1ff14DKWhc+wTGuoGSCn5oEktt4I096U8YrIqYUi7STA06WnsQwzhMnn7zzKeLpXNmP1x+E8mMKQP2Mt6pkgput70EmYPU2KpAZZ+kYd34TEc1/4DDTX8wEg8MhXtedLvbFj1AAAAFQC5MR7ShE371vji/XLLHONAcH+EswAAAIB+lqqg4RaVg/reImHCI639066cqNCeYuSA08v9g4ylFZJpB5D7sGXmQ23aNB+7kelUfpTTJCz2HkEOjYPPrWJt7SLX+ikXeaNcRtxAjtsQs4OmZtx3rdpcbIs8/D3nb8euBT/1vBoKt87aVvh1DmMH2kwePskVFp2fbzylKAn8nAAAAIBSqQKt7Px4DNSODedn3dX6ROqt3FYQLqOGSYfQHKwnyzaNvpw5ICzGP4OQWKHhIP3tQwHLk7kgPwJciNpbgW/vWa73n9u/t2unPwOOlPUyfpuIQhUeQ39zveeOxJRXvLh7qJIPQeHG/+dvV2X1xfE4KroR8s0Y+a/cyuRY3g8/qA== root@singlevm1-vm-6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:feb1:5b05/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.14 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.60 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3 login: "} 2018-08-26 00:44:44,497 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856/action used request id req-d1497d9c-313b-4b6c-bbfd-bb9a9f00f71c 2018-08-26 00:44:44,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.899062871933s 2018-08-26 00:44:44,498 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856/action used request id req-d1497d9c-313b-4b6c-bbfd-bb9a9f00f71c 2018-08-26 00:44:44,498 - 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 499913509 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.916 MHz processor [ 0.186632] Calibrating delay loop (skipped) preset value.. 6983.83 BogoMIPS (lpj=13967664) [ 0.188877] pid_max: default: 32768 minimum: 301 [ 0.190091] ACPI: Core revision 20150930 [ 0.191738] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.193496] Security Framework initialized [ 0.194595] Yama: becoming mindful. [ 0.195583] AppArmor: AppArmor initialized [ 0.196722] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.200150] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201766] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203600] Initializing cgroup subsys io [ 0.204692] Initializing cgroup subsys memory [ 0.205859] Initializing cgroup subsys devices [ 0.207035] Initializing cgroup subsys freezer [ 0.208204] Initializing cgroup subsys net_cls [ 0.209384] Initializing cgroup subsys perf_event [ 0.210612] Initializing cgroup subsys net_prio [ 0.211800] Initializing cgroup subsys hugetlb [ 0.212962] Initializing cgroup subsys pids [ 0.214125] CPU: Physical Processor ID: 0 [ 0.215886] mce: CPU supports 10 MCE banks [ 0.217017] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.218360] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.234580] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.241164] ftrace: allocating 31920 entries in 125 pages [ 0.266398] smpboot: Max logical packages: 1 [ 0.267544] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269382] x2apic enabled [ 0.270500] Switched APIC routing to physical x2apic. [ 0.272909] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.274402] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.277063] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.279462] KVM setup paravirtual spinlock [ 0.281035] x86: Booted up 1 node, 1 CPUs [ 0.282116] smpboot: Total of 1 processors activated (6983.83 BogoMIPS) [ 0.283958] devtmpfs: initialized [ 0.285913] evm: security.selinux [ 0.286859] evm: security.SMACK64 [ 0.287797] evm: security.SMACK64EXEC [ 0.288803] evm: security.SMACK64TRANSMUTE [ 0.289887] evm: security.SMACK64MMAP [ 0.290889] evm: security.ima [ 0.291753] evm: security.capability [ 0.292815] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.295272] pinctrl core: initialized pinctrl subsystem [ 0.296713] RTC time: 0:44:37, date: 08/26/18 [ 0.297992] NET: Registered protocol family 16 [ 0.299288] cpuidle: using governor ladder [ 0.300383] cpuidle: using governor menu [ 0.301442] PCCT header not found. [ 0.302453] ACPI: bus type PCI registered [ 0.303530] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.305170] PCI: Using configuration type 1 for base access [ 0.307284] ACPI: Added _OSI(Module Device) [ 0.308417] ACPI: Added _OSI(Processor Device) [ 0.309570] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.310789] ACPI: Added _OSI(Processor Aggregator Device) [ 0.312908] ACPI: Interpreter enabled [ 0.313940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.316435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.318909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.321390] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.323853] ACPI: (supports S0 S5) [ 0.324812] ACPI: Using IOAPIC for interrupt routing [ 0.326076] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.329822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.331344] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.332978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.334562] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.337475] acpiphp: Slot [3] registered [ 0.338555] acpiphp: Slot [4] registered [ 0.339638] acpiphp: Slot [5] registered [ 0.340715] acpiphp: Slot [6] registered [ 0.341790] acpiphp: Slot [7] registered [ 0.342878] acpiphp: Slot [8] registered [ 0.343954] acpiphp: Slot [9] registered [ 0.345029] acpiphp: Slot [10] registered [ 0.346118] acpiphp: Slot [11] registered [ 0.347209] acpiphp: Slot [12] registered [ 0.348299] acpiphp: Slot [13] registered [ 0.349387] acpiphp: Slot [14] registered [ 0.350479] acpiphp: Slot [15] registered [ 0.365943] acpiphp: Slot [16] registered [ 0.367044] acpiphp: Slot [17] registered [ 0.368133] acpiphp: Slot [18] registered [ 0.369219] acpiphp: Slot [19] registered [ 0.370311] acpiphp: Slot [20] registered [ 0.371400] acpiphp: Slot [21] registered [ 0.372486] acpiphp: Slot [22] registered [ 0.373569] acpiphp: Slot [23] registered [ 0.374661] acpiphp: Slot [24] registered [ 0.375755] acpiphp: Slot [25] registered [ 0.376842] acpiphp: Slot [26] registered [ 0.377924] acpiphp: Slot [27] registered [ 0.379026] acpiphp: Slot [28] registered [ 0.380116] acpiphp: Slot [29] registered [ 0.381203] acpiphp: Slot [30] registered [ 0.382292] acpiphp: Slot [31] registered [ 0.383379] PCI host bridge to bus 0000:00 [ 0.384470] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.386076] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387683] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389671] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391635] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393638] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397524] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399218] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400777] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402455] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406782] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408725] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429049] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431047] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.432928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.434820] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.436686] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.438452] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440218] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.441617] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.443684] vgaarb: loaded [ 0.444542] vgaarb: bridge control possible 0000:00:02.0 [ 0.446169] SCSI subsystem initialized [ 0.447401] ACPI: bus type USB registered [ 0.448514] usbcore: registered new interface driver usbfs [ 0.449927] usbcore: registered new interface driver hub [ 0.451287] usbcore: registered new device driver usb [ 0.452764] PCI: Using ACPI for IRQ routing [ 0.454266] NetLabel: Initializing [ 0.455243] NetLabel: domain hash size = 128 [ 0.456396] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.457686] NetLabel: unlabeled traffic allowed by default [ 0.459253] clocksource: Switched to clocksource kvm-clock [ 0.469364] AppArmor: AppArmor Filesystem Enabled [ 0.470671] pnp: PnP ACPI init [ 0.471908] pnp: PnP ACPI: found 5 devices [ 0.478707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.481001] NET: Registered protocol family 2 [ 0.482379] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.484101] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.485703] TCP: Hash tables configured (established 4096 bind 4096) [ 0.487309] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.488746] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.490287] NET: Registered protocol family 1 [ 0.491456] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.492913] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.494345] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.508810] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.523403] Trying to unpack rootfs image as initramfs... [ 0.585266] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.589996] Scanning for low memory corruption every 60 seconds [ 0.592153] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.593727] audit: initializing netlink subsys (disabled) [ 0.595172] audit: type=2000 audit(1535244278.497:1): initialized [ 0.597055] Initialise system trusted keyring [ 0.598398] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.599957] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.602651] zbud: loaded [ 0.603653] VFS: Disk quotas dquot_6.6.0 [ 0.604772] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.606904] fuse init (API version 7.23) [ 0.608148] Key type big_key registered [ 0.609237] Allocating IMA MOK and blacklist keyrings. [ 0.610853] Key type asymmetric registered [ 0.611983] Asymmetric key parser 'x509' registered [ 0.613315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.615361] io scheduler noop registered [ 0.616470] io scheduler deadline registered (default) [ 0.617835] io scheduler cfq registered [ 0.619022] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.620471] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.622238] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.624266] ACPI: Power Button [PWRF] [ 0.625490] GHES: HEST is not enabled! [ 0.639603] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.668610] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.671469] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.695473] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.698429] Linux agpgart interface v0.103 [ 0.701788] brd: module loaded [ 0.703996] loop: module loaded [ 0.708552] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.710524] GPT:90111 != 2097151 [ 0.711449] GPT:Alternate GPT header not at the end of the disk. [ 0.712912] GPT:90111 != 2097151 [ 0.713828] GPT: Use GNU Parted to correct GPT errors. [ 0.715123] vda: vda1 vda15 [ 0.716749] scsi host0: ata_piix [ 0.717802] scsi host1: ata_piix [ 0.718773] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.720393] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.722335] libphy: Fixed MDIO Bus: probed [ 0.723657] tun: Universal TUN/TAP device driver, 1.6 [ 0.724936] tun: (C) 1999-2004 Max Krasnyansky [ 0.727605] PPP generic driver version 2.4.2 [ 0.728840] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.730443] ehci-pci: EHCI PCI platform driver [ 0.731641] ehci-platform: EHCI generic platform driver [ 0.732979] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734504] ohci-pci: OHCI PCI platform driver [ 0.735693] ohci-platform: OHCI generic platform driver [ 0.737030] uhci_hcd: USB Universal Host Controller Interface driver [ 0.751603] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.752950] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.754932] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.756279] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.757810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.759456] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.761377] usb usb1: Product: UHCI Host Controller [ 0.762626] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.764141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.765453] hub 1-0:1.0: USB hub found [ 0.766518] hub 1-0:1.0: 2 ports detected [ 0.767844] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770689] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771987] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.773363] mousedev: PS/2 mouse device common for all mice [ 0.775055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.777502] rtc_cmos 00:00: RTC can wake from S4 [ 0.779020] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.780605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.782193] i2c /dev entries driver [ 0.783215] device-mapper: uevent: version 1.0.3 [ 0.784499] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.786698] ledtrig-cpu: registered to indicate activity on CPUs [ 0.788525] NET: Registered protocol family 10 [ 0.790065] NET: Registered protocol family 17 [ 0.791277] Key type dns_resolver registered [ 0.792539] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.794010] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.796388] registered taskstats version 1 [ 0.797512] Loading compiled-in X.509 certificates [ 0.799334] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.801837] zswap: loaded using pool lzo/zbud [ 0.803896] Key type trusted registered [ 0.806017] Key type encrypted registered [ 0.807134] AppArmor: AppArmor sha1 policy hashing enabled [ 0.808534] ima: No TPM chip found, activating TPM-bypass! [ 0.809938] evm: HMAC attrs: 0x1 [ 0.811221] Magic number: 14:646:709 [ 0.812410] rtc_cmos 00:00: setting system clock to 2018-08-26 00:44:38 UTC (1535244278) [ 0.814653] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.816185] EDD information not available. [ 0.880987] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.897707] Write protecting the kernel read-only data: 14336k [ 0.900723] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.903219] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.80 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.062622] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.90. iid=i-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.916 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCb7DJ9IwbhL8I5sYdlmDhzX5XQ7aBLj3KJ796YOs9cHb4Q6dRDphWRqFJT4ChZXnmec5Tbj7RhE8Ds9OCPlYqrbR+//A0BMd2ng6iwNB16XsaEWSnPe3obF/T6QUu2a6qFNwH+oUr0ry0KdK4m8ctUC7cP1CawEqikBMA4YcBVq7NW9X3hU1fBorWyQu/Sz/fBmE4afpQm9cCBlGtpJx5mhexgcypgLONgNzEsudynFs7iv/rqdlFIq7TzAYZ6SJzPcs5SlOQBOGi8POXSc848THPUn6ouuXf67ZIYocj9jzetqtrxu8dXdcI78ogFT8ZY/dd5RYuRwto6kzHRkax9 root@singlevm1-vm-6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3 ssh-dss AAAAB3NzaC1kc3MAAACBALPn/yZcBhizqXwKobtuwxaDuQ8pSQ+RgyLviV/1ff14DKWhc+wTGuoGSCn5oEktt4I096U8YrIqYUi7STA06WnsQwzhMnn7zzKeLpXNmP1x+E8mMKQP2Mt6pkgput70EmYPU2KpAZZ+kYd34TEc1/4DDTX8wEg8MhXtedLvbFj1AAAAFQC5MR7ShE371vji/XLLHONAcH+EswAAAIB+lqqg4RaVg/reImHCI639066cqNCeYuSA08v9g4ylFZJpB5D7sGXmQ23aNB+7kelUfpTTJCz2HkEOjYPPrWJt7SLX+ikXeaNcRtxAjtsQs4OmZtx3rdpcbIs8/D3nb8euBT/1vBoKt87aVvh1DmMH2kwePskVFp2fbzylKAn8nAAAAIBSqQKt7Px4DNSODedn3dX6ROqt3FYQLqOGSYfQHKwnyzaNvpw5ICzGP4OQWKHhIP3tQwHLk7kgPwJciNpbgW/vWa73n9u/t2unPwOOlPUyfpuIQhUeQ39zveeOxJRXvLh7qJIPQeHG/+dvV2X1xfE4KroR8s0Y+a/cyuRY3g8/qA== root@singlevm1-vm-6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:feb1:5b05/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.14 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.60 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3 login: 2018-08-26 00:44:45,498 - paramiko.transport - DEBUG - starting thread (client mode): 0x80830e90L 2018-08-26 00:44:45,499 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-26 00:44:45,499 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-26 00:44:45,499 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-26 00:44:45,500 - 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-08-26 00:44:45,500 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-26 00:44:45,500 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-26 00:44:45,500 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-26 00:44:45,500 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-26 00:44:45,500 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-26 00:44:45,518 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-26 00:44:45,519 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-26 00:44:45,531 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: 5b0de420d6358c1582dc403370f0099f 2018-08-26 00:44:45,532 - paramiko.transport - DEBUG - Trying discovered key 406b7d6525eed33a9594d6cd9cc5d905 in /tmp/tmpeCd9BZ 2018-08-26 00:44:45,558 - paramiko.transport - DEBUG - userauth is OK 2018-08-26 00:44:45,564 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-26 00:44:45,597 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-26 00:44:45,598 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-26 00:44:45,598 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-26 00:44:45,599 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-26 00:44:45,600 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-26 00:44:45,600 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-26 00:44:45,601 - functest.core.singlevm - DEBUG - error: 2018-08-26 00:44:45,605 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-26 00:44:45,714 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 00:44:45,715 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:41 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-26 00:44:45,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-26 00:44:45,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/9d296d3c-3fce-4b27-bc43-c5bc708663ad.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:46,810 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-25147e72-35ef-4076-83e5-6874b22e1c06 Content-Length: 0 Date: Sun, 26 Aug 2018 00:44:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:44:46,810 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/9d296d3c-3fce-4b27-bc43-c5bc708663ad.json used request id req-25147e72-35ef-4076-83e5-6874b22e1c06 2018-08-26 00:44:46,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.08730792999s 2018-08-26 00:44:46,810 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/9d296d3c-3fce-4b27-bc43-c5bc708663ad.json used request id req-25147e72-35ef-4076-83e5-6874b22e1c06 2018-08-26 00:44:46,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:44:46,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:46,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e2ab1f0e-7825-4fc5-96ac-d0e10c34c6a6 Date: Sun, 26 Aug 2018 00:44:46 GMT RESP BODY: {"floatingips": []} 2018-08-26 00:44:46,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-e2ab1f0e-7825-4fc5-96ac-d0e10c34c6a6 2018-08-26 00:44:46,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0423278808594s 2018-08-26 00:44:46,858 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-e2ab1f0e-7825-4fc5-96ac-d0e10c34c6a6 2018-08-26 00:44:46,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-26 00:44:46,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:47,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:44:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f7c636a8-bbcc-4949-9289-d66a86e26b98 x-compute-request-id: req-f7c636a8-bbcc-4949-9289-d66a86e26b98 Content-Type: application/json 2018-08-26 00:44:47,223 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856 used request id req-f7c636a8-bbcc-4949-9289-d66a86e26b98 2018-08-26 00:44:47,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.364062070847s 2018-08-26 00:44:47,223 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856 used request id req-f7c636a8-bbcc-4949-9289-d66a86e26b98 2018-08-26 00:44:47,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:44:47,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:47,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44: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-ab22c13a-efe2-4a5b-b983-e26bcb7659ed x-compute-request-id: req-ab22c13a-efe2-4a5b-b983-e26bcb7659ed Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:5b:05", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:5b:05", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/aeb35b17-7d4d-4592-954b-cb3ffd895856", "rel": "bookmark"}], "image": {"id": "6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "links": [{"href": "http://172.30.9.22:8774/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-26T00:44:37.000000", "flavor": {"id": "b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "links": [{"href": "http://172.30.9.22:8774/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "rel": "bookmark"}]}, "id": "aeb35b17-7d4d-4592-954b-cb3ffd895856", "security_groups": [{"name": "singlevm1-sg_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"}], "user_id": "518520b9e3e448d2874dae1fdafcce7d", "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-08-26T00:44:47Z", "hostId": "ef42112c0fedad8a71803a263e33e5cf4c79e5ba65de7efbe3077809", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "created": "2018-08-26T00:44:24Z", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:44:47,802 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ab22c13a-efe2-4a5b-b983-e26bcb7659ed 2018-08-26 00:44:47,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577867984772s 2018-08-26 00:44:47,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ab22c13a-efe2-4a5b-b983-e26bcb7659ed 2018-08-26 00:44:47,804 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:44:49,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:44:49,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:50,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:44: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-272b2e1d-be8d-4632-b6ff-fe1bfe6439ab x-compute-request-id: req-272b2e1d-be8d-4632-b6ff-fe1bfe6439ab Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-26 00:44:50,020 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-272b2e1d-be8d-4632-b6ff-fe1bfe6439ab 2018-08-26 00:44:50,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.21400809288s 2018-08-26 00:44:50,021 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-272b2e1d-be8d-4632-b6ff-fe1bfe6439ab 2018-08-26 00:44:50,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-26 00:44:50,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:50,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-470ee6b1-37c9-4b50-ac5f-fc13789300ad Date: Sun, 26 Aug 2018 00:44:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "created_at": "2018-08-26T00:42:45Z", "updated_at": "2018-08-26T00:42:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:45Z", "revision_number": 0, "id": "01f23cbb-ee63-47af-8424-165685c3fc92", "remote_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:45Z", "security_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "port_range_min": null, "ethertype": "IPv4", "project_id": "452ffbe3d96e4371ac3f8b741b235c43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:45Z", "revision_number": 0, "id": "73d8b3f1-9576-4a5d-8cbf-5fffe9c57978", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:45Z", "security_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "port_range_min": null, "ethertype": "IPv6", "project_id": "452ffbe3d96e4371ac3f8b741b235c43"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:45Z", "revision_number": 0, "id": "a54f9fc5-caf2-496e-9b07-91022ef39512", "remote_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:45Z", "security_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "port_range_min": null, "ethertype": "IPv6", "project_id": "452ffbe3d96e4371ac3f8b741b235c43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:45Z", "revision_number": 0, "id": "cdb9a288-61d9-4505-9606-ea6b4db3bc13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:45Z", "security_group_id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "tenant_id": "452ffbe3d96e4371ac3f8b741b235c43", "port_range_min": null, "ethertype": "IPv4", "project_id": "452ffbe3d96e4371ac3f8b741b235c43"}], "revision_number": 1, "project_id": "452ffbe3d96e4371ac3f8b741b235c43", "id": "2c107b1b-cc3d-443e-bd70-ab6497936348", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "created_at": "2018-08-26T00:38:51Z", "updated_at": "2018-08-26T00:38:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:38:51Z", "revision_number": 0, "id": "5ec32370-5e70-44e0-a010-2b05e1e12b4f", "remote_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "remote_ip_prefix": null, "created_at": "2018-08-26T00:38:51Z", "security_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "port_range_min": null, "ethertype": "IPv6", "project_id": "463d1f922e1948f6bd05a420de81ed82"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:38:51Z", "revision_number": 0, "id": "6828a546-86e3-4e25-be08-6d456b6227db", "remote_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "remote_ip_prefix": null, "created_at": "2018-08-26T00:38:51Z", "security_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "port_range_min": null, "ethertype": "IPv4", "project_id": "463d1f922e1948f6bd05a420de81ed82"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:38:51Z", "revision_number": 0, "id": "8751c353-7d72-46ff-8e01-122bc705dd7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:38:51Z", "security_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "port_range_min": null, "ethertype": "IPv4", "project_id": "463d1f922e1948f6bd05a420de81ed82"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:38:51Z", "revision_number": 0, "id": "e2705b3f-cdc3-41ed-aec8-913d66f4d382", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:38:51Z", "security_group_id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "tenant_id": "463d1f922e1948f6bd05a420de81ed82", "port_range_min": null, "ethertype": "IPv6", "project_id": "463d1f922e1948f6bd05a420de81ed82"}], "revision_number": 1, "project_id": "463d1f922e1948f6bd05a420de81ed82", "id": "4bae6ae6-9755-47e6-baea-3bda481b930e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-26T00:42:24Z", "updated_at": "2018-08-26T00:42:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:24Z", "revision_number": 0, "id": "1aa75f7d-e0b5-45a5-910f-b3238a83827b", "remote_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:24Z", "security_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:24Z", "revision_number": 0, "id": "2c138bc8-963a-4242-8c93-7a7132387f53", "remote_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:24Z", "security_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:24Z", "revision_number": 0, "id": "c419ba85-1852-4918-ab7d-9dd78bfc8fae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:24Z", "security_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:24Z", "revision_number": 0, "id": "e325a9e5-296c-4c25-8836-61d6f84f5a77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:24Z", "security_group_id": "4f780286-7fee-4393-bfac-53ffd745d255", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "4f780286-7fee-4393-bfac-53ffd745d255", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:42:19Z", "updated_at": "2018-08-26T00:42:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:19Z", "revision_number": 0, "id": "16b62f88-e5c8-463c-babe-432b0a5dbe64", "remote_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:19Z", "security_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:19Z", "revision_number": 0, "id": "3e682607-61b7-4de0-a87e-3c016b874357", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:19Z", "security_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:19Z", "revision_number": 0, "id": "6f353311-c43a-4b8b-a1ab-6121b37137ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:19Z", "security_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:42:19Z", "revision_number": 0, "id": "89a2e747-0e43-4fc0-acb2-7bb9555572df", "remote_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "remote_ip_prefix": null, "created_at": "2018-08-26T00:42:19Z", "security_group_id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}], "revision_number": 1, "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "8682d9ab-0bd1-48f3-a689-2e7601d82434", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "created_at": "2018-08-26T00:43:39Z", "updated_at": "2018-08-26T00:43:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:43:39Z", "revision_number": 0, "id": "18349896-a15f-41a4-9cd7-aa419adc9c98", "remote_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "remote_ip_prefix": null, "created_at": "2018-08-26T00:43:39Z", "security_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f0bf0dd731c4188b7e6dc90da993393"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:43:39Z", "revision_number": 0, "id": "55e7aace-da34-4fad-9aaf-8b0fc732058e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:43:39Z", "security_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f0bf0dd731c4188b7e6dc90da993393"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:43:39Z", "revision_number": 0, "id": "a252d22a-b160-401f-886e-d08b8e4c968d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:43:39Z", "security_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f0bf0dd731c4188b7e6dc90da993393"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:43:39Z", "revision_number": 0, "id": "f36522c3-9aea-4a88-8e5a-f5257cc57d69", "remote_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "remote_ip_prefix": null, "created_at": "2018-08-26T00:43:39Z", "security_group_id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "tenant_id": "4f0bf0dd731c4188b7e6dc90da993393", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f0bf0dd731c4188b7e6dc90da993393"}], "revision_number": 1, "project_id": "4f0bf0dd731c4188b7e6dc90da993393", "id": "e3f7866d-dbff-4287-9404-34ecd67b6492", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:44:17Z", "updated_at": "2018-08-26T00:44:18Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:44:18Z", "revision_number": 0, "id": "3d60115e-0f53-4ec6-b387-6e2c4f5a89b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:44:18Z", "security_group_id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:44:17Z", "revision_number": 0, "id": "4eb748ff-e8ea-4eaf-a6fb-5258927c749f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:44:17Z", "security_group_id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-26T00:44:18Z", "revision_number": 0, "id": "819807e3-1153-4dd6-a0b8-d707fbe7d6e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:44:18Z", "security_group_id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:44:17Z", "revision_number": 0, "id": "d0aa16ee-28ff-4a25-9537-f538d45f49df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:44:17Z", "security_group_id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "f25cbe785dac41128d46915c0c96dbeb"}], "revision_number": 3, "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "f17832f4-ce8c-42a2-80c0-4696f24eb951", "name": "singlevm1-sg_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"}]} 2018-08-26 00:44:50,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-470ee6b1-37c9-4b50-ac5f-fc13789300ad 2018-08-26 00:44:50,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0538339614868s 2018-08-26 00:44:50,078 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-470ee6b1-37c9-4b50-ac5f-fc13789300ad 2018-08-26 00:44:50,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-26 00:44:50,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/f17832f4-ce8c-42a2-80c0-4696f24eb951.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:50,346 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1916cfe6-ece8-4157-85f0-5cd8a28fa9c7 Content-Length: 0 Date: Sun, 26 Aug 2018 00:44:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:44:50,346 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/f17832f4-ce8c-42a2-80c0-4696f24eb951.json used request id req-1916cfe6-ece8-4157-85f0-5cd8a28fa9c7 2018-08-26 00:44:50,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.26406288147s 2018-08-26 00:44:50,347 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/f17832f4-ce8c-42a2-80c0-4696f24eb951.json used request id req-1916cfe6-ece8-4157-85f0-5cd8a28fa9c7 2018-08-26 00:44:50,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-26 00:44:50,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:50,542 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:44:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a95df387-f649-4829-aec4-ba66a2c27a8a x-compute-request-id: req-a95df387-f649-4829-aec4-ba66a2c27a8a Content-Length: 0 Content-Type: application/json 2018-08-26 00:44:50,542 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3 used request id req-a95df387-f649-4829-aec4-ba66a2c27a8a 2018-08-26 00:44:50,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.194890975952s 2018-08-26 00:44:50,542 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3 used request id req-a95df387-f649-4829-aec4-ba66a2c27a8a 2018-08-26 00:44:50,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 00:44:50,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/64dcdc6b-2eae-42db-8ee9-3ded60201656/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" -d '{"subnet_id": "823912bd-fa41-4f9f-a7b4-ada1d921458b"}' 2018-08-26 00:44:52,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5cb7a540-5a59-434b-83e1-78ab948c2cd5 Date: Sun, 26 Aug 2018 00:44:52 GMT RESP BODY: {"network_id": "4d613e48-f478-4d92-8b76-25f0d0558f71", "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "subnet_id": "823912bd-fa41-4f9f-a7b4-ada1d921458b", "subnet_ids": ["823912bd-fa41-4f9f-a7b4-ada1d921458b"], "port_id": "3d27c065-6a15-4c16-a8c6-31c951c0c135", "id": "64dcdc6b-2eae-42db-8ee9-3ded60201656"} 2018-08-26 00:44:52,480 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/64dcdc6b-2eae-42db-8ee9-3ded60201656/remove_router_interface.json used request id req-5cb7a540-5a59-434b-83e1-78ab948c2cd5 2018-08-26 00:44:52,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.93673205376s 2018-08-26 00:44:52,480 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/64dcdc6b-2eae-42db-8ee9-3ded60201656/remove_router_interface.json used request id req-5cb7a540-5a59-434b-83e1-78ab948c2cd5 returning object 64dcdc6b-2eae-42db-8ee9-3ded60201656 2018-08-26 00:44:52,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 00:44:52,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:52,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-d0f60d71-d69a-419c-8dcf-299e501b42ba Date: Sun, 26 Aug 2018 00:44:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "f25cbe785dac41128d46915c0c96dbeb", "created_at": "2018-08-26T00:44:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-26T00:44:51Z", "revision_number": 4, "routes": [], "project_id": "f25cbe785dac41128d46915c0c96dbeb", "id": "64dcdc6b-2eae-42db-8ee9-3ded60201656", "name": "singlevm1-router_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"}]} 2018-08-26 00:44:52,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-d0f60d71-d69a-419c-8dcf-299e501b42ba 2018-08-26 00:44:52,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.376600980759s 2018-08-26 00:44:52,857 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-d0f60d71-d69a-419c-8dcf-299e501b42ba 2018-08-26 00:44:52,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 00:44:52,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/64dcdc6b-2eae-42db-8ee9-3ded60201656.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:54,786 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bfd8e746-2892-4f3f-b903-534efee133fe Content-Length: 0 Date: Sun, 26 Aug 2018 00:44:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:44:54,787 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/64dcdc6b-2eae-42db-8ee9-3ded60201656.json used request id req-bfd8e746-2892-4f3f-b903-534efee133fe 2018-08-26 00:44:54,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.92785906792s 2018-08-26 00:44:54,787 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/64dcdc6b-2eae-42db-8ee9-3ded60201656.json used request id req-bfd8e746-2892-4f3f-b903-534efee133fe 2018-08-26 00:44:54,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:44:54,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:54,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-3b8760d4-4e6b-41ae-9490-842359794ed7 Date: Sun, 26 Aug 2018 00:44:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d613e48-f478-4d92-8b76-25f0d0558f71","tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:44:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:44:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"f25cbe785dac41128d46915c0c96dbeb","id":"823912bd-fa41-4f9f-a7b4-ada1d921458b","subnetpool_id":null,"name":"singlevm1-subnet_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:57Z","dns_nameservers":[],"updated_at":"2018-08-26T00:38:57Z","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":"463d1f922e1948f6bd05a420de81ed82","id":"8c6df188-21d6-4197-bf89-8f166bee1386","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-26 00:44:54,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3b8760d4-4e6b-41ae-9490-842359794ed7 2018-08-26 00:44:54,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0409829616547s 2018-08-26 00:44:54,829 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3b8760d4-4e6b-41ae-9490-842359794ed7 2018-08-26 00:44:54,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 00:44:54,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/823912bd-fa41-4f9f-a7b4-ada1d921458b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:57,196 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-22572689-f165-40e9-9dc4-f4774d7054e9 Date: Sun, 26 Aug 2018 00:44:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:44:57,197 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/823912bd-fa41-4f9f-a7b4-ada1d921458b.json used request id req-22572689-f165-40e9-9dc4-f4774d7054e9 2018-08-26 00:44:57,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.3663752079s 2018-08-26 00:44:57,197 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/823912bd-fa41-4f9f-a7b4-ada1d921458b.json used request id req-22572689-f165-40e9-9dc4-f4774d7054e9 2018-08-26 00:44:57,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:44:57,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:57,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-059cf75d-6c2e-4221-b0ad-f2ee8430220b Date: Sun, 26 Aug 2018 00:44:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4d613e48-f478-4d92-8b76-25f0d0558f71","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f25cbe785dac41128d46915c0c96dbeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T00:44:57Z","provider:segmentation_id":1,"name":"singlevm1-net_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3","admin_state_up":true,"tenant_id":"f25cbe785dac41128d46915c0c96dbeb","created_at":"2018-08-26T00:44:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:44:57,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-059cf75d-6c2e-4221-b0ad-f2ee8430220b 2018-08-26 00:44:57,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0808920860291s 2018-08-26 00:44:57,279 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-059cf75d-6c2e-4221-b0ad-f2ee8430220b 2018-08-26 00:44:57,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 00:44:57,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/4d613e48-f478-4d92-8b76-25f0d0558f71.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:58,943 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1e3f140d-e09e-4333-8bab-a2ee7e80b7ae Date: Sun, 26 Aug 2018 00:44:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:44:58,943 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/4d613e48-f478-4d92-8b76-25f0d0558f71.json used request id req-1e3f140d-e09e-4333-8bab-a2ee7e80b7ae 2018-08-26 00:44:58,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.66319894791s 2018-08-26 00:44:58,943 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/4d613e48-f478-4d92-8b76-25f0d0558f71.json used request id req-1e3f140d-e09e-4333-8bab-a2ee7e80b7ae 2018-08-26 00:44:58,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:44:58,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:44:59,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-b945e510-ea32-4ac1-a2e3-8ad0280ee2f6 Date: Sun, 26 Aug 2018 00:44:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:44:14Z", "file": "/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/file", "owner": "f25cbe785dac41128d46915c0c96dbeb", "id": "6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "size": 12716032, "self": "/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:44:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:44:59,765 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b945e510-ea32-4ac1-a2e3-8ad0280ee2f6 2018-08-26 00:44:59,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.817182064056s 2018-08-26 00:44:59,765 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b945e510-ea32-4ac1-a2e3-8ad0280ee2f6 2018-08-26 00:44:59,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-26 00:44:59,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:45:00,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f2c86703-2a2f-4cec-9beb-eb0ec4ec5288 Date: Sun, 26 Aug 2018 00:45:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:45:00,937 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7 used request id req-f2c86703-2a2f-4cec-9beb-eb0ec4ec5288 2018-08-26 00:45:00,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.16986393929s 2018-08-26 00:45:00,937 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/6ffd825d-c62c-4a36-98a0-c83f833e7ea7 used request id req-f2c86703-2a2f-4cec-9beb-eb0ec4ec5288 2018-08-26 00:45:00,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:45:00,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:45:00,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45: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-7814178c-e309-4961-9fbf-46316662e47a x-compute-request-id: req-7814178c-e309-4961-9fbf-46316662e47a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_6a81eb61-f77c-4d5f-8e1e-d87d35c56fd3", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2", "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": "b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2"}]} 2018-08-26 00:45:00,960 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7814178c-e309-4961-9fbf-46316662e47a 2018-08-26 00:45:00,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0225961208344s 2018-08-26 00:45:00,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7814178c-e309-4961-9fbf-46316662e47a 2018-08-26 00:45:00,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-26 00:45:00,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b86e168937e87b6ac0c9091ec15a3fc41541e9b" 2018-08-26 00:45:01,002 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:45: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-c1903bf5-6299-4e0b-bf56-865ce61a17f3 x-compute-request-id: req-c1903bf5-6299-4e0b-bf56-865ce61a17f3 Content-Length: 0 Content-Type: application/json 2018-08-26 00:45:01,002 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2 used request id req-c1903bf5-6299-4e0b-bf56-865ce61a17f3 2018-08-26 00:45:01,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0402212142944s 2018-08-26 00:45:01,002 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/b2797a54-d49d-4ef5-adf5-1ea9c18e9ad2 used request id req-c1903bf5-6299-4e0b-bf56-865ce61a17f3 2018-08-26 00:45:01,055 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-26 00:45:01,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:45:01,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:45:01,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:45:01,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:45:01,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:45:01,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:45:01,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:45:01,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:45:01,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:45:01,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:45:01,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:45:01,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:45:01,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:45:01,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:45:01,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:45:01,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:45:01,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:45:01,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:45:01,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:45:01,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:45:01,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:45:01,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:45:01,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:45:01,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57da223-b749-4074-95bc-8804f913ef44 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:45:01,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c57da223-b749-4074-95bc-8804f913ef44 2018-08-26 00:45:01,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:45:01,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c0a8bf7efff4719ac51c17d596f36d9", "name": "admin"}, {"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:45:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f25cbe785dac41128d46915c0c96dbeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "518520b9e3e448d2874dae1fdafcce7d"}, "audit_ids": ["eOHToEmfSIGiS6AD10gtmA"], "issued_at": "2018-08-26T00:45:01.000000Z"}} 2018-08-26 00:45:01,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:45:01,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:01,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d19e311f-b738-4647-acba-74588cfeee4e Date: Sun, 26 Aug 2018 00:45:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:45:01,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d19e311f-b738-4647-acba-74588cfeee4e 2018-08-26 00:45:01,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.341725826263s 2018-08-26 00:45:01,846 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d19e311f-b738-4647-acba-74588cfeee4e 2018-08-26 00:45:01,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:45:01,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 26 Aug 2018 00:45:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-308f3c8f-8eab-4a85-b2b6-f4b6ecef521e 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.22:5000/v3/", "rel": "self"}]}]}} 2018-08-26 00:45:01,857 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-308f3c8f-8eab-4a85-b2b6-f4b6ecef521e 2018-08-26 00:45:01,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 00:45:01,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:02,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ada0e73-cc27-487e-90a9-e6e10cc5f049 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/424ccdce7f9c44f1977a73b5e3b41ad0"}, "tags": [], "enabled": true, "id": "424ccdce7f9c44f1977a73b5e3b41ad0", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-26 00:45:02,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-2ada0e73-cc27-487e-90a9-e6e10cc5f049 2018-08-26 00:45:02,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.192999124527s 2018-08-26 00:45:02,051 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-2ada0e73-cc27-487e-90a9-e6e10cc5f049 2018-08-26 00:45:02,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-26 00:45:02,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_0de537db-3313-4939-82df-ed27bbb8728d"}}' 2018-08-26 00:45:02,331 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 00:45:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56bb447e-8cdf-4de7-ac52-bb83ec3c8d78 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.22:5000/v3/projects/a9fc724254ff4a6d8ec3549e4aff3a99"}, "tags": [], "enabled": true, "id": "a9fc724254ff4a6d8ec3549e4aff3a99", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_0de537db-3313-4939-82df-ed27bbb8728d"}} 2018-08-26 00:45:02,331 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-56bb447e-8cdf-4de7-ac52-bb83ec3c8d78 2018-08-26 00:45:02,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.273212909698s 2018-08-26 00:45:02,331 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-56bb447e-8cdf-4de7-ac52-bb83ec3c8d78 2018-08-26 00:45:02,332 - 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'a9fc724254ff4a6d8ec3549e4aff3a99', '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_0de537db-3313-4939-82df-ed27bbb8728d'}) 2018-08-26 00:45:02,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-26 00:45:02,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "e1cb8fa9-93fc-4253-9107-b5d3b75e6077", "email": null, "name": "singlevm2-user_0de537db-3313-4939-82df-ed27bbb8728d"}}' 2018-08-26 00:45:02,811 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 00:45:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-370ddf4e-5548-4bcf-84f7-528a28f058be Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_0de537db-3313-4939-82df-ed27bbb8728d", "links": {"self": "http://172.30.9.22:5000/v3/users/a41ae3fbb7d14b98916d40786245251d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a41ae3fbb7d14b98916d40786245251d", "domain_id": "default", "password_expires_at": null}} 2018-08-26 00:45:02,812 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-370ddf4e-5548-4bcf-84f7-528a28f058be 2018-08-26 00:45:02,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.473886013031s 2018-08-26 00:45:02,812 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-370ddf4e-5548-4bcf-84f7-528a28f058be 2018-08-26 00:45:02,813 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a41ae3fbb7d14b98916d40786245251d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_0de537db-3313-4939-82df-ed27bbb8728d'}) 2018-08-26 00:45:02,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:45:02,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:03,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a732290-5110-4e78-b44c-bf2568a80458 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:45:03,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6a732290-5110-4e78-b44c-bf2568a80458 2018-08-26 00:45:03,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187548875809s 2018-08-26 00:45:03,004 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6a732290-5110-4e78-b44c-bf2568a80458 2018-08-26 00:45:03,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:45:03,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:03,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5042e5ac-c09e-424f-a5d6-86729935a3f1 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:45:03,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5042e5ac-c09e-424f-a5d6-86729935a3f1 2018-08-26 00:45:03,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.19045996666s 2018-08-26 00:45:03,200 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5042e5ac-c09e-424f-a5d6-86729935a3f1 2018-08-26 00:45:03,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:45:03,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:03,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a5eea1a-f0b0-46c7-ba6a-3e0a72dcd591 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:45:03,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2a5eea1a-f0b0-46c7-ba6a-3e0a72dcd591 2018-08-26 00:45:03,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193903923035s 2018-08-26 00:45:03,399 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2a5eea1a-f0b0-46c7-ba6a-3e0a72dcd591 2018-08-26 00:45:03,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 00:45:03,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:03,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b22e65a7-0825-4a91-af73-e511fb4e6651 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-26 00:45:03,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-b22e65a7-0825-4a91-af73-e511fb4e6651 2018-08-26 00:45:03,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.21418094635s 2018-08-26 00:45:03,618 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-b22e65a7-0825-4a91-af73-e511fb4e6651 2018-08-26 00:45:03,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:45:03,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:03,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d19da740-f78e-4235-8c77-4cb3814119ca Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/0049bfec5dd746eaa3bd4ab1bc064350"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0049bfec5dd746eaa3bd4ab1bc064350", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/02a6c38f931e4804a70ef74c26b7c11d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02a6c38f931e4804a70ef74c26b7c11d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/069bd57c4d4b4158906adf39308a9bfe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "069bd57c4d4b4158906adf39308a9bfe", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3234d598132142f3acc53ccdc4abd3bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3234d598132142f3acc53ccdc4abd3bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/39533691ab574a84aeab5b9d828d1983"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39533691ab574a84aeab5b9d828d1983", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/474875818d4541cba75d9065b08b7657"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474875818d4541cba75d9065b08b7657", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/474dd411059547088d861f7dc6006e0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474dd411059547088d861f7dc6006e0c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/518520b9e3e448d2874dae1fdafcce7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "518520b9e3e448d2874dae1fdafcce7d", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/56b56736152a413bbf743b3a14c6e5d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56b56736152a413bbf743b3a14c6e5d3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/8b6e7715d7a04c3682b13b2667de7b04"}, "domain_id": "424ccdce7f9c44f1977a73b5e3b41ad0", "enabled": true, "options": {}, "id": "8b6e7715d7a04c3682b13b2667de7b04", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/9a7ac8ccfc6f4efd98a69892ae9e09a7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a7ac8ccfc6f4efd98a69892ae9e09a7", "email": "swift@localhost", "password_expires_at": null}, {"name": "singlevm2-user_0de537db-3313-4939-82df-ed27bbb8728d", "links": {"self": "http://172.30.9.22:5000/v3/users/a41ae3fbb7d14b98916d40786245251d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a41ae3fbb7d14b98916d40786245251d", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/b6c7eb6acbf34ae5aa31f751a52f6ab9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6c7eb6acbf34ae5aa31f751a52f6ab9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/ec0330040c8a4809b49be675e7f85a32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec0330040c8a4809b49be675e7f85a32", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/f05078eb36684bf7916dc1c910444303"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f05078eb36684bf7916dc1c910444303", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-26 00:45:03,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d19da740-f78e-4235-8c77-4cb3814119ca 2018-08-26 00:45:03,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.193902015686s 2018-08-26 00:45:03,814 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d19da740-f78e-4235-8c77-4cb3814119ca 2018-08-26 00:45:03,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 00:45:03,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:04,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f86466d7-8cd7-48b7-a530-e7dfb179b4e3 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f25cbe785dac41128d46915c0c96dbeb"}, "tags": [], "enabled": true, "id": "f25cbe785dac41128d46915c0c96dbeb", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82"}, "tags": [], "enabled": true, "id": "463d1f922e1948f6bd05a420de81ed82", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/a9fc724254ff4a6d8ec3549e4aff3a99"}, "tags": [], "enabled": true, "id": "a9fc724254ff4a6d8ec3549e4aff3a99", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_0de537db-3313-4939-82df-ed27bbb8728d"}]} 2018-08-26 00:45:04,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-f86466d7-8cd7-48b7-a530-e7dfb179b4e3 2018-08-26 00:45:04,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.311977863312s 2018-08-26 00:45:04,137 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-f86466d7-8cd7-48b7-a530-e7dfb179b4e3 2018-08-26 00:45:04,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-26 00:45:04,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=a41ae3fbb7d14b98916d40786245251d&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=a9fc724254ff4a6d8ec3549e4aff3a99" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:04,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bfe2192-b2ee-4391-87a3-9e45b01bc4b1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=a41ae3fbb7d14b98916d40786245251d&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=a9fc724254ff4a6d8ec3549e4aff3a99", "previous": null, "next": null}} 2018-08-26 00:45:04,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=a41ae3fbb7d14b98916d40786245251d&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=a9fc724254ff4a6d8ec3549e4aff3a99 used request id req-4bfe2192-b2ee-4391-87a3-9e45b01bc4b1 2018-08-26 00:45:04,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.185023069382s 2018-08-26 00:45:04,331 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=a41ae3fbb7d14b98916d40786245251d&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=a9fc724254ff4a6d8ec3549e4aff3a99 used request id req-4bfe2192-b2ee-4391-87a3-9e45b01bc4b1 2018-08-26 00:45:04,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-26 00:45:04,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/a9fc724254ff4a6d8ec3549e4aff3a99/users/a41ae3fbb7d14b98916d40786245251d/roles/82d9930d0bee41c895199897b9683e3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:04,539 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:45:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-986a9f6e-42d8-4f69-bf5b-67a12e436c98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:45:04,539 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/a9fc724254ff4a6d8ec3549e4aff3a99/users/a41ae3fbb7d14b98916d40786245251d/roles/82d9930d0bee41c895199897b9683e3c used request id req-986a9f6e-42d8-4f69-bf5b-67a12e436c98 2018-08-26 00:45:04,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.205075979233s 2018-08-26 00:45:04,539 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/a9fc724254ff4a6d8ec3549e4aff3a99/users/a41ae3fbb7d14b98916d40786245251d/roles/82d9930d0bee41c895199897b9683e3c used request id req-986a9f6e-42d8-4f69-bf5b-67a12e436c98 2018-08-26 00:45:04,540 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_0de537db-3313-4939-82df-ed27bbb8728d', 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'a9fc724254ff4a6d8ec3549e4aff3a99', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'e1cb8fa9-93fc-4253-9107-b5d3b75e6077', 'username': u'singlevm2-user_0de537db-3313-4939-82df-ed27bbb8728d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-26 00:45:04,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:45:04,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:45:04,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:45:04,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:45:04,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:45:04,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:45:04,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:45:04,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:45:04,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:45:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:45:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:45:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:45:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:45:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:45:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:45:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:45:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:45:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:45:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:45:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:45:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:45:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:45:04,546 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_0de537db-3313-4939-82df-ed27bbb8728d', 'password': 'e1cb8fa9-93fc-4253-9107-b5d3b75e6077', 'project_name': 'singlevm2-project_0de537db-3313-4939-82df-ed27bbb8728d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'a9fc724254ff4a6d8ec3549e4aff3a99', 'project_domain_name': 'Default'} 2018-08-26 00:45:04,546 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-26 00:45:04,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:45:04,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c810d67-8fb9-4071-bdcd-39ba3b2303ab 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:45:04,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8c810d67-8fb9-4071-bdcd-39ba3b2303ab 2018-08-26 00:45:04,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:45:04,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:45:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a9fc724254ff4a6d8ec3549e4aff3a99", "name": "singlevm2-project_0de537db-3313-4939-82df-ed27bbb8728d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a9fc724254ff4a6d8ec3549e4aff3a99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/a9fc724254ff4a6d8ec3549e4aff3a99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/a9fc724254ff4a6d8ec3549e4aff3a99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a9fc724254ff4a6d8ec3549e4aff3a99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/a9fc724254ff4a6d8ec3549e4aff3a99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/a9fc724254ff4a6d8ec3549e4aff3a99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a9fc724254ff4a6d8ec3549e4aff3a99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/a9fc724254ff4a6d8ec3549e4aff3a99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/a9fc724254ff4a6d8ec3549e4aff3a99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/a9fc724254ff4a6d8ec3549e4aff3a99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/a9fc724254ff4a6d8ec3549e4aff3a99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/a9fc724254ff4a6d8ec3549e4aff3a99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_a9fc724254ff4a6d8ec3549e4aff3a99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_a9fc724254ff4a6d8ec3549e4aff3a99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_0de537db-3313-4939-82df-ed27bbb8728d", "id": "a41ae3fbb7d14b98916d40786245251d"}, "audit_ids": ["d9LjsF9URiWcdae-BbRf-A"], "issued_at": "2018-08-26T00:45:04.000000Z"}} 2018-08-26 00:45:04,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 00:45:04,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" -d '{"network": {"name": "singlevm2-net_0de537db-3313-4939-82df-ed27bbb8728d", "admin_state_up": true}}' 2018-08-26 00:45:05,857 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-9de0c013-02a4-4714-b03e-f7949ddda8e5 Date: Sun, 26 Aug 2018 00:45:05 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a9fc724254ff4a6d8ec3549e4aff3a99","created_at":"2018-08-26T00:45:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-26T00:45:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a9fc724254ff4a6d8ec3549e4aff3a99","id":"4ce38bbf-9a65-41ba-88f0-b50ac6a4daad","name":"singlevm2-net_0de537db-3313-4939-82df-ed27bbb8728d"}} 2018-08-26 00:45:05,857 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9de0c013-02a4-4714-b03e-f7949ddda8e5 2018-08-26 00:45:05,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.907782077789s 2018-08-26 00:45:05,858 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9de0c013-02a4-4714-b03e-f7949ddda8e5 2018-08-26 00:45:05,858 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:45:05Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'4ce38bbf-9a65-41ba-88f0-b50ac6a4daad', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_0de537db-3313-4939-82df-ed27bbb8728d', u'admin_state_up': True, u'tenant_id': u'a9fc724254ff4a6d8ec3549e4aff3a99', u'created_at': u'2018-08-26T00:45:05Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a9fc724254ff4a6d8ec3549e4aff3a99'}) 2018-08-26 00:45:05,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:45:05,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:06,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-60b00a00-f854-4054-85bd-faafabd54b56 Date: Sun, 26 Aug 2018 00:45:06 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-08-26T00:45:05Z","tenant_id":"a9fc724254ff4a6d8ec3549e4aff3a99","created_at":"2018-08-26T00:45:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"a9fc724254ff4a6d8ec3549e4aff3a99","id":"4ce38bbf-9a65-41ba-88f0-b50ac6a4daad","name":"singlevm2-net_0de537db-3313-4939-82df-ed27bbb8728d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:45:06,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-60b00a00-f854-4054-85bd-faafabd54b56 2018-08-26 00:45:06,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.362588882446s 2018-08-26 00:45:06,222 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-60b00a00-f854-4054-85bd-faafabd54b56 2018-08-26 00:45:06,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 00:45:06,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" -d '{"subnet": {"name": "singlevm2-subnet_0de537db-3313-4939-82df-ed27bbb8728d", "enable_dhcp": true, "network_id": "4ce38bbf-9a65-41ba-88f0-b50ac6a4daad", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 00:45:07,109 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-f2355e2f-d598-4d6e-a32d-31f02d563095 Date: Sun, 26 Aug 2018 00:45:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ce38bbf-9a65-41ba-88f0-b50ac6a4daad","tenant_id":"a9fc724254ff4a6d8ec3549e4aff3a99","created_at":"2018-08-26T00:45:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:45: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":"a9fc724254ff4a6d8ec3549e4aff3a99","id":"1778a64e-127c-495e-9b34-3c2582c3a112","subnetpool_id":null,"name":"singlevm2-subnet_0de537db-3313-4939-82df-ed27bbb8728d"}} 2018-08-26 00:45:07,109 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f2355e2f-d598-4d6e-a32d-31f02d563095 2018-08-26 00:45:07,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.885736942291s 2018-08-26 00:45:07,110 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f2355e2f-d598-4d6e-a32d-31f02d563095 2018-08-26 00:45:07,110 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:45: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'1778a64e-127c-495e-9b34-3c2582c3a112', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_0de537db-3313-4939-82df-ed27bbb8728d', u'enable_dhcp': True, u'network_id': u'4ce38bbf-9a65-41ba-88f0-b50ac6a4daad', u'tenant_id': u'a9fc724254ff4a6d8ec3549e4aff3a99', u'created_at': u'2018-08-26T00:45: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'a9fc724254ff4a6d8ec3549e4aff3a99'}) 2018-08-26 00:45:07,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 00:45:07,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" -d '{"router": {"external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20"}, "name": "singlevm2-router_0de537db-3313-4939-82df-ed27bbb8728d", "admin_state_up": true}}' 2018-08-26 00:45:08,778 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-25c6a096-a24f-4291-95ff-d6e0fe66d389 Date: Sun, 26 Aug 2018 00:45:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "created_at": "2018-08-26T00:45:07Z", "admin_state_up": true, "updated_at": "2018-08-26T00:45:08Z", "revision_number": 2, "routes": [], "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "ec670efb-bca2-4d05-af76-0844cf151d6b", "name": "singlevm2-router_0de537db-3313-4939-82df-ed27bbb8728d"}} 2018-08-26 00:45:08,778 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-25c6a096-a24f-4291-95ff-d6e0fe66d389 2018-08-26 00:45:08,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.66709303856s 2018-08-26 00:45:08,778 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-25c6a096-a24f-4291-95ff-d6e0fe66d389 2018-08-26 00:45:08,779 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c6df188-21d6-4197-bf89-8f166bee1386', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a9fc724254ff4a6d8ec3549e4aff3a99', u'created_at': u'2018-08-26T00:45:07Z', u'admin_state_up': True, u'updated_at': u'2018-08-26T00:45:08Z', u'revision_number': 2, u'routes': [], u'project_id': u'a9fc724254ff4a6d8ec3549e4aff3a99', u'id': u'ec670efb-bca2-4d05-af76-0844cf151d6b', u'name': u'singlevm2-router_0de537db-3313-4939-82df-ed27bbb8728d'}) 2018-08-26 00:45:08,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 00:45:08,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/ec670efb-bca2-4d05-af76-0844cf151d6b/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" -d '{"subnet_id": "1778a64e-127c-495e-9b34-3c2582c3a112"}' 2018-08-26 00:45:11,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8c3442e9-9d61-4cbd-b95d-9e425a3ecda7 Date: Sun, 26 Aug 2018 00:45:11 GMT RESP BODY: {"network_id": "4ce38bbf-9a65-41ba-88f0-b50ac6a4daad", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "subnet_id": "1778a64e-127c-495e-9b34-3c2582c3a112", "subnet_ids": ["1778a64e-127c-495e-9b34-3c2582c3a112"], "port_id": "221323c1-58ad-4040-ad3e-442ee38c41eb", "id": "ec670efb-bca2-4d05-af76-0844cf151d6b"} 2018-08-26 00:45:11,022 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ec670efb-bca2-4d05-af76-0844cf151d6b/add_router_interface.json used request id req-8c3442e9-9d61-4cbd-b95d-9e425a3ecda7 2018-08-26 00:45:11,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.24230599403s 2018-08-26 00:45:11,022 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ec670efb-bca2-4d05-af76-0844cf151d6b/add_router_interface.json used request id req-8c3442e9-9d61-4cbd-b95d-9e425a3ecda7 returning object ec670efb-bca2-4d05-af76-0844cf151d6b 2018-08-26 00:45:11,023 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-26 00:45:11,154 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-26 00:45:11,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:45:11,161 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 26 Aug 2018 00:45:11 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-26 00:45:11,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:45:11,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:11,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-072bd231-668c-4e56-ad05-f45041bacf75 Date: Sun, 26 Aug 2018 00:45:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:45:11,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-072bd231-668c-4e56-ad05-f45041bacf75 2018-08-26 00:45:11,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.296447038651s 2018-08-26 00:45:11,460 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-072bd231-668c-4e56-ad05-f45041bacf75 2018-08-26 00:45:11,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-26 00:45:11,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_0de537db-3313-4939-82df-ed27bbb8728d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_0de537db-3313-4939-82df-ed27bbb8728d"}' 2018-08-26 00:45:12,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6b21695d-8315-4f60-a01a-2f6a4db90aa1 Date: Sun, 26 Aug 2018 00:45:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:45:12Z", "file": "/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/file", "owner": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "size": null, "self": "/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_0de537db-3313-4939-82df-ed27bbb8728d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_0de537db-3313-4939-82df-ed27bbb8728d", "checksum": null, "created_at": "2018-08-26T00:45:12Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-26 00:45:12,278 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-6b21695d-8315-4f60-a01a-2f6a4db90aa1 2018-08-26 00:45:12,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.809620141983s 2018-08-26 00:45:12,279 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-6b21695d-8315-4f60-a01a-2f6a4db90aa1 returning object cd1b23c4-b301-4ede-a94c-7b1e7df763e3 2018-08-26 00:45:12,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-26 00:45:12,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" -d '' 2018-08-26 00:45:13,534 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8274e18a-e5d4-42cd-97df-135ef0a3942b Date: Sun, 26 Aug 2018 00:45:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:45:13,534 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/file used request id req-8274e18a-e5d4-42cd-97df-135ef0a3942b 2018-08-26 00:45:13,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.25500702858s 2018-08-26 00:45:13,535 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/file used request id req-8274e18a-e5d4-42cd-97df-135ef0a3942b 2018-08-26 00:45:13,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:45:13,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:14,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-e49e4077-a513-4e7e-918b-801220bf2218 Date: Sun, 26 Aug 2018 00:45:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:45:13Z", "file": "/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/file", "owner": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "size": 12716032, "self": "/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_0de537db-3313-4939-82df-ed27bbb8728d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_0de537db-3313-4939-82df-ed27bbb8728d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:45:12Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:45:14,318 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e49e4077-a513-4e7e-918b-801220bf2218 2018-08-26 00:45:14,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.779160022736s 2018-08-26 00:45:14,318 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e49e4077-a513-4e7e-918b-801220bf2218 2018-08-26 00:45:14,320 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/file', 'owner': u'a9fc724254ff4a6d8ec3549e4aff3a99', 'id': u'cd1b23c4-b301-4ede-a94c-7b1e7df763e3', 'size': 12716032, u'self': u'/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a9fc724254ff4a6d8ec3549e4aff3a99', 'name': 'singlevm2-project_0de537db-3313-4939-82df-ed27bbb8728d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-26T00:45:13Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-26T00:45:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_0de537db-3313-4939-82df-ed27bbb8728d', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_0de537db-3313-4939-82df-ed27bbb8728d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_0de537db-3313-4939-82df-ed27bbb8728d', 'created': u'2018-08-26T00:45:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-26T00:45:12Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_0de537db-3313-4939-82df-ed27bbb8728d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-26 00:45:14,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-26 00:45:14,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_0de537db-3313-4939-82df-ed27bbb8728d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-26 00:45:14,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f32e1e8-ad27-4f81-984d-cdc15d0d8b42 x-compute-request-id: req-8f32e1e8-ad27-4f81-984d-cdc15d0d8b42 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_0de537db-3313-4939-82df-ed27bbb8728d", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6", "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": "9f10970e-2897-4be8-b634-7e3355b78ab6"}} 2018-08-26 00:45:14,640 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-8f32e1e8-ad27-4f81-984d-cdc15d0d8b42 2018-08-26 00:45:14,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.318914175034s 2018-08-26 00:45:14,641 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-8f32e1e8-ad27-4f81-984d-cdc15d0d8b42 2018-08-26 00:45:14,641 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_0de537db-3313-4939-82df-ed27bbb8728d', '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'f25cbe785dac41128d46915c0c96dbeb', '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'9f10970e-2897-4be8-b634-7e3355b78ab6', 'swap': 0}) 2018-08-26 00:45:14,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-26 00:45:14,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" -d '{"extra_specs": {}}' 2018-08-26 00:45:14,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-83f6d86f-4200-4484-a379-a1a61c5b1ada x-compute-request-id: req-83f6d86f-4200-4484-a379-a1a61c5b1ada Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-26 00:45:14,668 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6/os-extra_specs used request id req-83f6d86f-4200-4484-a379-a1a61c5b1ada 2018-08-26 00:45:14,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0258450508118s 2018-08-26 00:45:14,668 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6/os-extra_specs used request id req-83f6d86f-4200-4484-a379-a1a61c5b1ada 2018-08-26 00:45:14,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-26 00:45:14,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" -d '{"keypair": {"name": "singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d"}}' 2018-08-26 00:45:15,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c29685b5-54fc-4867-814c-00c01302a44d x-compute-request-id: req-c29685b5-54fc-4867-814c-00c01302a44d Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuhKWxU2M5MfbrDuWTZlM9j9WyKAwgRcgqOz5RRzfZa1c7QQNU73xbnMeU0+G4wmQ0q0QSu1HAlnsz/qEQA5HWBtUQOZu/vur+MKv5+GDWxigJfWm4HS31N/UXdoq94YKAYKrPr++WTSsQP+lugHsf6Y3qOqYgZlpI/pUKWpoWmiZ8t0UslxbPlahPazj4X1BTak4Mr9lrXxhQJ8cp4Vd1BvcBWld23M235IWsBksDpPPnMXpqhBloMzUG9lSk2Tqd941LzWUhiQ4koH9G2odF/F9BD3uIyf+qcy03M31s9eBFTCilu4AMlhZJjr0kBaZ3l4B/ur/2nlqcn6KbwcET Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAroSlsVNjOTH26w7lk2ZTPY/VsigMIEXIKjs+UUc32WtXO0ED\nVO98W5zHlNPhuMJkNKtEErtRwJZ7M/6hEAOR1gbVEDmbv77q/jCr+fhg1sYoCX1p\nuB0t9Tf1F3aKveGCgGCqz6/vlk0rED/pboB7H+mN6jqmIGZaSP6VClqaFpomfLdF\nLJcWz5WoT2s4+F9QU2pODK/Za18YUCfHKeFXdQb3AVpXdtzNt+SFrAZLA6Tz5zF6\naoQZaDM1BvZUpNk6nfeNS81lIYkOJKB/RtqHRfxfQQ97iMn/qnMtNzN9bPXgRUwo\npbuADJYWSY69JAWmd5eAf7q/9p5anJ+im8HBEwIDAQABAoIBAQCc/FO0PMev5oMw\nFTlsq4pLgXyAg0fNLBiP7LT1FjRmDwnsEmJ13+wk2NYryaFtuue6/SkCFKDItlTj\ng7TMm/lu5rx4mOnCxXHL8GpzNPufl6biSn90EEOMJ6cAUTEi952V798XbjL+KDKJ\nroREU6zuGwD+530S/h9PNDtLkg60Lr+529pU16CbmhfOB1JBjWZOMFAaXxFhAqr8\nzuw5xtDALWuM3OhzH/cCxToTOHtsd3ZerbMpRnwk+V63upS6QAILKLzaOP6j/Nvt\n9GhT/vsVMBRObNzPPe5x9GhFOXRk4nFMEYShsBHJVtM2ULG556HBMMP30OmIm+eE\nNXEqJBsRAoGBANysb//jKEZzRWHuyomdrBUBR9d9/6ntnd0PjPRjNlIQmabi4OLY\nYjj6YvWBEz4aZt2gnukcsTvDs+xSzKEl/7JSx9J4x+rcLROQkzXdPWvLZuisBGvk\nU8Zqd0rQHg8rZxDrmETRvQREnF5lOA/mI5G9vya1tv9HeNMchcnNQTobAoGBAMp0\nr2JcXtTupGP+DKHsdcT4KBKBKSiJ5Eidx+x+SKCyB7E7cN1l0AAn84xwpKhqB/sb\n1pe3x+P/dvyndb+UzUtLcHMR6MiKCGisTqyNmAWhm9GCwIoYMYBiTG1RqeRKdwRV\nrHhTYYPkHKERRS5L6FySizPEvTZnz7e+k2uu0YRpAoGBAM5K3YDniHUjuY7tvqWb\noo0YX2LSRTlECznnGaw1O0jIf/uFSRqHknsVh4FeovCBmfxB9YyS6BSoxQB9/xH/\nBeRcgrT9eFbUccdCdnv6UTr+MTv94zxBfReV2+MyX4dq2bT1qalcMUlWIqAUG66x\nRDswmQvFAEfxNsCUf3XBzeJVAoGAeldGwIaXG89V8cLMeXD9vdhDxuLcL04ccDFA\nZc3uL4VFlrkXvAJRTjbWOvC637arOfgZljcNiN6QVZ8QTYQrBqwAuNiCteSLrk0p\ngaZSzlxZX6LGnOx/xVghXRIzOuwwvaLUBSZF0ECheEeKaa6fLIm1qsPhnyXeZOe6\nCCFtJLkCgYEAvnVVq/qCk5fjJ46V6McnYywvfvDJZESDm4OquCPB5D8JzdlvrPwt\n4weBJzKvqmkQ2TbsIjSx/cORt4tq69Tz0UVRkq3H7d374fMQNpyrhblBoWhqOck3\nOF+FPrBO6iCl0krH9ETitvrh8wI8q5x7FVwK3wPpK4UjDGOUdntj2AM=\n-----END RSA PRIVATE KEY-----\n", "user_id": "a41ae3fbb7d14b98916d40786245251d", "name": "singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d", "fingerprint": "b5:3c:bd:6a:70:87:4f:1e:53:b0:d3:63:c8:91:32:89"}} 2018-08-26 00:45:15,635 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-c29685b5-54fc-4867-814c-00c01302a44d 2018-08-26 00:45:15,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.966422080994s 2018-08-26 00:45:15,636 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-c29685b5-54fc-4867-814c-00c01302a44d 2018-08-26 00:45:15,636 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuhKWxU2M5MfbrDuWTZlM9j9WyKAwgRcgqOz5RRzfZa1c7QQNU73xbnMeU0+G4wmQ0q0QSu1HAlnsz/qEQA5HWBtUQOZu/vur+MKv5+GDWxigJfWm4HS31N/UXdoq94YKAYKrPr++WTSsQP+lugHsf6Y3qOqYgZlpI/pUKWpoWmiZ8t0UslxbPlahPazj4X1BTak4Mr9lrXxhQJ8cp4Vd1BvcBWld23M235IWsBksDpPPnMXpqhBloMzUG9lSk2Tqd941LzWUhiQ4koH9G2odF/F9BD3uIyf+qcy03M31s9eBFTCilu4AMlhZJjr0kBaZ3l4B/ur/2nlqcn6KbwcET Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAroSlsVNjOTH26w7lk2ZTPY/VsigMIEXIKjs+UUc32WtXO0ED\nVO98W5zHlNPhuMJkNKtEErtRwJZ7M/6hEAOR1gbVEDmbv77q/jCr+fhg1sYoCX1p\nuB0t9Tf1F3aKveGCgGCqz6/vlk0rED/pboB7H+mN6jqmIGZaSP6VClqaFpomfLdF\nLJcWz5WoT2s4+F9QU2pODK/Za18YUCfHKeFXdQb3AVpXdtzNt+SFrAZLA6Tz5zF6\naoQZaDM1BvZUpNk6nfeNS81lIYkOJKB/RtqHRfxfQQ97iMn/qnMtNzN9bPXgRUwo\npbuADJYWSY69JAWmd5eAf7q/9p5anJ+im8HBEwIDAQABAoIBAQCc/FO0PMev5oMw\nFTlsq4pLgXyAg0fNLBiP7LT1FjRmDwnsEmJ13+wk2NYryaFtuue6/SkCFKDItlTj\ng7TMm/lu5rx4mOnCxXHL8GpzNPufl6biSn90EEOMJ6cAUTEi952V798XbjL+KDKJ\nroREU6zuGwD+530S/h9PNDtLkg60Lr+529pU16CbmhfOB1JBjWZOMFAaXxFhAqr8\nzuw5xtDALWuM3OhzH/cCxToTOHtsd3ZerbMpRnwk+V63upS6QAILKLzaOP6j/Nvt\n9GhT/vsVMBRObNzPPe5x9GhFOXRk4nFMEYShsBHJVtM2ULG556HBMMP30OmIm+eE\nNXEqJBsRAoGBANysb//jKEZzRWHuyomdrBUBR9d9/6ntnd0PjPRjNlIQmabi4OLY\nYjj6YvWBEz4aZt2gnukcsTvDs+xSzKEl/7JSx9J4x+rcLROQkzXdPWvLZuisBGvk\nU8Zqd0rQHg8rZxDrmETRvQREnF5lOA/mI5G9vya1tv9HeNMchcnNQTobAoGBAMp0\nr2JcXtTupGP+DKHsdcT4KBKBKSiJ5Eidx+x+SKCyB7E7cN1l0AAn84xwpKhqB/sb\n1pe3x+P/dvyndb+UzUtLcHMR6MiKCGisTqyNmAWhm9GCwIoYMYBiTG1RqeRKdwRV\nrHhTYYPkHKERRS5L6FySizPEvTZnz7e+k2uu0YRpAoGBAM5K3YDniHUjuY7tvqWb\noo0YX2LSRTlECznnGaw1O0jIf/uFSRqHknsVh4FeovCBmfxB9YyS6BSoxQB9/xH/\nBeRcgrT9eFbUccdCdnv6UTr+MTv94zxBfReV2+MyX4dq2bT1qalcMUlWIqAUG66x\nRDswmQvFAEfxNsCUf3XBzeJVAoGAeldGwIaXG89V8cLMeXD9vdhDxuLcL04ccDFA\nZc3uL4VFlrkXvAJRTjbWOvC637arOfgZljcNiN6QVZ8QTYQrBqwAuNiCteSLrk0p\ngaZSzlxZX6LGnOx/xVghXRIzOuwwvaLUBSZF0ECheEeKaa6fLIm1qsPhnyXeZOe6\nCCFtJLkCgYEAvnVVq/qCk5fjJ46V6McnYywvfvDJZESDm4OquCPB5D8JzdlvrPwt\n4weBJzKvqmkQ2TbsIjSx/cORt4tq69Tz0UVRkq3H7d374fMQNpyrhblBoWhqOck3\nOF+FPrBO6iCl0krH9ETitvrh8wI8q5x7FVwK3wPpK4UjDGOUdntj2AM=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'a41ae3fbb7d14b98916d40786245251d', 'name': u'singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d', 'created_at': '2018-08-26T00:45:15.636740', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a9fc724254ff4a6d8ec3549e4aff3a99', 'name': 'singlevm2-project_0de537db-3313-4939-82df-ed27bbb8728d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b5:3c:bd:6a:70:87:4f:1e:53:b0:d3:63:c8:91:32:89', 'type': 'ssh', 'id': u'singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d'}) 2018-08-26 00:45:15,637 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAroSlsVNjOTH26w7lk2ZTPY/VsigMIEXIKjs+UUc32WtXO0ED VO98W5zHlNPhuMJkNKtEErtRwJZ7M/6hEAOR1gbVEDmbv77q/jCr+fhg1sYoCX1p uB0t9Tf1F3aKveGCgGCqz6/vlk0rED/pboB7H+mN6jqmIGZaSP6VClqaFpomfLdF LJcWz5WoT2s4+F9QU2pODK/Za18YUCfHKeFXdQb3AVpXdtzNt+SFrAZLA6Tz5zF6 aoQZaDM1BvZUpNk6nfeNS81lIYkOJKB/RtqHRfxfQQ97iMn/qnMtNzN9bPXgRUwo pbuADJYWSY69JAWmd5eAf7q/9p5anJ+im8HBEwIDAQABAoIBAQCc/FO0PMev5oMw FTlsq4pLgXyAg0fNLBiP7LT1FjRmDwnsEmJ13+wk2NYryaFtuue6/SkCFKDItlTj g7TMm/lu5rx4mOnCxXHL8GpzNPufl6biSn90EEOMJ6cAUTEi952V798XbjL+KDKJ roREU6zuGwD+530S/h9PNDtLkg60Lr+529pU16CbmhfOB1JBjWZOMFAaXxFhAqr8 zuw5xtDALWuM3OhzH/cCxToTOHtsd3ZerbMpRnwk+V63upS6QAILKLzaOP6j/Nvt 9GhT/vsVMBRObNzPPe5x9GhFOXRk4nFMEYShsBHJVtM2ULG556HBMMP30OmIm+eE NXEqJBsRAoGBANysb//jKEZzRWHuyomdrBUBR9d9/6ntnd0PjPRjNlIQmabi4OLY Yjj6YvWBEz4aZt2gnukcsTvDs+xSzKEl/7JSx9J4x+rcLROQkzXdPWvLZuisBGvk U8Zqd0rQHg8rZxDrmETRvQREnF5lOA/mI5G9vya1tv9HeNMchcnNQTobAoGBAMp0 r2JcXtTupGP+DKHsdcT4KBKBKSiJ5Eidx+x+SKCyB7E7cN1l0AAn84xwpKhqB/sb 1pe3x+P/dvyndb+UzUtLcHMR6MiKCGisTqyNmAWhm9GCwIoYMYBiTG1RqeRKdwRV rHhTYYPkHKERRS5L6FySizPEvTZnz7e+k2uu0YRpAoGBAM5K3YDniHUjuY7tvqWb oo0YX2LSRTlECznnGaw1O0jIf/uFSRqHknsVh4FeovCBmfxB9YyS6BSoxQB9/xH/ BeRcgrT9eFbUccdCdnv6UTr+MTv94zxBfReV2+MyX4dq2bT1qalcMUlWIqAUG66x RDswmQvFAEfxNsCUf3XBzeJVAoGAeldGwIaXG89V8cLMeXD9vdhDxuLcL04ccDFA Zc3uL4VFlrkXvAJRTjbWOvC637arOfgZljcNiN6QVZ8QTYQrBqwAuNiCteSLrk0p gaZSzlxZX6LGnOx/xVghXRIzOuwwvaLUBSZF0ECheEeKaa6fLIm1qsPhnyXeZOe6 CCFtJLkCgYEAvnVVq/qCk5fjJ46V6McnYywvfvDJZESDm4OquCPB5D8JzdlvrPwt 4weBJzKvqmkQ2TbsIjSx/cORt4tq69Tz0UVRkq3H7d374fMQNpyrhblBoWhqOck3 OF+FPrBO6iCl0krH9ETitvrh8wI8q5x7FVwK3wPpK4UjDGOUdntj2AM= -----END RSA PRIVATE KEY----- 2018-08-26 00:45:15,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-26 00:45:15,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" -d '{"security_group": {"name": "singlevm2-sg_0de537db-3313-4939-82df-ed27bbb8728d", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-26 00:45:16,180 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-e9db5118-0171-455d-b844-8458fb1c66ba Date: Sun, 26 Aug 2018 00:45:16 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "created_at": "2018-08-26T00:45:16Z", "updated_at": "2018-08-26T00:45:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:16Z", "revision_number": 0, "id": "25e2c8ae-6dec-4378-9b12-c01470bc6587", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:16Z", "security_group_id": "b53a49dd-ea2a-49be-9593-386a23c38377", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:16Z", "revision_number": 0, "id": "6c8afed3-17e5-4533-9200-1b370da5c4b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:16Z", "security_group_id": "b53a49dd-ea2a-49be-9593-386a23c38377", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv6", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}], "revision_number": 1, "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "b53a49dd-ea2a-49be-9593-386a23c38377", "name": "singlevm2-sg_0de537db-3313-4939-82df-ed27bbb8728d"}} 2018-08-26 00:45:16,180 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-e9db5118-0171-455d-b844-8458fb1c66ba 2018-08-26 00:45:16,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.540461063385s 2018-08-26 00:45:16,180 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-e9db5118-0171-455d-b844-8458fb1c66ba 2018-08-26 00:45:16,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-26 00:45:16,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:16,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-c3b111d3-1932-41de-a7af-3b2a4e9512ec Date: Sun, 26 Aug 2018 00:45:16 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "created_at": "2018-08-26T00:45:16Z", "updated_at": "2018-08-26T00:45:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:16Z", "revision_number": 0, "id": "25e2c8ae-6dec-4378-9b12-c01470bc6587", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:16Z", "security_group_id": "b53a49dd-ea2a-49be-9593-386a23c38377", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:16Z", "revision_number": 0, "id": "6c8afed3-17e5-4533-9200-1b370da5c4b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:16Z", "security_group_id": "b53a49dd-ea2a-49be-9593-386a23c38377", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv6", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}], "revision_number": 1, "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "b53a49dd-ea2a-49be-9593-386a23c38377", "name": "singlevm2-sg_0de537db-3313-4939-82df-ed27bbb8728d"}, {"description": "Default security group", "tags": [], "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "created_at": "2018-08-26T00:45:05Z", "updated_at": "2018-08-26T00:45:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:05Z", "revision_number": 0, "id": "329aff16-ac43-4466-92ca-6a226852487f", "remote_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:05Z", "security_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:05Z", "revision_number": 0, "id": "758ad329-4ab4-4a25-a3d6-706b6334d639", "remote_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:05Z", "security_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv6", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:05Z", "revision_number": 0, "id": "761b4fa4-d27b-48d7-818f-022444c4e628", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:05Z", "security_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv6", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:05Z", "revision_number": 0, "id": "e26cff6f-956a-4412-9b6b-5e442aee21be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:05Z", "security_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}], "revision_number": 1, "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "name": "default"}]} 2018-08-26 00:45:16,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c3b111d3-1932-41de-a7af-3b2a4e9512ec 2018-08-26 00:45:16,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.315126895905s 2018-08-26 00:45:16,500 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c3b111d3-1932-41de-a7af-3b2a4e9512ec 2018-08-26 00:45:16,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-26 00:45:16,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" -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": "b53a49dd-ea2a-49be-9593-386a23c38377"}}' 2018-08-26 00:45:17,250 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-957947e1-9282-4f20-b440-1f5aa1bf8d96 Date: Sun, 26 Aug 2018 00:45:17 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-08-26T00:45:17Z", "security_group_id": "b53a49dd-ea2a-49be-9593-386a23c38377", "port_range_min": 22, "revision_number": 0, "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "created_at": "2018-08-26T00:45:17Z", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "4f68945f-bb50-4515-99c2-41366a16c337"}} 2018-08-26 00:45:17,250 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-957947e1-9282-4f20-b440-1f5aa1bf8d96 2018-08-26 00:45:17,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.746327161789s 2018-08-26 00:45:17,251 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-957947e1-9282-4f20-b440-1f5aa1bf8d96 2018-08-26 00:45:17,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-26 00:45:17,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:17,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-06062e3b-3655-411b-ae35-29e25b1f9786 Date: Sun, 26 Aug 2018 00:45:17 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "created_at": "2018-08-26T00:45:16Z", "updated_at": "2018-08-26T00:45:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:16Z", "revision_number": 0, "id": "25e2c8ae-6dec-4378-9b12-c01470bc6587", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:16Z", "security_group_id": "b53a49dd-ea2a-49be-9593-386a23c38377", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-26T00:45:17Z", "revision_number": 0, "id": "4f68945f-bb50-4515-99c2-41366a16c337", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:17Z", "security_group_id": "b53a49dd-ea2a-49be-9593-386a23c38377", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:16Z", "revision_number": 0, "id": "6c8afed3-17e5-4533-9200-1b370da5c4b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:16Z", "security_group_id": "b53a49dd-ea2a-49be-9593-386a23c38377", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv6", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}], "revision_number": 2, "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "b53a49dd-ea2a-49be-9593-386a23c38377", "name": "singlevm2-sg_0de537db-3313-4939-82df-ed27bbb8728d"}, {"description": "Default security group", "tags": [], "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "created_at": "2018-08-26T00:45:05Z", "updated_at": "2018-08-26T00:45:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:05Z", "revision_number": 0, "id": "329aff16-ac43-4466-92ca-6a226852487f", "remote_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:05Z", "security_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:05Z", "revision_number": 0, "id": "758ad329-4ab4-4a25-a3d6-706b6334d639", "remote_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:05Z", "security_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv6", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:05Z", "revision_number": 0, "id": "761b4fa4-d27b-48d7-818f-022444c4e628", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:05Z", "security_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv6", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:05Z", "revision_number": 0, "id": "e26cff6f-956a-4412-9b6b-5e442aee21be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:05Z", "security_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}], "revision_number": 1, "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "name": "default"}]} 2018-08-26 00:45:17,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-06062e3b-3655-411b-ae35-29e25b1f9786 2018-08-26 00:45:17,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.320729970932s 2018-08-26 00:45:17,576 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-06062e3b-3655-411b-ae35-29e25b1f9786 2018-08-26 00:45:17,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-26 00:45:17,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" -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": "b53a49dd-ea2a-49be-9593-386a23c38377"}}' 2018-08-26 00:45:17,739 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-ff32ae5c-ca03-4483-9880-775123cd817d Date: Sun, 26 Aug 2018 00:45:17 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-08-26T00:45:17Z", "security_group_id": "b53a49dd-ea2a-49be-9593-386a23c38377", "port_range_min": null, "revision_number": 0, "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "created_at": "2018-08-26T00:45:17Z", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "7ae07797-774e-4603-944d-70f0bb46affe"}} 2018-08-26 00:45:17,739 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-ff32ae5c-ca03-4483-9880-775123cd817d 2018-08-26 00:45:17,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.159938097s 2018-08-26 00:45:17,739 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-ff32ae5c-ca03-4483-9880-775123cd817d 2018-08-26 00:45:17,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:45:17,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:18,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-26e5059e-5582-485a-9a45-f3aad0f7f92b Date: Sun, 26 Aug 2018 00:45:18 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":["1778a64e-127c-495e-9b34-3c2582c3a112"],"updated_at":"2018-08-26T00:45:06Z","tenant_id":"a9fc724254ff4a6d8ec3549e4aff3a99","created_at":"2018-08-26T00:45:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a9fc724254ff4a6d8ec3549e4aff3a99","id":"4ce38bbf-9a65-41ba-88f0-b50ac6a4daad","name":"singlevm2-net_0de537db-3313-4939-82df-ed27bbb8728d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:45:18,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-26e5059e-5582-485a-9a45-f3aad0f7f92b 2018-08-26 00:45:18,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.351926803589s 2018-08-26 00:45:18,093 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-26e5059e-5582-485a-9a45-f3aad0f7f92b 2018-08-26 00:45:18,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:45:18,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:18,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-ec4b45af-5927-4915-aa16-d33a9c6e1922 Date: Sun, 26 Aug 2018 00:45:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:45:13Z", "file": "/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/file", "owner": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "size": 12716032, "self": "/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_0de537db-3313-4939-82df-ed27bbb8728d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_0de537db-3313-4939-82df-ed27bbb8728d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:45:12Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:45:18,136 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ec4b45af-5927-4915-aa16-d33a9c6e1922 2018-08-26 00:45:18,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0391368865967s 2018-08-26 00:45:18,137 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ec4b45af-5927-4915-aa16-d33a9c6e1922 2018-08-26 00:45:18,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:45:18,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:18,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45: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-3a30eef6-6764-4190-a1c4-fdb47bec5ae6 x-compute-request-id: req-3a30eef6-6764-4190-a1c4-fdb47bec5ae6 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_0de537db-3313-4939-82df-ed27bbb8728d", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6", "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": "9f10970e-2897-4be8-b634-7e3355b78ab6"}]} 2018-08-26 00:45:18,164 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-3a30eef6-6764-4190-a1c4-fdb47bec5ae6 2018-08-26 00:45:18,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0253059864044s 2018-08-26 00:45:18,164 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-3a30eef6-6764-4190-a1c4-fdb47bec5ae6 2018-08-26 00:45:18,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-26 00:45:18,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" -d '{"server": {"name": "singlevm2-vm_0de537db-3313-4939-82df-ed27bbb8728d", "imageRef": "cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "key_name": "singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d", "flavorRef": "9f10970e-2897-4be8-b634-7e3355b78ab6", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4ce38bbf-9a65-41ba-88f0-b50ac6a4daad"}], "security_groups": [{"name": "b53a49dd-ea2a-49be-9593-386a23c38377"}]}}' 2018-08-26 00:45:23,281 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:45:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8a7fc0c7-c65e-42b4-b91f-7a1a58603bfd x-compute-request-id: req-8a7fc0c7-c65e-42b4-b91f-7a1a58603bfd Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "b53a49dd-ea2a-49be-9593-386a23c38377"}], "OS-DCF:diskConfig": "MANUAL", "id": "c0d6db83-5e06-438b-ae0b-45cd50a54a51", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51", "rel": "bookmark"}], "adminPass": "JRM5NsuY34ff"}} 2018-08-26 00:45:23,281 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-8a7fc0c7-c65e-42b4-b91f-7a1a58603bfd 2018-08-26 00:45:23,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.11549401283s 2018-08-26 00:45:23,282 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-8a7fc0c7-c65e-42b4-b91f-7a1a58603bfd 2018-08-26 00:45:23,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:45:23,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:24,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45: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-e07c2c76-8c91-41dc-9451-ed38b30e873d x-compute-request-id: req-e07c2c76-8c91-41dc-9451-ed38b30e873d Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51", "rel": "bookmark"}], "image": {"id": "cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "links": [{"href": "http://172.30.9.22:8774/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f10970e-2897-4be8-b634-7e3355b78ab6", "links": [{"href": "http://172.30.9.22:8774/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6", "rel": "bookmark"}]}, "id": "c0d6db83-5e06-438b-ae0b-45cd50a54a51", "user_id": "a41ae3fbb7d14b98916d40786245251d", "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-08-26T00:45:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d", "name": "singlevm2-vm_0de537db-3313-4939-82df-ed27bbb8728d", "created": "2018-08-26T00:45:23Z", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:45:24,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e07c2c76-8c91-41dc-9451-ed38b30e873d 2018-08-26 00:45:24,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.819669008255s 2018-08-26 00:45:24,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e07c2c76-8c91-41dc-9451-ed38b30e873d 2018-08-26 00:45:24,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:45:24,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:24,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-5841989c-3ed6-4b88-8fc0-c4dfa8853c0b Date: Sun, 26 Aug 2018 00:45:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1778a64e-127c-495e-9b34-3c2582c3a112"],"updated_at":"2018-08-26T00:45:06Z","tenant_id":"a9fc724254ff4a6d8ec3549e4aff3a99","created_at":"2018-08-26T00:45:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a9fc724254ff4a6d8ec3549e4aff3a99","id":"4ce38bbf-9a65-41ba-88f0-b50ac6a4daad","name":"singlevm2-net_0de537db-3313-4939-82df-ed27bbb8728d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:45:24,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5841989c-3ed6-4b88-8fc0-c4dfa8853c0b 2018-08-26 00:45:24,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.373572826385s 2018-08-26 00:45:24,483 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5841989c-3ed6-4b88-8fc0-c4dfa8853c0b 2018-08-26 00:45:24,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:45:24,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:24,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-1e13e51a-30f9-44fd-80d5-d8c886429924 Date: Sun, 26 Aug 2018 00:45:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ce38bbf-9a65-41ba-88f0-b50ac6a4daad","tenant_id":"a9fc724254ff4a6d8ec3549e4aff3a99","created_at":"2018-08-26T00:45:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:45: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":"a9fc724254ff4a6d8ec3549e4aff3a99","id":"1778a64e-127c-495e-9b34-3c2582c3a112","subnetpool_id":null,"name":"singlevm2-subnet_0de537db-3313-4939-82df-ed27bbb8728d"}]} 2018-08-26 00:45:24,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-1e13e51a-30f9-44fd-80d5-d8c886429924 2018-08-26 00:45:24,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.23183298111s 2018-08-26 00:45:24,716 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-1e13e51a-30f9-44fd-80d5-d8c886429924 2018-08-26 00:45:24,717 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:45:26,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:45:26,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:27,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45: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-a6c5f335-2847-4f55-8f4e-7eae4cdb3cfe x-compute-request-id: req-a6c5f335-2847-4f55-8f4e-7eae4cdb3cfe Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51", "rel": "bookmark"}], "image": {"id": "cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "links": [{"href": "http://172.30.9.22:8774/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f10970e-2897-4be8-b634-7e3355b78ab6", "links": [{"href": "http://172.30.9.22:8774/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6", "rel": "bookmark"}]}, "id": "c0d6db83-5e06-438b-ae0b-45cd50a54a51", "security_groups": [{"name": "singlevm2-sg_0de537db-3313-4939-82df-ed27bbb8728d"}], "user_id": "a41ae3fbb7d14b98916d40786245251d", "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-08-26T00:45:26Z", "hostId": "11bfd1f5f8dcf640702546c377e890120d09e362ce5f9842754b5cc7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d", "name": "singlevm2-vm_0de537db-3313-4939-82df-ed27bbb8728d", "created": "2018-08-26T00:45:23Z", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:45:27,598 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a6c5f335-2847-4f55-8f4e-7eae4cdb3cfe 2018-08-26 00:45:27,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.877790927887s 2018-08-26 00:45:27,598 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a6c5f335-2847-4f55-8f4e-7eae4cdb3cfe 2018-08-26 00:45:27,603 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:45:29,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:45:29,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:30,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45: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-8cbb6c12-8b9b-4d27-a68c-09a728ad7b37 x-compute-request-id: req-8cbb6c12-8b9b-4d27-a68c-09a728ad7b37 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51", "rel": "bookmark"}], "image": {"id": "cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "links": [{"href": "http://172.30.9.22:8774/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f10970e-2897-4be8-b634-7e3355b78ab6", "links": [{"href": "http://172.30.9.22:8774/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6", "rel": "bookmark"}]}, "id": "c0d6db83-5e06-438b-ae0b-45cd50a54a51", "security_groups": [{"name": "singlevm2-sg_0de537db-3313-4939-82df-ed27bbb8728d"}], "user_id": "a41ae3fbb7d14b98916d40786245251d", "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-08-26T00:45:26Z", "hostId": "11bfd1f5f8dcf640702546c377e890120d09e362ce5f9842754b5cc7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d", "name": "singlevm2-vm_0de537db-3313-4939-82df-ed27bbb8728d", "created": "2018-08-26T00:45:23Z", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:45:30,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8cbb6c12-8b9b-4d27-a68c-09a728ad7b37 2018-08-26 00:45:30,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554311037064s 2018-08-26 00:45:30,160 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8cbb6c12-8b9b-4d27-a68c-09a728ad7b37 2018-08-26 00:45:30,164 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:45:32,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:45:32,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:33,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45: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-264af704-3470-4cc5-b8ac-251af7ce7460 x-compute-request-id: req-264af704-3470-4cc5-b8ac-251af7ce7460 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51", "rel": "bookmark"}], "image": {"id": "cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "links": [{"href": "http://172.30.9.22:8774/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f10970e-2897-4be8-b634-7e3355b78ab6", "links": [{"href": "http://172.30.9.22:8774/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6", "rel": "bookmark"}]}, "id": "c0d6db83-5e06-438b-ae0b-45cd50a54a51", "security_groups": [{"name": "singlevm2-sg_0de537db-3313-4939-82df-ed27bbb8728d"}], "user_id": "a41ae3fbb7d14b98916d40786245251d", "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-08-26T00:45:26Z", "hostId": "11bfd1f5f8dcf640702546c377e890120d09e362ce5f9842754b5cc7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d", "name": "singlevm2-vm_0de537db-3313-4939-82df-ed27bbb8728d", "created": "2018-08-26T00:45:23Z", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:45:33,731 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-264af704-3470-4cc5-b8ac-251af7ce7460 2018-08-26 00:45:33,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.56425499916s 2018-08-26 00:45:33,732 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-264af704-3470-4cc5-b8ac-251af7ce7460 2018-08-26 00:45:33,735 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:45:35,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:45:35,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:37,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45: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-5eb89358-6367-4fef-96e0-e23577c66cfe x-compute-request-id: req-5eb89358-6367-4fef-96e0-e23577c66cfe Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_0de537db-3313-4939-82df-ed27bbb8728d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:e8:f3", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51", "rel": "bookmark"}], "image": {"id": "cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "links": [{"href": "http://172.30.9.22:8774/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:45:32.000000", "flavor": {"id": "9f10970e-2897-4be8-b634-7e3355b78ab6", "links": [{"href": "http://172.30.9.22:8774/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6", "rel": "bookmark"}]}, "id": "c0d6db83-5e06-438b-ae0b-45cd50a54a51", "security_groups": [{"name": "singlevm2-sg_0de537db-3313-4939-82df-ed27bbb8728d"}], "user_id": "a41ae3fbb7d14b98916d40786245251d", "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-08-26T00:45:32Z", "hostId": "11bfd1f5f8dcf640702546c377e890120d09e362ce5f9842754b5cc7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d", "name": "singlevm2-vm_0de537db-3313-4939-82df-ed27bbb8728d", "created": "2018-08-26T00:45:23Z", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:45:37,202 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5eb89358-6367-4fef-96e0-e23577c66cfe 2018-08-26 00:45:37,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.46371006966s 2018-08-26 00:45:37,202 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5eb89358-6367-4fef-96e0-e23577c66cfe 2018-08-26 00:45:37,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-26 00:45:37,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=c0d6db83-5e06-438b-ae0b-45cd50a54a51" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:37,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0778aa0d-f476-4afc-a72d-96716225fde3 Date: Sun, 26 Aug 2018 00:45:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4ce38bbf-9a65-41ba-88f0-b50ac6a4daad","tenant_id":"a9fc724254ff4a6d8ec3549e4aff3a99","created_at":"2018-08-26T00:45:26Z","admin_state_up":true,"updated_at":"2018-08-26T00:45:31Z","binding:vnic_type":"normal","device_id":"c0d6db83-5e06-438b-ae0b-45cd50a54a51","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c2:e8:f3","id":"36e75858-6f69-4559-9c35-e8a9dec4c76c","port_security_enabled":true,"project_id":"a9fc724254ff4a6d8ec3549e4aff3a99","fixed_ips":[{"subnet_id":"1778a64e-127c-495e-9b34-3c2582c3a112","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["b53a49dd-ea2a-49be-9593-386a23c38377"],"name":""}]} 2018-08-26 00:45:37,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=c0d6db83-5e06-438b-ae0b-45cd50a54a51 used request id req-0778aa0d-f476-4afc-a72d-96716225fde3 2018-08-26 00:45:37,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0499539375305s 2018-08-26 00:45:37,257 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=c0d6db83-5e06-438b-ae0b-45cd50a54a51 used request id req-0778aa0d-f476-4afc-a72d-96716225fde3 2018-08-26 00:45:37,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:45:37,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=36e75858-6f69-4559-9c35-e8a9dec4c76c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:37,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-480afc58-0c10-4d39-a743-b712bd846873 Date: Sun, 26 Aug 2018 00:45:37 GMT RESP BODY: {"floatingips": []} 2018-08-26 00:45:37,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=36e75858-6f69-4559-9c35-e8a9dec4c76c used request id req-480afc58-0c10-4d39-a743-b712bd846873 2018-08-26 00:45:37,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0489480495453s 2018-08-26 00:45:37,312 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=36e75858-6f69-4559-9c35-e8a9dec4c76c used request id req-480afc58-0c10-4d39-a743-b712bd846873 2018-08-26 00:45:37,312 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_0de537db-3313-4939-82df-ed27bbb8728d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c2:e8:f3', 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'cd1b23c4-b301-4ede-a94c-7b1e7df763e3'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-26T00:45:32.000000', 'flavor': Munch({u'id': u'9f10970e-2897-4be8-b634-7e3355b78ab6'}), 'az': u'nova', 'id': u'c0d6db83-5e06-438b-ae0b-45cd50a54a51', 'security_groups': [Munch({u'name': u'singlevm2-sg_0de537db-3313-4939-82df-ed27bbb8728d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a41ae3fbb7d14b98916d40786245251d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a9fc724254ff4a6d8ec3549e4aff3a99', 'name': 'singlevm2-project_0de537db-3313-4939-82df-ed27bbb8728d', '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-08-26T00:45:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-26T00:45:32Z', 'hostId': u'11bfd1f5f8dcf640702546c377e890120d09e362ce5f9842754b5cc7', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'11bfd1f5f8dcf640702546c377e890120d09e362ce5f9842754b5cc7', '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-08-26T00:45:32.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a9fc724254ff4a6d8ec3549e4aff3a99', 'name': u'singlevm2-vm_0de537db-3313-4939-82df-ed27bbb8728d', 'adminPass': u'JRM5NsuY34ff', 'tenant_id': u'a9fc724254ff4a6d8ec3549e4aff3a99', 'created_at': u'2018-08-26T00:45:23Z', 'created': u'2018-08-26T00:45:23Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-26 00:45:37,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:45:37,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:37,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-839d2bd3-31ff-41c9-a874-3f0e35f655df Date: Sun, 26 Aug 2018 00:45:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1778a64e-127c-495e-9b34-3c2582c3a112"],"updated_at":"2018-08-26T00:45:06Z","tenant_id":"a9fc724254ff4a6d8ec3549e4aff3a99","created_at":"2018-08-26T00:45:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a9fc724254ff4a6d8ec3549e4aff3a99","id":"4ce38bbf-9a65-41ba-88f0-b50ac6a4daad","name":"singlevm2-net_0de537db-3313-4939-82df-ed27bbb8728d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:45:37,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-839d2bd3-31ff-41c9-a874-3f0e35f655df 2018-08-26 00:45:37,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0933368206024s 2018-08-26 00:45:37,409 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-839d2bd3-31ff-41c9-a874-3f0e35f655df 2018-08-26 00:45:37,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-26 00:45:37,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=c0d6db83-5e06-438b-ae0b-45cd50a54a51" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:37,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-47246f09-f91c-4fe9-b45c-adda1182414c Date: Sun, 26 Aug 2018 00:45:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4ce38bbf-9a65-41ba-88f0-b50ac6a4daad","tenant_id":"a9fc724254ff4a6d8ec3549e4aff3a99","created_at":"2018-08-26T00:45:26Z","admin_state_up":true,"updated_at":"2018-08-26T00:45:31Z","binding:vnic_type":"normal","device_id":"c0d6db83-5e06-438b-ae0b-45cd50a54a51","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c2:e8:f3","id":"36e75858-6f69-4559-9c35-e8a9dec4c76c","port_security_enabled":true,"project_id":"a9fc724254ff4a6d8ec3549e4aff3a99","fixed_ips":[{"subnet_id":"1778a64e-127c-495e-9b34-3c2582c3a112","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["b53a49dd-ea2a-49be-9593-386a23c38377"],"name":""}]} 2018-08-26 00:45:37,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=c0d6db83-5e06-438b-ae0b-45cd50a54a51 used request id req-47246f09-f91c-4fe9-b45c-adda1182414c 2018-08-26 00:45:37,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.330237865448s 2018-08-26 00:45:37,741 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=c0d6db83-5e06-438b-ae0b-45cd50a54a51 used request id req-47246f09-f91c-4fe9-b45c-adda1182414c 2018-08-26 00:45:37,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-26 00:45:37,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" -d '{"floatingip": {"floating_network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "fixed_ip_address": "192.168.120.7", "port_id": "36e75858-6f69-4559-9c35-e8a9dec4c76c"}}' 2018-08-26 00:45:39,696 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-3be648b8-8479-4c60-adf3-f1cbad435db4 Date: Sun, 26 Aug 2018 00:45:39 GMT RESP BODY: {"floatingip": {"router_id": "ec670efb-bca2-4d05-af76-0844cf151d6b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-26T00:45:38Z", "floating_network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "36e75858-6f69-4559-9c35-e8a9dec4c76c", "id": "07c6c518-2871-4b02-8367-77ced81336da", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "created_at": "2018-08-26T00:45:38Z", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}} 2018-08-26 00:45:39,696 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-3be648b8-8479-4c60-adf3-f1cbad435db4 2018-08-26 00:45:39,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.95411992073s 2018-08-26 00:45:39,696 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-3be648b8-8479-4c60-adf3-f1cbad435db4 2018-08-26 00:45:39,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:45:39,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:39,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-10196f2b-6eb6-44f5-a28c-3d3615a59655 Date: Sun, 26 Aug 2018 00:45:39 GMT RESP BODY: {"floatingips": [{"router_id": "ec670efb-bca2-4d05-af76-0844cf151d6b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-26T00:45:38Z", "floating_network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "36e75858-6f69-4559-9c35-e8a9dec4c76c", "id": "07c6c518-2871-4b02-8367-77ced81336da", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "created_at": "2018-08-26T00:45:38Z", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}]} 2018-08-26 00:45:39,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-10196f2b-6eb6-44f5-a28c-3d3615a59655 2018-08-26 00:45:39,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0801110267639s 2018-08-26 00:45:39,785 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-10196f2b-6eb6-44f5-a28c-3d3615a59655 2018-08-26 00:45:39,789 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'ec670efb-bca2-4d05-af76-0844cf151d6b', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'a9fc724254ff4a6d8ec3549e4aff3a99', 'created_at': u'2018-08-26T00:45:38Z', 'attached': True, 'updated_at': u'2018-08-26T00:45:38Z', 'id': u'07c6c518-2871-4b02-8367-77ced81336da', 'floating_network_id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a9fc724254ff4a6d8ec3549e4aff3a99', 'name': 'singlevm2-project_0de537db-3313-4939-82df-ed27bbb8728d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ec670efb-bca2-4d05-af76-0844cf151d6b', 'project_id': u'a9fc724254ff4a6d8ec3549e4aff3a99', 'port_id': u'36e75858-6f69-4559-9c35-e8a9dec4c76c', 'port': u'36e75858-6f69-4559-9c35-e8a9dec4c76c', 'network': u'cb81472f-1ab5-4527-8e4d-86261e1fde20'}) 2018-08-26 00:45:39,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-26 00:45:39,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-26 00:45:39,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45: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-a0bd20cd-2294-4011-98f8-13dd56a83c53 x-compute-request-id: req-a0bd20cd-2294-4011-98f8-13dd56a83c53 Content-Encoding: gzip Content-Length: 9582 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 528873395 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.916 MHz processor\n[ 0.185972] Calibrating delay loop (skipped) preset value.. 6983.83 BogoMIPS (lpj=13967664)\n[ 0.188258] pid_max: default: 32768 minimum: 301\n[ 0.189494] ACPI: Core revision 20150930\n[ 0.191166] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.192965] Security Framework initialized\n[ 0.194081] Yama: becoming mindful.\n[ 0.195085] AppArmor: AppArmor initialized\n[ 0.196238] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.199719] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201345] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203199] Initializing cgroup subsys io\n[ 0.204308] Initializing cgroup subsys memory\n[ 0.205506] Initializing cgroup subsys devices\n[ 0.206701] Initializing cgroup subsys freezer\n[ 0.207885] Initializing cgroup subsys net_cls\n[ 0.209086] Initializing cgroup subsys perf_event\n[ 0.210322] Initializing cgroup subsys net_prio\n[ 0.211512] Initializing cgroup subsys hugetlb\n[ 0.212696] Initializing cgroup subsys pids\n[ 0.213872] CPU: Physical Processor ID: 0\n[ 0.215676] mce: CPU supports 10 MCE banks\n[ 0.216845] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218329] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.234619] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.241241] ftrace: allocating 31920 entries in 125 pages\n[ 0.266537] smpboot: Max logical packages: 1\n[ 0.267720] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269622] x2apic enabled\n[ 0.270771] Switched APIC routing to physical x2apic.\n[ 0.273255] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274810] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277572] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280063] KVM setup paravirtual spinlock\n[ 0.281679] x86: Booted up 1 node, 1 CPUs\n[ 0.282823] smpboot: Total of 1 processors activated (6983.83 BogoMIPS)\n[ 0.284745] devtmpfs: initialized\n[ 0.286733] evm: security.selinux\n[ 0.287710] evm: security.SMACK64\n[ 0.288704] evm: security.SMACK64EXEC\n[ 0.289737] evm: security.SMACK64TRANSMUTE\n[ 0.290854] evm: security.SMACK64MMAP\n[ 0.291880] evm: security.ima\n[ 0.292775] evm: security.capability\n[ 0.293866] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.296404] pinctrl core: initialized pinctrl subsystem\n[ 0.297902] RTC time: 0:45:32, date: 08/26/18\n[ 0.299203] NET: Registered protocol family 16\n[ 0.300553] cpuidle: using governor ladder\n[ 0.301697] cpuidle: using governor menu\n[ 0.302851] PCCT header not found.\n[ 0.303934] ACPI: bus type PCI registered\n[ 0.305044] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.306739] PCI: Using configuration type 1 for base access\n[ 0.308910] ACPI: Added _OSI(Module Device)\n[ 0.310089] ACPI: Added _OSI(Processor Device)\n[ 0.311280] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.312542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.314746] ACPI: Interpreter enabled\n[ 0.315806] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.318366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.320936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.323475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.326021] ACPI: (supports S0 S5)\n[ 0.327004] ACPI: Using IOAPIC for interrupt routing\n[ 0.328306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.332145] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.333720] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.335410] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.337061] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.340070] acpiphp: Slot [3] registered\n[ 0.341200] acpiphp: Slot [4] registered\n[ 0.342308] acpiphp: Slot [5] registered\n[ 0.343411] acpiphp: Slot [6] registered\n[ 0.344522] acpiphp: Slot [7] registered\n[ 0.345629] acpiphp: Slot [8] registered\n[ 0.346727] acpiphp: Slot [9] registered\n[ 0.347823] acpiphp: Slot [10] registered\n[ 0.348934] acpiphp: Slot [11] registered\n[ 0.350057] acpiphp: Slot [12] registered\n[ 0.351176] acpiphp: Slot [13] registered\n[ 0.352286] acpiphp: Slot [14] registered\n[ 0.353402] acpiphp: Slot [15] registered\n[ 0.369171] acpiphp: Slot [16] registered\n[ 0.370302] acpiphp: Slot [17] registered\n[ 0.371437] acpiphp: Slot [18] registered\n[ 0.372557] acpiphp: Slot [19] registered\n[ 0.373683] acpiphp: Slot [20] registered\n[ 0.374804] acpiphp: Slot [21] registered\n[ 0.375920] acpiphp: Slot [22] registered\n[ 0.377038] acpiphp: Slot [23] registered\n[ 0.378162] acpiphp: Slot [24] registered\n[ 0.379280] acpiphp: Slot [25] registered\n[ 0.380390] acpiphp: Slot [26] registered\n[ 0.381506] acpiphp: Slot [27] registered\n[ 0.382627] acpiphp: Slot [28] registered\n[ 0.383749] acpiphp: Slot [29] registered\n[ 0.384865] acpiphp: Slot [30] registered\n[ 0.385978] acpiphp: Slot [31] registered\n[ 0.387095] PCI host bridge to bus 0000:00\n[ 0.388211] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.389869] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.391530] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.393539] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.395557] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.397615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.401640] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.403372] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.404985] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.406711] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.411054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.413037] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.433599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.435598] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437546] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444939] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446373] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.448514] vgaarb: loaded\n[ 0.449341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450975] SCSI subsystem initialized\n[ 0.452236] ACPI: bus type USB registered\n[ 0.453375] usbcore: registered new interface driver usbfs\n[ 0.454790] usbcore: registered new interface driver hub\n[ 0.456163] usbcore: registered new device driver usb\n[ 0.457666] PCI: Using ACPI for IRQ routing\n[ 0.459199] NetLabel: Initializing\n[ 0.460185] NetLabel: domain hash size = 128\n[ 0.461348] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.462666] NetLabel: unlabeled traffic allowed by default\n[ 0.464255] clocksource: Switched to clocksource kvm-clock\n[ 0.474244] AppArmor: AppArmor Filesystem Enabled\n[ 0.475567] pnp: PnP ACPI init\n[ 0.476803] pnp: PnP ACPI: found 5 devices\n[ 0.483623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485981] NET: Registered protocol family 2\n[ 0.487392] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489190] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.490834] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495564] NET: Registered protocol family 1\n[ 0.496772] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498284] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499758] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514253] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.528865] Trying to unpack rootfs image as initramfs...\n[ 0.590862] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.595491] Scanning for low memory corruption every 60 seconds\n[ 0.597675] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.599286] audit: initializing netlink subsys (disabled)\n[ 0.600799] audit: type=2000 audit(1535244333.542:1): initialized\n[ 0.602674] Initialise system trusted keyring\n[ 0.604046] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.605651] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.608396] zbud: loaded\n[ 0.609408] VFS: Disk quotas dquot_6.6.0\n[ 0.610557] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.612732] fuse init (API version 7.23)\n[ 0.613974] Key type big_key registered\n[ 0.615081] Allocating IMA MOK and blacklist keyrings.\n[ 0.616777] Key type asymmetric registered\n[ 0.617919] Asymmetric key parser 'x509' registered\n[ 0.619242] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.621315] io scheduler noop registered\n[ 0.622417] io scheduler deadline registered (default)\n[ 0.623791] io scheduler cfq registered\n[ 0.624995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.626433] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.628195] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.630229] ACPI: Power Button [PWRF]\n[ 0.631479] GHES: HEST is not enabled!\n[ 0.645665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.675217] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.678157] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.701879] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.704950] Linux agpgart interface v0.103\n[ 0.708356] brd: module loaded\n[ 0.710564] loop: module loaded\n[ 0.715502] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.717531] GPT:90111 != 2097151\n[ 0.718472] GPT:Alternate GPT header not at the end of the disk.\n[ 0.719937] GPT:90111 != 2097151\n[ 0.720859] GPT: Use GNU Parted to correct GPT errors.\n[ 0.722155] vda: vda1 vda15\n[ 0.723813] scsi host0: ata_piix\n[ 0.724871] scsi host1: ata_piix\n[ 0.725859] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.727479] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.729432] libphy: Fixed MDIO Bus: probed\n[ 0.730547] tun: Universal TUN/TAP device driver, 1.6\n[ 0.731829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734739] PPP generic driver version 2.4.2\n[ 0.735962] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737554] ehci-pci: EHCI PCI platform driver\n[ 0.738743] ehci-platform: EHCI generic platform driver\n[ 0.740185] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741796] ohci-pci: OHCI PCI platform driver\n[ 0.743007] ohci-platform: OHCI generic platform driver\n[ 0.744374] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.759057] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760439] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762481] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763889] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765465] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769115] usb usb1: Product: UHCI Host Controller\n[ 0.770382] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771943] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773290] hub 1-0:1.0: USB hub found\n[ 0.774447] hub 1-0:1.0: 2 ports detected\n[ 0.775732] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.778621] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.779907] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781308] mousedev: PS/2 mouse device common for all mice\n[ 0.783014] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.785523] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787058] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.788692] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.790331] i2c /dev entries driver\n[ 0.791409] device-mapper: uevent: version 1.0.3\n[ 0.792745] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.795003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.796862] NET: Registered protocol family 10\n[ 0.798413] NET: Registered protocol family 17\n[ 0.799644] Key type dns_resolver registered\n[ 0.800973] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.802474] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.804906] registered taskstats version 1\n[ 0.806062] Loading compiled-in X.509 certificates\n[ 0.807903] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.810449] zswap: loaded using pool lzo/zbud\n[ 0.812553] Key type trusted registered\n[ 0.814706] Key type encrypted registered\n[ 0.815844] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.817281] ima: No TPM chip found, activating TPM-bypass!\n[ 0.818723] evm: HMAC attrs: 0x1\n[ 0.820040] Magic number: 14:199:760\n[ 0.821233] rtc_cmos 00:00: setting system clock to 2018-08-26 00:45:33 UTC (1535244333)\n[ 0.823456] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.824977] EDD information not available.\n[ 0.889808] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906969] Write protecting the kernel read-only data: 14336k\n[ 0.909937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912397] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.960268] 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.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.7...\nLease of 192.168.120.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.916 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCMrzqLKahlNiBGmdg6KAUImSzSnYtv5ni+iDFgvAQ85BIHXsTAVU2S/Q+BsaKvAHSpStB7TENT2/cqAfQDNQJelZm44pQ4MmG/FyFpaRq/Y/0rwswYUKDyDFaXN6R1f7r8K0j4xQWiAuW5jl2+Q5+cEPxu3BIN/jWj5Meic20iC786W2mhe/wCbqoDjD6vFUv9xrmXJVP3+fCuVckyUYYqN5PKDtbpSoiu/IYv/7QgK+H5Vfo9oXFWItK70w1ge5eK5vxUPywMfSHvyCeylIjtwUUmRbX3PMXspkfi1PNSl6BReYfMrZMzp/3WlwScMdPknztcIFaKbYTNLFpY0XE7 root@singlevm2-vm-0de537db-3313-4939-82df-ed27bbb8728d\nssh-dss AAAAB3NzaC1kc3MAAACBAK+ssDBS3/+1Ypp7iMYIbJvBFXN7Tl3Zczm7eyOoxr+mSn58An0+RixM4hlP36sox+41jWcQiEHWK8mbaJqRs+cnMPVNUvnuRFmtFfOtK0Hvz+D+HLArxO60G05A9dja3FKFX6rIQBjJmHwV7/GWUKiospjtKiUlY103RdC6v/ORAAAAFQD3CS54JLC/TALwkjkmk/6iJJo0zwAAAIBcRb0Qbk4MFQT+ajc7k7MDqv9gO91qH89j2hUo44qhjR7XZSgDgOHOxdts1sUjYMQbJMaHCzr/R3eEbby7CORLZ/9pGcdgVONsmajClC3wdfIYWx91lzUK43BcDmrAUVuiGw9K8xqC10I2PIBTui5J+xSHC16lTd5oGe4+X+eWSQAAAIEAlatHnNmKC5dUUGAX2fzMfbz6RLvTOIm6Ybswx+eZyyLIMp8F93QRA+XvUEV1BJeIn9nWGE1aOOFIMZVsYRDoxiAzzjEJ6XV+kicC1I56Zoxv2L0GJE1K8ZUK2nCyQ39HYHodahcBXKxmgs/+A6jKkMZDWSzGx84lYDBh/Kq98K8= root@singlevm2-vm-0de537db-3313-4939-82df-ed27bbb8728d\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fec2:e8f3/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.7 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-0de537db-3313-4939-82df-ed27bbb8728d\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.11 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-0de537db-3313-4939-82df-ed27bbb8728d login: "} 2018-08-26 00:45:39,902 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51/action used request id req-a0bd20cd-2294-4011-98f8-13dd56a83c53 2018-08-26 00:45:39,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.11196398735s 2018-08-26 00:45:39,903 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51/action used request id req-a0bd20cd-2294-4011-98f8-13dd56a83c53 2018-08-26 00:45:39,903 - 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 528873395 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.916 MHz processor [ 0.185972] Calibrating delay loop (skipped) preset value.. 6983.83 BogoMIPS (lpj=13967664) [ 0.188258] pid_max: default: 32768 minimum: 301 [ 0.189494] ACPI: Core revision 20150930 [ 0.191166] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.192965] Security Framework initialized [ 0.194081] Yama: becoming mindful. [ 0.195085] AppArmor: AppArmor initialized [ 0.196238] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.199719] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201345] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203199] Initializing cgroup subsys io [ 0.204308] Initializing cgroup subsys memory [ 0.205506] Initializing cgroup subsys devices [ 0.206701] Initializing cgroup subsys freezer [ 0.207885] Initializing cgroup subsys net_cls [ 0.209086] Initializing cgroup subsys perf_event [ 0.210322] Initializing cgroup subsys net_prio [ 0.211512] Initializing cgroup subsys hugetlb [ 0.212696] Initializing cgroup subsys pids [ 0.213872] CPU: Physical Processor ID: 0 [ 0.215676] mce: CPU supports 10 MCE banks [ 0.216845] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.218329] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.234619] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.241241] ftrace: allocating 31920 entries in 125 pages [ 0.266537] smpboot: Max logical packages: 1 [ 0.267720] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269622] x2apic enabled [ 0.270771] Switched APIC routing to physical x2apic. [ 0.273255] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.274810] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.277572] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280063] KVM setup paravirtual spinlock [ 0.281679] x86: Booted up 1 node, 1 CPUs [ 0.282823] smpboot: Total of 1 processors activated (6983.83 BogoMIPS) [ 0.284745] devtmpfs: initialized [ 0.286733] evm: security.selinux [ 0.287710] evm: security.SMACK64 [ 0.288704] evm: security.SMACK64EXEC [ 0.289737] evm: security.SMACK64TRANSMUTE [ 0.290854] evm: security.SMACK64MMAP [ 0.291880] evm: security.ima [ 0.292775] evm: security.capability [ 0.293866] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.296404] pinctrl core: initialized pinctrl subsystem [ 0.297902] RTC time: 0:45:32, date: 08/26/18 [ 0.299203] NET: Registered protocol family 16 [ 0.300553] cpuidle: using governor ladder [ 0.301697] cpuidle: using governor menu [ 0.302851] PCCT header not found. [ 0.303934] ACPI: bus type PCI registered [ 0.305044] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.306739] PCI: Using configuration type 1 for base access [ 0.308910] ACPI: Added _OSI(Module Device) [ 0.310089] ACPI: Added _OSI(Processor Device) [ 0.311280] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.312542] ACPI: Added _OSI(Processor Aggregator Device) [ 0.314746] ACPI: Interpreter enabled [ 0.315806] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.318366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.320936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.323475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.326021] ACPI: (supports S0 S5) [ 0.327004] ACPI: Using IOAPIC for interrupt routing [ 0.328306] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.332145] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.333720] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.335410] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.337061] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.340070] acpiphp: Slot [3] registered [ 0.341200] acpiphp: Slot [4] registered [ 0.342308] acpiphp: Slot [5] registered [ 0.343411] acpiphp: Slot [6] registered [ 0.344522] acpiphp: Slot [7] registered [ 0.345629] acpiphp: Slot [8] registered [ 0.346727] acpiphp: Slot [9] registered [ 0.347823] acpiphp: Slot [10] registered [ 0.348934] acpiphp: Slot [11] registered [ 0.350057] acpiphp: Slot [12] registered [ 0.351176] acpiphp: Slot [13] registered [ 0.352286] acpiphp: Slot [14] registered [ 0.353402] acpiphp: Slot [15] registered [ 0.369171] acpiphp: Slot [16] registered [ 0.370302] acpiphp: Slot [17] registered [ 0.371437] acpiphp: Slot [18] registered [ 0.372557] acpiphp: Slot [19] registered [ 0.373683] acpiphp: Slot [20] registered [ 0.374804] acpiphp: Slot [21] registered [ 0.375920] acpiphp: Slot [22] registered [ 0.377038] acpiphp: Slot [23] registered [ 0.378162] acpiphp: Slot [24] registered [ 0.379280] acpiphp: Slot [25] registered [ 0.380390] acpiphp: Slot [26] registered [ 0.381506] acpiphp: Slot [27] registered [ 0.382627] acpiphp: Slot [28] registered [ 0.383749] acpiphp: Slot [29] registered [ 0.384865] acpiphp: Slot [30] registered [ 0.385978] acpiphp: Slot [31] registered [ 0.387095] PCI host bridge to bus 0000:00 [ 0.388211] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.389869] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.391530] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.393539] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.395557] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.397615] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.401640] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.403372] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.404985] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.406711] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.411054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.413037] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.433599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435598] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.437546] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443143] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.444939] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.446373] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.448514] vgaarb: loaded [ 0.449341] vgaarb: bridge control possible 0000:00:02.0 [ 0.450975] SCSI subsystem initialized [ 0.452236] ACPI: bus type USB registered [ 0.453375] usbcore: registered new interface driver usbfs [ 0.454790] usbcore: registered new interface driver hub [ 0.456163] usbcore: registered new device driver usb [ 0.457666] PCI: Using ACPI for IRQ routing [ 0.459199] NetLabel: Initializing [ 0.460185] NetLabel: domain hash size = 128 [ 0.461348] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.462666] NetLabel: unlabeled traffic allowed by default [ 0.464255] clocksource: Switched to clocksource kvm-clock [ 0.474244] AppArmor: AppArmor Filesystem Enabled [ 0.475567] pnp: PnP ACPI init [ 0.476803] pnp: PnP ACPI: found 5 devices [ 0.483623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.485981] NET: Registered protocol family 2 [ 0.487392] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489190] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.490834] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492477] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493966] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495564] NET: Registered protocol family 1 [ 0.496772] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498284] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499758] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.514253] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.528865] Trying to unpack rootfs image as initramfs... [ 0.590862] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.595491] Scanning for low memory corruption every 60 seconds [ 0.597675] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.599286] audit: initializing netlink subsys (disabled) [ 0.600799] audit: type=2000 audit(1535244333.542:1): initialized [ 0.602674] Initialise system trusted keyring [ 0.604046] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.605651] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.608396] zbud: loaded [ 0.609408] VFS: Disk quotas dquot_6.6.0 [ 0.610557] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.612732] fuse init (API version 7.23) [ 0.613974] Key type big_key registered [ 0.615081] Allocating IMA MOK and blacklist keyrings. [ 0.616777] Key type asymmetric registered [ 0.617919] Asymmetric key parser 'x509' registered [ 0.619242] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.621315] io scheduler noop registered [ 0.622417] io scheduler deadline registered (default) [ 0.623791] io scheduler cfq registered [ 0.624995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.626433] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.628195] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.630229] ACPI: Power Button [PWRF] [ 0.631479] GHES: HEST is not enabled! [ 0.645665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.675217] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.678157] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.701879] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.704950] Linux agpgart interface v0.103 [ 0.708356] brd: module loaded [ 0.710564] loop: module loaded [ 0.715502] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.717531] GPT:90111 != 2097151 [ 0.718472] GPT:Alternate GPT header not at the end of the disk. [ 0.719937] GPT:90111 != 2097151 [ 0.720859] GPT: Use GNU Parted to correct GPT errors. [ 0.722155] vda: vda1 vda15 [ 0.723813] scsi host0: ata_piix [ 0.724871] scsi host1: ata_piix [ 0.725859] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.727479] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.729432] libphy: Fixed MDIO Bus: probed [ 0.730547] tun: Universal TUN/TAP device driver, 1.6 [ 0.731829] tun: (C) 1999-2004 Max Krasnyansky [ 0.734739] PPP generic driver version 2.4.2 [ 0.735962] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.737554] ehci-pci: EHCI PCI platform driver [ 0.738743] ehci-platform: EHCI generic platform driver [ 0.740185] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.741796] ohci-pci: OHCI PCI platform driver [ 0.743007] ohci-platform: OHCI generic platform driver [ 0.744374] uhci_hcd: USB Universal Host Controller Interface driver [ 0.759057] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.760439] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.762481] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.763889] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.765465] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.767152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.769115] usb usb1: Product: UHCI Host Controller [ 0.770382] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.771943] usb usb1: SerialNumber: 0000:00:01.2 [ 0.773290] hub 1-0:1.0: USB hub found [ 0.774447] hub 1-0:1.0: 2 ports detected [ 0.775732] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.778621] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.779907] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.781308] mousedev: PS/2 mouse device common for all mice [ 0.783014] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.785523] rtc_cmos 00:00: RTC can wake from S4 [ 0.787058] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.788692] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.790331] i2c /dev entries driver [ 0.791409] device-mapper: uevent: version 1.0.3 [ 0.792745] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.795003] ledtrig-cpu: registered to indicate activity on CPUs [ 0.796862] NET: Registered protocol family 10 [ 0.798413] NET: Registered protocol family 17 [ 0.799644] Key type dns_resolver registered [ 0.800973] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.802474] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.804906] registered taskstats version 1 [ 0.806062] Loading compiled-in X.509 certificates [ 0.807903] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.810449] zswap: loaded using pool lzo/zbud [ 0.812553] Key type trusted registered [ 0.814706] Key type encrypted registered [ 0.815844] AppArmor: AppArmor sha1 policy hashing enabled [ 0.817281] ima: No TPM chip found, activating TPM-bypass! [ 0.818723] evm: HMAC attrs: 0x1 [ 0.820040] Magic number: 14:199:760 [ 0.821233] rtc_cmos 00:00: setting system clock to 2018-08-26 00:45:33 UTC (1535244333) [ 0.823456] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.824977] EDD information not available. [ 0.889808] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.906969] Write protecting the kernel read-only data: 14336k [ 0.909937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.912397] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.960268] 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.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.7... Lease of 192.168.120.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.916 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCMrzqLKahlNiBGmdg6KAUImSzSnYtv5ni+iDFgvAQ85BIHXsTAVU2S/Q+BsaKvAHSpStB7TENT2/cqAfQDNQJelZm44pQ4MmG/FyFpaRq/Y/0rwswYUKDyDFaXN6R1f7r8K0j4xQWiAuW5jl2+Q5+cEPxu3BIN/jWj5Meic20iC786W2mhe/wCbqoDjD6vFUv9xrmXJVP3+fCuVckyUYYqN5PKDtbpSoiu/IYv/7QgK+H5Vfo9oXFWItK70w1ge5eK5vxUPywMfSHvyCeylIjtwUUmRbX3PMXspkfi1PNSl6BReYfMrZMzp/3WlwScMdPknztcIFaKbYTNLFpY0XE7 root@singlevm2-vm-0de537db-3313-4939-82df-ed27bbb8728d ssh-dss AAAAB3NzaC1kc3MAAACBAK+ssDBS3/+1Ypp7iMYIbJvBFXN7Tl3Zczm7eyOoxr+mSn58An0+RixM4hlP36sox+41jWcQiEHWK8mbaJqRs+cnMPVNUvnuRFmtFfOtK0Hvz+D+HLArxO60G05A9dja3FKFX6rIQBjJmHwV7/GWUKiospjtKiUlY103RdC6v/ORAAAAFQD3CS54JLC/TALwkjkmk/6iJJo0zwAAAIBcRb0Qbk4MFQT+ajc7k7MDqv9gO91qH89j2hUo44qhjR7XZSgDgOHOxdts1sUjYMQbJMaHCzr/R3eEbby7CORLZ/9pGcdgVONsmajClC3wdfIYWx91lzUK43BcDmrAUVuiGw9K8xqC10I2PIBTui5J+xSHC16lTd5oGe4+X+eWSQAAAIEAlatHnNmKC5dUUGAX2fzMfbz6RLvTOIm6Ybswx+eZyyLIMp8F93QRA+XvUEV1BJeIn9nWGE1aOOFIMZVsYRDoxiAzzjEJ6XV+kicC1I56Zoxv2L0GJE1K8ZUK2nCyQ39HYHodahcBXKxmgs/+A6jKkMZDWSzGx84lYDBh/Kq98K8= root@singlevm2-vm-0de537db-3313-4939-82df-ed27bbb8728d -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fec2:e8f3/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.7 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-0de537db-3313-4939-82df-ed27bbb8728d launch-index: 0 === cirros: current=0.4.0 uptime=4.11 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-0de537db-3313-4939-82df-ed27bbb8728d login: 2018-08-26 00:45:40,904 - paramiko.transport - DEBUG - starting thread (client mode): 0x803d7e50L 2018-08-26 00:45:40,904 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-26 00:45:40,904 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-26 00:45:40,905 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-26 00:45:40,906 - 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-08-26 00:45:40,906 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-26 00:45:40,907 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-26 00:45:40,907 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-26 00:45:40,907 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-26 00:45:40,907 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-26 00:45:40,924 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-26 00:45:40,925 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-26 00:45:40,936 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: 74fcbab99ddf32f31ba6fd41dba13b99 2018-08-26 00:45:40,937 - paramiko.transport - DEBUG - Trying discovered key b53cbd6a70874f1e53b0d363c8913289 in /tmp/tmpds7DHx 2018-08-26 00:45:40,963 - paramiko.transport - DEBUG - userauth is OK 2018-08-26 00:45:40,969 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-26 00:45:41,002 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-26 00:45:41,003 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-26 00:45:41,003 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-26 00:45:41,004 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-26 00:45:41,005 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-26 00:45:41,005 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-26 00:45:41,006 - functest.core.singlevm - DEBUG - error: 2018-08-26 00:45:41,010 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-26 00:45:41,120 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 00:45:41,120 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:36 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-26 00:45:41,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-26 00:45:41,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/07c6c518-2871-4b02-8367-77ced81336da.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:42,430 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c003539b-62e1-4749-bb4f-3bfa74b9c6a8 Content-Length: 0 Date: Sun, 26 Aug 2018 00:45:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:45:42,430 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/07c6c518-2871-4b02-8367-77ced81336da.json used request id req-c003539b-62e1-4749-bb4f-3bfa74b9c6a8 2018-08-26 00:45:42,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.30238103867s 2018-08-26 00:45:42,430 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/07c6c518-2871-4b02-8367-77ced81336da.json used request id req-c003539b-62e1-4749-bb4f-3bfa74b9c6a8 2018-08-26 00:45:42,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:45:42,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:42,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f6fc01f8-ac37-4f0c-801e-3188272f9160 Date: Sun, 26 Aug 2018 00:45:42 GMT RESP BODY: {"floatingips": []} 2018-08-26 00:45:42,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-f6fc01f8-ac37-4f0c-801e-3188272f9160 2018-08-26 00:45:42,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0411999225616s 2018-08-26 00:45:42,477 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-f6fc01f8-ac37-4f0c-801e-3188272f9160 2018-08-26 00:45:42,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-26 00:45:42,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:42,726 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:45:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-da16e485-eb1d-44e8-b8b6-54b90df00486 x-compute-request-id: req-da16e485-eb1d-44e8-b8b6-54b90df00486 Content-Type: application/json 2018-08-26 00:45:42,726 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51 used request id req-da16e485-eb1d-44e8-b8b6-54b90df00486 2018-08-26 00:45:42,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.248248100281s 2018-08-26 00:45:42,726 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51 used request id req-da16e485-eb1d-44e8-b8b6-54b90df00486 2018-08-26 00:45:42,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:45:42,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:43,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45: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-6d85326e-970d-467d-90b8-b62adb9d17a8 x-compute-request-id: req-6d85326e-970d-467d-90b8-b62adb9d17a8 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_0de537db-3313-4939-82df-ed27bbb8728d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:e8:f3", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:e8:f3", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c0d6db83-5e06-438b-ae0b-45cd50a54a51", "rel": "bookmark"}], "image": {"id": "cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "links": [{"href": "http://172.30.9.22:8774/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:45:32.000000", "flavor": {"id": "9f10970e-2897-4be8-b634-7e3355b78ab6", "links": [{"href": "http://172.30.9.22:8774/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6", "rel": "bookmark"}]}, "id": "c0d6db83-5e06-438b-ae0b-45cd50a54a51", "security_groups": [{"name": "singlevm2-sg_0de537db-3313-4939-82df-ed27bbb8728d"}], "user_id": "a41ae3fbb7d14b98916d40786245251d", "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-08-26T00:45:42Z", "hostId": "11bfd1f5f8dcf640702546c377e890120d09e362ce5f9842754b5cc7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d", "name": "singlevm2-vm_0de537db-3313-4939-82df-ed27bbb8728d", "created": "2018-08-26T00:45:23Z", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:45:43,781 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6d85326e-970d-467d-90b8-b62adb9d17a8 2018-08-26 00:45:43,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05415606499s 2018-08-26 00:45:43,781 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6d85326e-970d-467d-90b8-b62adb9d17a8 2018-08-26 00:45:43,783 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:45:45,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:45:45,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:45,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ca66faf6-bd3f-45ec-b725-94368d9869b5 x-compute-request-id: req-ca66faf6-bd3f-45ec-b725-94368d9869b5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-26 00:45:45,993 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ca66faf6-bd3f-45ec-b725-94368d9869b5 2018-08-26 00:45:45,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.20772600174s 2018-08-26 00:45:45,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ca66faf6-bd3f-45ec-b725-94368d9869b5 2018-08-26 00:45:45,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-26 00:45:45,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:46,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-964fb11a-9746-44a5-a526-122ab8250afa Date: Sun, 26 Aug 2018 00:45:46 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "created_at": "2018-08-26T00:45:16Z", "updated_at": "2018-08-26T00:45:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:16Z", "revision_number": 0, "id": "25e2c8ae-6dec-4378-9b12-c01470bc6587", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:16Z", "security_group_id": "b53a49dd-ea2a-49be-9593-386a23c38377", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-26T00:45:17Z", "revision_number": 0, "id": "4f68945f-bb50-4515-99c2-41366a16c337", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:17Z", "security_group_id": "b53a49dd-ea2a-49be-9593-386a23c38377", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:16Z", "revision_number": 0, "id": "6c8afed3-17e5-4533-9200-1b370da5c4b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:16Z", "security_group_id": "b53a49dd-ea2a-49be-9593-386a23c38377", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv6", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:17Z", "revision_number": 0, "id": "7ae07797-774e-4603-944d-70f0bb46affe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:17Z", "security_group_id": "b53a49dd-ea2a-49be-9593-386a23c38377", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}], "revision_number": 3, "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "b53a49dd-ea2a-49be-9593-386a23c38377", "name": "singlevm2-sg_0de537db-3313-4939-82df-ed27bbb8728d"}, {"description": "Default security group", "tags": [], "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "created_at": "2018-08-26T00:45:05Z", "updated_at": "2018-08-26T00:45:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:05Z", "revision_number": 0, "id": "329aff16-ac43-4466-92ca-6a226852487f", "remote_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:05Z", "security_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:05Z", "revision_number": 0, "id": "758ad329-4ab4-4a25-a3d6-706b6334d639", "remote_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:05Z", "security_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv6", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:05Z", "revision_number": 0, "id": "761b4fa4-d27b-48d7-818f-022444c4e628", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:05Z", "security_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv6", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:45:05Z", "revision_number": 0, "id": "e26cff6f-956a-4412-9b6b-5e442aee21be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:45:05Z", "security_group_id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "port_range_min": null, "ethertype": "IPv4", "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99"}], "revision_number": 1, "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "dee77ad6-0ad3-4f86-8e1a-bc10f8b5ad6a", "name": "default"}]} 2018-08-26 00:45:46,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-964fb11a-9746-44a5-a526-122ab8250afa 2018-08-26 00:45:46,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0424239635468s 2018-08-26 00:45:46,040 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-964fb11a-9746-44a5-a526-122ab8250afa 2018-08-26 00:45:46,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-26 00:45:46,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/b53a49dd-ea2a-49be-9593-386a23c38377.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:46,577 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-392fa73c-5867-47ae-87fe-a293509802ea Content-Length: 0 Date: Sun, 26 Aug 2018 00:45:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:45:46,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/b53a49dd-ea2a-49be-9593-386a23c38377.json used request id req-392fa73c-5867-47ae-87fe-a293509802ea 2018-08-26 00:45:46,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.534184932709s 2018-08-26 00:45:46,578 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/b53a49dd-ea2a-49be-9593-386a23c38377.json used request id req-392fa73c-5867-47ae-87fe-a293509802ea 2018-08-26 00:45:46,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-26 00:45:46,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:46,662 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:45:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bd35796e-00be-4edd-8dc9-1ada3f1f294e x-compute-request-id: req-bd35796e-00be-4edd-8dc9-1ada3f1f294e Content-Length: 0 Content-Type: application/json 2018-08-26 00:45:46,662 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d used request id req-bd35796e-00be-4edd-8dc9-1ada3f1f294e 2018-08-26 00:45:46,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0835402011871s 2018-08-26 00:45:46,662 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_0de537db-3313-4939-82df-ed27bbb8728d used request id req-bd35796e-00be-4edd-8dc9-1ada3f1f294e 2018-08-26 00:45:46,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 00:45:46,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/ec670efb-bca2-4d05-af76-0844cf151d6b/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" -d '{"subnet_id": "1778a64e-127c-495e-9b34-3c2582c3a112"}' 2018-08-26 00:45:48,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0d9453fc-cd4f-4abf-8bbc-5fa9ef609af5 Date: Sun, 26 Aug 2018 00:45:48 GMT RESP BODY: {"network_id": "4ce38bbf-9a65-41ba-88f0-b50ac6a4daad", "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "subnet_id": "1778a64e-127c-495e-9b34-3c2582c3a112", "subnet_ids": ["1778a64e-127c-495e-9b34-3c2582c3a112"], "port_id": "221323c1-58ad-4040-ad3e-442ee38c41eb", "id": "ec670efb-bca2-4d05-af76-0844cf151d6b"} 2018-08-26 00:45:48,372 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ec670efb-bca2-4d05-af76-0844cf151d6b/remove_router_interface.json used request id req-0d9453fc-cd4f-4abf-8bbc-5fa9ef609af5 2018-08-26 00:45:48,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.70917797089s 2018-08-26 00:45:48,372 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ec670efb-bca2-4d05-af76-0844cf151d6b/remove_router_interface.json used request id req-0d9453fc-cd4f-4abf-8bbc-5fa9ef609af5 returning object ec670efb-bca2-4d05-af76-0844cf151d6b 2018-08-26 00:45:48,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 00:45:48,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:48,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-eb8be673-f93d-4475-832f-770f7d0012c0 Date: Sun, 26 Aug 2018 00:45:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "created_at": "2018-08-26T00:45:07Z", "admin_state_up": true, "updated_at": "2018-08-26T00:45:47Z", "revision_number": 4, "routes": [], "project_id": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "ec670efb-bca2-4d05-af76-0844cf151d6b", "name": "singlevm2-router_0de537db-3313-4939-82df-ed27bbb8728d"}]} 2018-08-26 00:45:48,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-eb8be673-f93d-4475-832f-770f7d0012c0 2018-08-26 00:45:48,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.53601193428s 2018-08-26 00:45:48,909 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-eb8be673-f93d-4475-832f-770f7d0012c0 2018-08-26 00:45:48,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 00:45:48,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/ec670efb-bca2-4d05-af76-0844cf151d6b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:50,563 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5c6d6001-ad87-4ced-978e-87254dacfd61 Content-Length: 0 Date: Sun, 26 Aug 2018 00:45:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:45:50,563 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/ec670efb-bca2-4d05-af76-0844cf151d6b.json used request id req-5c6d6001-ad87-4ced-978e-87254dacfd61 2018-08-26 00:45:50,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.65293598175s 2018-08-26 00:45:50,564 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/ec670efb-bca2-4d05-af76-0844cf151d6b.json used request id req-5c6d6001-ad87-4ced-978e-87254dacfd61 2018-08-26 00:45:50,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:45:50,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:50,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-602055ff-afa4-4bf6-a394-a05109161b0b Date: Sun, 26 Aug 2018 00:45:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ce38bbf-9a65-41ba-88f0-b50ac6a4daad","tenant_id":"a9fc724254ff4a6d8ec3549e4aff3a99","created_at":"2018-08-26T00:45:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:45: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":"a9fc724254ff4a6d8ec3549e4aff3a99","id":"1778a64e-127c-495e-9b34-3c2582c3a112","subnetpool_id":null,"name":"singlevm2-subnet_0de537db-3313-4939-82df-ed27bbb8728d"}]} 2018-08-26 00:45:50,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-602055ff-afa4-4bf6-a394-a05109161b0b 2018-08-26 00:45:50,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.302922964096s 2018-08-26 00:45:50,868 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-602055ff-afa4-4bf6-a394-a05109161b0b 2018-08-26 00:45:50,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 00:45:50,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/1778a64e-127c-495e-9b34-3c2582c3a112.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:53,194 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-947ea38d-b525-412d-a6d6-5b5f272fb316 Date: Sun, 26 Aug 2018 00:45:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:45:53,194 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/1778a64e-127c-495e-9b34-3c2582c3a112.json used request id req-947ea38d-b525-412d-a6d6-5b5f272fb316 2018-08-26 00:45:53,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.32551002502s 2018-08-26 00:45:53,195 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/1778a64e-127c-495e-9b34-3c2582c3a112.json used request id req-947ea38d-b525-412d-a6d6-5b5f272fb316 2018-08-26 00:45:53,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:45:53,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:53,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-69c05185-e8af-44e6-8da6-ded8afb37520 Date: Sun, 26 Aug 2018 00:45:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-26T00:45:53Z","tenant_id":"a9fc724254ff4a6d8ec3549e4aff3a99","created_at":"2018-08-26T00:45:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a9fc724254ff4a6d8ec3549e4aff3a99","id":"4ce38bbf-9a65-41ba-88f0-b50ac6a4daad","name":"singlevm2-net_0de537db-3313-4939-82df-ed27bbb8728d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:45:53,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-69c05185-e8af-44e6-8da6-ded8afb37520 2018-08-26 00:45:53,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.103121042252s 2018-08-26 00:45:53,299 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-69c05185-e8af-44e6-8da6-ded8afb37520 2018-08-26 00:45:53,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 00:45:53,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/4ce38bbf-9a65-41ba-88f0-b50ac6a4daad.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:55,583 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-19a66212-fe0a-4530-a0b2-76a3702d85f0 Date: Sun, 26 Aug 2018 00:45:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:45:55,583 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/4ce38bbf-9a65-41ba-88f0-b50ac6a4daad.json used request id req-19a66212-fe0a-4530-a0b2-76a3702d85f0 2018-08-26 00:45:55,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.28329610825s 2018-08-26 00:45:55,583 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/4ce38bbf-9a65-41ba-88f0-b50ac6a4daad.json used request id req-19a66212-fe0a-4530-a0b2-76a3702d85f0 2018-08-26 00:45:55,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:45:55,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:55,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-848d903c-a0ef-4fb4-afbb-03a645ab7e95 Date: Sun, 26 Aug 2018 00:45:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:45:13Z", "file": "/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/file", "owner": "a9fc724254ff4a6d8ec3549e4aff3a99", "id": "cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "size": 12716032, "self": "/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_0de537db-3313-4939-82df-ed27bbb8728d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_0de537db-3313-4939-82df-ed27bbb8728d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:45:12Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:45:55,877 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-848d903c-a0ef-4fb4-afbb-03a645ab7e95 2018-08-26 00:45:55,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.289777994156s 2018-08-26 00:45:55,878 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-848d903c-a0ef-4fb4-afbb-03a645ab7e95 2018-08-26 00:45:55,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-26 00:45:55,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5086ae1bb260e994ab39b13d83c415d5fd9d2e66" 2018-08-26 00:45:57,098 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0ba113b8-fb6b-4c33-a810-35ca87032b2c Date: Sun, 26 Aug 2018 00:45:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:45:57,098 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3 used request id req-0ba113b8-fb6b-4c33-a810-35ca87032b2c 2018-08-26 00:45:57,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.21869683266s 2018-08-26 00:45:57,098 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/cd1b23c4-b301-4ede-a94c-7b1e7df763e3 used request id req-0ba113b8-fb6b-4c33-a810-35ca87032b2c 2018-08-26 00:45:57,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:45:57,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:57,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b3077b8-71f1-48d5-ad1e-fe3bcb1749fe x-compute-request-id: req-2b3077b8-71f1-48d5-ad1e-fe3bcb1749fe Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_0de537db-3313-4939-82df-ed27bbb8728d", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6", "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": "9f10970e-2897-4be8-b634-7e3355b78ab6"}]} 2018-08-26 00:45:57,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-2b3077b8-71f1-48d5-ad1e-fe3bcb1749fe 2018-08-26 00:45:57,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0249018669128s 2018-08-26 00:45:57,124 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-2b3077b8-71f1-48d5-ad1e-fe3bcb1749fe 2018-08-26 00:45:57,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-26 00:45:57,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:57,169 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:45:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dcca93ca-e121-47c9-8d5a-ae3ba9869820 x-compute-request-id: req-dcca93ca-e121-47c9-8d5a-ae3ba9869820 Content-Length: 0 Content-Type: application/json 2018-08-26 00:45:57,169 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6 used request id req-dcca93ca-e121-47c9-8d5a-ae3ba9869820 2018-08-26 00:45:57,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0439300537109s 2018-08-26 00:45:57,170 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/9f10970e-2897-4be8-b634-7e3355b78ab6 used request id req-dcca93ca-e121-47c9-8d5a-ae3ba9869820 2018-08-26 00:45:57,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:45:57,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:57,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67e6ea9b-f191-4280-b71d-59692ec0dc25 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/0049bfec5dd746eaa3bd4ab1bc064350"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0049bfec5dd746eaa3bd4ab1bc064350", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/02a6c38f931e4804a70ef74c26b7c11d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02a6c38f931e4804a70ef74c26b7c11d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/069bd57c4d4b4158906adf39308a9bfe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "069bd57c4d4b4158906adf39308a9bfe", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3234d598132142f3acc53ccdc4abd3bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3234d598132142f3acc53ccdc4abd3bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/39533691ab574a84aeab5b9d828d1983"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39533691ab574a84aeab5b9d828d1983", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/474875818d4541cba75d9065b08b7657"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474875818d4541cba75d9065b08b7657", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/474dd411059547088d861f7dc6006e0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474dd411059547088d861f7dc6006e0c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/518520b9e3e448d2874dae1fdafcce7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "518520b9e3e448d2874dae1fdafcce7d", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/56b56736152a413bbf743b3a14c6e5d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56b56736152a413bbf743b3a14c6e5d3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/8b6e7715d7a04c3682b13b2667de7b04"}, "domain_id": "424ccdce7f9c44f1977a73b5e3b41ad0", "enabled": true, "options": {}, "id": "8b6e7715d7a04c3682b13b2667de7b04", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/9a7ac8ccfc6f4efd98a69892ae9e09a7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a7ac8ccfc6f4efd98a69892ae9e09a7", "email": "swift@localhost", "password_expires_at": null}, {"name": "singlevm2-user_0de537db-3313-4939-82df-ed27bbb8728d", "links": {"self": "http://172.30.9.22:5000/v3/users/a41ae3fbb7d14b98916d40786245251d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a41ae3fbb7d14b98916d40786245251d", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/b6c7eb6acbf34ae5aa31f751a52f6ab9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6c7eb6acbf34ae5aa31f751a52f6ab9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/ec0330040c8a4809b49be675e7f85a32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec0330040c8a4809b49be675e7f85a32", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/f05078eb36684bf7916dc1c910444303"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f05078eb36684bf7916dc1c910444303", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-26 00:45:57,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-67e6ea9b-f191-4280-b71d-59692ec0dc25 2018-08-26 00:45:57,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214413881302s 2018-08-26 00:45:57,385 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-67e6ea9b-f191-4280-b71d-59692ec0dc25 2018-08-26 00:45:57,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:45:57,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/a41ae3fbb7d14b98916d40786245251d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:57,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c9aa428-2ff4-4a2c-8c62-b1f3f30bb219 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_0de537db-3313-4939-82df-ed27bbb8728d", "links": {"self": "http://172.30.9.22:5000/v3/users/a41ae3fbb7d14b98916d40786245251d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "a41ae3fbb7d14b98916d40786245251d", "description": null}} 2018-08-26 00:45:57,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/a41ae3fbb7d14b98916d40786245251d used request id req-8c9aa428-2ff4-4a2c-8c62-b1f3f30bb219 2018-08-26 00:45:57,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207328081131s 2018-08-26 00:45:57,598 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/a41ae3fbb7d14b98916d40786245251d used request id req-8c9aa428-2ff4-4a2c-8c62-b1f3f30bb219 2018-08-26 00:45:57,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-26 00:45:57,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/a41ae3fbb7d14b98916d40786245251d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:57,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:45:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ad0b70c-5146-4268-85f4-53af08d4cf5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:45:57,979 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a41ae3fbb7d14b98916d40786245251d used request id req-2ad0b70c-5146-4268-85f4-53af08d4cf5a 2018-08-26 00:45:57,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.379534006119s 2018-08-26 00:45:57,979 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a41ae3fbb7d14b98916d40786245251d used request id req-2ad0b70c-5146-4268-85f4-53af08d4cf5a 2018-08-26 00:45:57,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 00:45:57,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:58,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-419e40d0-049c-42bb-b6e8-271c07b1343c Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82"}, "tags": [], "enabled": true, "id": "463d1f922e1948f6bd05a420de81ed82", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/a9fc724254ff4a6d8ec3549e4aff3a99"}, "tags": [], "enabled": true, "id": "a9fc724254ff4a6d8ec3549e4aff3a99", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_0de537db-3313-4939-82df-ed27bbb8728d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f25cbe785dac41128d46915c0c96dbeb"}, "tags": [], "enabled": true, "id": "f25cbe785dac41128d46915c0c96dbeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-26 00:45:58,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-419e40d0-049c-42bb-b6e8-271c07b1343c 2018-08-26 00:45:58,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.197605133057s 2018-08-26 00:45:58,183 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-419e40d0-049c-42bb-b6e8-271c07b1343c 2018-08-26 00:45:58,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-26 00:45:58,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/a9fc724254ff4a6d8ec3549e4aff3a99 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2906f14a620612cc2891625171d940d7e29aca4b" 2018-08-26 00:45:58,512 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:45:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a60b1e73-c594-4ab3-8a7c-d261dd86e3d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:45:58,512 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/a9fc724254ff4a6d8ec3549e4aff3a99 used request id req-a60b1e73-c594-4ab3-8a7c-d261dd86e3d8 2018-08-26 00:45:58,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.324812889099s 2018-08-26 00:45:58,513 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/a9fc724254ff4a6d8ec3549e4aff3a99 used request id req-a60b1e73-c594-4ab3-8a7c-d261dd86e3d8 2018-08-26 00:45:58,566 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-26 00:45:58,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:45:58,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:45:58,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:45:58,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:45:58,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:45:58,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:45:58,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:45:58,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:45:58,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:45:58,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:45:58,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:45:58,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:45:58,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:45:58,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:45:58,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:45:58,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:45:58,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:45:58,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:45:58,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:45:58,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:45:58,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:45:58,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:45:58,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:45:58,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a8a4fa0-7382-4d27-8222-3944b2f91f95 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:45:58,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9a8a4fa0-7382-4d27-8222-3944b2f91f95 2018-08-26 00:45:58,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:45:59,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c0a8bf7efff4719ac51c17d596f36d9", "name": "admin"}, {"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:45:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f25cbe785dac41128d46915c0c96dbeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "518520b9e3e448d2874dae1fdafcce7d"}, "audit_ids": ["cM0NdQIATkmtb2aOTxZh6w"], "issued_at": "2018-08-26T00:45:58.000000Z"}} 2018-08-26 00:45:59,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:45:59,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:45:59,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-27cdce3e-67c5-4cdd-a544-e978b8417fe4 Date: Sun, 26 Aug 2018 00:45:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:45:59,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-27cdce3e-67c5-4cdd-a544-e978b8417fe4 2018-08-26 00:45:59,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.371066093445s 2018-08-26 00:45:59,384 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-27cdce3e-67c5-4cdd-a544-e978b8417fe4 2018-08-26 00:45:59,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:45:59,394 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 26 Aug 2018 00:45:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b66af7f-c0a0-4839-9767-2772d59ec341 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.22:5000/v3/", "rel": "self"}]}]}} 2018-08-26 00:45:59,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-4b66af7f-c0a0-4839-9767-2772d59ec341 2018-08-26 00:45:59,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 00:45:59,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:45:59,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dcb7142-e677-49ff-9e6c-3fee55e1910a Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/424ccdce7f9c44f1977a73b5e3b41ad0"}, "tags": [], "enabled": true, "id": "424ccdce7f9c44f1977a73b5e3b41ad0", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-26 00:45:59,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-3dcb7142-e677-49ff-9e6c-3fee55e1910a 2018-08-26 00:45:59,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.192753076553s 2018-08-26 00:45:59,588 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-3dcb7142-e677-49ff-9e6c-3fee55e1910a 2018-08-26 00:45:59,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-26 00:45:59,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_545c1df0-063d-43cc-a6a3-45f7334f87a5"}}' 2018-08-26 00:45:59,893 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 00:45:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d414436-f3a1-4f00-84db-0cbff6d3c69c 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.22:5000/v3/projects/49017dbfa8af43a0b8ed4a0a51b0b66f"}, "tags": [], "enabled": true, "id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_545c1df0-063d-43cc-a6a3-45f7334f87a5"}} 2018-08-26 00:45:59,893 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-9d414436-f3a1-4f00-84db-0cbff6d3c69c 2018-08-26 00:45:59,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.298482894897s 2018-08-26 00:45:59,894 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-9d414436-f3a1-4f00-84db-0cbff6d3c69c 2018-08-26 00:45:59,894 - 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'49017dbfa8af43a0b8ed4a0a51b0b66f', '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_545c1df0-063d-43cc-a6a3-45f7334f87a5'}) 2018-08-26 00:45:59,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-26 00:45:59,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "57d5d822-e95c-402b-a7bb-0cf904b0381b", "email": null, "name": "vping_ssh-user_545c1df0-063d-43cc-a6a3-45f7334f87a5"}}' 2018-08-26 00:46:00,430 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 00:45:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9384ada4-7ffd-4d9d-99a2-ee8345ded57a Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_545c1df0-063d-43cc-a6a3-45f7334f87a5", "links": {"self": "http://172.30.9.22:5000/v3/users/71ca2d1341a9477ca457a6d8dd2d8007"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "71ca2d1341a9477ca457a6d8dd2d8007", "domain_id": "default", "password_expires_at": null}} 2018-08-26 00:46:00,430 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-9384ada4-7ffd-4d9d-99a2-ee8345ded57a 2018-08-26 00:46:00,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.53021812439s 2018-08-26 00:46:00,430 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-9384ada4-7ffd-4d9d-99a2-ee8345ded57a 2018-08-26 00:46:00,431 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'71ca2d1341a9477ca457a6d8dd2d8007', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_545c1df0-063d-43cc-a6a3-45f7334f87a5'}) 2018-08-26 00:46:00,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:46:00,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:46:00,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d92f7b7-80b0-48a7-a058-b8a04844fbe9 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:46:00,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5d92f7b7-80b0-48a7-a058-b8a04844fbe9 2018-08-26 00:46:00,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.215423107147s 2018-08-26 00:46:00,651 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5d92f7b7-80b0-48a7-a058-b8a04844fbe9 2018-08-26 00:46:00,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:46:00,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:46:00,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93e11784-cc00-4a3d-9f8f-ce98b8139033 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:46:00,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-93e11784-cc00-4a3d-9f8f-ce98b8139033 2018-08-26 00:46:00,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202918052673s 2018-08-26 00:46:00,859 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-93e11784-cc00-4a3d-9f8f-ce98b8139033 2018-08-26 00:46:00,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:46:00,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:46:01,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-584bd62e-49c6-4e51-8484-d9a49a631bd8 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:46:01,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-584bd62e-49c6-4e51-8484-d9a49a631bd8 2018-08-26 00:46:01,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.203158140182s 2018-08-26 00:46:01,067 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-584bd62e-49c6-4e51-8484-d9a49a631bd8 2018-08-26 00:46:01,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 00:46:01,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:46:01,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83847ee0-7088-4420-afc3-3570c65d2efc Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-26 00:46:01,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-83847ee0-7088-4420-afc3-3570c65d2efc 2018-08-26 00:46:01,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.205403089523s 2018-08-26 00:46:01,278 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-83847ee0-7088-4420-afc3-3570c65d2efc 2018-08-26 00:46:01,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:46:01,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:46:01,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5fdd1f1-ec59-465f-a283-035fbaf1ad6f Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/0049bfec5dd746eaa3bd4ab1bc064350"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0049bfec5dd746eaa3bd4ab1bc064350", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/02a6c38f931e4804a70ef74c26b7c11d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02a6c38f931e4804a70ef74c26b7c11d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/069bd57c4d4b4158906adf39308a9bfe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "069bd57c4d4b4158906adf39308a9bfe", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3234d598132142f3acc53ccdc4abd3bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3234d598132142f3acc53ccdc4abd3bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/39533691ab574a84aeab5b9d828d1983"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39533691ab574a84aeab5b9d828d1983", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/474875818d4541cba75d9065b08b7657"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474875818d4541cba75d9065b08b7657", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/474dd411059547088d861f7dc6006e0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474dd411059547088d861f7dc6006e0c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/518520b9e3e448d2874dae1fdafcce7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "518520b9e3e448d2874dae1fdafcce7d", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/56b56736152a413bbf743b3a14c6e5d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56b56736152a413bbf743b3a14c6e5d3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_545c1df0-063d-43cc-a6a3-45f7334f87a5", "links": {"self": "http://172.30.9.22:5000/v3/users/71ca2d1341a9477ca457a6d8dd2d8007"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "71ca2d1341a9477ca457a6d8dd2d8007", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/8b6e7715d7a04c3682b13b2667de7b04"}, "domain_id": "424ccdce7f9c44f1977a73b5e3b41ad0", "enabled": true, "options": {}, "id": "8b6e7715d7a04c3682b13b2667de7b04", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/9a7ac8ccfc6f4efd98a69892ae9e09a7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a7ac8ccfc6f4efd98a69892ae9e09a7", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/b6c7eb6acbf34ae5aa31f751a52f6ab9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6c7eb6acbf34ae5aa31f751a52f6ab9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/ec0330040c8a4809b49be675e7f85a32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec0330040c8a4809b49be675e7f85a32", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/f05078eb36684bf7916dc1c910444303"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f05078eb36684bf7916dc1c910444303", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-26 00:46:01,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f5fdd1f1-ec59-465f-a283-035fbaf1ad6f 2018-08-26 00:46:01,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.217424869537s 2018-08-26 00:46:01,496 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f5fdd1f1-ec59-465f-a283-035fbaf1ad6f 2018-08-26 00:46:01,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 00:46:01,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:46:01,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc6df07d-bcda-4e8e-bc94-45416f9e426c Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f25cbe785dac41128d46915c0c96dbeb"}, "tags": [], "enabled": true, "id": "f25cbe785dac41128d46915c0c96dbeb", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82"}, "tags": [], "enabled": true, "id": "463d1f922e1948f6bd05a420de81ed82", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/49017dbfa8af43a0b8ed4a0a51b0b66f"}, "tags": [], "enabled": true, "id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_545c1df0-063d-43cc-a6a3-45f7334f87a5"}]} 2018-08-26 00:46:01,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-bc6df07d-bcda-4e8e-bc94-45416f9e426c 2018-08-26 00:46:01,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.234674930573s 2018-08-26 00:46:01,742 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-bc6df07d-bcda-4e8e-bc94-45416f9e426c 2018-08-26 00:46:01,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-26 00:46:01,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=71ca2d1341a9477ca457a6d8dd2d8007&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=49017dbfa8af43a0b8ed4a0a51b0b66f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:46:01,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b62c85b-c0b9-473c-8816-b72028a4bd02 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=71ca2d1341a9477ca457a6d8dd2d8007&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=49017dbfa8af43a0b8ed4a0a51b0b66f", "previous": null, "next": null}} 2018-08-26 00:46:01,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=71ca2d1341a9477ca457a6d8dd2d8007&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=49017dbfa8af43a0b8ed4a0a51b0b66f used request id req-0b62c85b-c0b9-473c-8816-b72028a4bd02 2018-08-26 00:46:01,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.105705022812s 2018-08-26 00:46:01,856 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=71ca2d1341a9477ca457a6d8dd2d8007&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=49017dbfa8af43a0b8ed4a0a51b0b66f used request id req-0b62c85b-c0b9-473c-8816-b72028a4bd02 2018-08-26 00:46:01,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-26 00:46:01,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/49017dbfa8af43a0b8ed4a0a51b0b66f/users/71ca2d1341a9477ca457a6d8dd2d8007/roles/82d9930d0bee41c895199897b9683e3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:46:02,130 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:46:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bae17013-2d89-4313-98ab-a10c75c00e12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:46:02,130 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/49017dbfa8af43a0b8ed4a0a51b0b66f/users/71ca2d1341a9477ca457a6d8dd2d8007/roles/82d9930d0bee41c895199897b9683e3c used request id req-bae17013-2d89-4313-98ab-a10c75c00e12 2018-08-26 00:46:02,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.271078109741s 2018-08-26 00:46:02,130 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/49017dbfa8af43a0b8ed4a0a51b0b66f/users/71ca2d1341a9477ca457a6d8dd2d8007/roles/82d9930d0bee41c895199897b9683e3c used request id req-bae17013-2d89-4313-98ab-a10c75c00e12 2018-08-26 00:46:02,131 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_545c1df0-063d-43cc-a6a3-45f7334f87a5', 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'49017dbfa8af43a0b8ed4a0a51b0b66f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '57d5d822-e95c-402b-a7bb-0cf904b0381b', 'username': u'vping_ssh-user_545c1df0-063d-43cc-a6a3-45f7334f87a5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-26 00:46:02,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:46:02,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:46:02,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:46:02,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:46:02,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:46:02,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:46:02,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:46:02,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:46:02,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:46:02,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:46:02,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:46:02,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:46:02,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:46:02,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:46:02,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:46:02,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:46:02,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:46:02,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:46:02,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:46:02,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:46:02,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:46:02,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:46:02,137 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_545c1df0-063d-43cc-a6a3-45f7334f87a5', 'password': '57d5d822-e95c-402b-a7bb-0cf904b0381b', 'project_name': 'vping_ssh-project_545c1df0-063d-43cc-a6a3-45f7334f87a5', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '49017dbfa8af43a0b8ed4a0a51b0b66f', 'project_domain_name': 'Default'} 2018-08-26 00:46:02,137 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-26 00:46:02,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:46:02,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af35c7a0-e473-4bc9-b6f0-c12cfb8dd5fc 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:46:02,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-af35c7a0-e473-4bc9-b6f0-c12cfb8dd5fc 2018-08-26 00:46:02,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:46:02,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:46:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "name": "vping_ssh-project_545c1df0-063d-43cc-a6a3-45f7334f87a5"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/49017dbfa8af43a0b8ed4a0a51b0b66f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/49017dbfa8af43a0b8ed4a0a51b0b66f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/49017dbfa8af43a0b8ed4a0a51b0b66f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/49017dbfa8af43a0b8ed4a0a51b0b66f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/49017dbfa8af43a0b8ed4a0a51b0b66f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/49017dbfa8af43a0b8ed4a0a51b0b66f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/49017dbfa8af43a0b8ed4a0a51b0b66f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/49017dbfa8af43a0b8ed4a0a51b0b66f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/49017dbfa8af43a0b8ed4a0a51b0b66f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/49017dbfa8af43a0b8ed4a0a51b0b66f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/49017dbfa8af43a0b8ed4a0a51b0b66f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/49017dbfa8af43a0b8ed4a0a51b0b66f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_49017dbfa8af43a0b8ed4a0a51b0b66f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_49017dbfa8af43a0b8ed4a0a51b0b66f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_545c1df0-063d-43cc-a6a3-45f7334f87a5", "id": "71ca2d1341a9477ca457a6d8dd2d8007"}, "audit_ids": ["lt8Bz9jwSuOVpRMQX3t5_Q"], "issued_at": "2018-08-26T00:46:02.000000Z"}} 2018-08-26 00:46:02,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 00:46:02,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -d '{"network": {"name": "vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5", "admin_state_up": true}}' 2018-08-26 00:46:03,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-a94446d5-392f-4cdd-a82b-54b4d57f0c50 Date: Sun, 26 Aug 2018 00:46:03 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","created_at":"2018-08-26T00:46:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-26T00:46:03Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","id":"c83f99fb-5a6a-402a-be92-35aa4e6c902b","name":"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5"}} 2018-08-26 00:46:03,396 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a94446d5-392f-4cdd-a82b-54b4d57f0c50 2018-08-26 00:46:03,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.851284980774s 2018-08-26 00:46:03,396 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a94446d5-392f-4cdd-a82b-54b4d57f0c50 2018-08-26 00:46:03,397 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:46:03Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'c83f99fb-5a6a-402a-be92-35aa4e6c902b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5', u'admin_state_up': True, u'tenant_id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', u'created_at': u'2018-08-26T00:46:02Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'49017dbfa8af43a0b8ed4a0a51b0b66f'}) 2018-08-26 00:46:03,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:46:03,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:03,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-87018988-afbc-472f-a126-c8d598d04325 Date: Sun, 26 Aug 2018 00:46:03 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-08-26T00:46:03Z","tenant_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","created_at":"2018-08-26T00:46:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","id":"c83f99fb-5a6a-402a-be92-35aa4e6c902b","name":"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:46:03,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-87018988-afbc-472f-a126-c8d598d04325 2018-08-26 00:46:03,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.35092997551s 2018-08-26 00:46:03,749 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-87018988-afbc-472f-a126-c8d598d04325 2018-08-26 00:46:03,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 00:46:03,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -d '{"subnet": {"name": "vping_ssh-subnet_545c1df0-063d-43cc-a6a3-45f7334f87a5", "enable_dhcp": true, "network_id": "c83f99fb-5a6a-402a-be92-35aa4e6c902b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 00:46:04,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-a6da2412-1962-45fe-a9a6-95a1a1904143 Date: Sun, 26 Aug 2018 00:46:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c83f99fb-5a6a-402a-be92-35aa4e6c902b","tenant_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","created_at":"2018-08-26T00:46:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:46:04Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","id":"8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5","subnetpool_id":null,"name":"vping_ssh-subnet_545c1df0-063d-43cc-a6a3-45f7334f87a5"}} 2018-08-26 00:46:04,879 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a6da2412-1962-45fe-a9a6-95a1a1904143 2018-08-26 00:46:04,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.12848901749s 2018-08-26 00:46:04,879 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a6da2412-1962-45fe-a9a6-95a1a1904143 2018-08-26 00:46:04,880 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:46:04Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_545c1df0-063d-43cc-a6a3-45f7334f87a5', u'enable_dhcp': True, u'network_id': u'c83f99fb-5a6a-402a-be92-35aa4e6c902b', u'tenant_id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', u'created_at': u'2018-08-26T00:46:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'49017dbfa8af43a0b8ed4a0a51b0b66f'}) 2018-08-26 00:46:04,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 00:46:04,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -d '{"router": {"external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20"}, "name": "vping_ssh-router_545c1df0-063d-43cc-a6a3-45f7334f87a5", "admin_state_up": true}}' 2018-08-26 00:46:06,476 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-8ca0a49d-68fe-4c9c-9a42-f70723858bd7 Date: Sun, 26 Aug 2018 00:46:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "created_at": "2018-08-26T00:46:05Z", "admin_state_up": true, "updated_at": "2018-08-26T00:46:06Z", "revision_number": 2, "routes": [], "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "ca5c5a7b-bccf-441a-8476-419c89c29773", "name": "vping_ssh-router_545c1df0-063d-43cc-a6a3-45f7334f87a5"}} 2018-08-26 00:46:06,477 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8ca0a49d-68fe-4c9c-9a42-f70723858bd7 2018-08-26 00:46:06,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.59655594826s 2018-08-26 00:46:06,477 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8ca0a49d-68fe-4c9c-9a42-f70723858bd7 2018-08-26 00:46:06,478 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c6df188-21d6-4197-bf89-8f166bee1386', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', u'created_at': u'2018-08-26T00:46:05Z', u'admin_state_up': True, u'updated_at': u'2018-08-26T00:46:06Z', u'revision_number': 2, u'routes': [], u'project_id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', u'id': u'ca5c5a7b-bccf-441a-8476-419c89c29773', u'name': u'vping_ssh-router_545c1df0-063d-43cc-a6a3-45f7334f87a5'}) 2018-08-26 00:46:06,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 00:46:06,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/ca5c5a7b-bccf-441a-8476-419c89c29773/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -d '{"subnet_id": "8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5"}' 2018-08-26 00:46:08,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4813428b-25d1-461e-8965-62d802e74c2a Date: Sun, 26 Aug 2018 00:46:08 GMT RESP BODY: {"network_id": "c83f99fb-5a6a-402a-be92-35aa4e6c902b", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "subnet_id": "8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5", "subnet_ids": ["8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5"], "port_id": "bae68c99-893e-4c0d-9598-47bd49c002f5", "id": "ca5c5a7b-bccf-441a-8476-419c89c29773"} 2018-08-26 00:46:08,921 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ca5c5a7b-bccf-441a-8476-419c89c29773/add_router_interface.json used request id req-4813428b-25d1-461e-8965-62d802e74c2a 2018-08-26 00:46:08,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.44249081612s 2018-08-26 00:46:08,921 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ca5c5a7b-bccf-441a-8476-419c89c29773/add_router_interface.json used request id req-4813428b-25d1-461e-8965-62d802e74c2a returning object ca5c5a7b-bccf-441a-8476-419c89c29773 2018-08-26 00:46:08,921 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-26 00:46:09,054 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-26 00:46:09,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:46:09,060 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 26 Aug 2018 00:46:09 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-26 00:46:09,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:46:09,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:09,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d9d6fbd1-57a4-422b-a3c2-50eeb396a75c Date: Sun, 26 Aug 2018 00:46:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:46:09,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d9d6fbd1-57a4-422b-a3c2-50eeb396a75c 2018-08-26 00:46:09,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.300359964371s 2018-08-26 00:46:09,363 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d9d6fbd1-57a4-422b-a3c2-50eeb396a75c 2018-08-26 00:46:09,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-26 00:46:09,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5"}' 2018-08-26 00:46:09,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-536bfdf7-68d5-45a7-a81e-7b9bdb892b72 Date: Sun, 26 Aug 2018 00:46:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:46:09Z", "file": "/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/file", "owner": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "size": null, "self": "/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5", "checksum": null, "created_at": "2018-08-26T00:46:09Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-26 00:46:09,695 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-536bfdf7-68d5-45a7-a81e-7b9bdb892b72 2018-08-26 00:46:09,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.323698043823s 2018-08-26 00:46:09,696 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-536bfdf7-68d5-45a7-a81e-7b9bdb892b72 returning object a8ed9442-5292-4c99-954e-b8a87f96ac7a 2018-08-26 00:46:09,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-26 00:46:09,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -d '' 2018-08-26 00:46:10,776 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a9da6f6c-9c1f-4f49-9fb2-d3f1ff09b42d Date: Sun, 26 Aug 2018 00:46:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:46:10,777 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/file used request id req-a9da6f6c-9c1f-4f49-9fb2-d3f1ff09b42d 2018-08-26 00:46:10,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.08044195175s 2018-08-26 00:46:10,777 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/file used request id req-a9da6f6c-9c1f-4f49-9fb2-d3f1ff09b42d 2018-08-26 00:46:10,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:46:10,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:11,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-710998ce-bae9-4179-a0ec-1cc52556eced Date: Sun, 26 Aug 2018 00:46:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:46:10Z", "file": "/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/file", "owner": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "size": 12716032, "self": "/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:46:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:46:11,610 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-710998ce-bae9-4179-a0ec-1cc52556eced 2018-08-26 00:46:11,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.828120946884s 2018-08-26 00:46:11,611 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-710998ce-bae9-4179-a0ec-1cc52556eced 2018-08-26 00:46:11,613 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/file', 'owner': u'49017dbfa8af43a0b8ed4a0a51b0b66f', 'id': u'a8ed9442-5292-4c99-954e-b8a87f96ac7a', 'size': 12716032, u'self': u'/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', 'name': 'vping_ssh-project_545c1df0-063d-43cc-a6a3-45f7334f87a5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-26T00:46:10Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-26T00:46:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5', 'created': u'2018-08-26T00:46:09Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-26T00:46:09Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-26 00:46:11,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-26 00:46:11,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_545c1df0-063d-43cc-a6a3-45f7334f87a5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-26 00:46:11,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34303122-56cf-422c-9df8-5b1ca7269210 x-compute-request-id: req-34303122-56cf-422c-9df8-5b1ca7269210 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_545c1df0-063d-43cc-a6a3-45f7334f87a5", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "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": "61393122-e7e9-4fdf-9b21-be3e6aaeece3"}} 2018-08-26 00:46:11,942 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-34303122-56cf-422c-9df8-5b1ca7269210 2018-08-26 00:46:11,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.32755112648s 2018-08-26 00:46:11,942 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-34303122-56cf-422c-9df8-5b1ca7269210 2018-08-26 00:46:11,943 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_545c1df0-063d-43cc-a6a3-45f7334f87a5', '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'f25cbe785dac41128d46915c0c96dbeb', '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'61393122-e7e9-4fdf-9b21-be3e6aaeece3', 'swap': 0}) 2018-08-26 00:46:11,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-26 00:46:11,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" -d '{"extra_specs": {}}' 2018-08-26 00:46:12,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f92e15ff-2938-4a8e-b376-7ce6e7ca8b39 x-compute-request-id: req-f92e15ff-2938-4a8e-b376-7ce6e7ca8b39 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-26 00:46:12,071 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3/os-extra_specs used request id req-f92e15ff-2938-4a8e-b376-7ce6e7ca8b39 2018-08-26 00:46:12,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.127300024033s 2018-08-26 00:46:12,071 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3/os-extra_specs used request id req-f92e15ff-2938-4a8e-b376-7ce6e7ca8b39 2018-08-26 00:46:12,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-26 00:46:12,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -d '{"keypair": {"name": "vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5"}}' 2018-08-26 00:46:12,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46: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-fece0383-b276-492f-ac17-314b20439e0f x-compute-request-id: req-fece0383-b276-492f-ac17-314b20439e0f Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYVgPnmI28yH+6iq2xOS9PPBw6rCqbv00h/adCevL0IIE1OCvfz9m0NJlP8A3YGKMra2L81p1fypqTmyq8UqDEMVaIuhIEo5iPZk3gCN9ejRDc/uxyPMwBpm8pqwpJ9SLUqR5JX/jMZ/wYUgsn+NXwnipr2HtsiXGmwt1tm+fUxmY9yaL3WCsIN2bw31Z2Z8VHWuHTKgwXoRFdjaORtkYFI+oCi/SahwZYXrPnVQURyeeXhye/NwFWA3MQszxlxdsqIaGM09q0MiIx56eN7DijHfoWGCAxgNzNxU5O6l452P9dzEyDvrmTWzt3T/O6Ef8BqQRnEpFfxDNSkBi330qp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA2FYD55iNvMh/uoqtsTkvTzwcOqwqm79NIf2nQnry9CCBNTgr\n38/ZtDSZT/AN2BijK2ti/NadX8qak5sqvFKgxDFWiLoSBKOYj2ZN4AjfXo0Q3P7s\ncjzMAaZvKasKSfUi1KkeSV/4zGf8GFILJ/jV8J4qa9h7bIlxpsLdbZvn1MZmPcmi\n91grCDdm8N9WdmfFR1rh0yoMF6ERXY2jkbZGBSPqAov0mocGWF6z51UFEcnnl4cn\nvzcBVgNzELM8ZcXbKiGhjNPatDIiMeenjew4ox36FhggMYDczcVOTupeOdj/XcxM\ng765k1s7d0/zuhH/AakEZxKRX8QzUpAYt99KqQIDAQABAoIBAQDBPuSyBpXl4vwl\n+Cb7vmdCUiGtT4moIpSWHm1Ad297H2YL0idu/84qqSmiPH9BX5CyAnUkAdoGbYby\n/5KHMxAk8SWpcP0TY8etoOdDjulpHn3Hy3gO+7wIZVG7WOwR8IWyjXded/pZLTIF\nz5PjmuYQ0Fh4iaKG66e4HS2K8c9/Qi4gb/9wXW53RJEUuhgSqGHjATDEEXEqkfDT\nComzGUhbMS0AE2yAgGzIiLMXnmk4PUjQT2Ahq9VOm6Y8h29teOhpcjBT0/jRUELa\nYC3mOGQ3we/oY1nbqGYHVNPRNSOFq0mjgbcG5OHj7QDRRcpd3bX9Qwd9ppYOrsfE\njRyhHLK5AoGBAPAdVX6W55yO4MyalZNynR6QVNLtZjBmp9zzC+Eydk5XunyiaR+O\njJHK6Bfa1NGySUgoifL/t1hi2OxZgKihPN2hceeburZ61iJOD0qxR1AEWDOtLHyc\nJMLzGphDt8KVkILEVcut7HJ5hTC9//MkG6GoAadgVLWDeGVm1TW+sw+rAoGBAOal\n9WpH4KPLFw3PzEXQh7eAPCKEiVWQlSwaakPASiQsmtloWvXp/yMviPo9hgNUR3+9\nhqvn4OIlVkB31dPctQszwLY3SokILTwX/gDzLlSWUIwJ36xwRrXCTk5ch6z9b1SB\nRlHrd8EyxEIgr5ZcL9fSrKs4VsyGA7pQxpwR1sr7AoGBAK2/nEDo85ovLW4AoiG6\n+wTFzgt/a8W0Ut2oJb2EJWWVR8WuREFohkFtQTsZx4wh5bNIWmIzNjnH9U45icb8\nPa3miCTfZGFtS4wxThFvbLnzGtvyANH+rv8+qMzrm4o7bgGiDq8/IGzJkF5v7kjD\npRb6GpBCPanHA5Tkr32fi7TXAoGAC9prilK3ULOXM7aCIPRehSep73wwMp2DjQiu\nfVzcco94RcP/KLQl0IEY4QNYZ8NlCUOMMDlybSzOCfIeowysoS6/sJ2WzwQEjxoM\ni6/zqZUv/oJjZFFA0QZzT8OhlVpQ5l7eZkdbmCoru9pCK9ABBW5mQUZb75bTijes\nfUjNaRECgYEAszPPijMjX47mBw4i3X686n8q41QwsZigKBbQ6tOI0LGXcaQC8pH3\nKkQk0VT8z2Im++KSU2ixxw5r2xgeeZFNGnSJds4RHdz3UheJ2PPfEXJDl7Th+Kln\nzctpWtvy01m+l8zoaqI3mgNUd2EMqou7UZn0C7lJYkmBcUL7pDcscJM=\n-----END RSA PRIVATE KEY-----\n", "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "name": "vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5", "fingerprint": "65:59:e0:e4:25:cc:9a:9d:8e:f8:4a:04:58:79:53:ac"}} 2018-08-26 00:46:12,466 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-fece0383-b276-492f-ac17-314b20439e0f 2018-08-26 00:46:12,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.393764019012s 2018-08-26 00:46:12,466 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-fece0383-b276-492f-ac17-314b20439e0f 2018-08-26 00:46:12,467 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYVgPnmI28yH+6iq2xOS9PPBw6rCqbv00h/adCevL0IIE1OCvfz9m0NJlP8A3YGKMra2L81p1fypqTmyq8UqDEMVaIuhIEo5iPZk3gCN9ejRDc/uxyPMwBpm8pqwpJ9SLUqR5JX/jMZ/wYUgsn+NXwnipr2HtsiXGmwt1tm+fUxmY9yaL3WCsIN2bw31Z2Z8VHWuHTKgwXoRFdjaORtkYFI+oCi/SahwZYXrPnVQURyeeXhye/NwFWA3MQszxlxdsqIaGM09q0MiIx56eN7DijHfoWGCAxgNzNxU5O6l452P9dzEyDvrmTWzt3T/O6Ef8BqQRnEpFfxDNSkBi330qp Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA2FYD55iNvMh/uoqtsTkvTzwcOqwqm79NIf2nQnry9CCBNTgr\n38/ZtDSZT/AN2BijK2ti/NadX8qak5sqvFKgxDFWiLoSBKOYj2ZN4AjfXo0Q3P7s\ncjzMAaZvKasKSfUi1KkeSV/4zGf8GFILJ/jV8J4qa9h7bIlxpsLdbZvn1MZmPcmi\n91grCDdm8N9WdmfFR1rh0yoMF6ERXY2jkbZGBSPqAov0mocGWF6z51UFEcnnl4cn\nvzcBVgNzELM8ZcXbKiGhjNPatDIiMeenjew4ox36FhggMYDczcVOTupeOdj/XcxM\ng765k1s7d0/zuhH/AakEZxKRX8QzUpAYt99KqQIDAQABAoIBAQDBPuSyBpXl4vwl\n+Cb7vmdCUiGtT4moIpSWHm1Ad297H2YL0idu/84qqSmiPH9BX5CyAnUkAdoGbYby\n/5KHMxAk8SWpcP0TY8etoOdDjulpHn3Hy3gO+7wIZVG7WOwR8IWyjXded/pZLTIF\nz5PjmuYQ0Fh4iaKG66e4HS2K8c9/Qi4gb/9wXW53RJEUuhgSqGHjATDEEXEqkfDT\nComzGUhbMS0AE2yAgGzIiLMXnmk4PUjQT2Ahq9VOm6Y8h29teOhpcjBT0/jRUELa\nYC3mOGQ3we/oY1nbqGYHVNPRNSOFq0mjgbcG5OHj7QDRRcpd3bX9Qwd9ppYOrsfE\njRyhHLK5AoGBAPAdVX6W55yO4MyalZNynR6QVNLtZjBmp9zzC+Eydk5XunyiaR+O\njJHK6Bfa1NGySUgoifL/t1hi2OxZgKihPN2hceeburZ61iJOD0qxR1AEWDOtLHyc\nJMLzGphDt8KVkILEVcut7HJ5hTC9//MkG6GoAadgVLWDeGVm1TW+sw+rAoGBAOal\n9WpH4KPLFw3PzEXQh7eAPCKEiVWQlSwaakPASiQsmtloWvXp/yMviPo9hgNUR3+9\nhqvn4OIlVkB31dPctQszwLY3SokILTwX/gDzLlSWUIwJ36xwRrXCTk5ch6z9b1SB\nRlHrd8EyxEIgr5ZcL9fSrKs4VsyGA7pQxpwR1sr7AoGBAK2/nEDo85ovLW4AoiG6\n+wTFzgt/a8W0Ut2oJb2EJWWVR8WuREFohkFtQTsZx4wh5bNIWmIzNjnH9U45icb8\nPa3miCTfZGFtS4wxThFvbLnzGtvyANH+rv8+qMzrm4o7bgGiDq8/IGzJkF5v7kjD\npRb6GpBCPanHA5Tkr32fi7TXAoGAC9prilK3ULOXM7aCIPRehSep73wwMp2DjQiu\nfVzcco94RcP/KLQl0IEY4QNYZ8NlCUOMMDlybSzOCfIeowysoS6/sJ2WzwQEjxoM\ni6/zqZUv/oJjZFFA0QZzT8OhlVpQ5l7eZkdbmCoru9pCK9ABBW5mQUZb75bTijes\nfUjNaRECgYEAszPPijMjX47mBw4i3X686n8q41QwsZigKBbQ6tOI0LGXcaQC8pH3\nKkQk0VT8z2Im++KSU2ixxw5r2xgeeZFNGnSJds4RHdz3UheJ2PPfEXJDl7Th+Kln\nzctpWtvy01m+l8zoaqI3mgNUd2EMqou7UZn0C7lJYkmBcUL7pDcscJM=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'71ca2d1341a9477ca457a6d8dd2d8007', 'name': u'vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5', 'created_at': '2018-08-26T00:46:12.467380', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', 'name': 'vping_ssh-project_545c1df0-063d-43cc-a6a3-45f7334f87a5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'65:59:e0:e4:25:cc:9a:9d:8e:f8:4a:04:58:79:53:ac', 'type': 'ssh', 'id': u'vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5'}) 2018-08-26 00:46:12,467 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA2FYD55iNvMh/uoqtsTkvTzwcOqwqm79NIf2nQnry9CCBNTgr 38/ZtDSZT/AN2BijK2ti/NadX8qak5sqvFKgxDFWiLoSBKOYj2ZN4AjfXo0Q3P7s cjzMAaZvKasKSfUi1KkeSV/4zGf8GFILJ/jV8J4qa9h7bIlxpsLdbZvn1MZmPcmi 91grCDdm8N9WdmfFR1rh0yoMF6ERXY2jkbZGBSPqAov0mocGWF6z51UFEcnnl4cn vzcBVgNzELM8ZcXbKiGhjNPatDIiMeenjew4ox36FhggMYDczcVOTupeOdj/XcxM g765k1s7d0/zuhH/AakEZxKRX8QzUpAYt99KqQIDAQABAoIBAQDBPuSyBpXl4vwl +Cb7vmdCUiGtT4moIpSWHm1Ad297H2YL0idu/84qqSmiPH9BX5CyAnUkAdoGbYby /5KHMxAk8SWpcP0TY8etoOdDjulpHn3Hy3gO+7wIZVG7WOwR8IWyjXded/pZLTIF z5PjmuYQ0Fh4iaKG66e4HS2K8c9/Qi4gb/9wXW53RJEUuhgSqGHjATDEEXEqkfDT ComzGUhbMS0AE2yAgGzIiLMXnmk4PUjQT2Ahq9VOm6Y8h29teOhpcjBT0/jRUELa YC3mOGQ3we/oY1nbqGYHVNPRNSOFq0mjgbcG5OHj7QDRRcpd3bX9Qwd9ppYOrsfE jRyhHLK5AoGBAPAdVX6W55yO4MyalZNynR6QVNLtZjBmp9zzC+Eydk5XunyiaR+O jJHK6Bfa1NGySUgoifL/t1hi2OxZgKihPN2hceeburZ61iJOD0qxR1AEWDOtLHyc JMLzGphDt8KVkILEVcut7HJ5hTC9//MkG6GoAadgVLWDeGVm1TW+sw+rAoGBAOal 9WpH4KPLFw3PzEXQh7eAPCKEiVWQlSwaakPASiQsmtloWvXp/yMviPo9hgNUR3+9 hqvn4OIlVkB31dPctQszwLY3SokILTwX/gDzLlSWUIwJ36xwRrXCTk5ch6z9b1SB RlHrd8EyxEIgr5ZcL9fSrKs4VsyGA7pQxpwR1sr7AoGBAK2/nEDo85ovLW4AoiG6 +wTFzgt/a8W0Ut2oJb2EJWWVR8WuREFohkFtQTsZx4wh5bNIWmIzNjnH9U45icb8 Pa3miCTfZGFtS4wxThFvbLnzGtvyANH+rv8+qMzrm4o7bgGiDq8/IGzJkF5v7kjD pRb6GpBCPanHA5Tkr32fi7TXAoGAC9prilK3ULOXM7aCIPRehSep73wwMp2DjQiu fVzcco94RcP/KLQl0IEY4QNYZ8NlCUOMMDlybSzOCfIeowysoS6/sJ2WzwQEjxoM i6/zqZUv/oJjZFFA0QZzT8OhlVpQ5l7eZkdbmCoru9pCK9ABBW5mQUZb75bTijes fUjNaRECgYEAszPPijMjX47mBw4i3X686n8q41QwsZigKBbQ6tOI0LGXcaQC8pH3 KkQk0VT8z2Im++KSU2ixxw5r2xgeeZFNGnSJds4RHdz3UheJ2PPfEXJDl7Th+Kln zctpWtvy01m+l8zoaqI3mgNUd2EMqou7UZn0C7lJYkmBcUL7pDcscJM= -----END RSA PRIVATE KEY----- 2018-08-26 00:46:12,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-26 00:46:12,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -d '{"security_group": {"name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-26 00:46:12,932 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-1df456e0-b635-47b4-8451-1ce07ca2cfab Date: Sun, 26 Aug 2018 00:46:12 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "created_at": "2018-08-26T00:46:12Z", "updated_at": "2018-08-26T00:46:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:12Z", "revision_number": 0, "id": "63a444f7-5f4d-4a2c-9601-9932ab5c87e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:12Z", "security_group_id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv4", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:12Z", "revision_number": 0, "id": "ee224db8-e25e-4c1c-8ac3-f4cb3e4de572", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:12Z", "security_group_id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv6", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}], "revision_number": 1, "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}} 2018-08-26 00:46:12,932 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-1df456e0-b635-47b4-8451-1ce07ca2cfab 2018-08-26 00:46:12,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.461950063705s 2018-08-26 00:46:12,933 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-1df456e0-b635-47b4-8451-1ce07ca2cfab 2018-08-26 00:46:12,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-26 00:46:12,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:13,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-c3a380cf-647d-4de4-8ef4-31e90bb60af6 Date: Sun, 26 Aug 2018 00:46:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "created_at": "2018-08-26T00:46:02Z", "updated_at": "2018-08-26T00:46:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:02Z", "revision_number": 0, "id": "10704893-ab11-4835-84f2-bf668dbc0164", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:02Z", "security_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv4", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:02Z", "revision_number": 0, "id": "38f18610-8828-4400-bceb-5cb9e9d23fd2", "remote_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:02Z", "security_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv6", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:02Z", "revision_number": 0, "id": "478f8690-874a-4213-b082-6de4515a65a4", "remote_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:02Z", "security_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv4", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:02Z", "revision_number": 0, "id": "f47ff649-9d9d-4f14-9d04-a3b5cfef49b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:02Z", "security_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv6", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}], "revision_number": 1, "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "4ac57412-0e02-4e27-9832-4b71488e1149", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "created_at": "2018-08-26T00:46:12Z", "updated_at": "2018-08-26T00:46:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:12Z", "revision_number": 0, "id": "63a444f7-5f4d-4a2c-9601-9932ab5c87e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:12Z", "security_group_id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv4", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:12Z", "revision_number": 0, "id": "ee224db8-e25e-4c1c-8ac3-f4cb3e4de572", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:12Z", "security_group_id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv6", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}], "revision_number": 1, "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}]} 2018-08-26 00:46:13,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c3a380cf-647d-4de4-8ef4-31e90bb60af6 2018-08-26 00:46:13,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.304664850235s 2018-08-26 00:46:13,242 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c3a380cf-647d-4de4-8ef4-31e90bb60af6 2018-08-26 00:46:13,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-26 00:46:13,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -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": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd"}}' 2018-08-26 00:46:13,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-6a8c2202-25bc-44e8-b01d-0a2d68d6e4c0 Date: Sun, 26 Aug 2018 00:46:13 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-08-26T00:46:13Z", "security_group_id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "port_range_min": 22, "revision_number": 0, "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "created_at": "2018-08-26T00:46:13Z", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "882fde9d-5427-4701-88d8-bb88cf66039c"}} 2018-08-26 00:46:13,649 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-6a8c2202-25bc-44e8-b01d-0a2d68d6e4c0 2018-08-26 00:46:13,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.402581930161s 2018-08-26 00:46:13,649 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-6a8c2202-25bc-44e8-b01d-0a2d68d6e4c0 2018-08-26 00:46:13,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-26 00:46:13,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:13,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-c06ca384-4502-458c-b249-1c0d086b0582 Date: Sun, 26 Aug 2018 00:46:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "created_at": "2018-08-26T00:46:02Z", "updated_at": "2018-08-26T00:46:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:02Z", "revision_number": 0, "id": "10704893-ab11-4835-84f2-bf668dbc0164", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:02Z", "security_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv4", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:02Z", "revision_number": 0, "id": "38f18610-8828-4400-bceb-5cb9e9d23fd2", "remote_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:02Z", "security_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv6", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:02Z", "revision_number": 0, "id": "478f8690-874a-4213-b082-6de4515a65a4", "remote_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:02Z", "security_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv4", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:02Z", "revision_number": 0, "id": "f47ff649-9d9d-4f14-9d04-a3b5cfef49b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:02Z", "security_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv6", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}], "revision_number": 1, "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "4ac57412-0e02-4e27-9832-4b71488e1149", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "created_at": "2018-08-26T00:46:12Z", "updated_at": "2018-08-26T00:46:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:12Z", "revision_number": 0, "id": "63a444f7-5f4d-4a2c-9601-9932ab5c87e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:12Z", "security_group_id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv4", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-26T00:46:13Z", "revision_number": 0, "id": "882fde9d-5427-4701-88d8-bb88cf66039c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:13Z", "security_group_id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:12Z", "revision_number": 0, "id": "ee224db8-e25e-4c1c-8ac3-f4cb3e4de572", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:12Z", "security_group_id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv6", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}], "revision_number": 2, "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}]} 2018-08-26 00:46:13,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c06ca384-4502-458c-b249-1c0d086b0582 2018-08-26 00:46:13,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.318697929382s 2018-08-26 00:46:13,972 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c06ca384-4502-458c-b249-1c0d086b0582 2018-08-26 00:46:13,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-26 00:46:13,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -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": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd"}}' 2018-08-26 00:46:14,369 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-3248b0ac-93c0-492f-9e15-6166b6a75a98 Date: Sun, 26 Aug 2018 00:46:14 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-08-26T00:46:14Z", "security_group_id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "port_range_min": null, "revision_number": 0, "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "created_at": "2018-08-26T00:46:14Z", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "fb1b0dd3-5ec4-4a91-a8fa-49c97bf7c82e"}} 2018-08-26 00:46:14,369 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-3248b0ac-93c0-492f-9e15-6166b6a75a98 2018-08-26 00:46:14,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.394259929657s 2018-08-26 00:46:14,370 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-3248b0ac-93c0-492f-9e15-6166b6a75a98 2018-08-26 00:46:14,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:46:14,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:14,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-50661496-cd3c-43cd-b997-66c99cbd9ebc Date: Sun, 26 Aug 2018 00:46:14 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":["8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5"],"updated_at":"2018-08-26T00:46:04Z","tenant_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","created_at":"2018-08-26T00:46:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","id":"c83f99fb-5a6a-402a-be92-35aa4e6c902b","name":"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:46:14,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-50661496-cd3c-43cd-b997-66c99cbd9ebc 2018-08-26 00:46:14,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.349735021591s 2018-08-26 00:46:14,722 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-50661496-cd3c-43cd-b997-66c99cbd9ebc 2018-08-26 00:46:14,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:46:14,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:14,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-f7aaa070-620a-4e30-b37c-83f5e8e8a384 Date: Sun, 26 Aug 2018 00:46:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:46:10Z", "file": "/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/file", "owner": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "size": 12716032, "self": "/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:46:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:46:14,991 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f7aaa070-620a-4e30-b37c-83f5e8e8a384 2018-08-26 00:46:14,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.265481948853s 2018-08-26 00:46:14,992 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f7aaa070-620a-4e30-b37c-83f5e8e8a384 2018-08-26 00:46:14,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:46:14,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:15,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46: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-dd67e0f4-80dc-4000-98ed-6f35e44aa964 x-compute-request-id: req-dd67e0f4-80dc-4000-98ed-6f35e44aa964 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_545c1df0-063d-43cc-a6a3-45f7334f87a5", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "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": "61393122-e7e9-4fdf-9b21-be3e6aaeece3"}]} 2018-08-26 00:46:15,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-dd67e0f4-80dc-4000-98ed-6f35e44aa964 2018-08-26 00:46:15,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.200956106186s 2018-08-26 00:46:15,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-dd67e0f4-80dc-4000-98ed-6f35e44aa964 2018-08-26 00:46:15,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-26 00:46:15,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -d '{"server": {"name": "vping_ssh-vm2_545c1df0-063d-43cc-a6a3-45f7334f87a5", "imageRef": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "flavorRef": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c83f99fb-5a6a-402a-be92-35aa4e6c902b"}], "security_groups": [{"name": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd"}]}}' 2018-08-26 00:46:20,035 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:46:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-64e987a8-a792-49ba-967c-b7fe29a84738 x-compute-request-id: req-64e987a8-a792-49ba-967c-b7fe29a84738 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd"}], "OS-DCF:diskConfig": "MANUAL", "id": "0832461c-fc05-4b34-b924-c177282f41e8", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "bookmark"}], "adminPass": "yeTWqReYKW2q"}} 2018-08-26 00:46:20,035 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-64e987a8-a792-49ba-967c-b7fe29a84738 2018-08-26 00:46:20,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.83894681931s 2018-08-26 00:46:20,036 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-64e987a8-a792-49ba-967c-b7fe29a84738 2018-08-26 00:46:20,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:46:20,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:20,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-275c8989-0f36-4ca7-8294-add10701534f x-compute-request-id: req-275c8989-0f36-4ca7-8294-add10701534f 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.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "0832461c-fc05-4b34-b924-c177282f41e8", "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:19Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:46:20,559 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-275c8989-0f36-4ca7-8294-add10701534f 2018-08-26 00:46:20,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522855043411s 2018-08-26 00:46:20,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-275c8989-0f36-4ca7-8294-add10701534f 2018-08-26 00:46:20,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:46:20,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:20,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-43baf85d-8cb5-46df-930f-e67c02f88d4d Date: Sun, 26 Aug 2018 00:46:20 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":["8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5"],"updated_at":"2018-08-26T00:46:04Z","tenant_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","created_at":"2018-08-26T00:46:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","id":"c83f99fb-5a6a-402a-be92-35aa4e6c902b","name":"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:46:20,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-43baf85d-8cb5-46df-930f-e67c02f88d4d 2018-08-26 00:46:20,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0888149738312s 2018-08-26 00:46:20,656 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-43baf85d-8cb5-46df-930f-e67c02f88d4d 2018-08-26 00:46:20,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:46:20,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:21,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-547230a2-0a4e-4a13-955f-3eacd67764bb Date: Sun, 26 Aug 2018 00:46:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c83f99fb-5a6a-402a-be92-35aa4e6c902b","tenant_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","created_at":"2018-08-26T00:46:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:46:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","id":"8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5","subnetpool_id":null,"name":"vping_ssh-subnet_545c1df0-063d-43cc-a6a3-45f7334f87a5"}]} 2018-08-26 00:46:21,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-547230a2-0a4e-4a13-955f-3eacd67764bb 2018-08-26 00:46:21,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.467720031738s 2018-08-26 00:46:21,125 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-547230a2-0a4e-4a13-955f-3eacd67764bb 2018-08-26 00:46:21,125 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:46:23,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:46:23,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:23,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46: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-ebbaa0f6-a3a5-482e-ae07-9a0e6f19747c x-compute-request-id: req-ebbaa0f6-a3a5-482e-ae07-9a0e6f19747c Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "0832461c-fc05-4b34-b924-c177282f41e8", "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:19Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:46:23,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ebbaa0f6-a3a5-482e-ae07-9a0e6f19747c 2018-08-26 00:46:23,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.486053943634s 2018-08-26 00:46:23,614 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ebbaa0f6-a3a5-482e-ae07-9a0e6f19747c 2018-08-26 00:46:23,618 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:46:25,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:46:25,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:26,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46: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-df6c32a0-5ccf-40cd-8fdf-7633dad81696 x-compute-request-id: req-df6c32a0-5ccf-40cd-8fdf-7633dad81696 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "0832461c-fc05-4b34-b924-c177282f41e8", "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:25Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:19Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:46:26,636 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-df6c32a0-5ccf-40cd-8fdf-7633dad81696 2018-08-26 00:46:26,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01549506187s 2018-08-26 00:46:26,637 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-df6c32a0-5ccf-40cd-8fdf-7633dad81696 2018-08-26 00:46:26,641 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:46:28,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:46:28,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:29,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46: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-8727deac-3cc5-452d-b79c-1c0c8dbbf9ed x-compute-request-id: req-8727deac-3cc5-452d-b79c-1c0c8dbbf9ed 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.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "0832461c-fc05-4b34-b924-c177282f41e8", "security_groups": [{"name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}], "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:26Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:19Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:46:29,543 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8727deac-3cc5-452d-b79c-1c0c8dbbf9ed 2018-08-26 00:46:29,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.899751901627s 2018-08-26 00:46:29,543 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8727deac-3cc5-452d-b79c-1c0c8dbbf9ed 2018-08-26 00:46:29,547 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:46:31,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:46:31,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:33,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fdb06a30-1a97-4b2a-b017-0022992cb5e7 x-compute-request-id: req-fdb06a30-1a97-4b2a-b017-0022992cb5e7 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.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "0832461c-fc05-4b34-b924-c177282f41e8", "security_groups": [{"name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}], "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:26Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:19Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:46:33,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fdb06a30-1a97-4b2a-b017-0022992cb5e7 2018-08-26 00:46:33,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.73658704758s 2018-08-26 00:46:33,287 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fdb06a30-1a97-4b2a-b017-0022992cb5e7 2018-08-26 00:46:33,290 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:46:35,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:46:35,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:35,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46: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-5de29c17-5381-415d-88f4-412afe84868f x-compute-request-id: req-5de29c17-5381-415d-88f4-412afe84868f Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:fc:c9", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:46:32.000000", "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "0832461c-fc05-4b34-b924-c177282f41e8", "security_groups": [{"name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}], "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:32Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:19Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:46:35,958 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5de29c17-5381-415d-88f4-412afe84868f 2018-08-26 00:46:35,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665395021439s 2018-08-26 00:46:35,959 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5de29c17-5381-415d-88f4-412afe84868f 2018-08-26 00:46:35,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-26 00:46:35,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=0832461c-fc05-4b34-b924-c177282f41e8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:36,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8993ac91-863d-405d-9cea-364c34b03c29 Date: Sun, 26 Aug 2018 00:46:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c83f99fb-5a6a-402a-be92-35aa4e6c902b","tenant_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","created_at":"2018-08-26T00:46:26Z","admin_state_up":true,"updated_at":"2018-08-26T00:46:32Z","binding:vnic_type":"normal","device_id":"0832461c-fc05-4b34-b924-c177282f41e8","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:50:fc:c9","id":"ac288feb-852f-4c90-a21d-c9d59ba3396f","port_security_enabled":true,"project_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","fixed_ips":[{"subnet_id":"8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["c75f2ea7-0e35-47e2-ac86-1ea8e43946cd"],"name":""}]} 2018-08-26 00:46:36,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=0832461c-fc05-4b34-b924-c177282f41e8 used request id req-8993ac91-863d-405d-9cea-364c34b03c29 2018-08-26 00:46:36,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0467331409454s 2018-08-26 00:46:36,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=0832461c-fc05-4b34-b924-c177282f41e8 used request id req-8993ac91-863d-405d-9cea-364c34b03c29 2018-08-26 00:46:36,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:46:36,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=ac288feb-852f-4c90-a21d-c9d59ba3396f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:36,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-39c6caa9-b29b-4e83-8b18-f71508d3cfc1 Date: Sun, 26 Aug 2018 00:46:36 GMT RESP BODY: {"floatingips": []} 2018-08-26 00:46:36,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=ac288feb-852f-4c90-a21d-c9d59ba3396f used request id req-39c6caa9-b29b-4e83-8b18-f71508d3cfc1 2018-08-26 00:46:36,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.042692899704s 2018-08-26 00:46:36,059 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=ac288feb-852f-4c90-a21d-c9d59ba3396f used request id req-39c6caa9-b29b-4e83-8b18-f71508d3cfc1 2018-08-26 00:46:36,059 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:50:fc:c9', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'a8ed9442-5292-4c99-954e-b8a87f96ac7a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-26T00:46:32.000000', 'flavor': Munch({u'id': u'61393122-e7e9-4fdf-9b21-be3e6aaeece3'}), 'az': u'nova', 'id': u'0832461c-fc05-4b34-b924-c177282f41e8', 'security_groups': [Munch({u'name': u'vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'71ca2d1341a9477ca457a6d8dd2d8007', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', 'name': 'vping_ssh-project_545c1df0-063d-43cc-a6a3-45f7334f87a5', '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-08-26T00:46:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-26T00:46:32Z', 'hostId': u'506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee', '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-08-26T00:46:32.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', 'name': u'vping_ssh-vm2_545c1df0-063d-43cc-a6a3-45f7334f87a5', 'adminPass': u'yeTWqReYKW2q', 'tenant_id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', 'created_at': u'2018-08-26T00:46:19Z', 'created': u'2018-08-26T00:46:19Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-26 00:46:36,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:46:36,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:36,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-5f2bb45e-3c0f-4ac1-9554-cc8097ad9547 Date: Sun, 26 Aug 2018 00:46:36 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":["8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5"],"updated_at":"2018-08-26T00:46:04Z","tenant_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","created_at":"2018-08-26T00:46:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","id":"c83f99fb-5a6a-402a-be92-35aa4e6c902b","name":"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:46:36,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5f2bb45e-3c0f-4ac1-9554-cc8097ad9547 2018-08-26 00:46:36,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.365650892258s 2018-08-26 00:46:36,426 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5f2bb45e-3c0f-4ac1-9554-cc8097ad9547 2018-08-26 00:46:36,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:46:36,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:37,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-7ae2a3fe-6cee-4ff5-b80d-025770e633cc Date: Sun, 26 Aug 2018 00:46:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:46:10Z", "file": "/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/file", "owner": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "size": 12716032, "self": "/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:46:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:46:37,215 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7ae2a3fe-6cee-4ff5-b80d-025770e633cc 2018-08-26 00:46:37,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.784144163132s 2018-08-26 00:46:37,216 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7ae2a3fe-6cee-4ff5-b80d-025770e633cc 2018-08-26 00:46:37,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:46:37,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:37,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5a45fac-cf65-422b-ac81-4c4885589025 x-compute-request-id: req-c5a45fac-cf65-422b-ac81-4c4885589025 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_545c1df0-063d-43cc-a6a3-45f7334f87a5", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "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": "61393122-e7e9-4fdf-9b21-be3e6aaeece3"}]} 2018-08-26 00:46:37,244 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-c5a45fac-cf65-422b-ac81-4c4885589025 2018-08-26 00:46:37,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0265870094299s 2018-08-26 00:46:37,244 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-c5a45fac-cf65-422b-ac81-4c4885589025 2018-08-26 00:46:37,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-26 00:46:37,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -d '{"server": {"name": "vping_ssh-vm_545c1df0-063d-43cc-a6a3-45f7334f87a5", "imageRef": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "key_name": "vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5", "flavorRef": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c83f99fb-5a6a-402a-be92-35aa4e6c902b"}], "security_groups": [{"name": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd"}]}}' 2018-08-26 00:46:41,987 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:46: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-51a8e5fe-ed9d-49f1-bdfb-2f6db3a27a84 x-compute-request-id: req-51a8e5fe-ed9d-49f1-bdfb-2f6db3a27a84 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd"}], "OS-DCF:diskConfig": "MANUAL", "id": "cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "bookmark"}], "adminPass": "TQ3Dxtu9UPfE"}} 2018-08-26 00:46:41,987 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-51a8e5fe-ed9d-49f1-bdfb-2f6db3a27a84 2018-08-26 00:46:41,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.74149703979s 2018-08-26 00:46:41,987 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-51a8e5fe-ed9d-49f1-bdfb-2f6db3a27a84 2018-08-26 00:46:41,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:46:41,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:42,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23976222-4cc4-499b-8f33-9ed421059910 x-compute-request-id: req-23976222-4cc4-499b-8f33-9ed421059910 Content-Encoding: gzip Content-Length: 853 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5", "name": "vping_ssh-vm_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:41Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:fc:c9", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:46:32.000000", "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "0832461c-fc05-4b34-b924-c177282f41e8", "security_groups": [{"name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}], "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:32Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:19Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:46:42,857 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-23976222-4cc4-499b-8f33-9ed421059910 2018-08-26 00:46:42,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.868438005447s 2018-08-26 00:46:42,857 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-23976222-4cc4-499b-8f33-9ed421059910 2018-08-26 00:46:42,863 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:46:44,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:46:44,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:46,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-856b62c3-029a-4f68-bc50-0d6ff0d5f554 x-compute-request-id: req-856b62c3-029a-4f68-bc50-0d6ff0d5f554 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:44Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5", "name": "vping_ssh-vm_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:41Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:fc:c9", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:46:32.000000", "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "0832461c-fc05-4b34-b924-c177282f41e8", "security_groups": [{"name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}], "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:32Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:19Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:46:46,251 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-856b62c3-029a-4f68-bc50-0d6ff0d5f554 2018-08-26 00:46:46,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.38586902618s 2018-08-26 00:46:46,252 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-856b62c3-029a-4f68-bc50-0d6ff0d5f554 2018-08-26 00:46:46,256 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:46:48,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:46:48,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:49,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e7b8295-41a0-4e0b-aeb6-ed12e000bcd2 x-compute-request-id: req-2e7b8295-41a0-4e0b-aeb6-ed12e000bcd2 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "security_groups": [{"name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}], "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:44Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5", "name": "vping_ssh-vm_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:41Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:fc:c9", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:46:32.000000", "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "0832461c-fc05-4b34-b924-c177282f41e8", "security_groups": [{"name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}], "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:32Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:19Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:46:49,176 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2e7b8295-41a0-4e0b-aeb6-ed12e000bcd2 2018-08-26 00:46:49,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.916716814041s 2018-08-26 00:46:49,176 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2e7b8295-41a0-4e0b-aeb6-ed12e000bcd2 2018-08-26 00:46:49,181 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:46:51,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:46:51,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:52,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46: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-99ab5457-9b84-4148-a604-a3b3dbca18ac x-compute-request-id: req-99ab5457-9b84-4148-a604-a3b3dbca18ac Content-Encoding: gzip Content-Length: 829 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b9:f7", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:46:49.000000", "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "security_groups": [{"name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}], "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:49Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5", "name": "vping_ssh-vm_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:41Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:fc:c9", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:46:32.000000", "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "0832461c-fc05-4b34-b924-c177282f41e8", "security_groups": [{"name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}], "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:32Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:19Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:46:52,790 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-99ab5457-9b84-4148-a604-a3b3dbca18ac 2018-08-26 00:46:52,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.60605978966s 2018-08-26 00:46:52,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-99ab5457-9b84-4148-a604-a3b3dbca18ac 2018-08-26 00:46:52,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-26 00:46:52,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=cf616ba7-9bf8-43f1-8eb7-0822564fac5c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:53,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ed3ab5a2-5637-47f3-b027-71ba55113df1 Date: Sun, 26 Aug 2018 00:46:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c83f99fb-5a6a-402a-be92-35aa4e6c902b","tenant_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","created_at":"2018-08-26T00:46:45Z","admin_state_up":true,"updated_at":"2018-08-26T00:46:49Z","binding:vnic_type":"normal","device_id":"cf616ba7-9bf8-43f1-8eb7-0822564fac5c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:3e:b9:f7","id":"c79b5720-f952-4d8a-b791-f7efbec8f890","port_security_enabled":true,"project_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","fixed_ips":[{"subnet_id":"8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["c75f2ea7-0e35-47e2-ac86-1ea8e43946cd"],"name":""}]} 2018-08-26 00:46:53,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=cf616ba7-9bf8-43f1-8eb7-0822564fac5c used request id req-ed3ab5a2-5637-47f3-b027-71ba55113df1 2018-08-26 00:46:53,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.230978965759s 2018-08-26 00:46:53,027 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=cf616ba7-9bf8-43f1-8eb7-0822564fac5c used request id req-ed3ab5a2-5637-47f3-b027-71ba55113df1 2018-08-26 00:46:53,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:46:53,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c79b5720-f952-4d8a-b791-f7efbec8f890" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:53,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5be668ac-09f2-494d-8f4c-5bf4d5cff3da Date: Sun, 26 Aug 2018 00:46:53 GMT RESP BODY: {"floatingips": []} 2018-08-26 00:46:53,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c79b5720-f952-4d8a-b791-f7efbec8f890 used request id req-5be668ac-09f2-494d-8f4c-5bf4d5cff3da 2018-08-26 00:46:53,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0438129901886s 2018-08-26 00:46:53,076 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c79b5720-f952-4d8a-b791-f7efbec8f890 used request id req-5be668ac-09f2-494d-8f4c-5bf4d5cff3da 2018-08-26 00:46:53,076 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3e:b9:f7', 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'a8ed9442-5292-4c99-954e-b8a87f96ac7a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-26T00:46:49.000000', 'flavor': Munch({u'id': u'61393122-e7e9-4fdf-9b21-be3e6aaeece3'}), 'az': u'nova', 'id': u'cf616ba7-9bf8-43f1-8eb7-0822564fac5c', 'security_groups': [Munch({u'name': u'vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'71ca2d1341a9477ca457a6d8dd2d8007', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', 'name': 'vping_ssh-project_545c1df0-063d-43cc-a6a3-45f7334f87a5', '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-08-26T00:46:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-26T00:46:49Z', 'hostId': u'506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee', '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-08-26T00:46:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', 'name': u'vping_ssh-vm_545c1df0-063d-43cc-a6a3-45f7334f87a5', 'adminPass': u'TQ3Dxtu9UPfE', 'tenant_id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', 'created_at': u'2018-08-26T00:46:41Z', 'created': u'2018-08-26T00:46:41Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-26 00:46:53,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:46:53,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:53,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-8eea60d5-db7f-458f-802f-cb8e6f3aa0b1 Date: Sun, 26 Aug 2018 00:46:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5"],"updated_at":"2018-08-26T00:46:04Z","tenant_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","created_at":"2018-08-26T00:46:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","id":"c83f99fb-5a6a-402a-be92-35aa4e6c902b","name":"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:46:53,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-8eea60d5-db7f-458f-802f-cb8e6f3aa0b1 2018-08-26 00:46:53,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0922799110413s 2018-08-26 00:46:53,172 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-8eea60d5-db7f-458f-802f-cb8e6f3aa0b1 2018-08-26 00:46:53,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-26 00:46:53,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=cf616ba7-9bf8-43f1-8eb7-0822564fac5c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:53,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fa455d97-5420-45ef-90b9-8e736b67b886 Date: Sun, 26 Aug 2018 00:46:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c83f99fb-5a6a-402a-be92-35aa4e6c902b","tenant_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","created_at":"2018-08-26T00:46:45Z","admin_state_up":true,"updated_at":"2018-08-26T00:46:49Z","binding:vnic_type":"normal","device_id":"cf616ba7-9bf8-43f1-8eb7-0822564fac5c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:3e:b9:f7","id":"c79b5720-f952-4d8a-b791-f7efbec8f890","port_security_enabled":true,"project_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","fixed_ips":[{"subnet_id":"8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["c75f2ea7-0e35-47e2-ac86-1ea8e43946cd"],"name":""}]} 2018-08-26 00:46:53,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=cf616ba7-9bf8-43f1-8eb7-0822564fac5c used request id req-fa455d97-5420-45ef-90b9-8e736b67b886 2018-08-26 00:46:53,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0476961135864s 2018-08-26 00:46:53,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=cf616ba7-9bf8-43f1-8eb7-0822564fac5c used request id req-fa455d97-5420-45ef-90b9-8e736b67b886 2018-08-26 00:46:53,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-26 00:46:53,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -d '{"floatingip": {"floating_network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "fixed_ip_address": "192.168.120.5", "port_id": "c79b5720-f952-4d8a-b791-f7efbec8f890"}}' 2018-08-26 00:46:55,193 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-c3609681-93e8-4250-8841-d608f7a73123 Date: Sun, 26 Aug 2018 00:46:55 GMT RESP BODY: {"floatingip": {"router_id": "ca5c5a7b-bccf-441a-8476-419c89c29773", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-26T00:46:54Z", "floating_network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "c79b5720-f952-4d8a-b791-f7efbec8f890", "id": "37241a80-26e0-4484-a111-42d746873435", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "created_at": "2018-08-26T00:46:54Z", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}} 2018-08-26 00:46:55,193 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-c3609681-93e8-4250-8841-d608f7a73123 2018-08-26 00:46:55,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.9712460041s 2018-08-26 00:46:55,194 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-c3609681-93e8-4250-8841-d608f7a73123 2018-08-26 00:46:55,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:46:55,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:46:55,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-583731ff-0671-4c2d-85e4-2b85e9a6ef86 Date: Sun, 26 Aug 2018 00:46:55 GMT RESP BODY: {"floatingips": [{"router_id": "ca5c5a7b-bccf-441a-8476-419c89c29773", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-26T00:46:54Z", "floating_network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "c79b5720-f952-4d8a-b791-f7efbec8f890", "id": "37241a80-26e0-4484-a111-42d746873435", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "created_at": "2018-08-26T00:46:54Z", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}]} 2018-08-26 00:46:55,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-583731ff-0671-4c2d-85e4-2b85e9a6ef86 2018-08-26 00:46:55,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0637638568878s 2018-08-26 00:46:55,266 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-583731ff-0671-4c2d-85e4-2b85e9a6ef86 2018-08-26 00:46:55,270 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'ca5c5a7b-bccf-441a-8476-419c89c29773', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', 'created_at': u'2018-08-26T00:46:54Z', 'attached': True, 'updated_at': u'2018-08-26T00:46:54Z', 'id': u'37241a80-26e0-4484-a111-42d746873435', 'floating_network_id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', 'name': 'vping_ssh-project_545c1df0-063d-43cc-a6a3-45f7334f87a5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ca5c5a7b-bccf-441a-8476-419c89c29773', 'project_id': u'49017dbfa8af43a0b8ed4a0a51b0b66f', 'port_id': u'c79b5720-f952-4d8a-b791-f7efbec8f890', 'port': u'c79b5720-f952-4d8a-b791-f7efbec8f890', 'network': u'cb81472f-1ab5-4527-8e4d-86261e1fde20'}) 2018-08-26 00:46:55,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-26 00:46:55,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-26 00:46:56,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:46:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57b4b308-5b57-4d90-836e-91f7f2e76abc x-compute-request-id: req-57b4b308-5b57-4d90-836e-91f7f2e76abc Content-Encoding: gzip Content-Length: 9581 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 471373701 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.211203] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.214006] pid_max: default: 32768 minimum: 301\n[ 0.215489] ACPI: Core revision 20150930\n[ 0.217400] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.219594] Security Framework initialized\n[ 0.220938] Yama: becoming mindful.\n[ 0.222170] AppArmor: AppArmor initialized\n[ 0.223575] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.225779] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.227869] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.229861] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.232180] Initializing cgroup subsys io\n[ 0.233506] Initializing cgroup subsys memory\n[ 0.234947] Initializing cgroup subsys devices\n[ 0.236363] Initializing cgroup subsys freezer\n[ 0.237800] Initializing cgroup subsys net_cls\n[ 0.239250] Initializing cgroup subsys perf_event\n[ 0.240722] Initializing cgroup subsys net_prio\n[ 0.242209] Initializing cgroup subsys hugetlb\n[ 0.243666] Initializing cgroup subsys pids\n[ 0.244859] CPU: Physical Processor ID: 0\n[ 0.246684] mce: CPU supports 10 MCE banks\n[ 0.247845] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.249221] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.264086] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.270747] ftrace: allocating 31920 entries in 125 pages\n[ 0.296176] smpboot: Max logical packages: 1\n[ 0.297348] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.299233] x2apic enabled\n[ 0.300367] Switched APIC routing to physical x2apic.\n[ 0.302855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.304377] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.307111] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.309578] KVM setup paravirtual spinlock\n[ 0.311190] x86: Booted up 1 node, 1 CPUs\n[ 0.312301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.314186] devtmpfs: initialized\n[ 0.316166] evm: security.selinux\n[ 0.317130] evm: security.SMACK64\n[ 0.318097] evm: security.SMACK64EXEC\n[ 0.319129] evm: security.SMACK64TRANSMUTE\n[ 0.320242] evm: security.SMACK64MMAP\n[ 0.321266] evm: security.ima\n[ 0.322159] evm: security.capability\n[ 0.323241] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.325754] pinctrl core: initialized pinctrl subsystem\n[ 0.327247] RTC time: 0:46:49, date: 08/26/18\n[ 0.328536] NET: Registered protocol family 16\n[ 0.329847] cpuidle: using governor ladder\n[ 0.330973] cpuidle: using governor menu\n[ 0.332065] PCCT header not found.\n[ 0.333100] ACPI: bus type PCI registered\n[ 0.334203] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.335886] PCI: Using configuration type 1 for base access\n[ 0.338041] ACPI: Added _OSI(Module Device)\n[ 0.339196] ACPI: Added _OSI(Processor Device)\n[ 0.340383] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.341619] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.343823] ACPI: Interpreter enabled\n[ 0.344881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.347426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.349988] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.352573] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.355118] ACPI: (supports S0 S5)\n[ 0.356087] ACPI: Using IOAPIC for interrupt routing\n[ 0.357373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.361186] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.362740] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.364412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.366031] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.369020] acpiphp: Slot [3] registered\n[ 0.370131] acpiphp: Slot [4] registered\n[ 0.371233] acpiphp: Slot [5] registered\n[ 0.372329] acpiphp: Slot [6] registered\n[ 0.373431] acpiphp: Slot [7] registered\n[ 0.374533] acpiphp: Slot [8] registered\n[ 0.375630] acpiphp: Slot [9] registered\n[ 0.376721] acpiphp: Slot [10] registered\n[ 0.377835] acpiphp: Slot [11] registered\n[ 0.378952] acpiphp: Slot [12] registered\n[ 0.380064] acpiphp: Slot [13] registered\n[ 0.381173] acpiphp: Slot [14] registered\n[ 0.382284] acpiphp: Slot [15] registered\n[ 0.397586] acpiphp: Slot [16] registered\n[ 0.398706] acpiphp: Slot [17] registered\n[ 0.399819] acpiphp: Slot [18] registered\n[ 0.400930] acpiphp: Slot [19] registered\n[ 0.402043] acpiphp: Slot [20] registered\n[ 0.403160] acpiphp: Slot [21] registered\n[ 0.404270] acpiphp: Slot [22] registered\n[ 0.405384] acpiphp: Slot [23] registered\n[ 0.406502] acpiphp: Slot [24] registered\n[ 0.407620] acpiphp: Slot [25] registered\n[ 0.408731] acpiphp: Slot [26] registered\n[ 0.409841] acpiphp: Slot [27] registered\n[ 0.410955] acpiphp: Slot [28] registered\n[ 0.412075] acpiphp: Slot [29] registered\n[ 0.413184] acpiphp: Slot [30] registered\n[ 0.414295] acpiphp: Slot [31] registered\n[ 0.415407] PCI host bridge to bus 0000:00\n[ 0.416521] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.418161] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.419807] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.421804] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.423804] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.425833] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.429792] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.431542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.433141] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.434848] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.439235] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.441199] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.461781] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.463806] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.465770] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.467714] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.469619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.471362] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.473167] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.474605] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.476723] vgaarb: loaded\n[ 0.477557] vgaarb: bridge control possible 0000:00:02.0\n[ 0.479207] SCSI subsystem initialized\n[ 0.480456] ACPI: bus type USB registered\n[ 0.481590] usbcore: registered new interface driver usbfs\n[ 0.482994] usbcore: registered new interface driver hub\n[ 0.484366] usbcore: registered new device driver usb\n[ 0.485868] PCI: Using ACPI for IRQ routing\n[ 0.487387] NetLabel: Initializing\n[ 0.488378] NetLabel: domain hash size = 128\n[ 0.489544] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.490859] NetLabel: unlabeled traffic allowed by default\n[ 0.492437] clocksource: Switched to clocksource kvm-clock\n[ 0.502500] AppArmor: AppArmor Filesystem Enabled\n[ 0.503813] pnp: PnP ACPI init\n[ 0.505037] pnp: PnP ACPI: found 5 devices\n[ 0.511861] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.514197] NET: Registered protocol family 2\n[ 0.515610] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.517385] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.519030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.520671] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.522151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.523738] NET: Registered protocol family 1\n[ 0.524942] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.526439] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.527938] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.542487] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557008] Trying to unpack rootfs image as initramfs...\n[ 0.619457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.624510] Scanning for low memory corruption every 60 seconds\n[ 0.626719] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.628362] audit: initializing netlink subsys (disabled)\n[ 0.629884] audit: type=2000 audit(1535244410.324:1): initialized\n[ 0.631785] Initialise system trusted keyring\n[ 0.633174] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.634773] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.637527] zbud: loaded\n[ 0.638543] VFS: Disk quotas dquot_6.6.0\n[ 0.639695] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.641876] fuse init (API version 7.23)\n[ 0.643117] Key type big_key registered\n[ 0.644233] Allocating IMA MOK and blacklist keyrings.\n[ 0.645937] Key type asymmetric registered\n[ 0.647104] Asymmetric key parser 'x509' registered\n[ 0.648470] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.650574] io scheduler noop registered\n[ 0.651687] io scheduler deadline registered (default)\n[ 0.653097] io scheduler cfq registered\n[ 0.654318] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.655771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.657585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.659644] ACPI: Power Button [PWRF]\n[ 0.660902] GHES: HEST is not enabled!\n[ 0.675119] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.704724] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.707763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.731463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.734561] Linux agpgart interface v0.103\n[ 0.737956] brd: module loaded\n[ 0.740173] loop: module loaded\n[ 0.744988] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.747047] GPT:90111 != 2097151\n[ 0.748004] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749539] GPT:90111 != 2097151\n[ 0.750499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751850] vda: vda1 vda15\n[ 0.753556] scsi host0: ata_piix\n[ 0.754648] scsi host1: ata_piix\n[ 0.755668] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757377] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759406] libphy: Fixed MDIO Bus: probed\n[ 0.760786] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762130] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764859] PPP generic driver version 2.4.2\n[ 0.766172] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767824] ehci-pci: EHCI PCI platform driver\n[ 0.769095] ehci-platform: EHCI generic platform driver\n[ 0.770481] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772088] ohci-pci: OHCI PCI platform driver\n[ 0.773328] ohci-platform: OHCI generic platform driver\n[ 0.774738] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789363] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790778] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794281] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797593] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799568] usb usb1: Product: UHCI Host Controller\n[ 0.800867] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803848] hub 1-0:1.0: USB hub found\n[ 0.804959] hub 1-0:1.0: 2 ports detected\n[ 0.806248] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809171] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811891] mousedev: PS/2 mouse device common for all mice\n[ 0.813632] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816176] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817723] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819345] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.820967] i2c /dev entries driver\n[ 0.822034] device-mapper: uevent: version 1.0.3\n[ 0.823350] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825635] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827502] NET: Registered protocol family 10\n[ 0.829083] NET: Registered protocol family 17\n[ 0.830307] Key type dns_resolver registered\n[ 0.831607] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833130] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.835535] registered taskstats version 1\n[ 0.836704] Loading compiled-in X.509 certificates\n[ 0.838538] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841104] zswap: loaded using pool lzo/zbud\n[ 0.843182] Key type trusted registered\n[ 0.845328] Key type encrypted registered\n[ 0.846475] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.847921] ima: No TPM chip found, activating TPM-bypass!\n[ 0.849364] evm: HMAC attrs: 0x1\n[ 0.850663] Magic number: 14:199:760\n[ 0.851847] rtc_cmos 00:00: setting system clock to 2018-08-26 00:46:50 UTC (1535244410)\n[ 0.854108] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.855648] EDD information not available.\n[ 0.917962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.934458] Write protecting the kernel read-only data: 14336k\n[ 0.937451] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.939963] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.094771] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.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.90. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\n/dev/root resized successfully [took 0.10s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCQkjdwqygKIL8tNMnGqw9vNlQ+WikqfpvRl38HiygMJ4DY9aFxwfyWFzYH4x7O/jJXhTvB71S0WJlYef7AJ6A8M92xf4kED9DbFExpQfWcyAXYYOte2vLh+r1wgI5ODnN43mtrtGLqzyxLN8Ha+m9+HrOj93V/YIXQwCA18rQL2sxlcJ2B1PoNw+Z7ilLMurx8vs7uoMdH5+57VGK7zbSp0+vXejgOdCFDjoKOEi3/VVqLDN0W+MZeQaXMv2DodwLEy8DOVZHFMcn8UzKEO2B712MlNEWnGizHpoWRPbHG+C1yayMIi/fjmB6NKlsRr3VRuJ3zTk4Vn3qfAhQzYXg3 root@vping-ssh-vm-545c1df0-063d-43cc-a6a3-45f7334f87a5\nssh-dss AAAAB3NzaC1kc3MAAACBAKQImpWsKYoJHRcVsBKrXfyKtJMX+QIsmuGR8odSG2hTUzRi+LawxAy+hprndaPRAa1uxk4P0TtspAG7Vr+9j5meF/7spXT91XwXClDrRakK7LJxHiL+j+z2g5b71NziRpfD67RjF3aHq4lKThzwe1ZJ4dml0Ql6Oa9ItaZIetI/AAAAFQDQxyzudo+tlf3omR2ts2dSBZy1cwAAAIA2+hC5TeCYNao5NSJJJ61HBOFvPAu6XVaDiQolcmMeZP4T/+XmEgGSiQjYpCDVBmFI4cACevzx+8JJz8Wgv4/b/7/lsVAM7DTIsOfpiodET9mUrElF9LIkIBvE8/b9boHXfB3OXGPW7lnz6TEJX19QZ3rCXTCzdhk+IwCEOGlVnAAAAIA2WNQP1biYHxHC8Fyj9NO/nKiusZE7Qijd6rVUioBHoQEvzkYfML0t16qzx0s4kf0UVv4Ymgncfe8nbG6/f8CQ7XWBA//BuoPx7MoU15wR0fOQEpQnVG33uUjM+J8CgWZz7SnMZUJivCC1SZdUB16k6oZwowzm5danGbcsEt1VSg== root@vping-ssh-vm-545c1df0-063d-43cc-a6a3-45f7334f87a5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe3e:b9f7/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-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-545c1df0-063d-43cc-a6a3-45f7334f87a5\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.23 ===\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-545c1df0-063d-43cc-a6a3-45f7334f87a5 login: "} 2018-08-26 00:46:56,071 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c/action used request id req-57b4b308-5b57-4d90-836e-91f7f2e76abc 2018-08-26 00:46:56,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.800451993942s 2018-08-26 00:46:56,072 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c/action used request id req-57b4b308-5b57-4d90-836e-91f7f2e76abc 2018-08-26 00:46:56,072 - 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 471373701 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.211203] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.214006] pid_max: default: 32768 minimum: 301 [ 0.215489] ACPI: Core revision 20150930 [ 0.217400] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.219594] Security Framework initialized [ 0.220938] Yama: becoming mindful. [ 0.222170] AppArmor: AppArmor initialized [ 0.223575] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.225779] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.227869] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.229861] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.232180] Initializing cgroup subsys io [ 0.233506] Initializing cgroup subsys memory [ 0.234947] Initializing cgroup subsys devices [ 0.236363] Initializing cgroup subsys freezer [ 0.237800] Initializing cgroup subsys net_cls [ 0.239250] Initializing cgroup subsys perf_event [ 0.240722] Initializing cgroup subsys net_prio [ 0.242209] Initializing cgroup subsys hugetlb [ 0.243666] Initializing cgroup subsys pids [ 0.244859] CPU: Physical Processor ID: 0 [ 0.246684] mce: CPU supports 10 MCE banks [ 0.247845] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.249221] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.264086] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.270747] ftrace: allocating 31920 entries in 125 pages [ 0.296176] smpboot: Max logical packages: 1 [ 0.297348] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.299233] x2apic enabled [ 0.300367] Switched APIC routing to physical x2apic. [ 0.302855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.304377] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.307111] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.309578] KVM setup paravirtual spinlock [ 0.311190] x86: Booted up 1 node, 1 CPUs [ 0.312301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.314186] devtmpfs: initialized [ 0.316166] evm: security.selinux [ 0.317130] evm: security.SMACK64 [ 0.318097] evm: security.SMACK64EXEC [ 0.319129] evm: security.SMACK64TRANSMUTE [ 0.320242] evm: security.SMACK64MMAP [ 0.321266] evm: security.ima [ 0.322159] evm: security.capability [ 0.323241] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.325754] pinctrl core: initialized pinctrl subsystem [ 0.327247] RTC time: 0:46:49, date: 08/26/18 [ 0.328536] NET: Registered protocol family 16 [ 0.329847] cpuidle: using governor ladder [ 0.330973] cpuidle: using governor menu [ 0.332065] PCCT header not found. [ 0.333100] ACPI: bus type PCI registered [ 0.334203] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.335886] PCI: Using configuration type 1 for base access [ 0.338041] ACPI: Added _OSI(Module Device) [ 0.339196] ACPI: Added _OSI(Processor Device) [ 0.340383] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.341619] ACPI: Added _OSI(Processor Aggregator Device) [ 0.343823] ACPI: Interpreter enabled [ 0.344881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.347426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.349988] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.352573] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.355118] ACPI: (supports S0 S5) [ 0.356087] ACPI: Using IOAPIC for interrupt routing [ 0.357373] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.361186] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.362740] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.364412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.366031] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.369020] acpiphp: Slot [3] registered [ 0.370131] acpiphp: Slot [4] registered [ 0.371233] acpiphp: Slot [5] registered [ 0.372329] acpiphp: Slot [6] registered [ 0.373431] acpiphp: Slot [7] registered [ 0.374533] acpiphp: Slot [8] registered [ 0.375630] acpiphp: Slot [9] registered [ 0.376721] acpiphp: Slot [10] registered [ 0.377835] acpiphp: Slot [11] registered [ 0.378952] acpiphp: Slot [12] registered [ 0.380064] acpiphp: Slot [13] registered [ 0.381173] acpiphp: Slot [14] registered [ 0.382284] acpiphp: Slot [15] registered [ 0.397586] acpiphp: Slot [16] registered [ 0.398706] acpiphp: Slot [17] registered [ 0.399819] acpiphp: Slot [18] registered [ 0.400930] acpiphp: Slot [19] registered [ 0.402043] acpiphp: Slot [20] registered [ 0.403160] acpiphp: Slot [21] registered [ 0.404270] acpiphp: Slot [22] registered [ 0.405384] acpiphp: Slot [23] registered [ 0.406502] acpiphp: Slot [24] registered [ 0.407620] acpiphp: Slot [25] registered [ 0.408731] acpiphp: Slot [26] registered [ 0.409841] acpiphp: Slot [27] registered [ 0.410955] acpiphp: Slot [28] registered [ 0.412075] acpiphp: Slot [29] registered [ 0.413184] acpiphp: Slot [30] registered [ 0.414295] acpiphp: Slot [31] registered [ 0.415407] PCI host bridge to bus 0000:00 [ 0.416521] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.418161] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.419807] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.421804] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.423804] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.425833] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.429792] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.431542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.433141] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.434848] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.439235] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.441199] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.461781] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.463806] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.465770] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.467714] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.469619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.471362] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.473167] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.474605] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.476723] vgaarb: loaded [ 0.477557] vgaarb: bridge control possible 0000:00:02.0 [ 0.479207] SCSI subsystem initialized [ 0.480456] ACPI: bus type USB registered [ 0.481590] usbcore: registered new interface driver usbfs [ 0.482994] usbcore: registered new interface driver hub [ 0.484366] usbcore: registered new device driver usb [ 0.485868] PCI: Using ACPI for IRQ routing [ 0.487387] NetLabel: Initializing [ 0.488378] NetLabel: domain hash size = 128 [ 0.489544] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.490859] NetLabel: unlabeled traffic allowed by default [ 0.492437] clocksource: Switched to clocksource kvm-clock [ 0.502500] AppArmor: AppArmor Filesystem Enabled [ 0.503813] pnp: PnP ACPI init [ 0.505037] pnp: PnP ACPI: found 5 devices [ 0.511861] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.514197] NET: Registered protocol family 2 [ 0.515610] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.517385] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.519030] TCP: Hash tables configured (established 4096 bind 4096) [ 0.520671] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.522151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.523738] NET: Registered protocol family 1 [ 0.524942] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.526439] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.527938] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.542487] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.557008] Trying to unpack rootfs image as initramfs... [ 0.619457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.624510] Scanning for low memory corruption every 60 seconds [ 0.626719] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.628362] audit: initializing netlink subsys (disabled) [ 0.629884] audit: type=2000 audit(1535244410.324:1): initialized [ 0.631785] Initialise system trusted keyring [ 0.633174] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.634773] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.637527] zbud: loaded [ 0.638543] VFS: Disk quotas dquot_6.6.0 [ 0.639695] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.641876] fuse init (API version 7.23) [ 0.643117] Key type big_key registered [ 0.644233] Allocating IMA MOK and blacklist keyrings. [ 0.645937] Key type asymmetric registered [ 0.647104] Asymmetric key parser 'x509' registered [ 0.648470] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.650574] io scheduler noop registered [ 0.651687] io scheduler deadline registered (default) [ 0.653097] io scheduler cfq registered [ 0.654318] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.655771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.657585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.659644] ACPI: Power Button [PWRF] [ 0.660902] GHES: HEST is not enabled! [ 0.675119] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.704724] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.707763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.731463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.734561] Linux agpgart interface v0.103 [ 0.737956] brd: module loaded [ 0.740173] loop: module loaded [ 0.744988] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.747047] GPT:90111 != 2097151 [ 0.748004] GPT:Alternate GPT header not at the end of the disk. [ 0.749539] GPT:90111 != 2097151 [ 0.750499] GPT: Use GNU Parted to correct GPT errors. [ 0.751850] vda: vda1 vda15 [ 0.753556] scsi host0: ata_piix [ 0.754648] scsi host1: ata_piix [ 0.755668] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.757377] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.759406] libphy: Fixed MDIO Bus: probed [ 0.760786] tun: Universal TUN/TAP device driver, 1.6 [ 0.762130] tun: (C) 1999-2004 Max Krasnyansky [ 0.764859] PPP generic driver version 2.4.2 [ 0.766172] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.767824] ehci-pci: EHCI PCI platform driver [ 0.769095] ehci-platform: EHCI generic platform driver [ 0.770481] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.772088] ohci-pci: OHCI PCI platform driver [ 0.773328] ohci-platform: OHCI generic platform driver [ 0.774738] uhci_hcd: USB Universal Host Controller Interface driver [ 0.789363] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.790778] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.792850] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.794281] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.795883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.797593] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.799568] usb usb1: Product: UHCI Host Controller [ 0.800867] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.802444] usb usb1: SerialNumber: 0000:00:01.2 [ 0.803848] hub 1-0:1.0: USB hub found [ 0.804959] hub 1-0:1.0: 2 ports detected [ 0.806248] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.809171] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.810487] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.811891] mousedev: PS/2 mouse device common for all mice [ 0.813632] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.816176] rtc_cmos 00:00: RTC can wake from S4 [ 0.817723] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.819345] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.820967] i2c /dev entries driver [ 0.822034] device-mapper: uevent: version 1.0.3 [ 0.823350] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.825635] ledtrig-cpu: registered to indicate activity on CPUs [ 0.827502] NET: Registered protocol family 10 [ 0.829083] NET: Registered protocol family 17 [ 0.830307] Key type dns_resolver registered [ 0.831607] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.833130] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.835535] registered taskstats version 1 [ 0.836704] Loading compiled-in X.509 certificates [ 0.838538] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.841104] zswap: loaded using pool lzo/zbud [ 0.843182] Key type trusted registered [ 0.845328] Key type encrypted registered [ 0.846475] AppArmor: AppArmor sha1 policy hashing enabled [ 0.847921] ima: No TPM chip found, activating TPM-bypass! [ 0.849364] evm: HMAC attrs: 0x1 [ 0.850663] Magic number: 14:199:760 [ 0.851847] rtc_cmos 00:00: setting system clock to 2018-08-26 00:46:50 UTC (1535244410) [ 0.854108] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.855648] EDD information not available. [ 0.917962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.934458] Write protecting the kernel read-only data: 14336k [ 0.937451] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.939963] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.094771] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.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.90. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- /dev/root resized successfully [took 0.10s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCQkjdwqygKIL8tNMnGqw9vNlQ+WikqfpvRl38HiygMJ4DY9aFxwfyWFzYH4x7O/jJXhTvB71S0WJlYef7AJ6A8M92xf4kED9DbFExpQfWcyAXYYOte2vLh+r1wgI5ODnN43mtrtGLqzyxLN8Ha+m9+HrOj93V/YIXQwCA18rQL2sxlcJ2B1PoNw+Z7ilLMurx8vs7uoMdH5+57VGK7zbSp0+vXejgOdCFDjoKOEi3/VVqLDN0W+MZeQaXMv2DodwLEy8DOVZHFMcn8UzKEO2B712MlNEWnGizHpoWRPbHG+C1yayMIi/fjmB6NKlsRr3VRuJ3zTk4Vn3qfAhQzYXg3 root@vping-ssh-vm-545c1df0-063d-43cc-a6a3-45f7334f87a5 ssh-dss AAAAB3NzaC1kc3MAAACBAKQImpWsKYoJHRcVsBKrXfyKtJMX+QIsmuGR8odSG2hTUzRi+LawxAy+hprndaPRAa1uxk4P0TtspAG7Vr+9j5meF/7spXT91XwXClDrRakK7LJxHiL+j+z2g5b71NziRpfD67RjF3aHq4lKThzwe1ZJ4dml0Ql6Oa9ItaZIetI/AAAAFQDQxyzudo+tlf3omR2ts2dSBZy1cwAAAIA2+hC5TeCYNao5NSJJJ61HBOFvPAu6XVaDiQolcmMeZP4T/+XmEgGSiQjYpCDVBmFI4cACevzx+8JJz8Wgv4/b/7/lsVAM7DTIsOfpiodET9mUrElF9LIkIBvE8/b9boHXfB3OXGPW7lnz6TEJX19QZ3rCXTCzdhk+IwCEOGlVnAAAAIA2WNQP1biYHxHC8Fyj9NO/nKiusZE7Qijd6rVUioBHoQEvzkYfML0t16qzx0s4kf0UVv4Ymgncfe8nbG6/f8CQ7XWBA//BuoPx7MoU15wR0fOQEpQnVG33uUjM+J8CgWZz7SnMZUJivCC1SZdUB16k6oZwowzm5danGbcsEt1VSg== root@vping-ssh-vm-545c1df0-063d-43cc-a6a3-45f7334f87a5 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe3e:b9f7/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-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-545c1df0-063d-43cc-a6a3-45f7334f87a5 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.23 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-545c1df0-063d-43cc-a6a3-45f7334f87a5 login: 2018-08-26 00:46:57,075 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2018-08-26 00:47:06,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-26 00:47:06,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-26 00:47:06,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-352fc9b1-5b0a-4bc6-bd39-0caf55561ad3 x-compute-request-id: req-352fc9b1-5b0a-4bc6-bd39-0caf55561ad3 Content-Encoding: gzip Content-Length: 9581 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 471373701 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.211203] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.214006] pid_max: default: 32768 minimum: 301\n[ 0.215489] ACPI: Core revision 20150930\n[ 0.217400] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.219594] Security Framework initialized\n[ 0.220938] Yama: becoming mindful.\n[ 0.222170] AppArmor: AppArmor initialized\n[ 0.223575] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.225779] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.227869] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.229861] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.232180] Initializing cgroup subsys io\n[ 0.233506] Initializing cgroup subsys memory\n[ 0.234947] Initializing cgroup subsys devices\n[ 0.236363] Initializing cgroup subsys freezer\n[ 0.237800] Initializing cgroup subsys net_cls\n[ 0.239250] Initializing cgroup subsys perf_event\n[ 0.240722] Initializing cgroup subsys net_prio\n[ 0.242209] Initializing cgroup subsys hugetlb\n[ 0.243666] Initializing cgroup subsys pids\n[ 0.244859] CPU: Physical Processor ID: 0\n[ 0.246684] mce: CPU supports 10 MCE banks\n[ 0.247845] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.249221] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.264086] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.270747] ftrace: allocating 31920 entries in 125 pages\n[ 0.296176] smpboot: Max logical packages: 1\n[ 0.297348] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.299233] x2apic enabled\n[ 0.300367] Switched APIC routing to physical x2apic.\n[ 0.302855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.304377] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.307111] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.309578] KVM setup paravirtual spinlock\n[ 0.311190] x86: Booted up 1 node, 1 CPUs\n[ 0.312301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.314186] devtmpfs: initialized\n[ 0.316166] evm: security.selinux\n[ 0.317130] evm: security.SMACK64\n[ 0.318097] evm: security.SMACK64EXEC\n[ 0.319129] evm: security.SMACK64TRANSMUTE\n[ 0.320242] evm: security.SMACK64MMAP\n[ 0.321266] evm: security.ima\n[ 0.322159] evm: security.capability\n[ 0.323241] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.325754] pinctrl core: initialized pinctrl subsystem\n[ 0.327247] RTC time: 0:46:49, date: 08/26/18\n[ 0.328536] NET: Registered protocol family 16\n[ 0.329847] cpuidle: using governor ladder\n[ 0.330973] cpuidle: using governor menu\n[ 0.332065] PCCT header not found.\n[ 0.333100] ACPI: bus type PCI registered\n[ 0.334203] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.335886] PCI: Using configuration type 1 for base access\n[ 0.338041] ACPI: Added _OSI(Module Device)\n[ 0.339196] ACPI: Added _OSI(Processor Device)\n[ 0.340383] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.341619] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.343823] ACPI: Interpreter enabled\n[ 0.344881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.347426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.349988] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.352573] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.355118] ACPI: (supports S0 S5)\n[ 0.356087] ACPI: Using IOAPIC for interrupt routing\n[ 0.357373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.361186] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.362740] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.364412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.366031] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.369020] acpiphp: Slot [3] registered\n[ 0.370131] acpiphp: Slot [4] registered\n[ 0.371233] acpiphp: Slot [5] registered\n[ 0.372329] acpiphp: Slot [6] registered\n[ 0.373431] acpiphp: Slot [7] registered\n[ 0.374533] acpiphp: Slot [8] registered\n[ 0.375630] acpiphp: Slot [9] registered\n[ 0.376721] acpiphp: Slot [10] registered\n[ 0.377835] acpiphp: Slot [11] registered\n[ 0.378952] acpiphp: Slot [12] registered\n[ 0.380064] acpiphp: Slot [13] registered\n[ 0.381173] acpiphp: Slot [14] registered\n[ 0.382284] acpiphp: Slot [15] registered\n[ 0.397586] acpiphp: Slot [16] registered\n[ 0.398706] acpiphp: Slot [17] registered\n[ 0.399819] acpiphp: Slot [18] registered\n[ 0.400930] acpiphp: Slot [19] registered\n[ 0.402043] acpiphp: Slot [20] registered\n[ 0.403160] acpiphp: Slot [21] registered\n[ 0.404270] acpiphp: Slot [22] registered\n[ 0.405384] acpiphp: Slot [23] registered\n[ 0.406502] acpiphp: Slot [24] registered\n[ 0.407620] acpiphp: Slot [25] registered\n[ 0.408731] acpiphp: Slot [26] registered\n[ 0.409841] acpiphp: Slot [27] registered\n[ 0.410955] acpiphp: Slot [28] registered\n[ 0.412075] acpiphp: Slot [29] registered\n[ 0.413184] acpiphp: Slot [30] registered\n[ 0.414295] acpiphp: Slot [31] registered\n[ 0.415407] PCI host bridge to bus 0000:00\n[ 0.416521] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.418161] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.419807] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.421804] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.423804] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.425833] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.429792] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.431542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.433141] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.434848] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.439235] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.441199] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.461781] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.463806] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.465770] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.467714] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.469619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.471362] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.473167] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.474605] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.476723] vgaarb: loaded\n[ 0.477557] vgaarb: bridge control possible 0000:00:02.0\n[ 0.479207] SCSI subsystem initialized\n[ 0.480456] ACPI: bus type USB registered\n[ 0.481590] usbcore: registered new interface driver usbfs\n[ 0.482994] usbcore: registered new interface driver hub\n[ 0.484366] usbcore: registered new device driver usb\n[ 0.485868] PCI: Using ACPI for IRQ routing\n[ 0.487387] NetLabel: Initializing\n[ 0.488378] NetLabel: domain hash size = 128\n[ 0.489544] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.490859] NetLabel: unlabeled traffic allowed by default\n[ 0.492437] clocksource: Switched to clocksource kvm-clock\n[ 0.502500] AppArmor: AppArmor Filesystem Enabled\n[ 0.503813] pnp: PnP ACPI init\n[ 0.505037] pnp: PnP ACPI: found 5 devices\n[ 0.511861] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.514197] NET: Registered protocol family 2\n[ 0.515610] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.517385] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.519030] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.520671] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.522151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.523738] NET: Registered protocol family 1\n[ 0.524942] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.526439] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.527938] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.542487] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557008] Trying to unpack rootfs image as initramfs...\n[ 0.619457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.624510] Scanning for low memory corruption every 60 seconds\n[ 0.626719] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.628362] audit: initializing netlink subsys (disabled)\n[ 0.629884] audit: type=2000 audit(1535244410.324:1): initialized\n[ 0.631785] Initialise system trusted keyring\n[ 0.633174] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.634773] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.637527] zbud: loaded\n[ 0.638543] VFS: Disk quotas dquot_6.6.0\n[ 0.639695] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.641876] fuse init (API version 7.23)\n[ 0.643117] Key type big_key registered\n[ 0.644233] Allocating IMA MOK and blacklist keyrings.\n[ 0.645937] Key type asymmetric registered\n[ 0.647104] Asymmetric key parser 'x509' registered\n[ 0.648470] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.650574] io scheduler noop registered\n[ 0.651687] io scheduler deadline registered (default)\n[ 0.653097] io scheduler cfq registered\n[ 0.654318] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.655771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.657585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.659644] ACPI: Power Button [PWRF]\n[ 0.660902] GHES: HEST is not enabled!\n[ 0.675119] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.704724] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.707763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.731463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.734561] Linux agpgart interface v0.103\n[ 0.737956] brd: module loaded\n[ 0.740173] loop: module loaded\n[ 0.744988] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.747047] GPT:90111 != 2097151\n[ 0.748004] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749539] GPT:90111 != 2097151\n[ 0.750499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751850] vda: vda1 vda15\n[ 0.753556] scsi host0: ata_piix\n[ 0.754648] scsi host1: ata_piix\n[ 0.755668] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757377] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759406] libphy: Fixed MDIO Bus: probed\n[ 0.760786] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762130] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764859] PPP generic driver version 2.4.2\n[ 0.766172] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767824] ehci-pci: EHCI PCI platform driver\n[ 0.769095] ehci-platform: EHCI generic platform driver\n[ 0.770481] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772088] ohci-pci: OHCI PCI platform driver\n[ 0.773328] ohci-platform: OHCI generic platform driver\n[ 0.774738] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789363] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790778] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794281] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797593] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799568] usb usb1: Product: UHCI Host Controller\n[ 0.800867] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803848] hub 1-0:1.0: USB hub found\n[ 0.804959] hub 1-0:1.0: 2 ports detected\n[ 0.806248] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809171] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810487] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811891] mousedev: PS/2 mouse device common for all mice\n[ 0.813632] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816176] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817723] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819345] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.820967] i2c /dev entries driver\n[ 0.822034] device-mapper: uevent: version 1.0.3\n[ 0.823350] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825635] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827502] NET: Registered protocol family 10\n[ 0.829083] NET: Registered protocol family 17\n[ 0.830307] Key type dns_resolver registered\n[ 0.831607] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833130] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.835535] registered taskstats version 1\n[ 0.836704] Loading compiled-in X.509 certificates\n[ 0.838538] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841104] zswap: loaded using pool lzo/zbud\n[ 0.843182] Key type trusted registered\n[ 0.845328] Key type encrypted registered\n[ 0.846475] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.847921] ima: No TPM chip found, activating TPM-bypass!\n[ 0.849364] evm: HMAC attrs: 0x1\n[ 0.850663] Magic number: 14:199:760\n[ 0.851847] rtc_cmos 00:00: setting system clock to 2018-08-26 00:46:50 UTC (1535244410)\n[ 0.854108] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.855648] EDD information not available.\n[ 0.917962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.934458] Write protecting the kernel read-only data: 14336k\n[ 0.937451] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.939963] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.094771] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.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.90. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\n/dev/root resized successfully [took 0.10s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCQkjdwqygKIL8tNMnGqw9vNlQ+WikqfpvRl38HiygMJ4DY9aFxwfyWFzYH4x7O/jJXhTvB71S0WJlYef7AJ6A8M92xf4kED9DbFExpQfWcyAXYYOte2vLh+r1wgI5ODnN43mtrtGLqzyxLN8Ha+m9+HrOj93V/YIXQwCA18rQL2sxlcJ2B1PoNw+Z7ilLMurx8vs7uoMdH5+57VGK7zbSp0+vXejgOdCFDjoKOEi3/VVqLDN0W+MZeQaXMv2DodwLEy8DOVZHFMcn8UzKEO2B712MlNEWnGizHpoWRPbHG+C1yayMIi/fjmB6NKlsRr3VRuJ3zTk4Vn3qfAhQzYXg3 root@vping-ssh-vm-545c1df0-063d-43cc-a6a3-45f7334f87a5\nssh-dss AAAAB3NzaC1kc3MAAACBAKQImpWsKYoJHRcVsBKrXfyKtJMX+QIsmuGR8odSG2hTUzRi+LawxAy+hprndaPRAa1uxk4P0TtspAG7Vr+9j5meF/7spXT91XwXClDrRakK7LJxHiL+j+z2g5b71NziRpfD67RjF3aHq4lKThzwe1ZJ4dml0Ql6Oa9ItaZIetI/AAAAFQDQxyzudo+tlf3omR2ts2dSBZy1cwAAAIA2+hC5TeCYNao5NSJJJ61HBOFvPAu6XVaDiQolcmMeZP4T/+XmEgGSiQjYpCDVBmFI4cACevzx+8JJz8Wgv4/b/7/lsVAM7DTIsOfpiodET9mUrElF9LIkIBvE8/b9boHXfB3OXGPW7lnz6TEJX19QZ3rCXTCzdhk+IwCEOGlVnAAAAIA2WNQP1biYHxHC8Fyj9NO/nKiusZE7Qijd6rVUioBHoQEvzkYfML0t16qzx0s4kf0UVv4Ymgncfe8nbG6/f8CQ7XWBA//BuoPx7MoU15wR0fOQEpQnVG33uUjM+J8CgWZz7SnMZUJivCC1SZdUB16k6oZwowzm5danGbcsEt1VSg== root@vping-ssh-vm-545c1df0-063d-43cc-a6a3-45f7334f87a5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe3e:b9f7/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-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-545c1df0-063d-43cc-a6a3-45f7334f87a5\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.23 ===\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-545c1df0-063d-43cc-a6a3-45f7334f87a5 login: "} 2018-08-26 00:47:06,184 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c/action used request id req-352fc9b1-5b0a-4bc6-bd39-0caf55561ad3 2018-08-26 00:47:06,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0995659828186s 2018-08-26 00:47:06,185 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c/action used request id req-352fc9b1-5b0a-4bc6-bd39-0caf55561ad3 2018-08-26 00:47:06,186 - 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 471373701 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.211203] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.214006] pid_max: default: 32768 minimum: 301 [ 0.215489] ACPI: Core revision 20150930 [ 0.217400] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.219594] Security Framework initialized [ 0.220938] Yama: becoming mindful. [ 0.222170] AppArmor: AppArmor initialized [ 0.223575] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.225779] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.227869] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.229861] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.232180] Initializing cgroup subsys io [ 0.233506] Initializing cgroup subsys memory [ 0.234947] Initializing cgroup subsys devices [ 0.236363] Initializing cgroup subsys freezer [ 0.237800] Initializing cgroup subsys net_cls [ 0.239250] Initializing cgroup subsys perf_event [ 0.240722] Initializing cgroup subsys net_prio [ 0.242209] Initializing cgroup subsys hugetlb [ 0.243666] Initializing cgroup subsys pids [ 0.244859] CPU: Physical Processor ID: 0 [ 0.246684] mce: CPU supports 10 MCE banks [ 0.247845] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.249221] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.264086] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.270747] ftrace: allocating 31920 entries in 125 pages [ 0.296176] smpboot: Max logical packages: 1 [ 0.297348] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.299233] x2apic enabled [ 0.300367] Switched APIC routing to physical x2apic. [ 0.302855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.304377] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.307111] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.309578] KVM setup paravirtual spinlock [ 0.311190] x86: Booted up 1 node, 1 CPUs [ 0.312301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.314186] devtmpfs: initialized [ 0.316166] evm: security.selinux [ 0.317130] evm: security.SMACK64 [ 0.318097] evm: security.SMACK64EXEC [ 0.319129] evm: security.SMACK64TRANSMUTE [ 0.320242] evm: security.SMACK64MMAP [ 0.321266] evm: security.ima [ 0.322159] evm: security.capability [ 0.323241] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.325754] pinctrl core: initialized pinctrl subsystem [ 0.327247] RTC time: 0:46:49, date: 08/26/18 [ 0.328536] NET: Registered protocol family 16 [ 0.329847] cpuidle: using governor ladder [ 0.330973] cpuidle: using governor menu [ 0.332065] PCCT header not found. [ 0.333100] ACPI: bus type PCI registered [ 0.334203] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.335886] PCI: Using configuration type 1 for base access [ 0.338041] ACPI: Added _OSI(Module Device) [ 0.339196] ACPI: Added _OSI(Processor Device) [ 0.340383] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.341619] ACPI: Added _OSI(Processor Aggregator Device) [ 0.343823] ACPI: Interpreter enabled [ 0.344881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.347426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.349988] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.352573] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.355118] ACPI: (supports S0 S5) [ 0.356087] ACPI: Using IOAPIC for interrupt routing [ 0.357373] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.361186] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.362740] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.364412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.366031] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.369020] acpiphp: Slot [3] registered [ 0.370131] acpiphp: Slot [4] registered [ 0.371233] acpiphp: Slot [5] registered [ 0.372329] acpiphp: Slot [6] registered [ 0.373431] acpiphp: Slot [7] registered [ 0.374533] acpiphp: Slot [8] registered [ 0.375630] acpiphp: Slot [9] registered [ 0.376721] acpiphp: Slot [10] registered [ 0.377835] acpiphp: Slot [11] registered [ 0.378952] acpiphp: Slot [12] registered [ 0.380064] acpiphp: Slot [13] registered [ 0.381173] acpiphp: Slot [14] registered [ 0.382284] acpiphp: Slot [15] registered [ 0.397586] acpiphp: Slot [16] registered [ 0.398706] acpiphp: Slot [17] registered [ 0.399819] acpiphp: Slot [18] registered [ 0.400930] acpiphp: Slot [19] registered [ 0.402043] acpiphp: Slot [20] registered [ 0.403160] acpiphp: Slot [21] registered [ 0.404270] acpiphp: Slot [22] registered [ 0.405384] acpiphp: Slot [23] registered [ 0.406502] acpiphp: Slot [24] registered [ 0.407620] acpiphp: Slot [25] registered [ 0.408731] acpiphp: Slot [26] registered [ 0.409841] acpiphp: Slot [27] registered [ 0.410955] acpiphp: Slot [28] registered [ 0.412075] acpiphp: Slot [29] registered [ 0.413184] acpiphp: Slot [30] registered [ 0.414295] acpiphp: Slot [31] registered [ 0.415407] PCI host bridge to bus 0000:00 [ 0.416521] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.418161] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.419807] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.421804] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.423804] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.425833] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.429792] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.431542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.433141] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.434848] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.439235] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.441199] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.461781] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.463806] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.465770] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.467714] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.469619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.471362] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.473167] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.474605] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.476723] vgaarb: loaded [ 0.477557] vgaarb: bridge control possible 0000:00:02.0 [ 0.479207] SCSI subsystem initialized [ 0.480456] ACPI: bus type USB registered [ 0.481590] usbcore: registered new interface driver usbfs [ 0.482994] usbcore: registered new interface driver hub [ 0.484366] usbcore: registered new device driver usb [ 0.485868] PCI: Using ACPI for IRQ routing [ 0.487387] NetLabel: Initializing [ 0.488378] NetLabel: domain hash size = 128 [ 0.489544] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.490859] NetLabel: unlabeled traffic allowed by default [ 0.492437] clocksource: Switched to clocksource kvm-clock [ 0.502500] AppArmor: AppArmor Filesystem Enabled [ 0.503813] pnp: PnP ACPI init [ 0.505037] pnp: PnP ACPI: found 5 devices [ 0.511861] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.514197] NET: Registered protocol family 2 [ 0.515610] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.517385] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.519030] TCP: Hash tables configured (established 4096 bind 4096) [ 0.520671] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.522151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.523738] NET: Registered protocol family 1 [ 0.524942] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.526439] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.527938] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.542487] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.557008] Trying to unpack rootfs image as initramfs... [ 0.619457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.624510] Scanning for low memory corruption every 60 seconds [ 0.626719] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.628362] audit: initializing netlink subsys (disabled) [ 0.629884] audit: type=2000 audit(1535244410.324:1): initialized [ 0.631785] Initialise system trusted keyring [ 0.633174] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.634773] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.637527] zbud: loaded [ 0.638543] VFS: Disk quotas dquot_6.6.0 [ 0.639695] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.641876] fuse init (API version 7.23) [ 0.643117] Key type big_key registered [ 0.644233] Allocating IMA MOK and blacklist keyrings. [ 0.645937] Key type asymmetric registered [ 0.647104] Asymmetric key parser 'x509' registered [ 0.648470] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.650574] io scheduler noop registered [ 0.651687] io scheduler deadline registered (default) [ 0.653097] io scheduler cfq registered [ 0.654318] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.655771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.657585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.659644] ACPI: Power Button [PWRF] [ 0.660902] GHES: HEST is not enabled! [ 0.675119] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.704724] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.707763] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.731463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.734561] Linux agpgart interface v0.103 [ 0.737956] brd: module loaded [ 0.740173] loop: module loaded [ 0.744988] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.747047] GPT:90111 != 2097151 [ 0.748004] GPT:Alternate GPT header not at the end of the disk. [ 0.749539] GPT:90111 != 2097151 [ 0.750499] GPT: Use GNU Parted to correct GPT errors. [ 0.751850] vda: vda1 vda15 [ 0.753556] scsi host0: ata_piix [ 0.754648] scsi host1: ata_piix [ 0.755668] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.757377] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.759406] libphy: Fixed MDIO Bus: probed [ 0.760786] tun: Universal TUN/TAP device driver, 1.6 [ 0.762130] tun: (C) 1999-2004 Max Krasnyansky [ 0.764859] PPP generic driver version 2.4.2 [ 0.766172] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.767824] ehci-pci: EHCI PCI platform driver [ 0.769095] ehci-platform: EHCI generic platform driver [ 0.770481] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.772088] ohci-pci: OHCI PCI platform driver [ 0.773328] ohci-platform: OHCI generic platform driver [ 0.774738] uhci_hcd: USB Universal Host Controller Interface driver [ 0.789363] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.790778] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.792850] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.794281] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.795883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.797593] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.799568] usb usb1: Product: UHCI Host Controller [ 0.800867] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.802444] usb usb1: SerialNumber: 0000:00:01.2 [ 0.803848] hub 1-0:1.0: USB hub found [ 0.804959] hub 1-0:1.0: 2 ports detected [ 0.806248] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.809171] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.810487] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.811891] mousedev: PS/2 mouse device common for all mice [ 0.813632] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.816176] rtc_cmos 00:00: RTC can wake from S4 [ 0.817723] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.819345] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.820967] i2c /dev entries driver [ 0.822034] device-mapper: uevent: version 1.0.3 [ 0.823350] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.825635] ledtrig-cpu: registered to indicate activity on CPUs [ 0.827502] NET: Registered protocol family 10 [ 0.829083] NET: Registered protocol family 17 [ 0.830307] Key type dns_resolver registered [ 0.831607] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.833130] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.835535] registered taskstats version 1 [ 0.836704] Loading compiled-in X.509 certificates [ 0.838538] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.841104] zswap: loaded using pool lzo/zbud [ 0.843182] Key type trusted registered [ 0.845328] Key type encrypted registered [ 0.846475] AppArmor: AppArmor sha1 policy hashing enabled [ 0.847921] ima: No TPM chip found, activating TPM-bypass! [ 0.849364] evm: HMAC attrs: 0x1 [ 0.850663] Magic number: 14:199:760 [ 0.851847] rtc_cmos 00:00: setting system clock to 2018-08-26 00:46:50 UTC (1535244410) [ 0.854108] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.855648] EDD information not available. [ 0.917962] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.934458] Write protecting the kernel read-only data: 14336k [ 0.937451] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.939963] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.094771] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.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.90. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- /dev/root resized successfully [took 0.10s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCQkjdwqygKIL8tNMnGqw9vNlQ+WikqfpvRl38HiygMJ4DY9aFxwfyWFzYH4x7O/jJXhTvB71S0WJlYef7AJ6A8M92xf4kED9DbFExpQfWcyAXYYOte2vLh+r1wgI5ODnN43mtrtGLqzyxLN8Ha+m9+HrOj93V/YIXQwCA18rQL2sxlcJ2B1PoNw+Z7ilLMurx8vs7uoMdH5+57VGK7zbSp0+vXejgOdCFDjoKOEi3/VVqLDN0W+MZeQaXMv2DodwLEy8DOVZHFMcn8UzKEO2B712MlNEWnGizHpoWRPbHG+C1yayMIi/fjmB6NKlsRr3VRuJ3zTk4Vn3qfAhQzYXg3 root@vping-ssh-vm-545c1df0-063d-43cc-a6a3-45f7334f87a5 ssh-dss AAAAB3NzaC1kc3MAAACBAKQImpWsKYoJHRcVsBKrXfyKtJMX+QIsmuGR8odSG2hTUzRi+LawxAy+hprndaPRAa1uxk4P0TtspAG7Vr+9j5meF/7spXT91XwXClDrRakK7LJxHiL+j+z2g5b71NziRpfD67RjF3aHq4lKThzwe1ZJ4dml0Ql6Oa9ItaZIetI/AAAAFQDQxyzudo+tlf3omR2ts2dSBZy1cwAAAIA2+hC5TeCYNao5NSJJJ61HBOFvPAu6XVaDiQolcmMeZP4T/+XmEgGSiQjYpCDVBmFI4cACevzx+8JJz8Wgv4/b/7/lsVAM7DTIsOfpiodET9mUrElF9LIkIBvE8/b9boHXfB3OXGPW7lnz6TEJX19QZ3rCXTCzdhk+IwCEOGlVnAAAAIA2WNQP1biYHxHC8Fyj9NO/nKiusZE7Qijd6rVUioBHoQEvzkYfML0t16qzx0s4kf0UVv4Ymgncfe8nbG6/f8CQ7XWBA//BuoPx7MoU15wR0fOQEpQnVG33uUjM+J8CgWZz7SnMZUJivCC1SZdUB16k6oZwowzm5danGbcsEt1VSg== root@vping-ssh-vm-545c1df0-063d-43cc-a6a3-45f7334f87a5 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe3e:b9f7/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-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-545c1df0-063d-43cc-a6a3-45f7334f87a5 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.23 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-545c1df0-063d-43cc-a6a3-45f7334f87a5 login: 2018-08-26 00:47:07,188 - paramiko.transport - DEBUG - starting thread (client mode): 0x805a7950L 2018-08-26 00:47:07,189 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-26 00:47:07,189 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-26 00:47:07,189 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-26 00:47:07,190 - 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-08-26 00:47:07,191 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-26 00:47:07,191 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-26 00:47:07,191 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-26 00:47:07,191 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-26 00:47:07,191 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-26 00:47:07,209 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-26 00:47:07,210 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-26 00:47:07,221 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 39ba35350224c57a691a0e23adf624e3 2018-08-26 00:47:07,222 - paramiko.transport - DEBUG - Trying discovered key 6559e0e425cc9a9d8ef84a04587953ac in /tmp/tmpWoP6db 2018-08-26 00:47:07,247 - paramiko.transport - DEBUG - userauth is OK 2018-08-26 00:47:07,253 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-26 00:47:07,255 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-26 00:47:07,255 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-26 00:47:07,256 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-26 00:47:07,257 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-26 00:47:07,259 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-26 00:47:07,260 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.12 (192.168.120.12): 56 data bytes 64 bytes from 192.168.120.12: seq=0 ttl=64 time=0.681 ms --- 192.168.120.12 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 0.681/0.681/0.681 ms 2018-08-26 00:47:07,260 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-26 00:47:07,264 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-26 00:47:07,373 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 00:47:07,373 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:05 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-26 00:47:07,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-26 00:47:07,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:07,571 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:47: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-6e75fff6-fed2-4b0c-ae91-9f44c0f4a5bc x-compute-request-id: req-6e75fff6-fed2-4b0c-ae91-9f44c0f4a5bc Content-Type: application/json 2018-08-26 00:47:07,571 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8 used request id req-6e75fff6-fed2-4b0c-ae91-9f44c0f4a5bc 2018-08-26 00:47:07,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.193081140518s 2018-08-26 00:47:07,571 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8 used request id req-6e75fff6-fed2-4b0c-ae91-9f44c0f4a5bc 2018-08-26 00:47:07,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:47:07,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:08,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47: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-18c20128-5f36-4000-a032-86785e6ee4aa x-compute-request-id: req-18c20128-5f36-4000-a032-86785e6ee4aa Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b9:f7", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b9:f7", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:46:49.000000", "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "security_groups": [{"name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}], "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:49Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5", "name": "vping_ssh-vm_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:41Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:fc:c9", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0832461c-fc05-4b34-b924-c177282f41e8", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:46:32.000000", "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "0832461c-fc05-4b34-b924-c177282f41e8", "security_groups": [{"name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}], "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:47:07Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:19Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:47:08,352 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-18c20128-5f36-4000-a032-86785e6ee4aa 2018-08-26 00:47:08,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.780968904495s 2018-08-26 00:47:08,353 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-18c20128-5f36-4000-a032-86785e6ee4aa 2018-08-26 00:47:08,355 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:47:10,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:47:10,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:11,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47: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-8028e78d-c2ac-4f55-9f2a-43d770ac5bbc x-compute-request-id: req-8028e78d-c2ac-4f55-9f2a-43d770ac5bbc Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b9:f7", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b9:f7", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:46:49.000000", "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "security_groups": [{"name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}], "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:46:49Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5", "name": "vping_ssh-vm_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:41Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:47:11,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8028e78d-c2ac-4f55-9f2a-43d770ac5bbc 2018-08-26 00:47:11,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.39160203934s 2018-08-26 00:47:11,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8028e78d-c2ac-4f55-9f2a-43d770ac5bbc 2018-08-26 00:47:11,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-26 00:47:11,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/37241a80-26e0-4484-a111-42d746873435.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:12,712 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bbda0475-e40d-40b8-9198-b9e91678ab90 Content-Length: 0 Date: Sun, 26 Aug 2018 00:47:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:47:12,712 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/37241a80-26e0-4484-a111-42d746873435.json used request id req-bbda0475-e40d-40b8-9198-b9e91678ab90 2018-08-26 00:47:12,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.958358049393s 2018-08-26 00:47:12,713 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/37241a80-26e0-4484-a111-42d746873435.json used request id req-bbda0475-e40d-40b8-9198-b9e91678ab90 2018-08-26 00:47:12,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:47:12,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:12,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-766dea82-23f8-4a73-a3c8-c173ff906706 Date: Sun, 26 Aug 2018 00:47:12 GMT RESP BODY: {"floatingips": []} 2018-08-26 00:47:12,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-766dea82-23f8-4a73-a3c8-c173ff906706 2018-08-26 00:47:12,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0621719360352s 2018-08-26 00:47:12,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-766dea82-23f8-4a73-a3c8-c173ff906706 2018-08-26 00:47:12,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-26 00:47:12,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:13,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:47:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-39127e13-1a22-492b-bb15-75c8ceedcafa x-compute-request-id: req-39127e13-1a22-492b-bb15-75c8ceedcafa Content-Type: application/json 2018-08-26 00:47:13,008 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c used request id req-39127e13-1a22-492b-bb15-75c8ceedcafa 2018-08-26 00:47:13,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.226670980453s 2018-08-26 00:47:13,008 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c used request id req-39127e13-1a22-492b-bb15-75c8ceedcafa 2018-08-26 00:47:13,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:47:13,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:14,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47: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-d37dd3db-6e17-48c5-b10b-4ca49917b1c4 x-compute-request-id: req-d37dd3db-6e17-48c5-b10b-4ca49917b1c4 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b9:f7", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b9:f7", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "rel": "bookmark"}], "image": {"id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "links": [{"href": "http://172.30.9.22:8774/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:46:49.000000", "flavor": {"id": "61393122-e7e9-4fdf-9b21-be3e6aaeece3", "links": [{"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "bookmark"}]}, "id": "cf616ba7-9bf8-43f1-8eb7-0822564fac5c", "security_groups": [{"name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}], "user_id": "71ca2d1341a9477ca457a6d8dd2d8007", "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-08-26T00:47:12Z", "hostId": "506f60f100c0d474ecd5237fcc395cded9d505148bfec6f35518aaee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5", "name": "vping_ssh-vm_545c1df0-063d-43cc-a6a3-45f7334f87a5", "created": "2018-08-26T00:46:41Z", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:47:14,496 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d37dd3db-6e17-48c5-b10b-4ca49917b1c4 2018-08-26 00:47:14,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.48723006248s 2018-08-26 00:47:14,496 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d37dd3db-6e17-48c5-b10b-4ca49917b1c4 2018-08-26 00:47:14,498 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:47:16,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:47:16,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:16,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47: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-f57da46b-1f0c-4439-bb8a-fec39e663afe x-compute-request-id: req-f57da46b-1f0c-4439-bb8a-fec39e663afe Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-26 00:47:16,573 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f57da46b-1f0c-4439-bb8a-fec39e663afe 2018-08-26 00:47:16,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0725321769714s 2018-08-26 00:47:16,573 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f57da46b-1f0c-4439-bb8a-fec39e663afe 2018-08-26 00:47:16,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-26 00:47:16,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:16,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-0f2393af-6528-4cd9-bbe3-197258baeeb9 Date: Sun, 26 Aug 2018 00:47:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "created_at": "2018-08-26T00:46:02Z", "updated_at": "2018-08-26T00:46:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:02Z", "revision_number": 0, "id": "10704893-ab11-4835-84f2-bf668dbc0164", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:02Z", "security_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv4", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:02Z", "revision_number": 0, "id": "38f18610-8828-4400-bceb-5cb9e9d23fd2", "remote_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:02Z", "security_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv6", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:02Z", "revision_number": 0, "id": "478f8690-874a-4213-b082-6de4515a65a4", "remote_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:02Z", "security_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv4", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:02Z", "revision_number": 0, "id": "f47ff649-9d9d-4f14-9d04-a3b5cfef49b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:02Z", "security_group_id": "4ac57412-0e02-4e27-9832-4b71488e1149", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv6", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}], "revision_number": 1, "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "4ac57412-0e02-4e27-9832-4b71488e1149", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "created_at": "2018-08-26T00:46:12Z", "updated_at": "2018-08-26T00:46:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:12Z", "revision_number": 0, "id": "63a444f7-5f4d-4a2c-9601-9932ab5c87e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:12Z", "security_group_id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv4", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-26T00:46:13Z", "revision_number": 0, "id": "882fde9d-5427-4701-88d8-bb88cf66039c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:13Z", "security_group_id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:12Z", "revision_number": 0, "id": "ee224db8-e25e-4c1c-8ac3-f4cb3e4de572", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:12Z", "security_group_id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv6", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:46:14Z", "revision_number": 0, "id": "fb1b0dd3-5ec4-4a91-a8fa-49c97bf7c82e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:46:14Z", "security_group_id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "port_range_min": null, "ethertype": "IPv4", "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f"}], "revision_number": 3, "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "c75f2ea7-0e35-47e2-ac86-1ea8e43946cd", "name": "vping_ssh-sg_545c1df0-063d-43cc-a6a3-45f7334f87a5"}]} 2018-08-26 00:47:16,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-0f2393af-6528-4cd9-bbe3-197258baeeb9 2018-08-26 00:47:16,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0519859790802s 2018-08-26 00:47:16,629 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-0f2393af-6528-4cd9-bbe3-197258baeeb9 2018-08-26 00:47:16,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-26 00:47:16,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/c75f2ea7-0e35-47e2-ac86-1ea8e43946cd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:16,835 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8935a28-68f9-42cf-81eb-816941e35fe1 Content-Length: 0 Date: Sun, 26 Aug 2018 00:47:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:47:16,835 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/c75f2ea7-0e35-47e2-ac86-1ea8e43946cd.json used request id req-b8935a28-68f9-42cf-81eb-816941e35fe1 2018-08-26 00:47:16,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.202973127365s 2018-08-26 00:47:16,836 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/c75f2ea7-0e35-47e2-ac86-1ea8e43946cd.json used request id req-b8935a28-68f9-42cf-81eb-816941e35fe1 2018-08-26 00:47:16,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-26 00:47:16,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:16,895 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:47: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-fbc8476a-12fb-40b2-ab81-05453b24a498 x-compute-request-id: req-fbc8476a-12fb-40b2-ab81-05453b24a498 Content-Length: 0 Content-Type: application/json 2018-08-26 00:47:16,895 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5 used request id req-fbc8476a-12fb-40b2-ab81-05453b24a498 2018-08-26 00:47:16,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0590188503265s 2018-08-26 00:47:16,896 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_545c1df0-063d-43cc-a6a3-45f7334f87a5 used request id req-fbc8476a-12fb-40b2-ab81-05453b24a498 2018-08-26 00:47:16,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 00:47:16,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/ca5c5a7b-bccf-441a-8476-419c89c29773/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" -d '{"subnet_id": "8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5"}' 2018-08-26 00:47:18,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-93a67137-04ef-4074-a3f7-febd9bb2f0b9 Date: Sun, 26 Aug 2018 00:47:18 GMT RESP BODY: {"network_id": "c83f99fb-5a6a-402a-be92-35aa4e6c902b", "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "subnet_id": "8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5", "subnet_ids": ["8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5"], "port_id": "bae68c99-893e-4c0d-9598-47bd49c002f5", "id": "ca5c5a7b-bccf-441a-8476-419c89c29773"} 2018-08-26 00:47:18,464 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ca5c5a7b-bccf-441a-8476-419c89c29773/remove_router_interface.json used request id req-93a67137-04ef-4074-a3f7-febd9bb2f0b9 2018-08-26 00:47:18,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.56833100319s 2018-08-26 00:47:18,465 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ca5c5a7b-bccf-441a-8476-419c89c29773/remove_router_interface.json used request id req-93a67137-04ef-4074-a3f7-febd9bb2f0b9 returning object ca5c5a7b-bccf-441a-8476-419c89c29773 2018-08-26 00:47:18,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 00:47:18,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:18,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-db47a7f2-baa8-4643-9300-6fbc8f3a519d Date: Sun, 26 Aug 2018 00:47:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "created_at": "2018-08-26T00:46:05Z", "admin_state_up": true, "updated_at": "2018-08-26T00:47:17Z", "revision_number": 4, "routes": [], "project_id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "ca5c5a7b-bccf-441a-8476-419c89c29773", "name": "vping_ssh-router_545c1df0-063d-43cc-a6a3-45f7334f87a5"}]} 2018-08-26 00:47:18,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-db47a7f2-baa8-4643-9300-6fbc8f3a519d 2018-08-26 00:47:18,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.406450986862s 2018-08-26 00:47:18,872 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-db47a7f2-baa8-4643-9300-6fbc8f3a519d 2018-08-26 00:47:18,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 00:47:18,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/ca5c5a7b-bccf-441a-8476-419c89c29773.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:20,563 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7c78d29e-4905-4690-9294-5104bdd0005a Content-Length: 0 Date: Sun, 26 Aug 2018 00:47:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:47:20,563 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/ca5c5a7b-bccf-441a-8476-419c89c29773.json used request id req-7c78d29e-4905-4690-9294-5104bdd0005a 2018-08-26 00:47:20,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.68980288506s 2018-08-26 00:47:20,564 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/ca5c5a7b-bccf-441a-8476-419c89c29773.json used request id req-7c78d29e-4905-4690-9294-5104bdd0005a 2018-08-26 00:47:20,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:47:20,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:20,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-e48e3dc5-e5ba-499a-b2a6-4a4476d46507 Date: Sun, 26 Aug 2018 00:47:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c83f99fb-5a6a-402a-be92-35aa4e6c902b","tenant_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","created_at":"2018-08-26T00:46:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:46:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","id":"8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5","subnetpool_id":null,"name":"vping_ssh-subnet_545c1df0-063d-43cc-a6a3-45f7334f87a5"}]} 2018-08-26 00:47:20,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-e48e3dc5-e5ba-499a-b2a6-4a4476d46507 2018-08-26 00:47:20,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0506000518799s 2018-08-26 00:47:20,615 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-e48e3dc5-e5ba-499a-b2a6-4a4476d46507 2018-08-26 00:47:20,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 00:47:20,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:22,996 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5f269b44-5af9-4db4-9b26-85d10e3ae5bb Date: Sun, 26 Aug 2018 00:47:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:47:22,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5.json used request id req-5f269b44-5af9-4db4-9b26-85d10e3ae5bb 2018-08-26 00:47:22,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.37955594063s 2018-08-26 00:47:22,997 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/8cd7c3eb-e6aa-42f5-9a47-dfd291dda8e5.json used request id req-5f269b44-5af9-4db4-9b26-85d10e3ae5bb 2018-08-26 00:47:22,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:47:22,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:23,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-f17166a8-b3ac-4e50-a7d0-297791fed63a Date: Sun, 26 Aug 2018 00:47:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-26T00:47:22Z","tenant_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","created_at":"2018-08-26T00:46:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"49017dbfa8af43a0b8ed4a0a51b0b66f","id":"c83f99fb-5a6a-402a-be92-35aa4e6c902b","name":"vping_ssh-net_545c1df0-063d-43cc-a6a3-45f7334f87a5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:47:23,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f17166a8-b3ac-4e50-a7d0-297791fed63a 2018-08-26 00:47:23,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0973060131073s 2018-08-26 00:47:23,095 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f17166a8-b3ac-4e50-a7d0-297791fed63a 2018-08-26 00:47:23,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 00:47:23,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/c83f99fb-5a6a-402a-be92-35aa4e6c902b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:24,907 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-874042f3-ea26-4f31-89d3-da8eaed89553 Date: Sun, 26 Aug 2018 00:47:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:47:24,907 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/c83f99fb-5a6a-402a-be92-35aa4e6c902b.json used request id req-874042f3-ea26-4f31-89d3-da8eaed89553 2018-08-26 00:47:24,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.81095814705s 2018-08-26 00:47:24,907 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/c83f99fb-5a6a-402a-be92-35aa4e6c902b.json used request id req-874042f3-ea26-4f31-89d3-da8eaed89553 2018-08-26 00:47:24,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:47:24,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:25,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-cac971b5-7ef7-46a8-8165-0dd790e63db0 Date: Sun, 26 Aug 2018 00:47:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:46:10Z", "file": "/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/file", "owner": "49017dbfa8af43a0b8ed4a0a51b0b66f", "id": "a8ed9442-5292-4c99-954e-b8a87f96ac7a", "size": 12716032, "self": "/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_545c1df0-063d-43cc-a6a3-45f7334f87a5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:46:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:47:25,207 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-cac971b5-7ef7-46a8-8165-0dd790e63db0 2018-08-26 00:47:25,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.295734882355s 2018-08-26 00:47:25,208 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-cac971b5-7ef7-46a8-8165-0dd790e63db0 2018-08-26 00:47:25,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-26 00:47:25,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdb4bb36ad4ed036f88e5df13ebdec7fc7d38dce" 2018-08-26 00:47:26,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-64c8ebae-d5a8-4ff6-b607-ab2b5feaa7dc Date: Sun, 26 Aug 2018 00:47:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:47:26,771 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a used request id req-64c8ebae-d5a8-4ff6-b607-ab2b5feaa7dc 2018-08-26 00:47:26,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.56149411201s 2018-08-26 00:47:26,771 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/a8ed9442-5292-4c99-954e-b8a87f96ac7a used request id req-64c8ebae-d5a8-4ff6-b607-ab2b5feaa7dc 2018-08-26 00:47:26,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:47:26,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:47:26,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47: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-7f516ea8-134d-4862-a0a3-419e844c3612 x-compute-request-id: req-7f516ea8-134d-4862-a0a3-419e844c3612 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_545c1df0-063d-43cc-a6a3-45f7334f87a5", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3", "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": "61393122-e7e9-4fdf-9b21-be3e6aaeece3"}]} 2018-08-26 00:47:26,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7f516ea8-134d-4862-a0a3-419e844c3612 2018-08-26 00:47:26,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0223939418793s 2018-08-26 00:47:26,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7f516ea8-134d-4862-a0a3-419e844c3612 2018-08-26 00:47:26,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-26 00:47:26,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:47:26,834 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:47:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-18971548-1690-44f9-bf6b-a6fdae9c9650 x-compute-request-id: req-18971548-1690-44f9-bf6b-a6fdae9c9650 Content-Length: 0 Content-Type: application/json 2018-08-26 00:47:26,835 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3 used request id req-18971548-1690-44f9-bf6b-a6fdae9c9650 2018-08-26 00:47:26,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0390920639038s 2018-08-26 00:47:26,835 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/61393122-e7e9-4fdf-9b21-be3e6aaeece3 used request id req-18971548-1690-44f9-bf6b-a6fdae9c9650 2018-08-26 00:47:26,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:47:26,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:47:27,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdf62342-9136-45eb-810e-f83bf2b4055b Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/0049bfec5dd746eaa3bd4ab1bc064350"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0049bfec5dd746eaa3bd4ab1bc064350", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/02a6c38f931e4804a70ef74c26b7c11d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02a6c38f931e4804a70ef74c26b7c11d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/069bd57c4d4b4158906adf39308a9bfe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "069bd57c4d4b4158906adf39308a9bfe", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3234d598132142f3acc53ccdc4abd3bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3234d598132142f3acc53ccdc4abd3bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/39533691ab574a84aeab5b9d828d1983"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39533691ab574a84aeab5b9d828d1983", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/474875818d4541cba75d9065b08b7657"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474875818d4541cba75d9065b08b7657", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/474dd411059547088d861f7dc6006e0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474dd411059547088d861f7dc6006e0c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/518520b9e3e448d2874dae1fdafcce7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "518520b9e3e448d2874dae1fdafcce7d", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/56b56736152a413bbf743b3a14c6e5d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56b56736152a413bbf743b3a14c6e5d3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_545c1df0-063d-43cc-a6a3-45f7334f87a5", "links": {"self": "http://172.30.9.22:5000/v3/users/71ca2d1341a9477ca457a6d8dd2d8007"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "71ca2d1341a9477ca457a6d8dd2d8007", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/8b6e7715d7a04c3682b13b2667de7b04"}, "domain_id": "424ccdce7f9c44f1977a73b5e3b41ad0", "enabled": true, "options": {}, "id": "8b6e7715d7a04c3682b13b2667de7b04", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/9a7ac8ccfc6f4efd98a69892ae9e09a7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a7ac8ccfc6f4efd98a69892ae9e09a7", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/b6c7eb6acbf34ae5aa31f751a52f6ab9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6c7eb6acbf34ae5aa31f751a52f6ab9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/ec0330040c8a4809b49be675e7f85a32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec0330040c8a4809b49be675e7f85a32", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/f05078eb36684bf7916dc1c910444303"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f05078eb36684bf7916dc1c910444303", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-26 00:47:27,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bdf62342-9136-45eb-810e-f83bf2b4055b 2018-08-26 00:47:27,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.319001197815s 2018-08-26 00:47:27,155 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bdf62342-9136-45eb-810e-f83bf2b4055b 2018-08-26 00:47:27,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:47:27,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/71ca2d1341a9477ca457a6d8dd2d8007 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:47:27,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea6d13a7-dd99-45e1-a696-ba4a1ca6fd91 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_545c1df0-063d-43cc-a6a3-45f7334f87a5", "links": {"self": "http://172.30.9.22:5000/v3/users/71ca2d1341a9477ca457a6d8dd2d8007"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "71ca2d1341a9477ca457a6d8dd2d8007", "description": null}} 2018-08-26 00:47:27,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/71ca2d1341a9477ca457a6d8dd2d8007 used request id req-ea6d13a7-dd99-45e1-a696-ba4a1ca6fd91 2018-08-26 00:47:27,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208529949188s 2018-08-26 00:47:27,370 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/71ca2d1341a9477ca457a6d8dd2d8007 used request id req-ea6d13a7-dd99-45e1-a696-ba4a1ca6fd91 2018-08-26 00:47:27,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-26 00:47:27,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/71ca2d1341a9477ca457a6d8dd2d8007 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:47:27,722 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:47:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72a9cfb7-e660-4ceb-9c84-fe1a215422fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:47:27,722 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/71ca2d1341a9477ca457a6d8dd2d8007 used request id req-72a9cfb7-e660-4ceb-9c84-fe1a215422fc 2018-08-26 00:47:27,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.351353883743s 2018-08-26 00:47:27,722 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/71ca2d1341a9477ca457a6d8dd2d8007 used request id req-72a9cfb7-e660-4ceb-9c84-fe1a215422fc 2018-08-26 00:47:27,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 00:47:27,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:47:27,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d53e2b1-9ebd-4875-8d2f-a302c25e523b Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82"}, "tags": [], "enabled": true, "id": "463d1f922e1948f6bd05a420de81ed82", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/49017dbfa8af43a0b8ed4a0a51b0b66f"}, "tags": [], "enabled": true, "id": "49017dbfa8af43a0b8ed4a0a51b0b66f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_545c1df0-063d-43cc-a6a3-45f7334f87a5"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f25cbe785dac41128d46915c0c96dbeb"}, "tags": [], "enabled": true, "id": "f25cbe785dac41128d46915c0c96dbeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-26 00:47:27,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-8d53e2b1-9ebd-4875-8d2f-a302c25e523b 2018-08-26 00:47:27,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.20282292366s 2018-08-26 00:47:27,931 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-8d53e2b1-9ebd-4875-8d2f-a302c25e523b 2018-08-26 00:47:27,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-26 00:47:27,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/49017dbfa8af43a0b8ed4a0a51b0b66f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57df95f47a3ea6b629f31a3c251d917b7c307beb" 2018-08-26 00:47:28,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:47:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe7cf6de-eca9-4f15-bf14-b1bf01225770 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:47:28,249 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/49017dbfa8af43a0b8ed4a0a51b0b66f used request id req-fe7cf6de-eca9-4f15-bf14-b1bf01225770 2018-08-26 00:47:28,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.313519001007s 2018-08-26 00:47:28,250 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/49017dbfa8af43a0b8ed4a0a51b0b66f used request id req-fe7cf6de-eca9-4f15-bf14-b1bf01225770 2018-08-26 00:47:28,303 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-26 00:47:28,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:47:28,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:47:28,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:47:28,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:47:28,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:47:28,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:47:28,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:47:28,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:47:28,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:47:28,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:47:28,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:47:28,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:47:28,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:47:28,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:47:28,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:47:28,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:47:28,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:47:28,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:47:28,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:47:28,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:47:28,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:47:28,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:47:28,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:47:28,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1264ceae-55e7-441a-bb88-cd742687bfc9 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:47:28,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1264ceae-55e7-441a-bb88-cd742687bfc9 2018-08-26 00:47:28,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:47:28,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c0a8bf7efff4719ac51c17d596f36d9", "name": "admin"}, {"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:47:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f25cbe785dac41128d46915c0c96dbeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "518520b9e3e448d2874dae1fdafcce7d"}, "audit_ids": ["aIK6APkmQyCx9kZQBq5lEw"], "issued_at": "2018-08-26T00:47:28.000000Z"}} 2018-08-26 00:47:28,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:47:28,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:47:29,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ea8e0939-3d83-4739-bdbe-64556704ef6b Date: Sun, 26 Aug 2018 00:47:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:47:29,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ea8e0939-3d83-4739-bdbe-64556704ef6b 2018-08-26 00:47:29,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.363050937653s 2018-08-26 00:47:29,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ea8e0939-3d83-4739-bdbe-64556704ef6b 2018-08-26 00:47:29,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:47:29,126 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 26 Aug 2018 00:47:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-882a3670-9520-4b18-97ec-b8228c47ec13 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.22:5000/v3/", "rel": "self"}]}]}} 2018-08-26 00:47:29,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-882a3670-9520-4b18-97ec-b8228c47ec13 2018-08-26 00:47:29,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 00:47:29,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:47:29,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c889b740-eabd-4c44-b0a4-9937a67c9f08 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/424ccdce7f9c44f1977a73b5e3b41ad0"}, "tags": [], "enabled": true, "id": "424ccdce7f9c44f1977a73b5e3b41ad0", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-26 00:47:29,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-c889b740-eabd-4c44-b0a4-9937a67c9f08 2018-08-26 00:47:29,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193650960922s 2018-08-26 00:47:29,321 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-c889b740-eabd-4c44-b0a4-9937a67c9f08 2018-08-26 00:47:29,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-26 00:47:29,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_fac4f00f-f114-4961-b7e5-5de3b917f291"}}' 2018-08-26 00:47:29,588 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 00:47:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7351546d-e8e7-4504-8078-65f59649ea22 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.22:5000/v3/projects/52a8611a23114a51ac364ce7ac9ded64"}, "tags": [], "enabled": true, "id": "52a8611a23114a51ac364ce7ac9ded64", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_fac4f00f-f114-4961-b7e5-5de3b917f291"}} 2018-08-26 00:47:29,588 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-7351546d-e8e7-4504-8078-65f59649ea22 2018-08-26 00:47:29,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.258608102798s 2018-08-26 00:47:29,588 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-7351546d-e8e7-4504-8078-65f59649ea22 2018-08-26 00:47:29,589 - 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'52a8611a23114a51ac364ce7ac9ded64', '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_fac4f00f-f114-4961-b7e5-5de3b917f291'}) 2018-08-26 00:47:29,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-26 00:47:29,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8c95dee2-6124-4f8f-9673-b696ae814d35", "email": null, "name": "vping_userdata-user_fac4f00f-f114-4961-b7e5-5de3b917f291"}}' 2018-08-26 00:47:30,070 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 00:47:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76304de3-4bb8-4e51-8216-666666cba03b Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_fac4f00f-f114-4961-b7e5-5de3b917f291", "links": {"self": "http://172.30.9.22:5000/v3/users/6aeb33dcff674d4c993bd937c2d2ce44"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6aeb33dcff674d4c993bd937c2d2ce44", "domain_id": "default", "password_expires_at": null}} 2018-08-26 00:47:30,070 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-76304de3-4bb8-4e51-8216-666666cba03b 2018-08-26 00:47:30,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.475011110306s 2018-08-26 00:47:30,070 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-76304de3-4bb8-4e51-8216-666666cba03b 2018-08-26 00:47:30,071 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6aeb33dcff674d4c993bd937c2d2ce44', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_fac4f00f-f114-4961-b7e5-5de3b917f291'}) 2018-08-26 00:47:30,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:47:30,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:47:30,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41d5c8ed-fa20-4699-8f99-720ab173c595 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:47:30,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-41d5c8ed-fa20-4699-8f99-720ab173c595 2018-08-26 00:47:30,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190392971039s 2018-08-26 00:47:30,265 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-41d5c8ed-fa20-4699-8f99-720ab173c595 2018-08-26 00:47:30,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:47:30,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:47:30,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d7b3c18-45a4-4928-b626-8e5db5d49082 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:47:30,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1d7b3c18-45a4-4928-b626-8e5db5d49082 2018-08-26 00:47:30,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192317962646s 2018-08-26 00:47:30,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1d7b3c18-45a4-4928-b626-8e5db5d49082 2018-08-26 00:47:30,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:47:30,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:47:30,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8054202e-36df-4524-939e-ad09ce9ed796 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:47:30,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8054202e-36df-4524-939e-ad09ce9ed796 2018-08-26 00:47:30,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181746959686s 2018-08-26 00:47:30,650 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8054202e-36df-4524-939e-ad09ce9ed796 2018-08-26 00:47:30,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 00:47:30,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:47:30,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28eca694-1e05-4386-a3bc-77e7d72a158f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-26 00:47:30,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-28eca694-1e05-4386-a3bc-77e7d72a158f 2018-08-26 00:47:30,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.202529907227s 2018-08-26 00:47:30,857 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-28eca694-1e05-4386-a3bc-77e7d72a158f 2018-08-26 00:47:30,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:47:30,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:47:31,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ff1a0e3-372c-422c-bd82-717bbea3dace Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/0049bfec5dd746eaa3bd4ab1bc064350"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0049bfec5dd746eaa3bd4ab1bc064350", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/02a6c38f931e4804a70ef74c26b7c11d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02a6c38f931e4804a70ef74c26b7c11d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/069bd57c4d4b4158906adf39308a9bfe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "069bd57c4d4b4158906adf39308a9bfe", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3234d598132142f3acc53ccdc4abd3bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3234d598132142f3acc53ccdc4abd3bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/39533691ab574a84aeab5b9d828d1983"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39533691ab574a84aeab5b9d828d1983", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/474875818d4541cba75d9065b08b7657"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474875818d4541cba75d9065b08b7657", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/474dd411059547088d861f7dc6006e0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474dd411059547088d861f7dc6006e0c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/518520b9e3e448d2874dae1fdafcce7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "518520b9e3e448d2874dae1fdafcce7d", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/56b56736152a413bbf743b3a14c6e5d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56b56736152a413bbf743b3a14c6e5d3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_fac4f00f-f114-4961-b7e5-5de3b917f291", "links": {"self": "http://172.30.9.22:5000/v3/users/6aeb33dcff674d4c993bd937c2d2ce44"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6aeb33dcff674d4c993bd937c2d2ce44", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/8b6e7715d7a04c3682b13b2667de7b04"}, "domain_id": "424ccdce7f9c44f1977a73b5e3b41ad0", "enabled": true, "options": {}, "id": "8b6e7715d7a04c3682b13b2667de7b04", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/9a7ac8ccfc6f4efd98a69892ae9e09a7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a7ac8ccfc6f4efd98a69892ae9e09a7", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/b6c7eb6acbf34ae5aa31f751a52f6ab9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6c7eb6acbf34ae5aa31f751a52f6ab9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/ec0330040c8a4809b49be675e7f85a32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec0330040c8a4809b49be675e7f85a32", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/f05078eb36684bf7916dc1c910444303"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f05078eb36684bf7916dc1c910444303", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-26 00:47:31,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-2ff1a0e3-372c-422c-bd82-717bbea3dace 2018-08-26 00:47:31,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205972909927s 2018-08-26 00:47:31,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-2ff1a0e3-372c-422c-bd82-717bbea3dace 2018-08-26 00:47:31,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 00:47:31,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:47:31,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a10f67ef-62f6-4b8c-8549-1a66a02da898 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f25cbe785dac41128d46915c0c96dbeb"}, "tags": [], "enabled": true, "id": "f25cbe785dac41128d46915c0c96dbeb", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82"}, "tags": [], "enabled": true, "id": "463d1f922e1948f6bd05a420de81ed82", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/52a8611a23114a51ac364ce7ac9ded64"}, "tags": [], "enabled": true, "id": "52a8611a23114a51ac364ce7ac9ded64", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_fac4f00f-f114-4961-b7e5-5de3b917f291"}]} 2018-08-26 00:47:31,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-a10f67ef-62f6-4b8c-8549-1a66a02da898 2018-08-26 00:47:31,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.218654155731s 2018-08-26 00:47:31,295 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-a10f67ef-62f6-4b8c-8549-1a66a02da898 2018-08-26 00:47:31,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-26 00:47:31,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=6aeb33dcff674d4c993bd937c2d2ce44&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=52a8611a23114a51ac364ce7ac9ded64" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:47:31,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a89ac193-419e-4377-9c44-8ff42d5a0a95 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=6aeb33dcff674d4c993bd937c2d2ce44&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=52a8611a23114a51ac364ce7ac9ded64", "previous": null, "next": null}} 2018-08-26 00:47:31,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=6aeb33dcff674d4c993bd937c2d2ce44&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=52a8611a23114a51ac364ce7ac9ded64 used request id req-a89ac193-419e-4377-9c44-8ff42d5a0a95 2018-08-26 00:47:31,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.185297966003s 2018-08-26 00:47:31,488 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=6aeb33dcff674d4c993bd937c2d2ce44&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=52a8611a23114a51ac364ce7ac9ded64 used request id req-a89ac193-419e-4377-9c44-8ff42d5a0a95 2018-08-26 00:47:31,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-26 00:47:31,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/52a8611a23114a51ac364ce7ac9ded64/users/6aeb33dcff674d4c993bd937c2d2ce44/roles/82d9930d0bee41c895199897b9683e3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:47:31,771 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:47:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cdf3105-6be8-4519-9e57-78fbd75c8b17 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:47:31,771 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/52a8611a23114a51ac364ce7ac9ded64/users/6aeb33dcff674d4c993bd937c2d2ce44/roles/82d9930d0bee41c895199897b9683e3c used request id req-4cdf3105-6be8-4519-9e57-78fbd75c8b17 2018-08-26 00:47:31,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.2794880867s 2018-08-26 00:47:31,771 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/52a8611a23114a51ac364ce7ac9ded64/users/6aeb33dcff674d4c993bd937c2d2ce44/roles/82d9930d0bee41c895199897b9683e3c used request id req-4cdf3105-6be8-4519-9e57-78fbd75c8b17 2018-08-26 00:47:31,772 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_fac4f00f-f114-4961-b7e5-5de3b917f291', 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'52a8611a23114a51ac364ce7ac9ded64', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '8c95dee2-6124-4f8f-9673-b696ae814d35', 'username': u'vping_userdata-user_fac4f00f-f114-4961-b7e5-5de3b917f291', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-26 00:47:31,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:47:31,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:47:31,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:47:31,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:47:31,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:47:31,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:47:31,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:47:31,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:47:31,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:47:31,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:47:31,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:47:31,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:47:31,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:47:31,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:47:31,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:47:31,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:47:31,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:47:31,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:47:31,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:47:31,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:47:31,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:47:31,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:47:31,776 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_fac4f00f-f114-4961-b7e5-5de3b917f291', 'password': '8c95dee2-6124-4f8f-9673-b696ae814d35', 'project_name': 'vping_userdata-project_fac4f00f-f114-4961-b7e5-5de3b917f291', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '52a8611a23114a51ac364ce7ac9ded64', 'project_domain_name': 'Default'} 2018-08-26 00:47:31,777 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-26 00:47:31,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:47:31,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bee12651-7c32-4754-b608-a9bb93ec5c95 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:47:31,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bee12651-7c32-4754-b608-a9bb93ec5c95 2018-08-26 00:47:31,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:47:32,176 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:47:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52a8611a23114a51ac364ce7ac9ded64", "name": "vping_userdata-project_fac4f00f-f114-4961-b7e5-5de3b917f291"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/52a8611a23114a51ac364ce7ac9ded64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/52a8611a23114a51ac364ce7ac9ded64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/52a8611a23114a51ac364ce7ac9ded64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/52a8611a23114a51ac364ce7ac9ded64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/52a8611a23114a51ac364ce7ac9ded64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/52a8611a23114a51ac364ce7ac9ded64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/52a8611a23114a51ac364ce7ac9ded64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/52a8611a23114a51ac364ce7ac9ded64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/52a8611a23114a51ac364ce7ac9ded64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/52a8611a23114a51ac364ce7ac9ded64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/52a8611a23114a51ac364ce7ac9ded64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/52a8611a23114a51ac364ce7ac9ded64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_52a8611a23114a51ac364ce7ac9ded64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_52a8611a23114a51ac364ce7ac9ded64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_fac4f00f-f114-4961-b7e5-5de3b917f291", "id": "6aeb33dcff674d4c993bd937c2d2ce44"}, "audit_ids": ["mzvo1wIFQ3aUgTrZLN-ngw"], "issued_at": "2018-08-26T00:47:32.000000Z"}} 2018-08-26 00:47:32,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 00:47:32,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" -d '{"network": {"name": "vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291", "admin_state_up": true}}' 2018-08-26 00:47:33,061 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-75374b60-a6c0-49db-a77c-fe01c0afe413 Date: Sun, 26 Aug 2018 00:47:33 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"52a8611a23114a51ac364ce7ac9ded64","created_at":"2018-08-26T00:47:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-26T00:47:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"52a8611a23114a51ac364ce7ac9ded64","id":"fb664cd4-520d-4dfe-bf13-0247a0fc6fde","name":"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291"}} 2018-08-26 00:47:33,061 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-75374b60-a6c0-49db-a77c-fe01c0afe413 2018-08-26 00:47:33,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.88178896904s 2018-08-26 00:47:33,061 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-75374b60-a6c0-49db-a77c-fe01c0afe413 2018-08-26 00:47:33,062 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:47:32Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'fb664cd4-520d-4dfe-bf13-0247a0fc6fde', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291', u'admin_state_up': True, u'tenant_id': u'52a8611a23114a51ac364ce7ac9ded64', u'created_at': u'2018-08-26T00:47:32Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'52a8611a23114a51ac364ce7ac9ded64'}) 2018-08-26 00:47:33,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:47:33,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:33,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-af42aa2a-1009-4399-a6d6-0f1c032e70da Date: Sun, 26 Aug 2018 00:47:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","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-08-26T00:47:32Z","tenant_id":"52a8611a23114a51ac364ce7ac9ded64","created_at":"2018-08-26T00:47:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"52a8611a23114a51ac364ce7ac9ded64","id":"fb664cd4-520d-4dfe-bf13-0247a0fc6fde","name":"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291"}]} 2018-08-26 00:47:33,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-af42aa2a-1009-4399-a6d6-0f1c032e70da 2018-08-26 00:47:33,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.427351951599s 2018-08-26 00:47:33,490 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-af42aa2a-1009-4399-a6d6-0f1c032e70da 2018-08-26 00:47:33,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 00:47:33,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" -d '{"subnet": {"name": "vping_userdata-subnet_fac4f00f-f114-4961-b7e5-5de3b917f291", "enable_dhcp": true, "network_id": "fb664cd4-520d-4dfe-bf13-0247a0fc6fde", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 00:47:34,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fbd82c6c-d5d7-49e6-a1aa-969f1f32f99d Date: Sun, 26 Aug 2018 00:47:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb664cd4-520d-4dfe-bf13-0247a0fc6fde","tenant_id":"52a8611a23114a51ac364ce7ac9ded64","created_at":"2018-08-26T00:47:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:47: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":"52a8611a23114a51ac364ce7ac9ded64","id":"e1f9c134-0b1a-42bc-8285-296f6869a0d0","subnetpool_id":null,"name":"vping_userdata-subnet_fac4f00f-f114-4961-b7e5-5de3b917f291"}} 2018-08-26 00:47:34,397 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-fbd82c6c-d5d7-49e6-a1aa-969f1f32f99d 2018-08-26 00:47:34,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.904981851578s 2018-08-26 00:47:34,397 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-fbd82c6c-d5d7-49e6-a1aa-969f1f32f99d 2018-08-26 00:47:34,397 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:47: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'e1f9c134-0b1a-42bc-8285-296f6869a0d0', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_fac4f00f-f114-4961-b7e5-5de3b917f291', u'enable_dhcp': True, u'network_id': u'fb664cd4-520d-4dfe-bf13-0247a0fc6fde', u'tenant_id': u'52a8611a23114a51ac364ce7ac9ded64', u'created_at': u'2018-08-26T00:47: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'52a8611a23114a51ac364ce7ac9ded64'}) 2018-08-26 00:47:34,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 00:47:34,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" -d '{"router": {"external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20"}, "name": "vping_userdata-router_fac4f00f-f114-4961-b7e5-5de3b917f291", "admin_state_up": true}}' 2018-08-26 00:47:35,950 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-cbe4024f-3102-4152-af12-f7dde634390d Date: Sun, 26 Aug 2018 00:47:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "created_at": "2018-08-26T00:47:34Z", "admin_state_up": true, "updated_at": "2018-08-26T00:47:35Z", "revision_number": 2, "routes": [], "project_id": "52a8611a23114a51ac364ce7ac9ded64", "id": "e6e40b4a-58b0-4acf-aea0-5a4551b68646", "name": "vping_userdata-router_fac4f00f-f114-4961-b7e5-5de3b917f291"}} 2018-08-26 00:47:35,950 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-cbe4024f-3102-4152-af12-f7dde634390d 2018-08-26 00:47:35,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.55230903625s 2018-08-26 00:47:35,951 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-cbe4024f-3102-4152-af12-f7dde634390d 2018-08-26 00:47:35,951 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c6df188-21d6-4197-bf89-8f166bee1386', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'52a8611a23114a51ac364ce7ac9ded64', u'created_at': u'2018-08-26T00:47:34Z', u'admin_state_up': True, u'updated_at': u'2018-08-26T00:47:35Z', u'revision_number': 2, u'routes': [], u'project_id': u'52a8611a23114a51ac364ce7ac9ded64', u'id': u'e6e40b4a-58b0-4acf-aea0-5a4551b68646', u'name': u'vping_userdata-router_fac4f00f-f114-4961-b7e5-5de3b917f291'}) 2018-08-26 00:47:35,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 00:47:35,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/e6e40b4a-58b0-4acf-aea0-5a4551b68646/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" -d '{"subnet_id": "e1f9c134-0b1a-42bc-8285-296f6869a0d0"}' 2018-08-26 00:47:38,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a556acae-ada2-4c3f-b3f7-3a15169a6e11 Date: Sun, 26 Aug 2018 00:47:38 GMT RESP BODY: {"network_id": "fb664cd4-520d-4dfe-bf13-0247a0fc6fde", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "subnet_id": "e1f9c134-0b1a-42bc-8285-296f6869a0d0", "subnet_ids": ["e1f9c134-0b1a-42bc-8285-296f6869a0d0"], "port_id": "a87f4c05-d125-4e64-975f-81e0cb07336a", "id": "e6e40b4a-58b0-4acf-aea0-5a4551b68646"} 2018-08-26 00:47:38,083 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/e6e40b4a-58b0-4acf-aea0-5a4551b68646/add_router_interface.json used request id req-a556acae-ada2-4c3f-b3f7-3a15169a6e11 2018-08-26 00:47:38,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.13163590431s 2018-08-26 00:47:38,084 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/e6e40b4a-58b0-4acf-aea0-5a4551b68646/add_router_interface.json used request id req-a556acae-ada2-4c3f-b3f7-3a15169a6e11 returning object e6e40b4a-58b0-4acf-aea0-5a4551b68646 2018-08-26 00:47:38,084 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-26 00:47:38,216 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-26 00:47:38,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:47:38,222 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 26 Aug 2018 00:47:38 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-26 00:47:38,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:47:38,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:38,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8c422600-b828-44b5-8c5a-00f471747a17 Date: Sun, 26 Aug 2018 00:47:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:47:38,513 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8c422600-b828-44b5-8c5a-00f471747a17 2018-08-26 00:47:38,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.284729957581s 2018-08-26 00:47:38,514 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8c422600-b828-44b5-8c5a-00f471747a17 2018-08-26 00:47:38,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-26 00:47:38,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291"}' 2018-08-26 00:47:38,891 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f9872873-0050-4017-a347-cacb568f2e2c Date: Sun, 26 Aug 2018 00:47:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:47:38Z", "file": "/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/file", "owner": "52a8611a23114a51ac364ce7ac9ded64", "id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "size": null, "self": "/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291", "checksum": null, "created_at": "2018-08-26T00:47:38Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-26 00:47:38,891 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-f9872873-0050-4017-a347-cacb568f2e2c 2018-08-26 00:47:38,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.368674039841s 2018-08-26 00:47:38,891 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-f9872873-0050-4017-a347-cacb568f2e2c returning object 25ab6c9a-0f8d-4f23-8564-321a2760fddc 2018-08-26 00:47:38,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-26 00:47:38,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" -d '' 2018-08-26 00:47:39,971 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6892cf8c-4d4c-4915-8706-1844cf34cfe5 Date: Sun, 26 Aug 2018 00:47:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:47:39,971 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/file used request id req-6892cf8c-4d4c-4915-8706-1844cf34cfe5 2018-08-26 00:47:39,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.0794570446s 2018-08-26 00:47:39,972 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/file used request id req-6892cf8c-4d4c-4915-8706-1844cf34cfe5 2018-08-26 00:47:39,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:47:39,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:40,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-74e85061-49b6-4049-bf91-b9554b544036 Date: Sun, 26 Aug 2018 00:47:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:47:39Z", "file": "/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/file", "owner": "52a8611a23114a51ac364ce7ac9ded64", "id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "size": 12716032, "self": "/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:47:38Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:47:40,771 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-74e85061-49b6-4049-bf91-b9554b544036 2018-08-26 00:47:40,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.795176029205s 2018-08-26 00:47:40,772 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-74e85061-49b6-4049-bf91-b9554b544036 2018-08-26 00:47:40,774 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/file', 'owner': u'52a8611a23114a51ac364ce7ac9ded64', 'id': u'25ab6c9a-0f8d-4f23-8564-321a2760fddc', 'size': 12716032, u'self': u'/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'52a8611a23114a51ac364ce7ac9ded64', 'name': 'vping_userdata-project_fac4f00f-f114-4961-b7e5-5de3b917f291', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-26T00:47:39Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-26T00:47:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291', 'created': u'2018-08-26T00:47:38Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-26T00:47:38Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-26 00:47:40,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-26 00:47:40,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_fac4f00f-f114-4961-b7e5-5de3b917f291", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-26 00:47:41,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c4a9b47-c948-4dd7-8ed4-a6924d92a229 x-compute-request-id: req-2c4a9b47-c948-4dd7-8ed4-a6924d92a229 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_fac4f00f-f114-4961-b7e5-5de3b917f291", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "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": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b"}} 2018-08-26 00:47:41,134 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2c4a9b47-c948-4dd7-8ed4-a6924d92a229 2018-08-26 00:47:41,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.359399795532s 2018-08-26 00:47:41,134 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2c4a9b47-c948-4dd7-8ed4-a6924d92a229 2018-08-26 00:47:41,135 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_fac4f00f-f114-4961-b7e5-5de3b917f291', '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'f25cbe785dac41128d46915c0c96dbeb', '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'4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b', 'swap': 0}) 2018-08-26 00:47:41,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-26 00:47:41,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" -d '{"extra_specs": {}}' 2018-08-26 00:47:41,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9e557ca7-c0d2-47b9-9b60-56894a598a14 x-compute-request-id: req-9e557ca7-c0d2-47b9-9b60-56894a598a14 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-26 00:47:41,270 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b/os-extra_specs used request id req-9e557ca7-c0d2-47b9-9b60-56894a598a14 2018-08-26 00:47:41,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.1342689991s 2018-08-26 00:47:41,270 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b/os-extra_specs used request id req-9e557ca7-c0d2-47b9-9b60-56894a598a14 2018-08-26 00:47:41,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:47:41,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:41,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-d63fa977-1650-4a51-b3a4-3ff17e257ea7 Date: Sun, 26 Aug 2018 00:47:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e1f9c134-0b1a-42bc-8285-296f6869a0d0"],"updated_at":"2018-08-26T00:47:34Z","tenant_id":"52a8611a23114a51ac364ce7ac9ded64","created_at":"2018-08-26T00:47:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"52a8611a23114a51ac364ce7ac9ded64","id":"fb664cd4-520d-4dfe-bf13-0247a0fc6fde","name":"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291"}]} 2018-08-26 00:47:41,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d63fa977-1650-4a51-b3a4-3ff17e257ea7 2018-08-26 00:47:41,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.347880125046s 2018-08-26 00:47:41,619 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d63fa977-1650-4a51-b3a4-3ff17e257ea7 2018-08-26 00:47:41,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:47:41,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:41,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-eb126ffb-2897-4813-a67c-f225cd610458 Date: Sun, 26 Aug 2018 00:47:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:47:39Z", "file": "/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/file", "owner": "52a8611a23114a51ac364ce7ac9ded64", "id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "size": 12716032, "self": "/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:47:38Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:47:41,933 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-eb126ffb-2897-4813-a67c-f225cd610458 2018-08-26 00:47:41,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.310859918594s 2018-08-26 00:47:41,933 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-eb126ffb-2897-4813-a67c-f225cd610458 2018-08-26 00:47:41,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:47:41,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:42,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c364b2fb-d536-4f0d-b34c-1d8a7b022cb9 x-compute-request-id: req-c364b2fb-d536-4f0d-b34c-1d8a7b022cb9 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_fac4f00f-f114-4961-b7e5-5de3b917f291", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "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": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b"}]} 2018-08-26 00:47:42,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-c364b2fb-d536-4f0d-b34c-1d8a7b022cb9 2018-08-26 00:47:42,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.319720029831s 2018-08-26 00:47:42,255 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-c364b2fb-d536-4f0d-b34c-1d8a7b022cb9 2018-08-26 00:47:42,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-26 00:47:42,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" -d '{"server": {"name": "vping_userdata-vm_fac4f00f-f114-4961-b7e5-5de3b917f291", "imageRef": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "flavorRef": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fb664cd4-520d-4dfe-bf13-0247a0fc6fde"}]}}' 2018-08-26 00:47:45,788 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:47:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-536a04b8-6a3f-4caf-9ff9-2252420431cf x-compute-request-id: req-536a04b8-6a3f-4caf-9ff9-2252420431cf Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a60aa463-c9db-47df-a029-03fd866f5d3c", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "bookmark"}], "adminPass": "ZVez6TXtuN68"}} 2018-08-26 00:47:45,788 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-536a04b8-6a3f-4caf-9ff9-2252420431cf 2018-08-26 00:47:45,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.53196692467s 2018-08-26 00:47:45,788 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-536a04b8-6a3f-4caf-9ff9-2252420431cf 2018-08-26 00:47:45,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:47:45,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:46,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bd510ba-8e5d-40db-9a6d-ed68eff9e7fe x-compute-request-id: req-5bd510ba-8e5d-40db-9a6d-ed68eff9e7fe Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "a60aa463-c9db-47df-a029-03fd866f5d3c", "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:47:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:47:45Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:47:46,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5bd510ba-8e5d-40db-9a6d-ed68eff9e7fe 2018-08-26 00:47:46,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.63588809967s 2018-08-26 00:47:46,425 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5bd510ba-8e5d-40db-9a6d-ed68eff9e7fe 2018-08-26 00:47:46,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:47:46,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:46,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-1188b31c-e0a8-48f3-af52-3462481f4b78 Date: Sun, 26 Aug 2018 00:47: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":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e1f9c134-0b1a-42bc-8285-296f6869a0d0"],"updated_at":"2018-08-26T00:47:34Z","tenant_id":"52a8611a23114a51ac364ce7ac9ded64","created_at":"2018-08-26T00:47:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"52a8611a23114a51ac364ce7ac9ded64","id":"fb664cd4-520d-4dfe-bf13-0247a0fc6fde","name":"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291"}]} 2018-08-26 00:47:46,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1188b31c-e0a8-48f3-af52-3462481f4b78 2018-08-26 00:47:46,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106545209885s 2018-08-26 00:47:46,539 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1188b31c-e0a8-48f3-af52-3462481f4b78 2018-08-26 00:47:46,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:47:46,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:46,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c9af2070-4992-4426-b669-e84da813a27f Date: Sun, 26 Aug 2018 00:47:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb664cd4-520d-4dfe-bf13-0247a0fc6fde","tenant_id":"52a8611a23114a51ac364ce7ac9ded64","created_at":"2018-08-26T00:47:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:47: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":"52a8611a23114a51ac364ce7ac9ded64","id":"e1f9c134-0b1a-42bc-8285-296f6869a0d0","subnetpool_id":null,"name":"vping_userdata-subnet_fac4f00f-f114-4961-b7e5-5de3b917f291"}]} 2018-08-26 00:47:46,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-c9af2070-4992-4426-b669-e84da813a27f 2018-08-26 00:47:46,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.320828199387s 2018-08-26 00:47:46,861 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-c9af2070-4992-4426-b669-e84da813a27f 2018-08-26 00:47:46,861 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:47:48,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:47:48,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:50,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-622d30d1-2346-4277-88e3-9727381d331e x-compute-request-id: req-622d30d1-2346-4277-88e3-9727381d331e 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.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "a60aa463-c9db-47df-a029-03fd866f5d3c", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:47:48Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:47:45Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:47:50,030 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-622d30d1-2346-4277-88e3-9727381d331e 2018-08-26 00:47:50,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.16627693176s 2018-08-26 00:47:50,031 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-622d30d1-2346-4277-88e3-9727381d331e 2018-08-26 00:47:50,035 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:47:52,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:47:52,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:52,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8a19138-bad9-4e7f-94b8-357af2e69e41 x-compute-request-id: req-b8a19138-bad9-4e7f-94b8-357af2e69e41 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.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "a60aa463-c9db-47df-a029-03fd866f5d3c", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:47:48Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:47:45Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:47:52,887 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b8a19138-bad9-4e7f-94b8-357af2e69e41 2018-08-26 00:47:52,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.849942922592s 2018-08-26 00:47:52,888 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b8a19138-bad9-4e7f-94b8-357af2e69e41 2018-08-26 00:47:52,891 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:47:54,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:47:54,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:56,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47: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-f7c7f900-ac2f-47ea-baf8-cdf073741f76 x-compute-request-id: req-f7c7f900-ac2f-47ea-baf8-cdf073741f76 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:96:72", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:47:53.000000", "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "a60aa463-c9db-47df-a029-03fd866f5d3c", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:47:53Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:47:45Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:47:56,143 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f7c7f900-ac2f-47ea-baf8-cdf073741f76 2018-08-26 00:47:56,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.24902200699s 2018-08-26 00:47:56,144 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f7c7f900-ac2f-47ea-baf8-cdf073741f76 2018-08-26 00:47:56,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-26 00:47:56,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=a60aa463-c9db-47df-a029-03fd866f5d3c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:56,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ee4e21ea-d4ce-4da2-8d10-7b9f8ae0d05d Date: Sun, 26 Aug 2018 00:47:56 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb664cd4-520d-4dfe-bf13-0247a0fc6fde","tenant_id":"52a8611a23114a51ac364ce7ac9ded64","created_at":"2018-08-26T00:47:48Z","admin_state_up":true,"updated_at":"2018-08-26T00:47:53Z","binding:vnic_type":"normal","device_id":"a60aa463-c9db-47df-a029-03fd866f5d3c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:36:96:72","id":"c896b4c7-f12f-4bb5-a621-9541a69a9bfb","port_security_enabled":true,"project_id":"52a8611a23114a51ac364ce7ac9ded64","fixed_ips":[{"subnet_id":"e1f9c134-0b1a-42bc-8285-296f6869a0d0","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["2d9fed07-ba6d-465b-bf5f-a9f37500cc02"],"name":""}]} 2018-08-26 00:47:56,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=a60aa463-c9db-47df-a029-03fd866f5d3c used request id req-ee4e21ea-d4ce-4da2-8d10-7b9f8ae0d05d 2018-08-26 00:47:56,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0466990470886s 2018-08-26 00:47:56,195 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=a60aa463-c9db-47df-a029-03fd866f5d3c used request id req-ee4e21ea-d4ce-4da2-8d10-7b9f8ae0d05d 2018-08-26 00:47:56,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:47:56,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c896b4c7-f12f-4bb5-a621-9541a69a9bfb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:56,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b12d3e4b-751b-4792-ba86-1722e527fccc Date: Sun, 26 Aug 2018 00:47:56 GMT RESP BODY: {"floatingips": []} 2018-08-26 00:47:56,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c896b4c7-f12f-4bb5-a621-9541a69a9bfb used request id req-b12d3e4b-751b-4792-ba86-1722e527fccc 2018-08-26 00:47:56,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0455529689789s 2018-08-26 00:47:56,246 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c896b4c7-f12f-4bb5-a621-9541a69a9bfb used request id req-b12d3e4b-751b-4792-ba86-1722e527fccc 2018-08-26 00:47:56,246 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:36:96:72', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'25ab6c9a-0f8d-4f23-8564-321a2760fddc'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-26T00:47:53.000000', 'flavor': Munch({u'id': u'4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b'}), 'az': u'nova', 'id': u'a60aa463-c9db-47df-a029-03fd866f5d3c', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6aeb33dcff674d4c993bd937c2d2ce44', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'52a8611a23114a51ac364ce7ac9ded64', 'name': 'vping_userdata-project_fac4f00f-f114-4961-b7e5-5de3b917f291', '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-08-26T00:47:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-26T00:47:53Z', 'hostId': u'c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4', '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-08-26T00:47:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'52a8611a23114a51ac364ce7ac9ded64', 'name': u'vping_userdata-vm_fac4f00f-f114-4961-b7e5-5de3b917f291', 'adminPass': u'ZVez6TXtuN68', 'tenant_id': u'52a8611a23114a51ac364ce7ac9ded64', 'created_at': u'2018-08-26T00:47:45Z', 'created': u'2018-08-26T00:47:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-26 00:47:56,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:47:56,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:56,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-786e045e-1c30-4bf7-87ff-0c4ee51194ad Date: Sun, 26 Aug 2018 00:47:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e1f9c134-0b1a-42bc-8285-296f6869a0d0"],"updated_at":"2018-08-26T00:47:34Z","tenant_id":"52a8611a23114a51ac364ce7ac9ded64","created_at":"2018-08-26T00:47:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"52a8611a23114a51ac364ce7ac9ded64","id":"fb664cd4-520d-4dfe-bf13-0247a0fc6fde","name":"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291"}]} 2018-08-26 00:47:56,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-786e045e-1c30-4bf7-87ff-0c4ee51194ad 2018-08-26 00:47:56,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10606098175s 2018-08-26 00:47:56,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-786e045e-1c30-4bf7-87ff-0c4ee51194ad 2018-08-26 00:47:56,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:47:56,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:56,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-10c72c49-0558-47cd-b31b-040680052fee Date: Sun, 26 Aug 2018 00:47:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:47:39Z", "file": "/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/file", "owner": "52a8611a23114a51ac364ce7ac9ded64", "id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "size": 12716032, "self": "/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:47:38Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:47:56,684 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-10c72c49-0558-47cd-b31b-040680052fee 2018-08-26 00:47:56,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.324945926666s 2018-08-26 00:47:56,684 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-10c72c49-0558-47cd-b31b-040680052fee 2018-08-26 00:47:56,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:47:56,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:47:56,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:47:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ddc8446-c061-45f6-8a47-1202e6db7b02 x-compute-request-id: req-6ddc8446-c061-45f6-8a47-1202e6db7b02 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_fac4f00f-f114-4961-b7e5-5de3b917f291", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "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": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b"}]} 2018-08-26 00:47:56,716 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-6ddc8446-c061-45f6-8a47-1202e6db7b02 2018-08-26 00:47:56,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0295429229736s 2018-08-26 00:47:56,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-6ddc8446-c061-45f6-8a47-1202e6db7b02 2018-08-26 00:47:56,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-26 00:47:56,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" -d '{"server": {"name": "vping_userdata-vm2_fac4f00f-f114-4961-b7e5-5de3b917f291", "imageRef": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "flavorRef": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjggMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fb664cd4-520d-4dfe-bf13-0247a0fc6fde"}]}}' 2018-08-26 00:48:00,717 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:47:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-82650d84-51fc-4134-bbfd-673abc15db27 x-compute-request-id: req-82650d84-51fc-4134-bbfd-673abc15db27 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5a13929f-eee9-41ec-984c-2308d22244e9", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "bookmark"}], "adminPass": "Qq4qcYDXueE3"}} 2018-08-26 00:48:00,717 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-82650d84-51fc-4134-bbfd-673abc15db27 2018-08-26 00:48:00,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.9996919632s 2018-08-26 00:48:00,718 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-82650d84-51fc-4134-bbfd-673abc15db27 2018-08-26 00:48:00,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:48:00,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:01,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48: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-f14af6fc-cb44-42d3-b554-52a2a1c8d86b x-compute-request-id: req-f14af6fc-cb44-42d3-b554-52a2a1c8d86b Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "5a13929f-eee9-41ec-984c-2308d22244e9", "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:48:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:48:00Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:96:72", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:47:53.000000", "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "a60aa463-c9db-47df-a029-03fd866f5d3c", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:47:53Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:47:45Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:48:01,842 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f14af6fc-cb44-42d3-b554-52a2a1c8d86b 2018-08-26 00:48:01,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12353181839s 2018-08-26 00:48:01,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f14af6fc-cb44-42d3-b554-52a2a1c8d86b 2018-08-26 00:48:01,848 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:48:03,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:48:03,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:04,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48: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-11b2f2e2-9e18-4e2e-8bef-7cb45fcd536d x-compute-request-id: req-11b2f2e2-9e18-4e2e-8bef-7cb45fcd536d Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "5a13929f-eee9-41ec-984c-2308d22244e9", "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:48:03Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:48:00Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:96:72", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:47:53.000000", "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "a60aa463-c9db-47df-a029-03fd866f5d3c", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:47:53Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:47:45Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:48:04,736 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-11b2f2e2-9e18-4e2e-8bef-7cb45fcd536d 2018-08-26 00:48:04,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.885501861572s 2018-08-26 00:48:04,736 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-11b2f2e2-9e18-4e2e-8bef-7cb45fcd536d 2018-08-26 00:48:04,741 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:48:06,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:48:06,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:07,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bda5ede-449b-4c16-8625-df3bf47098dd x-compute-request-id: req-5bda5ede-449b-4c16-8625-df3bf47098dd Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "5a13929f-eee9-41ec-984c-2308d22244e9", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:48:04Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:48:00Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:96:72", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:47:53.000000", "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "a60aa463-c9db-47df-a029-03fd866f5d3c", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:47:53Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:47:45Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:48:07,187 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5bda5ede-449b-4c16-8625-df3bf47098dd 2018-08-26 00:48:07,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.443510055542s 2018-08-26 00:48:07,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5bda5ede-449b-4c16-8625-df3bf47098dd 2018-08-26 00:48:07,193 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:48:09,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:48:09,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:10,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48: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-65a4075e-3e97-406a-9e11-75912f9805fc x-compute-request-id: req-65a4075e-3e97-406a-9e11-75912f9805fc Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:40:32", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:48:07.000000", "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "5a13929f-eee9-41ec-984c-2308d22244e9", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:48:08Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:48:00Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:96:72", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:47:53.000000", "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "a60aa463-c9db-47df-a029-03fd866f5d3c", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:47:53Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:47:45Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:48:10,564 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-65a4075e-3e97-406a-9e11-75912f9805fc 2018-08-26 00:48:10,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.36780810356s 2018-08-26 00:48:10,565 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-65a4075e-3e97-406a-9e11-75912f9805fc 2018-08-26 00:48:10,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-26 00:48:10,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=5a13929f-eee9-41ec-984c-2308d22244e9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:10,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ee0f3da3-1990-41a7-b5af-3cf994f2a386 Date: Sun, 26 Aug 2018 00:48:10 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb664cd4-520d-4dfe-bf13-0247a0fc6fde","tenant_id":"52a8611a23114a51ac364ce7ac9ded64","created_at":"2018-08-26T00:48:04Z","admin_state_up":true,"updated_at":"2018-08-26T00:48:07Z","binding:vnic_type":"normal","device_id":"5a13929f-eee9-41ec-984c-2308d22244e9","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c0:40:32","id":"56a21c24-acb7-4958-8ec2-42899c2702cb","port_security_enabled":true,"project_id":"52a8611a23114a51ac364ce7ac9ded64","fixed_ips":[{"subnet_id":"e1f9c134-0b1a-42bc-8285-296f6869a0d0","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["2d9fed07-ba6d-465b-bf5f-a9f37500cc02"],"name":""}]} 2018-08-26 00:48:10,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=5a13929f-eee9-41ec-984c-2308d22244e9 used request id req-ee0f3da3-1990-41a7-b5af-3cf994f2a386 2018-08-26 00:48:10,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.324775934219s 2018-08-26 00:48:10,894 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=5a13929f-eee9-41ec-984c-2308d22244e9 used request id req-ee0f3da3-1990-41a7-b5af-3cf994f2a386 2018-08-26 00:48:10,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:48:10,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=56a21c24-acb7-4958-8ec2-42899c2702cb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:11,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cdf9a80b-ddc4-43b6-8cc3-37d0d44237f7 Date: Sun, 26 Aug 2018 00:48:11 GMT RESP BODY: {"floatingips": []} 2018-08-26 00:48:11,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=56a21c24-acb7-4958-8ec2-42899c2702cb used request id req-cdf9a80b-ddc4-43b6-8cc3-37d0d44237f7 2018-08-26 00:48:11,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.306888103485s 2018-08-26 00:48:11,207 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=56a21c24-acb7-4958-8ec2-42899c2702cb used request id req-cdf9a80b-ddc4-43b6-8cc3-37d0d44237f7 2018-08-26 00:48:11,208 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c0:40:32', 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'25ab6c9a-0f8d-4f23-8564-321a2760fddc'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-26T00:48:07.000000', 'flavor': Munch({u'id': u'4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b'}), 'az': u'nova', 'id': u'5a13929f-eee9-41ec-984c-2308d22244e9', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6aeb33dcff674d4c993bd937c2d2ce44', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'52a8611a23114a51ac364ce7ac9ded64', 'name': 'vping_userdata-project_fac4f00f-f114-4961-b7e5-5de3b917f291', '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-08-26T00:48:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-26T00:48:08Z', 'hostId': u'c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4', '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-08-26T00:48:07.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'52a8611a23114a51ac364ce7ac9ded64', 'name': u'vping_userdata-vm2_fac4f00f-f114-4961-b7e5-5de3b917f291', 'adminPass': u'Qq4qcYDXueE3', 'tenant_id': u'52a8611a23114a51ac364ce7ac9ded64', 'created_at': u'2018-08-26T00:48:00Z', 'created': u'2018-08-26T00:48:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-26 00:48:11,209 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-26 00:48:12,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:48:12,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:12,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48: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-eeeaf7dc-082c-49d4-9154-b1e3287c4d02 x-compute-request-id: req-eeeaf7dc-082c-49d4-9154-b1e3287c4d02 Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:40:32", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:48:07.000000", "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "5a13929f-eee9-41ec-984c-2308d22244e9", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:48:08Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:48:00Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:96:72", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:47:53.000000", "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "a60aa463-c9db-47df-a029-03fd866f5d3c", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:47:53Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:47:45Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:48:12,777 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-eeeaf7dc-082c-49d4-9154-b1e3287c4d02 2018-08-26 00:48:12,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.567185163498s 2018-08-26 00:48:12,778 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-eeeaf7dc-082c-49d4-9154-b1e3287c4d02 2018-08-26 00:48:12,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-26 00:48:12,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-26 00:48:12,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48: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-ad703c27-14fb-4f82-b56a-13b99d1e3491 x-compute-request-id: req-ad703c27-14fb-4f82-b56a-13b99d1e3491 Content-Encoding: gzip Content-Length: 9565 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 488633186 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.184855] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.187144] pid_max: default: 32768 minimum: 301\n[ 0.188387] ACPI: Core revision 20150930\n[ 0.190057] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191862] Security Framework initialized\n[ 0.192993] Yama: becoming mindful.\n[ 0.194006] AppArmor: AppArmor initialized\n[ 0.195173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196969] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198699] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200345] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202238] Initializing cgroup subsys io\n[ 0.203364] Initializing cgroup subsys memory\n[ 0.204555] Initializing cgroup subsys devices\n[ 0.205755] Initializing cgroup subsys freezer\n[ 0.206954] Initializing cgroup subsys net_cls\n[ 0.208162] Initializing cgroup subsys perf_event\n[ 0.209426] Initializing cgroup subsys net_prio\n[ 0.210636] Initializing cgroup subsys hugetlb\n[ 0.211842] Initializing cgroup subsys pids\n[ 0.213028] CPU: Physical Processor ID: 0\n[ 0.214824] mce: CPU supports 10 MCE banks\n[ 0.215994] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.217372] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232106] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.238806] ftrace: allocating 31920 entries in 125 pages\n[ 0.264370] smpboot: Max logical packages: 1\n[ 0.265545] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267420] x2apic enabled\n[ 0.268567] Switched APIC routing to physical x2apic.\n[ 0.271027] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.272563] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275320] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.277808] KVM setup paravirtual spinlock\n[ 0.279432] x86: Booted up 1 node, 1 CPUs\n[ 0.280546] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282433] devtmpfs: initialized\n[ 0.284404] evm: security.selinux\n[ 0.285374] evm: security.SMACK64\n[ 0.286337] evm: security.SMACK64EXEC\n[ 0.287382] evm: security.SMACK64TRANSMUTE\n[ 0.288500] evm: security.SMACK64MMAP\n[ 0.289533] evm: security.ima\n[ 0.290428] evm: security.capability\n[ 0.291517] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294051] pinctrl core: initialized pinctrl subsystem\n[ 0.295553] RTC time: 0:48:07, date: 08/26/18\n[ 0.296849] NET: Registered protocol family 16\n[ 0.298169] cpuidle: using governor ladder\n[ 0.299304] cpuidle: using governor menu\n[ 0.300402] PCCT header not found.\n[ 0.301434] ACPI: bus type PCI registered\n[ 0.302563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304249] PCI: Using configuration type 1 for base access\n[ 0.306413] ACPI: Added _OSI(Module Device)\n[ 0.307569] ACPI: Added _OSI(Processor Device)\n[ 0.308756] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309998] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312165] ACPI: Interpreter enabled\n[ 0.313246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323556] ACPI: (supports S0 S5)\n[ 0.324533] ACPI: Using IOAPIC for interrupt routing\n[ 0.325829] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329660] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.331221] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332904] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334530] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337526] acpiphp: Slot [3] registered\n[ 0.338632] acpiphp: Slot [4] registered\n[ 0.339741] acpiphp: Slot [5] registered\n[ 0.340854] acpiphp: Slot [6] registered\n[ 0.341964] acpiphp: Slot [7] registered\n[ 0.343065] acpiphp: Slot [8] registered\n[ 0.344165] acpiphp: Slot [9] registered\n[ 0.345261] acpiphp: Slot [10] registered\n[ 0.346384] acpiphp: Slot [11] registered\n[ 0.347510] acpiphp: Slot [12] registered\n[ 0.348627] acpiphp: Slot [13] registered\n[ 0.349784] acpiphp: Slot [14] registered\n[ 0.350909] acpiphp: Slot [15] registered\n[ 0.366333] acpiphp: Slot [16] registered\n[ 0.367489] acpiphp: Slot [17] registered\n[ 0.368624] acpiphp: Slot [18] registered\n[ 0.369731] acpiphp: Slot [19] registered\n[ 0.370855] acpiphp: Slot [20] registered\n[ 0.371972] acpiphp: Slot [21] registered\n[ 0.373099] acpiphp: Slot [22] registered\n[ 0.374210] acpiphp: Slot [23] registered\n[ 0.375333] acpiphp: Slot [24] registered\n[ 0.376450] acpiphp: Slot [25] registered\n[ 0.377564] acpiphp: Slot [26] registered\n[ 0.378679] acpiphp: Slot [27] registered\n[ 0.379798] acpiphp: Slot [28] registered\n[ 0.380912] acpiphp: Slot [29] registered\n[ 0.382031] acpiphp: Slot [30] registered\n[ 0.383139] acpiphp: Slot [31] registered\n[ 0.384252] PCI host bridge to bus 0000:00\n[ 0.385370] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388674] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390681] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392683] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394717] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398837] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402165] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.403900] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410171] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430698] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.432728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.436661] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.438595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440330] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442112] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.443565] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.445695] vgaarb: loaded\n[ 0.446531] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448174] SCSI subsystem initialized\n[ 0.449433] ACPI: bus type USB registered\n[ 0.450577] usbcore: registered new interface driver usbfs\n[ 0.451986] usbcore: registered new interface driver hub\n[ 0.453363] usbcore: registered new device driver usb\n[ 0.454856] PCI: Using ACPI for IRQ routing\n[ 0.456377] NetLabel: Initializing\n[ 0.457367] NetLabel: domain hash size = 128\n[ 0.458540] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.459863] NetLabel: unlabeled traffic allowed by default\n[ 0.461449] clocksource: Switched to clocksource kvm-clock\n[ 0.471378] AppArmor: AppArmor Filesystem Enabled\n[ 0.472692] pnp: PnP ACPI init\n[ 0.473929] pnp: PnP ACPI: found 5 devices\n[ 0.480774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483165] NET: Registered protocol family 2\n[ 0.484589] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486360] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488011] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491183] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492784] NET: Registered protocol family 1\n[ 0.493999] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495510] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496987] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511551] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526178] Trying to unpack rootfs image as initramfs...\n[ 0.587927] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592930] Scanning for low memory corruption every 60 seconds\n[ 0.595115] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596725] audit: initializing netlink subsys (disabled)\n[ 0.598228] audit: type=2000 audit(1535244488.822:1): initialized\n[ 0.600102] Initialise system trusted keyring\n[ 0.601483] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603060] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605789] zbud: loaded\n[ 0.606792] VFS: Disk quotas dquot_6.6.0\n[ 0.607921] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610088] fuse init (API version 7.23)\n[ 0.611320] Key type big_key registered\n[ 0.612430] Allocating IMA MOK and blacklist keyrings.\n[ 0.614104] Key type asymmetric registered\n[ 0.615245] Asymmetric key parser 'x509' registered\n[ 0.616567] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618639] io scheduler noop registered\n[ 0.619730] io scheduler deadline registered (default)\n[ 0.621098] io scheduler cfq registered\n[ 0.622295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.625506] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.627518] ACPI: Power Button [PWRF]\n[ 0.628733] GHES: HEST is not enabled!\n[ 0.642912] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672473] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675429] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702415] Linux agpgart interface v0.103\n[ 0.705821] brd: module loaded\n[ 0.708033] loop: module loaded\n[ 0.713144] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.715176] GPT:90111 != 2097151\n[ 0.716119] GPT:Alternate GPT header not at the end of the disk.\n[ 0.717630] GPT:90111 != 2097151\n[ 0.718573] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719897] vda: vda1 vda15\n[ 0.721581] scsi host0: ata_piix\n[ 0.722646] scsi host1: ata_piix\n[ 0.723633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.725280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.727262] libphy: Fixed MDIO Bus: probed\n[ 0.728397] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729711] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.732663] PPP generic driver version 2.4.2\n[ 0.734084] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735791] ehci-pci: EHCI PCI platform driver\n[ 0.737178] ehci-platform: EHCI generic platform driver\n[ 0.738604] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740206] ohci-pci: OHCI PCI platform driver\n[ 0.741502] ohci-platform: OHCI generic platform driver\n[ 0.742919] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.757691] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.759118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.761218] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764332] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766075] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768102] usb usb1: Product: UHCI Host Controller\n[ 0.769418] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771028] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.772549] hub 1-0:1.0: USB hub found\n[ 0.773679] hub 1-0:1.0: 2 ports detected\n[ 0.775083] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.778149] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.779497] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.780978] mousedev: PS/2 mouse device common for all mice\n[ 0.782824] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.785499] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787146] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.788864] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.790633] i2c /dev entries driver\n[ 0.791767] device-mapper: uevent: version 1.0.3\n[ 0.793180] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.795603] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.797767] NET: Registered protocol family 10\n[ 0.799713] NET: Registered protocol family 17\n[ 0.801006] Key type dns_resolver registered\n[ 0.802451] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804043] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806622] registered taskstats version 1\n[ 0.807852] Loading compiled-in X.509 certificates\n[ 0.809851] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812530] zswap: loaded using pool lzo/zbud\n[ 0.815133] Key type trusted registered\n[ 0.817383] Key type encrypted registered\n[ 0.818581] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820099] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821612] evm: HMAC attrs: 0x1\n[ 0.823027] Magic number: 14:749:810\n[ 0.824274] rtc_cmos 00:00: setting system clock to 2018-08-26 00:48:08 UTC (1535244488)\n[ 0.826677] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828255] EDD information not available.\n[ 0.888095] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905202] Write protecting the kernel read-only data: 14336k\n[ 0.910158] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912918] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962859] 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.82\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.91. iid=i-00000011\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrnT6OqOT3iNW8LLp+w4Lw4kj5BHITrUGJ9K7L+VK/zVwWvrLijfHz4O9yVF2UuKsetXonzqdJM3aZqAWyq19MEQ3FfggxZZwJXgYOCw3xwSZ/wh2T3gP/dXpK3owFeEW01Vhghd0H8HUkhSpgnwYmoGUiEUz+dt0rWSXGR056H8mRhgngJjbGWaVVXkvKl5gkJfTAD5R4pWkWWJ9xJZplGY+U1idoyYQ5N6sUhMRlUtOTKE+KSh+CzTX/GkN+AawbTXSXTkm/LBRDxxBL9fbL1tdWc1DvOhJ81KWwrzfhvLyO/Zh/3l7chMltOKiyqwxKOqSa4IipIsv9T167pcGX root@vping-userdata-vm2-fac4f00f-f114-4961-b7e5-5de3b917f291\nssh-dss AAAAB3NzaC1kc3MAAACBAL6tfIesJrB9VdXWib15FNZE0tn0eGtVMQ00qwwT94pfUyXPopzDeLz+KEXFFv84rywD1clqRfrSoEb/GpAK3+iiudIite55UZEDp/5WLWA+hUVoGL6yZ+bVyv20bw21n8wskCdK+idLXTvKIXXMKiOumg+vqt0Vu9IGrdzcVTUVAAAAFQDAkPT2y4ctegPv42b1VQRdlpctCQAAAIBqCwvdBioRdKeONZ0TuU7TembGt2Y/dYn24tm+OZYPlhP2MzvwXK4+HXs2XcGlvJRz1SchKUf+hlkaIg4zPCYMVAU6XHFIXIxav6hbgbfAzBsP8MBvBBG1+sTjpu3EWnLOS6Yw6bwam21gCIej2LvhHddWPkMnj1/DlWhgv6nU9AAAAIEApae4jBOUXtDYk2envQEH6JdrcoPstf0Vto6aCJx+HDoW+Sc5Yypobx5y9fdVOsi/yhfd+DLcFNUOslwoc8bq+vkvuvAE4ZHWfJgY9aII27v1usXrjvJjZsW2dIGrOxfvc2GY/ByFuaiK/FYppB7ORU9HscfUEv95xzGZ0wW/xVI= root@vping-userdata-vm2-fac4f00f-f114-4961-b7e5-5de3b917f291\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.16s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fec0:4032/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-fac4f00f-f114-4961-b7e5-5de3b917f291\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=2.65 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-fac4f00f-f114-4961-b7e5-5de3b917f291 login: "} 2018-08-26 00:48:12,889 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9/action used request id req-ad703c27-14fb-4f82-b56a-13b99d1e3491 2018-08-26 00:48:12,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.108230829239s 2018-08-26 00:48:12,890 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9/action used request id req-ad703c27-14fb-4f82-b56a-13b99d1e3491 2018-08-26 00:48:12,890 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 488633186 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.184855] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.187144] pid_max: default: 32768 minimum: 301 [ 0.188387] ACPI: Core revision 20150930 [ 0.190057] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.191862] Security Framework initialized [ 0.192993] Yama: becoming mindful. [ 0.194006] AppArmor: AppArmor initialized [ 0.195173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.196969] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.198699] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200345] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202238] Initializing cgroup subsys io [ 0.203364] Initializing cgroup subsys memory [ 0.204555] Initializing cgroup subsys devices [ 0.205755] Initializing cgroup subsys freezer [ 0.206954] Initializing cgroup subsys net_cls [ 0.208162] Initializing cgroup subsys perf_event [ 0.209426] Initializing cgroup subsys net_prio [ 0.210636] Initializing cgroup subsys hugetlb [ 0.211842] Initializing cgroup subsys pids [ 0.213028] CPU: Physical Processor ID: 0 [ 0.214824] mce: CPU supports 10 MCE banks [ 0.215994] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.217372] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.232106] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.238806] ftrace: allocating 31920 entries in 125 pages [ 0.264370] smpboot: Max logical packages: 1 [ 0.265545] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.267420] x2apic enabled [ 0.268567] Switched APIC routing to physical x2apic. [ 0.271027] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.272563] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.275320] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.277808] KVM setup paravirtual spinlock [ 0.279432] x86: Booted up 1 node, 1 CPUs [ 0.280546] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.282433] devtmpfs: initialized [ 0.284404] evm: security.selinux [ 0.285374] evm: security.SMACK64 [ 0.286337] evm: security.SMACK64EXEC [ 0.287382] evm: security.SMACK64TRANSMUTE [ 0.288500] evm: security.SMACK64MMAP [ 0.289533] evm: security.ima [ 0.290428] evm: security.capability [ 0.291517] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.294051] pinctrl core: initialized pinctrl subsystem [ 0.295553] RTC time: 0:48:07, date: 08/26/18 [ 0.296849] NET: Registered protocol family 16 [ 0.298169] cpuidle: using governor ladder [ 0.299304] cpuidle: using governor menu [ 0.300402] PCCT header not found. [ 0.301434] ACPI: bus type PCI registered [ 0.302563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.304249] PCI: Using configuration type 1 for base access [ 0.306413] ACPI: Added _OSI(Module Device) [ 0.307569] ACPI: Added _OSI(Processor Device) [ 0.308756] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.309998] ACPI: Added _OSI(Processor Aggregator Device) [ 0.312165] ACPI: Interpreter enabled [ 0.313246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.315827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.318406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.320986] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.323556] ACPI: (supports S0 S5) [ 0.324533] ACPI: Using IOAPIC for interrupt routing [ 0.325829] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.329660] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.331221] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.332904] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.334530] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.337526] acpiphp: Slot [3] registered [ 0.338632] acpiphp: Slot [4] registered [ 0.339741] acpiphp: Slot [5] registered [ 0.340854] acpiphp: Slot [6] registered [ 0.341964] acpiphp: Slot [7] registered [ 0.343065] acpiphp: Slot [8] registered [ 0.344165] acpiphp: Slot [9] registered [ 0.345261] acpiphp: Slot [10] registered [ 0.346384] acpiphp: Slot [11] registered [ 0.347510] acpiphp: Slot [12] registered [ 0.348627] acpiphp: Slot [13] registered [ 0.349784] acpiphp: Slot [14] registered [ 0.350909] acpiphp: Slot [15] registered [ 0.366333] acpiphp: Slot [16] registered [ 0.367489] acpiphp: Slot [17] registered [ 0.368624] acpiphp: Slot [18] registered [ 0.369731] acpiphp: Slot [19] registered [ 0.370855] acpiphp: Slot [20] registered [ 0.371972] acpiphp: Slot [21] registered [ 0.373099] acpiphp: Slot [22] registered [ 0.374210] acpiphp: Slot [23] registered [ 0.375333] acpiphp: Slot [24] registered [ 0.376450] acpiphp: Slot [25] registered [ 0.377564] acpiphp: Slot [26] registered [ 0.378679] acpiphp: Slot [27] registered [ 0.379798] acpiphp: Slot [28] registered [ 0.380912] acpiphp: Slot [29] registered [ 0.382031] acpiphp: Slot [30] registered [ 0.383139] acpiphp: Slot [31] registered [ 0.384252] PCI host bridge to bus 0000:00 [ 0.385370] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.387020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.388674] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.390681] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.392683] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.394717] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398837] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402165] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.403900] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410171] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.430698] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.432728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.434676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.436661] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.438595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.440330] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.442112] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.443565] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.445695] vgaarb: loaded [ 0.446531] vgaarb: bridge control possible 0000:00:02.0 [ 0.448174] SCSI subsystem initialized [ 0.449433] ACPI: bus type USB registered [ 0.450577] usbcore: registered new interface driver usbfs [ 0.451986] usbcore: registered new interface driver hub [ 0.453363] usbcore: registered new device driver usb [ 0.454856] PCI: Using ACPI for IRQ routing [ 0.456377] NetLabel: Initializing [ 0.457367] NetLabel: domain hash size = 128 [ 0.458540] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.459863] NetLabel: unlabeled traffic allowed by default [ 0.461449] clocksource: Switched to clocksource kvm-clock [ 0.471378] AppArmor: AppArmor Filesystem Enabled [ 0.472692] pnp: PnP ACPI init [ 0.473929] pnp: PnP ACPI: found 5 devices [ 0.480774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.483165] NET: Registered protocol family 2 [ 0.484589] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486360] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.488011] TCP: Hash tables configured (established 4096 bind 4096) [ 0.489695] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.491183] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.492784] NET: Registered protocol family 1 [ 0.493999] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495510] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.496987] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.511551] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.526178] Trying to unpack rootfs image as initramfs... [ 0.587927] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.592930] Scanning for low memory corruption every 60 seconds [ 0.595115] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.596725] audit: initializing netlink subsys (disabled) [ 0.598228] audit: type=2000 audit(1535244488.822:1): initialized [ 0.600102] Initialise system trusted keyring [ 0.601483] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.603060] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.605789] zbud: loaded [ 0.606792] VFS: Disk quotas dquot_6.6.0 [ 0.607921] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.610088] fuse init (API version 7.23) [ 0.611320] Key type big_key registered [ 0.612430] Allocating IMA MOK and blacklist keyrings. [ 0.614104] Key type asymmetric registered [ 0.615245] Asymmetric key parser 'x509' registered [ 0.616567] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.618639] io scheduler noop registered [ 0.619730] io scheduler deadline registered (default) [ 0.621098] io scheduler cfq registered [ 0.622295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.623729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.625506] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.627518] ACPI: Power Button [PWRF] [ 0.628733] GHES: HEST is not enabled! [ 0.642912] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.672473] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.675429] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.702415] Linux agpgart interface v0.103 [ 0.705821] brd: module loaded [ 0.708033] loop: module loaded [ 0.713144] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.715176] GPT:90111 != 2097151 [ 0.716119] GPT:Alternate GPT header not at the end of the disk. [ 0.717630] GPT:90111 != 2097151 [ 0.718573] GPT: Use GNU Parted to correct GPT errors. [ 0.719897] vda: vda1 vda15 [ 0.721581] scsi host0: ata_piix [ 0.722646] scsi host1: ata_piix [ 0.723633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.725280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.727262] libphy: Fixed MDIO Bus: probed [ 0.728397] tun: Universal TUN/TAP device driver, 1.6 [ 0.729711] tun: (C) 1999-2004 Max Krasnyansky [ 0.732663] PPP generic driver version 2.4.2 [ 0.734084] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735791] ehci-pci: EHCI PCI platform driver [ 0.737178] ehci-platform: EHCI generic platform driver [ 0.738604] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740206] ohci-pci: OHCI PCI platform driver [ 0.741502] ohci-platform: OHCI generic platform driver [ 0.742919] uhci_hcd: USB Universal Host Controller Interface driver [ 0.757691] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.759118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.761218] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.762642] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.764332] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.766075] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.768102] usb usb1: Product: UHCI Host Controller [ 0.769418] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.771028] usb usb1: SerialNumber: 0000:00:01.2 [ 0.772549] hub 1-0:1.0: USB hub found [ 0.773679] hub 1-0:1.0: 2 ports detected [ 0.775083] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.778149] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.779497] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.780978] mousedev: PS/2 mouse device common for all mice [ 0.782824] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.785499] rtc_cmos 00:00: RTC can wake from S4 [ 0.787146] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.788864] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.790633] i2c /dev entries driver [ 0.791767] device-mapper: uevent: version 1.0.3 [ 0.793180] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.795603] ledtrig-cpu: registered to indicate activity on CPUs [ 0.797767] NET: Registered protocol family 10 [ 0.799713] NET: Registered protocol family 17 [ 0.801006] Key type dns_resolver registered [ 0.802451] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.804043] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.806622] registered taskstats version 1 [ 0.807852] Loading compiled-in X.509 certificates [ 0.809851] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.812530] zswap: loaded using pool lzo/zbud [ 0.815133] Key type trusted registered [ 0.817383] Key type encrypted registered [ 0.818581] AppArmor: AppArmor sha1 policy hashing enabled [ 0.820099] ima: No TPM chip found, activating TPM-bypass! [ 0.821612] evm: HMAC attrs: 0x1 [ 0.823027] Magic number: 14:749:810 [ 0.824274] rtc_cmos 00:00: setting system clock to 2018-08-26 00:48:08 UTC (1535244488) [ 0.826677] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.828255] EDD information not available. [ 0.888095] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.905202] Write protecting the kernel read-only data: 14336k [ 0.910158] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.912918] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.962859] 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.82 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.91. iid=i-00000011 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrnT6OqOT3iNW8LLp+w4Lw4kj5BHITrUGJ9K7L+VK/zVwWvrLijfHz4O9yVF2UuKsetXonzqdJM3aZqAWyq19MEQ3FfggxZZwJXgYOCw3xwSZ/wh2T3gP/dXpK3owFeEW01Vhghd0H8HUkhSpgnwYmoGUiEUz+dt0rWSXGR056H8mRhgngJjbGWaVVXkvKl5gkJfTAD5R4pWkWWJ9xJZplGY+U1idoyYQ5N6sUhMRlUtOTKE+KSh+CzTX/GkN+AawbTXSXTkm/LBRDxxBL9fbL1tdWc1DvOhJ81KWwrzfhvLyO/Zh/3l7chMltOKiyqwxKOqSa4IipIsv9T167pcGX root@vping-userdata-vm2-fac4f00f-f114-4961-b7e5-5de3b917f291 ssh-dss AAAAB3NzaC1kc3MAAACBAL6tfIesJrB9VdXWib15FNZE0tn0eGtVMQ00qwwT94pfUyXPopzDeLz+KEXFFv84rywD1clqRfrSoEb/GpAK3+iiudIite55UZEDp/5WLWA+hUVoGL6yZ+bVyv20bw21n8wskCdK+idLXTvKIXXMKiOumg+vqt0Vu9IGrdzcVTUVAAAAFQDAkPT2y4ctegPv42b1VQRdlpctCQAAAIBqCwvdBioRdKeONZ0TuU7TembGt2Y/dYn24tm+OZYPlhP2MzvwXK4+HXs2XcGlvJRz1SchKUf+hlkaIg4zPCYMVAU6XHFIXIxav6hbgbfAzBsP8MBvBBG1+sTjpu3EWnLOS6Yw6bwam21gCIej2LvhHddWPkMnj1/DlWhgv6nU9AAAAIEApae4jBOUXtDYk2envQEH6JdrcoPstf0Vto6aCJx+HDoW+Sc5Yypobx5y9fdVOsi/yhfd+DLcFNUOslwoc8bq+vkvuvAE4ZHWfJgY9aII27v1usXrjvJjZsW2dIGrOxfvc2GY/ByFuaiK/FYppB7ORU9HscfUEv95xzGZ0wW/xVI= root@vping-userdata-vm2-fac4f00f-f114-4961-b7e5-5de3b917f291 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.16s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fec0:4032/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-fac4f00f-f114-4961-b7e5-5de3b917f291 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=2.65 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-fac4f00f-f114-4961-b7e5-5de3b917f291 login: 2018-08-26 00:48:12,891 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-26 00:48:13,005 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 00:48:13,006 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:41 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-26 00:48:13,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-26 00:48:13,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:13,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:48: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-48df673b-9ad1-4585-9b05-0abef855fd45 x-compute-request-id: req-48df673b-9ad1-4585-9b05-0abef855fd45 Content-Type: application/json 2018-08-26 00:48:13,482 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c used request id req-48df673b-9ad1-4585-9b05-0abef855fd45 2018-08-26 00:48:13,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.471446037292s 2018-08-26 00:48:13,482 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c used request id req-48df673b-9ad1-4585-9b05-0abef855fd45 2018-08-26 00:48:13,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:48:13,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:14,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48: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-02b78913-bd5b-47e1-a92e-066995a58d5c x-compute-request-id: req-02b78913-bd5b-47e1-a92e-066995a58d5c Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:40:32", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:48:07.000000", "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "5a13929f-eee9-41ec-984c-2308d22244e9", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:48:08Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:48:00Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:96:72", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a60aa463-c9db-47df-a029-03fd866f5d3c", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:47:53.000000", "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "a60aa463-c9db-47df-a029-03fd866f5d3c", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:48:13Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:47:45Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:48:14,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-02b78913-bd5b-47e1-a92e-066995a58d5c 2018-08-26 00:48:14,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724656105042s 2018-08-26 00:48:14,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-02b78913-bd5b-47e1-a92e-066995a58d5c 2018-08-26 00:48:14,210 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:48:16,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:48:16,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:16,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48: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-f1f38ce6-3af4-451f-9e88-c73e630c907d x-compute-request-id: req-f1f38ce6-3af4-451f-9e88-c73e630c907d Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:40:32", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:48:07.000000", "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "5a13929f-eee9-41ec-984c-2308d22244e9", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:48:08Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:48:00Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:48:16,937 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f1f38ce6-3af4-451f-9e88-c73e630c907d 2018-08-26 00:48:16,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724002122879s 2018-08-26 00:48:16,938 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f1f38ce6-3af4-451f-9e88-c73e630c907d 2018-08-26 00:48:16,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-26 00:48:16,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:17,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:48: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-23184b6c-8249-4b91-8c85-a76fc9d9aef0 x-compute-request-id: req-23184b6c-8249-4b91-8c85-a76fc9d9aef0 Content-Type: application/json 2018-08-26 00:48:17,361 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9 used request id req-23184b6c-8249-4b91-8c85-a76fc9d9aef0 2018-08-26 00:48:17,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.421884059906s 2018-08-26 00:48:17,362 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9 used request id req-23184b6c-8249-4b91-8c85-a76fc9d9aef0 2018-08-26 00:48:17,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:48:17,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:18,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48: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-b4e9431f-8c13-4229-aaf3-1594e305e54d x-compute-request-id: req-b4e9431f-8c13-4229-aaf3-1594e305e54d Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:40:32", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5a13929f-eee9-41ec-984c-2308d22244e9", "rel": "bookmark"}], "image": {"id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "links": [{"href": "http://172.30.9.22:8774/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:48:07.000000", "flavor": {"id": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "links": [{"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "bookmark"}]}, "id": "5a13929f-eee9-41ec-984c-2308d22244e9", "security_groups": [{"name": "default"}], "user_id": "6aeb33dcff674d4c993bd937c2d2ce44", "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-08-26T00:48:17Z", "hostId": "c2ab81c2cf2e1307c7bc3688d155db3db6f3277d230531bc0c82ece4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_fac4f00f-f114-4961-b7e5-5de3b917f291", "created": "2018-08-26T00:48:00Z", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:48:18,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b4e9431f-8c13-4229-aaf3-1594e305e54d 2018-08-26 00:48:18,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.230271101s 2018-08-26 00:48:18,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b4e9431f-8c13-4229-aaf3-1594e305e54d 2018-08-26 00:48:18,594 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:48:20,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:48:20,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:20,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0a640e5c-b2e6-41e6-9b12-df42e60662af x-compute-request-id: req-0a640e5c-b2e6-41e6-9b12-df42e60662af Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-26 00:48:20,667 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0a640e5c-b2e6-41e6-9b12-df42e60662af 2018-08-26 00:48:20,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0704789161682s 2018-08-26 00:48:20,668 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0a640e5c-b2e6-41e6-9b12-df42e60662af 2018-08-26 00:48:20,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 00:48:20,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/e6e40b4a-58b0-4acf-aea0-5a4551b68646/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" -d '{"subnet_id": "e1f9c134-0b1a-42bc-8285-296f6869a0d0"}' 2018-08-26 00:48:22,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-280b08d9-1c28-4314-9025-c198c09b4c31 Date: Sun, 26 Aug 2018 00:48:22 GMT RESP BODY: {"network_id": "fb664cd4-520d-4dfe-bf13-0247a0fc6fde", "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "subnet_id": "e1f9c134-0b1a-42bc-8285-296f6869a0d0", "subnet_ids": ["e1f9c134-0b1a-42bc-8285-296f6869a0d0"], "port_id": "a87f4c05-d125-4e64-975f-81e0cb07336a", "id": "e6e40b4a-58b0-4acf-aea0-5a4551b68646"} 2018-08-26 00:48:22,356 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/e6e40b4a-58b0-4acf-aea0-5a4551b68646/remove_router_interface.json used request id req-280b08d9-1c28-4314-9025-c198c09b4c31 2018-08-26 00:48:22,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.68745803833s 2018-08-26 00:48:22,357 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/e6e40b4a-58b0-4acf-aea0-5a4551b68646/remove_router_interface.json used request id req-280b08d9-1c28-4314-9025-c198c09b4c31 returning object e6e40b4a-58b0-4acf-aea0-5a4551b68646 2018-08-26 00:48:22,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 00:48:22,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:22,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8b6273fb-1d61-4e14-bccb-9fedea9d2d8f Date: Sun, 26 Aug 2018 00:48:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "52a8611a23114a51ac364ce7ac9ded64", "created_at": "2018-08-26T00:47:34Z", "admin_state_up": true, "updated_at": "2018-08-26T00:48:21Z", "revision_number": 4, "routes": [], "project_id": "52a8611a23114a51ac364ce7ac9ded64", "id": "e6e40b4a-58b0-4acf-aea0-5a4551b68646", "name": "vping_userdata-router_fac4f00f-f114-4961-b7e5-5de3b917f291"}]} 2018-08-26 00:48:22,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8b6273fb-1d61-4e14-bccb-9fedea9d2d8f 2018-08-26 00:48:22,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.128380060196s 2018-08-26 00:48:22,486 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8b6273fb-1d61-4e14-bccb-9fedea9d2d8f 2018-08-26 00:48:22,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 00:48:22,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/e6e40b4a-58b0-4acf-aea0-5a4551b68646.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:23,839 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bcc348a8-fb1a-43b2-8a06-e77ef4bb4abe Content-Length: 0 Date: Sun, 26 Aug 2018 00:48:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:48:23,840 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/e6e40b4a-58b0-4acf-aea0-5a4551b68646.json used request id req-bcc348a8-fb1a-43b2-8a06-e77ef4bb4abe 2018-08-26 00:48:23,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.35253381729s 2018-08-26 00:48:23,840 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/e6e40b4a-58b0-4acf-aea0-5a4551b68646.json used request id req-bcc348a8-fb1a-43b2-8a06-e77ef4bb4abe 2018-08-26 00:48:23,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:48:23,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:23,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a98d52b7-32a4-4c53-840c-184148eaa979 Date: Sun, 26 Aug 2018 00:48:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb664cd4-520d-4dfe-bf13-0247a0fc6fde","tenant_id":"52a8611a23114a51ac364ce7ac9ded64","created_at":"2018-08-26T00:47:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:47: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":"52a8611a23114a51ac364ce7ac9ded64","id":"e1f9c134-0b1a-42bc-8285-296f6869a0d0","subnetpool_id":null,"name":"vping_userdata-subnet_fac4f00f-f114-4961-b7e5-5de3b917f291"}]} 2018-08-26 00:48:23,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a98d52b7-32a4-4c53-840c-184148eaa979 2018-08-26 00:48:23,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.045725107193s 2018-08-26 00:48:23,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a98d52b7-32a4-4c53-840c-184148eaa979 2018-08-26 00:48:23,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 00:48:23,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/e1f9c134-0b1a-42bc-8285-296f6869a0d0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:26,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2bbb6c8e-2664-496a-8c8a-f2c80df3492d Date: Sun, 26 Aug 2018 00:48:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:48:26,262 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/e1f9c134-0b1a-42bc-8285-296f6869a0d0.json used request id req-2bbb6c8e-2664-496a-8c8a-f2c80df3492d 2018-08-26 00:48:26,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.37415289879s 2018-08-26 00:48:26,262 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/e1f9c134-0b1a-42bc-8285-296f6869a0d0.json used request id req-2bbb6c8e-2664-496a-8c8a-f2c80df3492d 2018-08-26 00:48:26,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:48:26,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:26,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-b1c7c5df-abc2-4548-bcf1-a2522a821d8f Date: Sun, 26 Aug 2018 00:48: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":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","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-08-26T00:48:26Z","tenant_id":"52a8611a23114a51ac364ce7ac9ded64","created_at":"2018-08-26T00:47:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"52a8611a23114a51ac364ce7ac9ded64","id":"fb664cd4-520d-4dfe-bf13-0247a0fc6fde","name":"vping_userdata-net_fac4f00f-f114-4961-b7e5-5de3b917f291"}]} 2018-08-26 00:48:26,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b1c7c5df-abc2-4548-bcf1-a2522a821d8f 2018-08-26 00:48:26,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0883111953735s 2018-08-26 00:48:26,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b1c7c5df-abc2-4548-bcf1-a2522a821d8f 2018-08-26 00:48:26,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 00:48:26,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/fb664cd4-520d-4dfe-bf13-0247a0fc6fde.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:28,355 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-024c71d1-6795-4591-bdf9-836e5e048f0d Date: Sun, 26 Aug 2018 00:48:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:48:28,356 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/fb664cd4-520d-4dfe-bf13-0247a0fc6fde.json used request id req-024c71d1-6795-4591-bdf9-836e5e048f0d 2018-08-26 00:48:28,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.00282907486s 2018-08-26 00:48:28,356 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/fb664cd4-520d-4dfe-bf13-0247a0fc6fde.json used request id req-024c71d1-6795-4591-bdf9-836e5e048f0d 2018-08-26 00:48:28,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:48:28,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:28,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-be859a1e-7571-43b3-95ec-d962b5f8362f Date: Sun, 26 Aug 2018 00:48:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:47:39Z", "file": "/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/file", "owner": "52a8611a23114a51ac364ce7ac9ded64", "id": "25ab6c9a-0f8d-4f23-8564-321a2760fddc", "size": 12716032, "self": "/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_fac4f00f-f114-4961-b7e5-5de3b917f291", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:47:38Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:48:28,685 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-be859a1e-7571-43b3-95ec-d962b5f8362f 2018-08-26 00:48:28,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.324862957001s 2018-08-26 00:48:28,685 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-be859a1e-7571-43b3-95ec-d962b5f8362f 2018-08-26 00:48:28,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-26 00:48:28,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a567a4bab72386d37ac50dfb0391e319b6ef5eef" 2018-08-26 00:48:29,189 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5480d329-8829-4c41-b5a1-761a625d9bab Date: Sun, 26 Aug 2018 00:48:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:48:29,189 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc used request id req-5480d329-8829-4c41-b5a1-761a625d9bab 2018-08-26 00:48:29,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.502249002457s 2018-08-26 00:48:29,189 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/25ab6c9a-0f8d-4f23-8564-321a2760fddc used request id req-5480d329-8829-4c41-b5a1-761a625d9bab 2018-08-26 00:48:29,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:48:29,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:48:29,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48: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-7e13f508-5544-47dd-845c-7155a78f5bdd x-compute-request-id: req-7e13f508-5544-47dd-845c-7155a78f5bdd Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_fac4f00f-f114-4961-b7e5-5de3b917f291", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b", "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": "4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b"}]} 2018-08-26 00:48:29,213 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7e13f508-5544-47dd-845c-7155a78f5bdd 2018-08-26 00:48:29,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0227560997009s 2018-08-26 00:48:29,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7e13f508-5544-47dd-845c-7155a78f5bdd 2018-08-26 00:48:29,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-26 00:48:29,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:48:29,259 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:48: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-126254b5-4aa0-4145-a056-d975c26e4d61 x-compute-request-id: req-126254b5-4aa0-4145-a056-d975c26e4d61 Content-Length: 0 Content-Type: application/json 2018-08-26 00:48:29,260 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b used request id req-126254b5-4aa0-4145-a056-d975c26e4d61 2018-08-26 00:48:29,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0452740192413s 2018-08-26 00:48:29,260 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/4fa8d2e0-ec6b-4193-aa16-1f48e053ef9b used request id req-126254b5-4aa0-4145-a056-d975c26e4d61 2018-08-26 00:48:29,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:48:29,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:48:29,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-131f6b02-4eee-4d2f-a55f-e97c7ac431b4 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/0049bfec5dd746eaa3bd4ab1bc064350"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0049bfec5dd746eaa3bd4ab1bc064350", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/02a6c38f931e4804a70ef74c26b7c11d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02a6c38f931e4804a70ef74c26b7c11d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/069bd57c4d4b4158906adf39308a9bfe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "069bd57c4d4b4158906adf39308a9bfe", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3234d598132142f3acc53ccdc4abd3bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3234d598132142f3acc53ccdc4abd3bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/39533691ab574a84aeab5b9d828d1983"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39533691ab574a84aeab5b9d828d1983", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/474875818d4541cba75d9065b08b7657"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474875818d4541cba75d9065b08b7657", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/474dd411059547088d861f7dc6006e0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474dd411059547088d861f7dc6006e0c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/518520b9e3e448d2874dae1fdafcce7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "518520b9e3e448d2874dae1fdafcce7d", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/56b56736152a413bbf743b3a14c6e5d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56b56736152a413bbf743b3a14c6e5d3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_fac4f00f-f114-4961-b7e5-5de3b917f291", "links": {"self": "http://172.30.9.22:5000/v3/users/6aeb33dcff674d4c993bd937c2d2ce44"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6aeb33dcff674d4c993bd937c2d2ce44", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/8b6e7715d7a04c3682b13b2667de7b04"}, "domain_id": "424ccdce7f9c44f1977a73b5e3b41ad0", "enabled": true, "options": {}, "id": "8b6e7715d7a04c3682b13b2667de7b04", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/9a7ac8ccfc6f4efd98a69892ae9e09a7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a7ac8ccfc6f4efd98a69892ae9e09a7", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/b6c7eb6acbf34ae5aa31f751a52f6ab9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6c7eb6acbf34ae5aa31f751a52f6ab9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/ec0330040c8a4809b49be675e7f85a32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec0330040c8a4809b49be675e7f85a32", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/f05078eb36684bf7916dc1c910444303"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f05078eb36684bf7916dc1c910444303", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-26 00:48:29,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-131f6b02-4eee-4d2f-a55f-e97c7ac431b4 2018-08-26 00:48:29,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.221680879593s 2018-08-26 00:48:29,483 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-131f6b02-4eee-4d2f-a55f-e97c7ac431b4 2018-08-26 00:48:29,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:48:29,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/6aeb33dcff674d4c993bd937c2d2ce44 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:48:29,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee0a0444-adf8-4bf8-ad26-aebae80822a4 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_fac4f00f-f114-4961-b7e5-5de3b917f291", "links": {"self": "http://172.30.9.22:5000/v3/users/6aeb33dcff674d4c993bd937c2d2ce44"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "6aeb33dcff674d4c993bd937c2d2ce44", "description": null}} 2018-08-26 00:48:29,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/6aeb33dcff674d4c993bd937c2d2ce44 used request id req-ee0a0444-adf8-4bf8-ad26-aebae80822a4 2018-08-26 00:48:29,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207385063171s 2018-08-26 00:48:29,696 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/6aeb33dcff674d4c993bd937c2d2ce44 used request id req-ee0a0444-adf8-4bf8-ad26-aebae80822a4 2018-08-26 00:48:29,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-26 00:48:29,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/6aeb33dcff674d4c993bd937c2d2ce44 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:48:30,104 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:48:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-607b88f6-5deb-44e3-8133-36c14c697fcb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:48:30,104 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/6aeb33dcff674d4c993bd937c2d2ce44 used request id req-607b88f6-5deb-44e3-8133-36c14c697fcb 2018-08-26 00:48:30,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.407292127609s 2018-08-26 00:48:30,105 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/6aeb33dcff674d4c993bd937c2d2ce44 used request id req-607b88f6-5deb-44e3-8133-36c14c697fcb 2018-08-26 00:48:30,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 00:48:30,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:48:30,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37305db4-f6a4-4587-a601-db9662cc213c Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82"}, "tags": [], "enabled": true, "id": "463d1f922e1948f6bd05a420de81ed82", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/52a8611a23114a51ac364ce7ac9ded64"}, "tags": [], "enabled": true, "id": "52a8611a23114a51ac364ce7ac9ded64", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_fac4f00f-f114-4961-b7e5-5de3b917f291"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f25cbe785dac41128d46915c0c96dbeb"}, "tags": [], "enabled": true, "id": "f25cbe785dac41128d46915c0c96dbeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-26 00:48:30,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-37305db4-f6a4-4587-a601-db9662cc213c 2018-08-26 00:48:30,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.200078964233s 2018-08-26 00:48:30,311 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-37305db4-f6a4-4587-a601-db9662cc213c 2018-08-26 00:48:30,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-26 00:48:30,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/52a8611a23114a51ac364ce7ac9ded64 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}318a96ab8c20e058e6b3d3dc9530e74a4c35db76" 2018-08-26 00:48:30,593 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:48:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9de1c708-c995-4b07-a5de-35dfec1ee056 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:48:30,593 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/52a8611a23114a51ac364ce7ac9ded64 used request id req-9de1c708-c995-4b07-a5de-35dfec1ee056 2018-08-26 00:48:30,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.277777910233s 2018-08-26 00:48:30,594 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/52a8611a23114a51ac364ce7ac9ded64 used request id req-9de1c708-c995-4b07-a5de-35dfec1ee056 2018-08-26 00:48:30,648 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-26 00:48:30,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:48:30,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:48:30,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:48:30,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:48:30,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:48:30,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:48:30,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:48:30,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:48:30,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:48:30,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:48:30,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:48:30,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:48:30,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:48:30,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:48:30,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:48:30,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:48:30,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:48:30,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:48:30,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:48:30,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:48:30,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:48:30,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:48:30,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:48:30,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73510317-912f-4da3-b731-0014773df5ce 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:48:30,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-73510317-912f-4da3-b731-0014773df5ce 2018-08-26 00:48:30,699 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:48:31,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c0a8bf7efff4719ac51c17d596f36d9", "name": "admin"}, {"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:48:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f25cbe785dac41128d46915c0c96dbeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_f25cbe785dac41128d46915c0c96dbeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "518520b9e3e448d2874dae1fdafcce7d"}, "audit_ids": ["r2d_hTbpScSF7YLaQ-WW9g"], "issued_at": "2018-08-26T00:48:31.000000Z"}} 2018-08-26 00:48:31,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:48:31,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:48:31,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-788fec92-b968-42f5-ae5c-c6236818b016 Date: Sun, 26 Aug 2018 00:48:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","status":"ACTIVE","subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"description":"","tags":[],"updated_at":"2018-08-26T00:38:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","provider:network_type":"flat"}]} 2018-08-26 00:48:31,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-788fec92-b968-42f5-ae5c-c6236818b016 2018-08-26 00:48:31,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.365441083908s 2018-08-26 00:48:31,463 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-788fec92-b968-42f5-ae5c-c6236818b016 2018-08-26 00:48:31,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:48:31,473 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 26 Aug 2018 00:48:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d903b71-85a7-4ae7-a744-31f51da1ace3 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.22:5000/v3/", "rel": "self"}]}]}} 2018-08-26 00:48:31,474 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-7d903b71-85a7-4ae7-a744-31f51da1ace3 2018-08-26 00:48:31,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 00:48:31,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:48:31,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ef8aee8-e392-4213-913e-56796ee9a377 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/424ccdce7f9c44f1977a73b5e3b41ad0"}, "tags": [], "enabled": true, "id": "424ccdce7f9c44f1977a73b5e3b41ad0", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-26 00:48:31,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-0ef8aee8-e392-4213-913e-56796ee9a377 2018-08-26 00:48:31,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191534996033s 2018-08-26 00:48:31,666 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-0ef8aee8-e392-4213-913e-56796ee9a377 2018-08-26 00:48:31,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-26 00:48:31,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_8174d87f-b2b4-4877-b307-428fcf046113"}}' 2018-08-26 00:48:31,921 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 00:48:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c90360c2-60ec-49f7-bd21-70e5552b7c45 Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.22:5000/v3/projects/cd306faa39e64135b408deb8efd969b6"}, "tags": [], "enabled": true, "id": "cd306faa39e64135b408deb8efd969b6", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_8174d87f-b2b4-4877-b307-428fcf046113"}} 2018-08-26 00:48:31,921 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-c90360c2-60ec-49f7-bd21-70e5552b7c45 2018-08-26 00:48:31,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.247929096222s 2018-08-26 00:48:31,922 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-c90360c2-60ec-49f7-bd21-70e5552b7c45 2018-08-26 00:48:31,922 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cinder_test', u'tags': [], 'enabled': True, 'id': u'cd306faa39e64135b408deb8efd969b6', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cinder_test-project_8174d87f-b2b4-4877-b307-428fcf046113'}) 2018-08-26 00:48:31,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-26 00:48:31,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4ecb9194-6bd8-421b-8274-221deba37679", "email": null, "name": "cinder_test-user_8174d87f-b2b4-4877-b307-428fcf046113"}}' 2018-08-26 00:48:32,444 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 00:48:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-682ef4f9-28fc-48de-9419-23969205590f Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_8174d87f-b2b4-4877-b307-428fcf046113", "links": {"self": "http://172.30.9.22:5000/v3/users/2782be0e55e448f7879524f37eaf6f35"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2782be0e55e448f7879524f37eaf6f35", "domain_id": "default", "password_expires_at": null}} 2018-08-26 00:48:32,444 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-682ef4f9-28fc-48de-9419-23969205590f 2018-08-26 00:48:32,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.51593208313s 2018-08-26 00:48:32,445 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-682ef4f9-28fc-48de-9419-23969205590f 2018-08-26 00:48:32,445 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2782be0e55e448f7879524f37eaf6f35', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_8174d87f-b2b4-4877-b307-428fcf046113'}) 2018-08-26 00:48:32,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:48:32,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:48:32,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37d1937c-beb0-4b61-9e30-1ad26ed94420 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:48:32,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-37d1937c-beb0-4b61-9e30-1ad26ed94420 2018-08-26 00:48:32,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.148910045624s 2018-08-26 00:48:32,598 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-37d1937c-beb0-4b61-9e30-1ad26ed94420 2018-08-26 00:48:32,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:48:32,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:48:32,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df5e1ab8-05b4-4287-b701-e44e10f91f67 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:48:32,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-df5e1ab8-05b4-4287-b701-e44e10f91f67 2018-08-26 00:48:32,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.253424882889s 2018-08-26 00:48:32,857 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-df5e1ab8-05b4-4287-b701-e44e10f91f67 2018-08-26 00:48:32,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 00:48:32,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:48:33,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-747b3d7c-5f6d-438c-986e-3a3324fb2d1c Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "11f524af5da44288b97b1f6f6db7e992", "links": {"self": "http://172.30.9.22:5000/v3/roles/11f524af5da44288b97b1f6f6db7e992"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "491e46518ff24e74bba088607526e742", "links": {"self": "http://172.30.9.22:5000/v3/roles/491e46518ff24e74bba088607526e742"}, "name": "reader"}, {"domain_id": null, "id": "7c0a8bf7efff4719ac51c17d596f36d9", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c0a8bf7efff4719ac51c17d596f36d9"}, "name": "admin"}, {"domain_id": null, "id": "82d9930d0bee41c895199897b9683e3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/82d9930d0bee41c895199897b9683e3c"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b7ca3880d7c543f48768059f344251f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b7ca3880d7c543f48768059f344251f7"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d2c04bbc466045d7972d495ffe6a5f3a", "links": {"self": "http://172.30.9.22:5000/v3/roles/d2c04bbc466045d7972d495ffe6a5f3a"}, "name": "heat_stack_user"}]} 2018-08-26 00:48:33,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-747b3d7c-5f6d-438c-986e-3a3324fb2d1c 2018-08-26 00:48:33,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191369056702s 2018-08-26 00:48:33,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-747b3d7c-5f6d-438c-986e-3a3324fb2d1c 2018-08-26 00:48:33,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 00:48:33,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:48:33,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eef58710-e86f-4621-9729-a9d9aac3a6e2 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-26 00:48:33,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-eef58710-e86f-4621-9729-a9d9aac3a6e2 2018-08-26 00:48:33,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18759393692s 2018-08-26 00:48:33,246 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-eef58710-e86f-4621-9729-a9d9aac3a6e2 2018-08-26 00:48:33,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:48:33,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:48:33,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fd0a63c-3f80-4db7-b46b-a3a8d1c1aefc Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/0049bfec5dd746eaa3bd4ab1bc064350"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0049bfec5dd746eaa3bd4ab1bc064350", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/02a6c38f931e4804a70ef74c26b7c11d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02a6c38f931e4804a70ef74c26b7c11d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/069bd57c4d4b4158906adf39308a9bfe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "069bd57c4d4b4158906adf39308a9bfe", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder_test-user_8174d87f-b2b4-4877-b307-428fcf046113", "links": {"self": "http://172.30.9.22:5000/v3/users/2782be0e55e448f7879524f37eaf6f35"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2782be0e55e448f7879524f37eaf6f35", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3234d598132142f3acc53ccdc4abd3bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3234d598132142f3acc53ccdc4abd3bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/39533691ab574a84aeab5b9d828d1983"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39533691ab574a84aeab5b9d828d1983", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/474875818d4541cba75d9065b08b7657"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474875818d4541cba75d9065b08b7657", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/474dd411059547088d861f7dc6006e0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474dd411059547088d861f7dc6006e0c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/518520b9e3e448d2874dae1fdafcce7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "518520b9e3e448d2874dae1fdafcce7d", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/56b56736152a413bbf743b3a14c6e5d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56b56736152a413bbf743b3a14c6e5d3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/8b6e7715d7a04c3682b13b2667de7b04"}, "domain_id": "424ccdce7f9c44f1977a73b5e3b41ad0", "enabled": true, "options": {}, "id": "8b6e7715d7a04c3682b13b2667de7b04", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/9a7ac8ccfc6f4efd98a69892ae9e09a7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a7ac8ccfc6f4efd98a69892ae9e09a7", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/b6c7eb6acbf34ae5aa31f751a52f6ab9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6c7eb6acbf34ae5aa31f751a52f6ab9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/ec0330040c8a4809b49be675e7f85a32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec0330040c8a4809b49be675e7f85a32", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/f05078eb36684bf7916dc1c910444303"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f05078eb36684bf7916dc1c910444303", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-26 00:48:33,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-9fd0a63c-3f80-4db7-b46b-a3a8d1c1aefc 2018-08-26 00:48:33,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207468986511s 2018-08-26 00:48:33,455 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-9fd0a63c-3f80-4db7-b46b-a3a8d1c1aefc 2018-08-26 00:48:33,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 00:48:33,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:48:33,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55e4dca4-9730-4bfa-a126-0a3ceb3a8d8a Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f25cbe785dac41128d46915c0c96dbeb"}, "tags": [], "enabled": true, "id": "f25cbe785dac41128d46915c0c96dbeb", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.22:5000/v3/projects/cd306faa39e64135b408deb8efd969b6"}, "tags": [], "enabled": true, "id": "cd306faa39e64135b408deb8efd969b6", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_8174d87f-b2b4-4877-b307-428fcf046113"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82"}, "tags": [], "enabled": true, "id": "463d1f922e1948f6bd05a420de81ed82", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-26 00:48:33,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-55e4dca4-9730-4bfa-a126-0a3ceb3a8d8a 2018-08-26 00:48:33,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199928998947s 2018-08-26 00:48:33,667 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-55e4dca4-9730-4bfa-a126-0a3ceb3a8d8a 2018-08-26 00:48:33,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-26 00:48:33,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=2782be0e55e448f7879524f37eaf6f35&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=cd306faa39e64135b408deb8efd969b6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:48:33,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef295bd1-71be-4fa6-97f2-7f666969bf72 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=2782be0e55e448f7879524f37eaf6f35&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=cd306faa39e64135b408deb8efd969b6", "previous": null, "next": null}} 2018-08-26 00:48:33,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=2782be0e55e448f7879524f37eaf6f35&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=cd306faa39e64135b408deb8efd969b6 used request id req-ef295bd1-71be-4fa6-97f2-7f666969bf72 2018-08-26 00:48:33,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.187173128128s 2018-08-26 00:48:33,862 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=2782be0e55e448f7879524f37eaf6f35&role.id=82d9930d0bee41c895199897b9683e3c&scope.project.id=cd306faa39e64135b408deb8efd969b6 used request id req-ef295bd1-71be-4fa6-97f2-7f666969bf72 2018-08-26 00:48:33,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-26 00:48:33,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/cd306faa39e64135b408deb8efd969b6/users/2782be0e55e448f7879524f37eaf6f35/roles/82d9930d0bee41c895199897b9683e3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:48:34,177 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:48:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab79250b-bbaf-4b1b-b447-00e550eec612 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:48:34,177 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/cd306faa39e64135b408deb8efd969b6/users/2782be0e55e448f7879524f37eaf6f35/roles/82d9930d0bee41c895199897b9683e3c used request id req-ab79250b-bbaf-4b1b-b447-00e550eec612 2018-08-26 00:48:34,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.31179022789s 2018-08-26 00:48:34,177 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/cd306faa39e64135b408deb8efd969b6/users/2782be0e55e448f7879524f37eaf6f35/roles/82d9930d0bee41c895199897b9683e3c used request id req-ab79250b-bbaf-4b1b-b447-00e550eec612 2018-08-26 00:48:34,178 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_8174d87f-b2b4-4877-b307-428fcf046113', 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'cd306faa39e64135b408deb8efd969b6', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '4ecb9194-6bd8-421b-8274-221deba37679', 'username': u'cinder_test-user_8174d87f-b2b4-4877-b307-428fcf046113', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-26 00:48:34,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 00:48:34,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 00:48:34,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 00:48:34,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 00:48:34,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 00:48:34,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 00:48:34,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 00:48:34,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 00:48:34,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 00:48:34,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 00:48:34,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 00:48:34,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 00:48:34,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 00:48:34,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 00:48:34,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 00:48:34,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 00:48:34,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 00:48:34,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 00:48:34,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 00:48:34,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 00:48:34,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 00:48:34,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 00:48:34,183 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_8174d87f-b2b4-4877-b307-428fcf046113', 'password': '4ecb9194-6bd8-421b-8274-221deba37679', 'project_name': 'cinder_test-project_8174d87f-b2b4-4877-b307-428fcf046113', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'cd306faa39e64135b408deb8efd969b6', 'project_domain_name': 'Default'} 2018-08-26 00:48:34,184 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-26 00:48:34,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:48:34,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f034504-f429-443d-b7c8-18ff89b9b833 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.22:5000/v3/", "rel": "self"}]}} 2018-08-26 00:48:34,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3f034504-f429-443d-b7c8-18ff89b9b833 2018-08-26 00:48:34,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-26 00:48:34,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "491e46518ff24e74bba088607526e742", "name": "reader"}, {"id": "82d9930d0bee41c895199897b9683e3c", "name": "member"}], "expires_at": "2018-08-26T01:48:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd306faa39e64135b408deb8efd969b6", "name": "cinder_test-project_8174d87f-b2b4-4877-b307-428fcf046113"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a829fed56f043fb9040bc1bb1525762"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "62901f781ce74f4eade3e89f0769f255"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e00e8b1aad644584abb14ee8f2057cbb"}], "type": "metric", "id": "0d067ff05f314d33bd9f4d6bf4928b8d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cd306faa39e64135b408deb8efd969b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488efc5b70b1412284bd90c54512d1f7"}, {"url": "http://172.30.9.22:8776/v2/cd306faa39e64135b408deb8efd969b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb3ab439d7e34de38c8bd3b947611f23"}, {"url": "http://192.30.9.4:8776/v2/cd306faa39e64135b408deb8efd969b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff0e306f619f4c52aee361613431b75c"}], "type": "volumev2", "id": "1a726fba89964178b01b9ec0895c0fbb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cd306faa39e64135b408deb8efd969b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f7253c5d85c4d9e96164946636c629d"}, {"url": "http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "786edecbfae445399b938a937263856c"}, {"url": "http://192.30.9.4:8776/v3/cd306faa39e64135b408deb8efd969b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a1eb3d7bd474906841c46c818af4cbd"}], "type": "volumev3", "id": "49d0c7401b6743b3bc87d791d3bc4b38", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cd306faa39e64135b408deb8efd969b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f2bef1f7d0455796b86fd52faafbe8"}, {"url": "http://172.30.9.22:8004/v1/cd306faa39e64135b408deb8efd969b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef7f7caf0daa4873902101f21ce37544"}, {"url": "http://192.30.9.4:8004/v1/cd306faa39e64135b408deb8efd969b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f45d161d43f14d60966a3baca8df7c75"}], "type": "orchestration", "id": "54f07948905c43d680c730ef8e7fe1e2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b0e1345c856431ebf213ab31e6f7c85"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e89fcb9a8974ab09b1aea0f8a09ce9c"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ea3dfbd27591465cb60a1adf34352288"}], "type": "placement", "id": "6189711e24a541428872acf6d1aeb74f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c73be1c41534a1fa6c93eb227afbd3d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "685bd9cdc576436eb9098986fc64743f"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c94107e8fbcb4fa6a5c9f973d764ebb7"}], "type": "compute", "id": "66e51e485fdc414a9fcbada61d0dfd0a", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d740120e24f4cb09650fae13294afc0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9ff98e6d10a4c37837e0afe9c081650"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d639f3aea03a45a9b79a085e4b9d0438"}], "type": "network", "id": "671b789b184d45759ba6c1b046920945", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c54229ce32f548d193af48d036781c60"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3778e1976eb49a0bd770d3aa24901cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0cf651122334602a5a5934f8db429f7"}], "type": "event", "id": "73d1c22a62dd4397b76a98413decab74", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/cd306faa39e64135b408deb8efd969b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d72e5d114704e41b6322799218e695b"}, {"url": "http://192.30.9.4:8776/v1/cd306faa39e64135b408deb8efd969b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a86fcd95416148e8bdb1d725076d8d5d"}, {"url": "http://192.30.9.4:8776/v1/cd306faa39e64135b408deb8efd969b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd5b782a4e484959b091628c2c46653a"}], "type": "volume", "id": "760870556fbb49a590abc541b4c991ad", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6068408311a46d9b88f88ea6c8f2ad8"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b736611cd310479db8a73694bbada88d"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4cd5d2598ae4b68ba4678f864113ffb"}], "type": "image", "id": "9caa0f68da214a88993d8532286152f5", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "9ffb90b0f047431096c57fecb2eaddc4", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66fee82af6dd40b5b3e85fcad2c1e874"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa2397f47528466189ea4ec2811f25f4"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab365025f0424b00906c5db33d85d20c"}], "type": "alarming", "id": "a14639441c164733a1355cc873e5e953", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7db3716ca1405bbbfa7c838b9fd8c6"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4431d9e555742e7bc9675466e0a1ff5"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ebe3174e937b4d69a09abaa31ef127fd"}], "type": "cloudformation", "id": "bd32f66339924364bc914d545f3b8bb9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48238063b9fa4597a1c1ed65a4f71959"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483fff1d2869455896b1dc6acb2f3db8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77915eadad4c4558acb2749e7040b015"}], "type": "identity", "id": "be09016ab2be42f080fc97236700fab6", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_cd306faa39e64135b408deb8efd969b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b540afee31f40e08a24651b6e9dad06"}, {"url": "http://12.0.0.34:8080/v1/AUTH_cd306faa39e64135b408deb8efd969b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2334a9ce5f4735b1bc71e80f144703"}, {"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "884bd922704b44e8b5c8dbf3ea8e778d"}], "type": "object-store", "id": "ea20b165f7f244d2ad57b7385ada051f", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_8174d87f-b2b4-4877-b307-428fcf046113", "id": "2782be0e55e448f7879524f37eaf6f35"}, "audit_ids": ["-3BFkK0jTIS0StJ4w1wBgw"], "issued_at": "2018-08-26T00:48:34.000000Z"}} 2018-08-26 00:48:34,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 00:48:34,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -d '{"network": {"name": "cinder_test-net_8174d87f-b2b4-4877-b307-428fcf046113", "admin_state_up": true}}' 2018-08-26 00:48:35,510 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-100fdbe0-0fb3-4e66-996b-985990277e2f Date: Sun, 26 Aug 2018 00:48:35 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"cd306faa39e64135b408deb8efd969b6","created_at":"2018-08-26T00:48:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-26T00:48:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"cd306faa39e64135b408deb8efd969b6","id":"17110c6f-44e9-43bb-b638-a408409bc521","name":"cinder_test-net_8174d87f-b2b4-4877-b307-428fcf046113"}} 2018-08-26 00:48:35,511 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-100fdbe0-0fb3-4e66-996b-985990277e2f 2018-08-26 00:48:35,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.912217140198s 2018-08-26 00:48:35,511 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-100fdbe0-0fb3-4e66-996b-985990277e2f 2018-08-26 00:48:35,512 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:48:35Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'17110c6f-44e9-43bb-b638-a408409bc521', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_8174d87f-b2b4-4877-b307-428fcf046113', u'admin_state_up': True, u'tenant_id': u'cd306faa39e64135b408deb8efd969b6', u'created_at': u'2018-08-26T00:48:35Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cd306faa39e64135b408deb8efd969b6'}) 2018-08-26 00:48:35,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:48:35,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:48:35,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-c87e8c97-f5ca-40f6-86c7-c1adb9467c26 Date: Sun, 26 Aug 2018 00:48:35 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-08-26T00:48:35Z","tenant_id":"cd306faa39e64135b408deb8efd969b6","created_at":"2018-08-26T00:48:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"cd306faa39e64135b408deb8efd969b6","id":"17110c6f-44e9-43bb-b638-a408409bc521","name":"cinder_test-net_8174d87f-b2b4-4877-b307-428fcf046113"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:48:35,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c87e8c97-f5ca-40f6-86c7-c1adb9467c26 2018-08-26 00:48:35,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.371521949768s 2018-08-26 00:48:35,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c87e8c97-f5ca-40f6-86c7-c1adb9467c26 2018-08-26 00:48:35,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 00:48:35,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -d '{"subnet": {"name": "cinder_test-subnet_8174d87f-b2b4-4877-b307-428fcf046113", "enable_dhcp": true, "network_id": "17110c6f-44e9-43bb-b638-a408409bc521", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 00:48:36,918 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-58bb1edf-0b3f-475c-96be-8cf1525b06d8 Date: Sun, 26 Aug 2018 00:48:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17110c6f-44e9-43bb-b638-a408409bc521","tenant_id":"cd306faa39e64135b408deb8efd969b6","created_at":"2018-08-26T00:48:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:48:36Z","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":"cd306faa39e64135b408deb8efd969b6","id":"a80b74be-4bf0-47b3-bffc-e4b5dfdbb150","subnetpool_id":null,"name":"cinder_test-subnet_8174d87f-b2b4-4877-b307-428fcf046113"}} 2018-08-26 00:48:36,918 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-58bb1edf-0b3f-475c-96be-8cf1525b06d8 2018-08-26 00:48:36,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.03222203255s 2018-08-26 00:48:36,918 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-58bb1edf-0b3f-475c-96be-8cf1525b06d8 2018-08-26 00:48:36,919 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T00:48:36Z', 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'a80b74be-4bf0-47b3-bffc-e4b5dfdbb150', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_8174d87f-b2b4-4877-b307-428fcf046113', u'enable_dhcp': True, u'network_id': u'17110c6f-44e9-43bb-b638-a408409bc521', u'tenant_id': u'cd306faa39e64135b408deb8efd969b6', u'created_at': u'2018-08-26T00:48:36Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'cd306faa39e64135b408deb8efd969b6'}) 2018-08-26 00:48:36,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 00:48:36,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -d '{"router": {"external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20"}, "name": "cinder_test-router_8174d87f-b2b4-4877-b307-428fcf046113", "admin_state_up": true}}' 2018-08-26 00:48:37,973 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-48d94261-bb32-4823-b8ef-fdae41e517ef Date: Sun, 26 Aug 2018 00:48:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "cd306faa39e64135b408deb8efd969b6", "created_at": "2018-08-26T00:48:37Z", "admin_state_up": true, "updated_at": "2018-08-26T00:48:37Z", "revision_number": 2, "routes": [], "project_id": "cd306faa39e64135b408deb8efd969b6", "id": "d0ca6b43-25c6-4383-94cf-49e068488a70", "name": "cinder_test-router_8174d87f-b2b4-4877-b307-428fcf046113"}} 2018-08-26 00:48:37,974 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-48d94261-bb32-4823-b8ef-fdae41e517ef 2018-08-26 00:48:37,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.05406498909s 2018-08-26 00:48:37,974 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-48d94261-bb32-4823-b8ef-fdae41e517ef 2018-08-26 00:48:37,974 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8c6df188-21d6-4197-bf89-8f166bee1386', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'cd306faa39e64135b408deb8efd969b6', u'created_at': u'2018-08-26T00:48:37Z', u'admin_state_up': True, u'updated_at': u'2018-08-26T00:48:37Z', u'revision_number': 2, u'routes': [], u'project_id': u'cd306faa39e64135b408deb8efd969b6', u'id': u'd0ca6b43-25c6-4383-94cf-49e068488a70', u'name': u'cinder_test-router_8174d87f-b2b4-4877-b307-428fcf046113'}) 2018-08-26 00:48:37,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 00:48:37,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/d0ca6b43-25c6-4383-94cf-49e068488a70/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -d '{"subnet_id": "a80b74be-4bf0-47b3-bffc-e4b5dfdbb150"}' 2018-08-26 00:48:40,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-560692fc-dcff-4489-98ac-18e6c31bb2af Date: Sun, 26 Aug 2018 00:48:40 GMT RESP BODY: {"network_id": "17110c6f-44e9-43bb-b638-a408409bc521", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "subnet_id": "a80b74be-4bf0-47b3-bffc-e4b5dfdbb150", "subnet_ids": ["a80b74be-4bf0-47b3-bffc-e4b5dfdbb150"], "port_id": "fb8a8478-5e0a-4834-b81f-8aab8c7f9126", "id": "d0ca6b43-25c6-4383-94cf-49e068488a70"} 2018-08-26 00:48:40,294 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d0ca6b43-25c6-4383-94cf-49e068488a70/add_router_interface.json used request id req-560692fc-dcff-4489-98ac-18e6c31bb2af 2018-08-26 00:48:40,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.31849122047s 2018-08-26 00:48:40,294 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d0ca6b43-25c6-4383-94cf-49e068488a70/add_router_interface.json used request id req-560692fc-dcff-4489-98ac-18e6c31bb2af returning object d0ca6b43-25c6-4383-94cf-49e068488a70 2018-08-26 00:48:40,294 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-26 00:48:40,426 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-26 00:48:40,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-26 00:48:40,433 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 26 Aug 2018 00:48:40 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-26 00:48:40,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:48:40,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:48:40,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-95f74a0d-84f4-4f57-968a-5542230d7003 Date: Sun, 26 Aug 2018 00:48:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:48:40,775 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-95f74a0d-84f4-4f57-968a-5542230d7003 2018-08-26 00:48:40,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.337402105331s 2018-08-26 00:48:40,775 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-95f74a0d-84f4-4f57-968a-5542230d7003 2018-08-26 00:48:40,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-26 00:48:40,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113"}' 2018-08-26 00:48:41,225 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1bd4b9a9-d26f-45ea-8888-f91470bde802 Date: Sun, 26 Aug 2018 00:48:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:48:41Z", "file": "/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/file", "owner": "cd306faa39e64135b408deb8efd969b6", "id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "size": null, "self": "/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113", "checksum": null, "created_at": "2018-08-26T00:48:41Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-26 00:48:41,226 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-1bd4b9a9-d26f-45ea-8888-f91470bde802 2018-08-26 00:48:41,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.443660974503s 2018-08-26 00:48:41,226 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-1bd4b9a9-d26f-45ea-8888-f91470bde802 returning object 42e5ff02-4f12-4577-84d0-53536f4e5d68 2018-08-26 00:48:41,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-26 00:48:41,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -d '' 2018-08-26 00:48:42,810 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fe44ba1c-9e1b-4c85-9082-febc15d8f8b7 Date: Sun, 26 Aug 2018 00:48:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:48:42,810 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/file used request id req-fe44ba1c-9e1b-4c85-9082-febc15d8f8b7 2018-08-26 00:48:42,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.58371114731s 2018-08-26 00:48:42,811 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/file used request id req-fe44ba1c-9e1b-4c85-9082-febc15d8f8b7 2018-08-26 00:48:42,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:48:42,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:48:43,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-baac02e9-811a-4b03-9851-da04b54d589f Date: Sun, 26 Aug 2018 00:48:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:48:42Z", "file": "/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/file", "owner": "cd306faa39e64135b408deb8efd969b6", "id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "size": 12716032, "self": "/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:48:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:48:43,105 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-baac02e9-811a-4b03-9851-da04b54d589f 2018-08-26 00:48:43,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.289510965347s 2018-08-26 00:48:43,105 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-baac02e9-811a-4b03-9851-da04b54d589f 2018-08-26 00:48:43,107 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/snap', u'metadata': Munch({})})], 'file': u'/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/file', 'owner': u'cd306faa39e64135b408deb8efd969b6', 'id': u'42e5ff02-4f12-4577-84d0-53536f4e5d68', 'size': 12716032, u'self': u'/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cd306faa39e64135b408deb8efd969b6', 'name': 'cinder_test-project_8174d87f-b2b4-4877-b307-428fcf046113', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-26T00:48:42Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-26T00:48:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113', 'created': u'2018-08-26T00:48:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-26T00:48:41Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-26 00:48:43,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-26 00:48:43,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_8174d87f-b2b4-4877-b307-428fcf046113", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-26 00:48:43,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e76a7ae0-4ddb-493f-b59b-e427aad43387 x-compute-request-id: req-e76a7ae0-4ddb-493f-b59b-e427aad43387 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_8174d87f-b2b4-4877-b307-428fcf046113", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "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": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912"}} 2018-08-26 00:48:43,429 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e76a7ae0-4ddb-493f-b59b-e427aad43387 2018-08-26 00:48:43,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.320770025253s 2018-08-26 00:48:43,429 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e76a7ae0-4ddb-493f-b59b-e427aad43387 2018-08-26 00:48:43,430 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_8174d87f-b2b4-4877-b307-428fcf046113', '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'f25cbe785dac41128d46915c0c96dbeb', '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'5e52a2ec-aaa4-4907-ab4b-14d30f3c7912', 'swap': 0}) 2018-08-26 00:48:43,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-26 00:48:43,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" -d '{"extra_specs": {}}' 2018-08-26 00:48:43,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48: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-ce34a940-06fe-4593-ba9c-fd4b1cced9fa x-compute-request-id: req-ce34a940-06fe-4593-ba9c-fd4b1cced9fa Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-26 00:48:43,453 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912/os-extra_specs used request id req-ce34a940-06fe-4593-ba9c-fd4b1cced9fa 2018-08-26 00:48:43,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0232150554657s 2018-08-26 00:48:43,454 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912/os-extra_specs used request id req-ce34a940-06fe-4593-ba9c-fd4b1cced9fa 2018-08-26 00:48:43,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-26 00:48:43,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -d '{"keypair": {"name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113"}}' 2018-08-26 00:48:43,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8883f558-ab32-45a3-8e56-87d018cb3983 x-compute-request-id: req-8883f558-ab32-45a3-8e56-87d018cb3983 Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+jXpoAw8Fahg8+/Tn3YaUeUo/4y9zUlaDU3vpiKHdHq0GNBZoLJqMg8UV68KdkB0c8amONK6TeVMiflUuSiwGzuFUzpXBuhbGBs2h9/kyAMhL3zJln1NXebUx0PZP/o+NijJfRz45FyRn1HX7jzF9AMvWoSK+RQpXceQAK0VVF85jrwt8VE8GouGfYW0eGqWM8JNC6F8sqmFDAQoGcFRkuP7zQ6shtTmOMiQ4iEsbK0VhIzMdq+nrgfK1YEqGswVoroHeMBst363UcROiG7Y2JVcmlycoSMIdLvqwIPsgSzyo3GFLEgL/jZ1sjYgKiB35VqK2x0nOOH3HTjICsimF Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvo16aAMPBWoYPPv0592GlHlKP+Mvc1JWg1N76Yih3R6tBjQW\naCyajIPFFevCnZAdHPGpjjSuk3lTIn5VLkosBs7hVM6VwboWxgbNoff5MgDIS98y\nZZ9TV3m1MdD2T/6PjYoyX0c+ORckZ9R1+48xfQDL1qEivkUKV3HkACtFVRfOY68L\nfFRPBqLhn2FtHhqljPCTQuhfLKphQwEKBnBUZLj+80OrIbU5jjIkOIhLGytFYSMz\nHavp64HytWBKhrMFaK6B3jAbLd+t1HETohu2NiVXJpcnKEjCHS76sCD7IEs8qNxh\nSxIC/42dbI2ICogd+VaitsdJzjh9x04yArIphQIDAQABAoIBAB8zdUaQsaX2UE+0\nBc7tg/rNvW2mmn9sjQPl6JU9rRtSyYwJfV3DZ+74KI5FU1GPZmT14QiK8cbuB8HP\nI813kavvtg+33+efu9jjBkquGtyoKiPaQRtIslHReOzWRW6lxQWtCkB1nuekNW7W\n6BavxK+uMLJNIi47icz1thqc+zZKbj3HA0xKnJ+uBpF6pf33F541KwgJtO1rAipi\nyMTdnfDjBHkm4TCtmCeqFTV+eXxwDT+WcSryp9OG5cRsGoQnvz4YdTyi/ymkszXQ\niYr9MSyFCvFy91NVcG7R7B30Bl1eTh99HbZtWAgQ7V40/I8HnP55wsEDCHYMxAjy\n9yGTTSECgYEA5OGDcTAJkqHEoalVtPSdgWcPqRjDveFAEuCRqhb9MD05C97u2kt8\nJCfM4wUUJ6bANhwamEFP/Noa0P0gIkDWHBhBp0PXt5ECa2SLITPQuChTd9a21mCZ\nqsHwGfdquaNJok3PAzS8F19Wj50P59aE9mgfVIxn72Kr2jAP/JUDzCkCgYEA1SFh\nRvYaGGZtW1X9axeYQG8lVA6Yc8xJnAC+1fW9E3FoNEATNAqFTtDDqAfsfjq4pbDr\nGco1c5aZIIsL3b1+veZYHXIL9XpGtQF5ar+f8K11tICdz2CVWyY6ldD4YJx03S57\nuJu2vc/zvtfzgSRh6RYBSiOmbuL91ZN/Ybdi3f0CgYBRf5t2Kky+UavahJloHdIX\nycLhy1envRU7o4s6rYTqMGKnv3H9ePNzTFjAXYaXt+CpY8h0fo0k0+TIldljWQLk\nbh6ymI2vZ4sdAmgoInMnn/RYr7PbEfqluvjrxhXSlDob+OjFk3mGOQRxjtOjEde2\nhcziJjy8GL5oqsSGg+keQQKBgE4PKrS1wDr9kMHqDaXif2XiD1bo/Zcz1CXp8/sj\nRLvRRmwUp7PgwpBqT67EMC7PTP+Ke6D3eXo7RxwvMQpms/vTWKR4N78RqMH0p0ac\npnSc40ZX8PSaGDnJF531anLf+sFjm/ayOUzt1AUqzMmYzK902sYPpo5oXrWRjw73\n/qL1AoGBAJmy/e1lLDNGqRGHwO+rG/4nX1qHpQaXp3CoJpmH6bt0VB+aiPOhYlxN\niOQBjXz1aI/xVr7XQ+cZHozyqiKEJ0wf5SPfETMJBUJPGKB2Bpkd2HOLtl3q7PCa\neWWkQHRRImq3lqE6Gz4YvyrmgZxfTCTZNnkw+AW6teQKEAOFXoGQ\n-----END RSA PRIVATE KEY-----\n", "user_id": "2782be0e55e448f7879524f37eaf6f35", "name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113", "fingerprint": "3e:64:5e:ef:57:fa:ac:18:3d:01:9a:dc:01:a4:c1:ea"}} 2018-08-26 00:48:43,885 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-8883f558-ab32-45a3-8e56-87d018cb3983 2018-08-26 00:48:43,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.430924892426s 2018-08-26 00:48:43,886 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-8883f558-ab32-45a3-8e56-87d018cb3983 2018-08-26 00:48:43,886 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+jXpoAw8Fahg8+/Tn3YaUeUo/4y9zUlaDU3vpiKHdHq0GNBZoLJqMg8UV68KdkB0c8amONK6TeVMiflUuSiwGzuFUzpXBuhbGBs2h9/kyAMhL3zJln1NXebUx0PZP/o+NijJfRz45FyRn1HX7jzF9AMvWoSK+RQpXceQAK0VVF85jrwt8VE8GouGfYW0eGqWM8JNC6F8sqmFDAQoGcFRkuP7zQ6shtTmOMiQ4iEsbK0VhIzMdq+nrgfK1YEqGswVoroHeMBst363UcROiG7Y2JVcmlycoSMIdLvqwIPsgSzyo3GFLEgL/jZ1sjYgKiB35VqK2x0nOOH3HTjICsimF Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvo16aAMPBWoYPPv0592GlHlKP+Mvc1JWg1N76Yih3R6tBjQW\naCyajIPFFevCnZAdHPGpjjSuk3lTIn5VLkosBs7hVM6VwboWxgbNoff5MgDIS98y\nZZ9TV3m1MdD2T/6PjYoyX0c+ORckZ9R1+48xfQDL1qEivkUKV3HkACtFVRfOY68L\nfFRPBqLhn2FtHhqljPCTQuhfLKphQwEKBnBUZLj+80OrIbU5jjIkOIhLGytFYSMz\nHavp64HytWBKhrMFaK6B3jAbLd+t1HETohu2NiVXJpcnKEjCHS76sCD7IEs8qNxh\nSxIC/42dbI2ICogd+VaitsdJzjh9x04yArIphQIDAQABAoIBAB8zdUaQsaX2UE+0\nBc7tg/rNvW2mmn9sjQPl6JU9rRtSyYwJfV3DZ+74KI5FU1GPZmT14QiK8cbuB8HP\nI813kavvtg+33+efu9jjBkquGtyoKiPaQRtIslHReOzWRW6lxQWtCkB1nuekNW7W\n6BavxK+uMLJNIi47icz1thqc+zZKbj3HA0xKnJ+uBpF6pf33F541KwgJtO1rAipi\nyMTdnfDjBHkm4TCtmCeqFTV+eXxwDT+WcSryp9OG5cRsGoQnvz4YdTyi/ymkszXQ\niYr9MSyFCvFy91NVcG7R7B30Bl1eTh99HbZtWAgQ7V40/I8HnP55wsEDCHYMxAjy\n9yGTTSECgYEA5OGDcTAJkqHEoalVtPSdgWcPqRjDveFAEuCRqhb9MD05C97u2kt8\nJCfM4wUUJ6bANhwamEFP/Noa0P0gIkDWHBhBp0PXt5ECa2SLITPQuChTd9a21mCZ\nqsHwGfdquaNJok3PAzS8F19Wj50P59aE9mgfVIxn72Kr2jAP/JUDzCkCgYEA1SFh\nRvYaGGZtW1X9axeYQG8lVA6Yc8xJnAC+1fW9E3FoNEATNAqFTtDDqAfsfjq4pbDr\nGco1c5aZIIsL3b1+veZYHXIL9XpGtQF5ar+f8K11tICdz2CVWyY6ldD4YJx03S57\nuJu2vc/zvtfzgSRh6RYBSiOmbuL91ZN/Ybdi3f0CgYBRf5t2Kky+UavahJloHdIX\nycLhy1envRU7o4s6rYTqMGKnv3H9ePNzTFjAXYaXt+CpY8h0fo0k0+TIldljWQLk\nbh6ymI2vZ4sdAmgoInMnn/RYr7PbEfqluvjrxhXSlDob+OjFk3mGOQRxjtOjEde2\nhcziJjy8GL5oqsSGg+keQQKBgE4PKrS1wDr9kMHqDaXif2XiD1bo/Zcz1CXp8/sj\nRLvRRmwUp7PgwpBqT67EMC7PTP+Ke6D3eXo7RxwvMQpms/vTWKR4N78RqMH0p0ac\npnSc40ZX8PSaGDnJF531anLf+sFjm/ayOUzt1AUqzMmYzK902sYPpo5oXrWRjw73\n/qL1AoGBAJmy/e1lLDNGqRGHwO+rG/4nX1qHpQaXp3CoJpmH6bt0VB+aiPOhYlxN\niOQBjXz1aI/xVr7XQ+cZHozyqiKEJ0wf5SPfETMJBUJPGKB2Bpkd2HOLtl3q7PCa\neWWkQHRRImq3lqE6Gz4YvyrmgZxfTCTZNnkw+AW6teQKEAOFXoGQ\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2782be0e55e448f7879524f37eaf6f35', 'name': u'cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113', 'created_at': '2018-08-26T00:48:43.886779', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cd306faa39e64135b408deb8efd969b6', 'name': 'cinder_test-project_8174d87f-b2b4-4877-b307-428fcf046113', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'3e:64:5e:ef:57:fa:ac:18:3d:01:9a:dc:01:a4:c1:ea', 'type': 'ssh', 'id': u'cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113'}) 2018-08-26 00:48:43,887 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAvo16aAMPBWoYPPv0592GlHlKP+Mvc1JWg1N76Yih3R6tBjQW aCyajIPFFevCnZAdHPGpjjSuk3lTIn5VLkosBs7hVM6VwboWxgbNoff5MgDIS98y ZZ9TV3m1MdD2T/6PjYoyX0c+ORckZ9R1+48xfQDL1qEivkUKV3HkACtFVRfOY68L fFRPBqLhn2FtHhqljPCTQuhfLKphQwEKBnBUZLj+80OrIbU5jjIkOIhLGytFYSMz Havp64HytWBKhrMFaK6B3jAbLd+t1HETohu2NiVXJpcnKEjCHS76sCD7IEs8qNxh SxIC/42dbI2ICogd+VaitsdJzjh9x04yArIphQIDAQABAoIBAB8zdUaQsaX2UE+0 Bc7tg/rNvW2mmn9sjQPl6JU9rRtSyYwJfV3DZ+74KI5FU1GPZmT14QiK8cbuB8HP I813kavvtg+33+efu9jjBkquGtyoKiPaQRtIslHReOzWRW6lxQWtCkB1nuekNW7W 6BavxK+uMLJNIi47icz1thqc+zZKbj3HA0xKnJ+uBpF6pf33F541KwgJtO1rAipi yMTdnfDjBHkm4TCtmCeqFTV+eXxwDT+WcSryp9OG5cRsGoQnvz4YdTyi/ymkszXQ iYr9MSyFCvFy91NVcG7R7B30Bl1eTh99HbZtWAgQ7V40/I8HnP55wsEDCHYMxAjy 9yGTTSECgYEA5OGDcTAJkqHEoalVtPSdgWcPqRjDveFAEuCRqhb9MD05C97u2kt8 JCfM4wUUJ6bANhwamEFP/Noa0P0gIkDWHBhBp0PXt5ECa2SLITPQuChTd9a21mCZ qsHwGfdquaNJok3PAzS8F19Wj50P59aE9mgfVIxn72Kr2jAP/JUDzCkCgYEA1SFh RvYaGGZtW1X9axeYQG8lVA6Yc8xJnAC+1fW9E3FoNEATNAqFTtDDqAfsfjq4pbDr Gco1c5aZIIsL3b1+veZYHXIL9XpGtQF5ar+f8K11tICdz2CVWyY6ldD4YJx03S57 uJu2vc/zvtfzgSRh6RYBSiOmbuL91ZN/Ybdi3f0CgYBRf5t2Kky+UavahJloHdIX ycLhy1envRU7o4s6rYTqMGKnv3H9ePNzTFjAXYaXt+CpY8h0fo0k0+TIldljWQLk bh6ymI2vZ4sdAmgoInMnn/RYr7PbEfqluvjrxhXSlDob+OjFk3mGOQRxjtOjEde2 hcziJjy8GL5oqsSGg+keQQKBgE4PKrS1wDr9kMHqDaXif2XiD1bo/Zcz1CXp8/sj RLvRRmwUp7PgwpBqT67EMC7PTP+Ke6D3eXo7RxwvMQpms/vTWKR4N78RqMH0p0ac pnSc40ZX8PSaGDnJF531anLf+sFjm/ayOUzt1AUqzMmYzK902sYPpo5oXrWRjw73 /qL1AoGBAJmy/e1lLDNGqRGHwO+rG/4nX1qHpQaXp3CoJpmH6bt0VB+aiPOhYlxN iOQBjXz1aI/xVr7XQ+cZHozyqiKEJ0wf5SPfETMJBUJPGKB2Bpkd2HOLtl3q7PCa eWWkQHRRImq3lqE6Gz4YvyrmgZxfTCTZNnkw+AW6teQKEAOFXoGQ -----END RSA PRIVATE KEY----- 2018-08-26 00:48:43,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-26 00:48:43,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -d '{"security_group": {"name": "cinder_test-sg_8174d87f-b2b4-4877-b307-428fcf046113", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-26 00:48:44,358 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-1e93d8d4-5f68-4cd3-bf47-040389112e60 Date: Sun, 26 Aug 2018 00:48:44 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "cd306faa39e64135b408deb8efd969b6", "created_at": "2018-08-26T00:48:44Z", "updated_at": "2018-08-26T00:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:44Z", "revision_number": 0, "id": "aa632902-b54b-48d2-a6c0-d4bece841e14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:44Z", "security_group_id": "9be80729-d505-479c-9b84-20a4535004ac", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:44Z", "revision_number": 0, "id": "ccffdc6d-a318-475c-8d9f-a2b3d2bf7b9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:44Z", "security_group_id": "9be80729-d505-479c-9b84-20a4535004ac", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd306faa39e64135b408deb8efd969b6"}], "revision_number": 1, "project_id": "cd306faa39e64135b408deb8efd969b6", "id": "9be80729-d505-479c-9b84-20a4535004ac", "name": "cinder_test-sg_8174d87f-b2b4-4877-b307-428fcf046113"}} 2018-08-26 00:48:44,359 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-1e93d8d4-5f68-4cd3-bf47-040389112e60 2018-08-26 00:48:44,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.469046115875s 2018-08-26 00:48:44,359 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-1e93d8d4-5f68-4cd3-bf47-040389112e60 2018-08-26 00:48:44,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-26 00:48:44,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:48:44,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-eb10a5a9-a2b1-4633-a98a-e4a9e0cac5a3 Date: Sun, 26 Aug 2018 00:48:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cd306faa39e64135b408deb8efd969b6", "created_at": "2018-08-26T00:48:34Z", "updated_at": "2018-08-26T00:48:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:34Z", "revision_number": 0, "id": "192f111a-44b4-414d-87ea-de11d277c0dd", "remote_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:34Z", "security_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:34Z", "revision_number": 0, "id": "771d4da9-8ea6-4fc8-9ec0-b73b6e982c86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:34Z", "security_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:34Z", "revision_number": 0, "id": "9fbb2d0a-7d64-4ff2-bf88-3a1791abad6b", "remote_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:34Z", "security_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:34Z", "revision_number": 0, "id": "edc7187c-5015-4b60-acd3-9cfa2ebea120", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:34Z", "security_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd306faa39e64135b408deb8efd969b6"}], "revision_number": 1, "project_id": "cd306faa39e64135b408deb8efd969b6", "id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "cd306faa39e64135b408deb8efd969b6", "created_at": "2018-08-26T00:48:44Z", "updated_at": "2018-08-26T00:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:44Z", "revision_number": 0, "id": "aa632902-b54b-48d2-a6c0-d4bece841e14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:44Z", "security_group_id": "9be80729-d505-479c-9b84-20a4535004ac", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:44Z", "revision_number": 0, "id": "ccffdc6d-a318-475c-8d9f-a2b3d2bf7b9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:44Z", "security_group_id": "9be80729-d505-479c-9b84-20a4535004ac", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd306faa39e64135b408deb8efd969b6"}], "revision_number": 1, "project_id": "cd306faa39e64135b408deb8efd969b6", "id": "9be80729-d505-479c-9b84-20a4535004ac", "name": "cinder_test-sg_8174d87f-b2b4-4877-b307-428fcf046113"}]} 2018-08-26 00:48:44,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-eb10a5a9-a2b1-4633-a98a-e4a9e0cac5a3 2018-08-26 00:48:44,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.404186010361s 2018-08-26 00:48:44,773 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-eb10a5a9-a2b1-4633-a98a-e4a9e0cac5a3 2018-08-26 00:48:44,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-26 00:48:44,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -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": "9be80729-d505-479c-9b84-20a4535004ac"}}' 2018-08-26 00:48:45,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-768de1ed-7d1e-464b-93cd-94be7d6fdbfb Date: Sun, 26 Aug 2018 00:48:45 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-08-26T00:48:45Z", "security_group_id": "9be80729-d505-479c-9b84-20a4535004ac", "port_range_min": 22, "revision_number": 0, "tenant_id": "cd306faa39e64135b408deb8efd969b6", "created_at": "2018-08-26T00:48:45Z", "project_id": "cd306faa39e64135b408deb8efd969b6", "id": "c126bd38-3e71-4ff8-b52f-aaba494af3e4"}} 2018-08-26 00:48:45,189 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-768de1ed-7d1e-464b-93cd-94be7d6fdbfb 2018-08-26 00:48:45,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.411815166473s 2018-08-26 00:48:45,189 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-768de1ed-7d1e-464b-93cd-94be7d6fdbfb 2018-08-26 00:48:45,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-26 00:48:45,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:48:45,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-62fadb66-be83-4c82-97b3-96b4b59feafd Date: Sun, 26 Aug 2018 00:48:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cd306faa39e64135b408deb8efd969b6", "created_at": "2018-08-26T00:48:34Z", "updated_at": "2018-08-26T00:48:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:34Z", "revision_number": 0, "id": "192f111a-44b4-414d-87ea-de11d277c0dd", "remote_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:34Z", "security_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:34Z", "revision_number": 0, "id": "771d4da9-8ea6-4fc8-9ec0-b73b6e982c86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:34Z", "security_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:34Z", "revision_number": 0, "id": "9fbb2d0a-7d64-4ff2-bf88-3a1791abad6b", "remote_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:34Z", "security_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:34Z", "revision_number": 0, "id": "edc7187c-5015-4b60-acd3-9cfa2ebea120", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:34Z", "security_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd306faa39e64135b408deb8efd969b6"}], "revision_number": 1, "project_id": "cd306faa39e64135b408deb8efd969b6", "id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "cd306faa39e64135b408deb8efd969b6", "created_at": "2018-08-26T00:48:44Z", "updated_at": "2018-08-26T00:48:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:44Z", "revision_number": 0, "id": "aa632902-b54b-48d2-a6c0-d4bece841e14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:44Z", "security_group_id": "9be80729-d505-479c-9b84-20a4535004ac", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-26T00:48:45Z", "revision_number": 0, "id": "c126bd38-3e71-4ff8-b52f-aaba494af3e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:45Z", "security_group_id": "9be80729-d505-479c-9b84-20a4535004ac", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:44Z", "revision_number": 0, "id": "ccffdc6d-a318-475c-8d9f-a2b3d2bf7b9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:44Z", "security_group_id": "9be80729-d505-479c-9b84-20a4535004ac", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd306faa39e64135b408deb8efd969b6"}], "revision_number": 2, "project_id": "cd306faa39e64135b408deb8efd969b6", "id": "9be80729-d505-479c-9b84-20a4535004ac", "name": "cinder_test-sg_8174d87f-b2b4-4877-b307-428fcf046113"}]} 2018-08-26 00:48:45,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-62fadb66-be83-4c82-97b3-96b4b59feafd 2018-08-26 00:48:45,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.303363084793s 2018-08-26 00:48:45,496 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-62fadb66-be83-4c82-97b3-96b4b59feafd 2018-08-26 00:48:45,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-26 00:48:45,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -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": "9be80729-d505-479c-9b84-20a4535004ac"}}' 2018-08-26 00:48:45,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-8b67a6bd-ea7c-4559-b183-19c94cc60baa Date: Sun, 26 Aug 2018 00:48:45 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-08-26T00:48:45Z", "security_group_id": "9be80729-d505-479c-9b84-20a4535004ac", "port_range_min": null, "revision_number": 0, "tenant_id": "cd306faa39e64135b408deb8efd969b6", "created_at": "2018-08-26T00:48:45Z", "project_id": "cd306faa39e64135b408deb8efd969b6", "id": "0d3fe0d2-184b-4ae0-be7e-8bf548161079"}} 2018-08-26 00:48:45,662 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-8b67a6bd-ea7c-4559-b183-19c94cc60baa 2018-08-26 00:48:45,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.162708997726s 2018-08-26 00:48:45,662 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-8b67a6bd-ea7c-4559-b183-19c94cc60baa 2018-08-26 00:48:45,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:48:45,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:48:46,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-012e5c42-bb27-48f1-a39d-4494867749b4 Date: Sun, 26 Aug 2018 00:48:46 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":["a80b74be-4bf0-47b3-bffc-e4b5dfdbb150"],"updated_at":"2018-08-26T00:48:36Z","tenant_id":"cd306faa39e64135b408deb8efd969b6","created_at":"2018-08-26T00:48:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cd306faa39e64135b408deb8efd969b6","id":"17110c6f-44e9-43bb-b638-a408409bc521","name":"cinder_test-net_8174d87f-b2b4-4877-b307-428fcf046113"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:48:46,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-012e5c42-bb27-48f1-a39d-4494867749b4 2018-08-26 00:48:46,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.384717941284s 2018-08-26 00:48:46,048 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-012e5c42-bb27-48f1-a39d-4494867749b4 2018-08-26 00:48:46,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:48:46,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:48:46,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-a08599a4-6b64-4a51-85ff-6027e02de1fe Date: Sun, 26 Aug 2018 00:48:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:48:42Z", "file": "/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/file", "owner": "cd306faa39e64135b408deb8efd969b6", "id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "size": 12716032, "self": "/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:48:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:48:46,351 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a08599a4-6b64-4a51-85ff-6027e02de1fe 2018-08-26 00:48:46,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298423051834s 2018-08-26 00:48:46,352 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a08599a4-6b64-4a51-85ff-6027e02de1fe 2018-08-26 00:48:46,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:48:46,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:48:46,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de385c70-2197-42e4-94da-d6f37dfb2eaa x-compute-request-id: req-de385c70-2197-42e4-94da-d6f37dfb2eaa Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_8174d87f-b2b4-4877-b307-428fcf046113", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "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": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912"}]} 2018-08-26 00:48:46,381 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-de385c70-2197-42e4-94da-d6f37dfb2eaa 2018-08-26 00:48:46,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0276899337769s 2018-08-26 00:48:46,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-de385c70-2197-42e4-94da-d6f37dfb2eaa 2018-08-26 00:48:46,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-26 00:48:46,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -d '{"server": {"name": "cinder_test-vm2_8174d87f-b2b4-4877-b307-428fcf046113", "imageRef": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "key_name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113", "flavorRef": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "max_count": 1, "min_count": 1, "networks": [{"uuid": "17110c6f-44e9-43bb-b638-a408409bc521"}], "security_groups": [{"name": "9be80729-d505-479c-9b84-20a4535004ac"}]}}' 2018-08-26 00:48:51,183 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:48:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d0ea7541-3040-4acf-a609-2a4127cbcd20 x-compute-request-id: req-d0ea7541-3040-4acf-a609-2a4127cbcd20 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9be80729-d505-479c-9b84-20a4535004ac"}], "OS-DCF:diskConfig": "MANUAL", "id": "d49ee4dc-1918-47b3-b717-effbc7b49740", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "bookmark"}], "adminPass": "B4VGKVxwA66K"}} 2018-08-26 00:48:51,183 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-d0ea7541-3040-4acf-a609-2a4127cbcd20 2018-08-26 00:48:51,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.79976701736s 2018-08-26 00:48:51,184 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-d0ea7541-3040-4acf-a609-2a4127cbcd20 2018-08-26 00:48:51,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:48:51,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:48:51,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48: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-fe913445-c990-4852-8d34-8bcbed8786ff x-compute-request-id: req-fe913445-c990-4852-8d34-8bcbed8786ff 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.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "bookmark"}], "image": {"id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "links": [{"href": "http://172.30.9.22:8774/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "links": [{"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "bookmark"}]}, "id": "d49ee4dc-1918-47b3-b717-effbc7b49740", "user_id": "2782be0e55e448f7879524f37eaf6f35", "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-08-26T00:48:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113", "name": "cinder_test-vm2_8174d87f-b2b4-4877-b307-428fcf046113", "created": "2018-08-26T00:48:51Z", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:48:51,533 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fe913445-c990-4852-8d34-8bcbed8786ff 2018-08-26 00:48:51,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.348338842392s 2018-08-26 00:48:51,533 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fe913445-c990-4852-8d34-8bcbed8786ff 2018-08-26 00:48:51,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:48:51,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:48:51,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-9dcb1485-4fc4-463a-a570-6e05ab4436e0 Date: Sun, 26 Aug 2018 00:48:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a80b74be-4bf0-47b3-bffc-e4b5dfdbb150"],"updated_at":"2018-08-26T00:48:36Z","tenant_id":"cd306faa39e64135b408deb8efd969b6","created_at":"2018-08-26T00:48:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cd306faa39e64135b408deb8efd969b6","id":"17110c6f-44e9-43bb-b638-a408409bc521","name":"cinder_test-net_8174d87f-b2b4-4877-b307-428fcf046113"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:48:51,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9dcb1485-4fc4-463a-a570-6e05ab4436e0 2018-08-26 00:48:51,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0901420116425s 2018-08-26 00:48:51,631 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9dcb1485-4fc4-463a-a570-6e05ab4436e0 2018-08-26 00:48:51,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:48:51,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:48:51,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-580c1e32-d422-4a61-926b-cd21b05946c2 Date: Sun, 26 Aug 2018 00:48:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17110c6f-44e9-43bb-b638-a408409bc521","tenant_id":"cd306faa39e64135b408deb8efd969b6","created_at":"2018-08-26T00:48:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:48:36Z","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":"cd306faa39e64135b408deb8efd969b6","id":"a80b74be-4bf0-47b3-bffc-e4b5dfdbb150","subnetpool_id":null,"name":"cinder_test-subnet_8174d87f-b2b4-4877-b307-428fcf046113"}]} 2018-08-26 00:48:51,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-580c1e32-d422-4a61-926b-cd21b05946c2 2018-08-26 00:48:51,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.279417991638s 2018-08-26 00:48:51,911 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-580c1e32-d422-4a61-926b-cd21b05946c2 2018-08-26 00:48:51,912 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:48:53,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:48:53,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:48:54,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48: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-baf71c11-15d0-400b-8a14-61eaa7ca2a2c x-compute-request-id: req-baf71c11-15d0-400b-8a14-61eaa7ca2a2c Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "bookmark"}], "image": {"id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "links": [{"href": "http://172.30.9.22:8774/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "links": [{"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "bookmark"}]}, "id": "d49ee4dc-1918-47b3-b717-effbc7b49740", "user_id": "2782be0e55e448f7879524f37eaf6f35", "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-08-26T00:48:53Z", "hostId": "02e1f7781b30a11154677fe7b08fa9cfec5b15a5217401caf7c9e171", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113", "name": "cinder_test-vm2_8174d87f-b2b4-4877-b307-428fcf046113", "created": "2018-08-26T00:48:51Z", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:48:54,417 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-baf71c11-15d0-400b-8a14-61eaa7ca2a2c 2018-08-26 00:48:54,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.502836227417s 2018-08-26 00:48:54,418 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-baf71c11-15d0-400b-8a14-61eaa7ca2a2c 2018-08-26 00:48:54,421 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:48:56,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:48:56,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:48:57,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7887e348-f54d-4b06-b36b-0f0b8b8bf7a5 x-compute-request-id: req-7887e348-f54d-4b06-b36b-0f0b8b8bf7a5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "bookmark"}], "image": {"id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "links": [{"href": "http://172.30.9.22:8774/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "links": [{"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "bookmark"}]}, "id": "d49ee4dc-1918-47b3-b717-effbc7b49740", "security_groups": [{"name": "cinder_test-sg_8174d87f-b2b4-4877-b307-428fcf046113"}], "user_id": "2782be0e55e448f7879524f37eaf6f35", "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-08-26T00:48:54Z", "hostId": "02e1f7781b30a11154677fe7b08fa9cfec5b15a5217401caf7c9e171", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113", "name": "cinder_test-vm2_8174d87f-b2b4-4877-b307-428fcf046113", "created": "2018-08-26T00:48:51Z", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:48:57,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7887e348-f54d-4b06-b36b-0f0b8b8bf7a5 2018-08-26 00:48:57,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.682891845703s 2018-08-26 00:48:57,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7887e348-f54d-4b06-b36b-0f0b8b8bf7a5 2018-08-26 00:48:57,112 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:48:59,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:48:59,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:00,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:48: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-8bbd092a-3d40-418c-8d7e-88f477f2c0db x-compute-request-id: req-8bbd092a-3d40-418c-8d7e-88f477f2c0db Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8174d87f-b2b4-4877-b307-428fcf046113": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0d:d2", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "bookmark"}], "image": {"id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "links": [{"href": "http://172.30.9.22:8774/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:48:58.000000", "flavor": {"id": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "links": [{"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "bookmark"}]}, "id": "d49ee4dc-1918-47b3-b717-effbc7b49740", "security_groups": [{"name": "cinder_test-sg_8174d87f-b2b4-4877-b307-428fcf046113"}], "user_id": "2782be0e55e448f7879524f37eaf6f35", "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-08-26T00:48:59Z", "hostId": "02e1f7781b30a11154677fe7b08fa9cfec5b15a5217401caf7c9e171", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113", "name": "cinder_test-vm2_8174d87f-b2b4-4877-b307-428fcf046113", "created": "2018-08-26T00:48:51Z", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:49:00,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8bbd092a-3d40-418c-8d7e-88f477f2c0db 2018-08-26 00:49:00,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.44352388382s 2018-08-26 00:49:00,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8bbd092a-3d40-418c-8d7e-88f477f2c0db 2018-08-26 00:49:00,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-26 00:49:00,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=d49ee4dc-1918-47b3-b717-effbc7b49740" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:00,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0500609e-cf89-4703-b3a1-b599c9a31691 Date: Sun, 26 Aug 2018 00:49:00 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"17110c6f-44e9-43bb-b638-a408409bc521","tenant_id":"cd306faa39e64135b408deb8efd969b6","created_at":"2018-08-26T00:48:54Z","admin_state_up":true,"updated_at":"2018-08-26T00:48:58Z","binding:vnic_type":"normal","device_id":"d49ee4dc-1918-47b3-b717-effbc7b49740","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:41:0d:d2","id":"9b8ae432-c2f7-41ef-9e01-f3c5f784c3f0","port_security_enabled":true,"project_id":"cd306faa39e64135b408deb8efd969b6","fixed_ips":[{"subnet_id":"a80b74be-4bf0-47b3-bffc-e4b5dfdbb150","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["9be80729-d505-479c-9b84-20a4535004ac"],"name":""}]} 2018-08-26 00:49:00,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=d49ee4dc-1918-47b3-b717-effbc7b49740 used request id req-0500609e-cf89-4703-b3a1-b599c9a31691 2018-08-26 00:49:00,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.324506998062s 2018-08-26 00:49:00,888 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=d49ee4dc-1918-47b3-b717-effbc7b49740 used request id req-0500609e-cf89-4703-b3a1-b599c9a31691 2018-08-26 00:49:00,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:49:00,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=9b8ae432-c2f7-41ef-9e01-f3c5f784c3f0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:01,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d5ce6819-61f2-4c30-ba76-883d6aa5e1a2 Date: Sun, 26 Aug 2018 00:49:01 GMT RESP BODY: {"floatingips": []} 2018-08-26 00:49:01,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=9b8ae432-c2f7-41ef-9e01-f3c5f784c3f0 used request id req-d5ce6819-61f2-4c30-ba76-883d6aa5e1a2 2018-08-26 00:49:01,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.316433906555s 2018-08-26 00:49:01,209 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=9b8ae432-c2f7-41ef-9e01-f3c5f784c3f0 used request id req-d5ce6819-61f2-4c30-ba76-883d6aa5e1a2 2018-08-26 00:49:01,210 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_8174d87f-b2b4-4877-b307-428fcf046113': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:41:0d:d2', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'42e5ff02-4f12-4577-84d0-53536f4e5d68'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-26T00:48:58.000000', 'flavor': Munch({u'id': u'5e52a2ec-aaa4-4907-ab4b-14d30f3c7912'}), 'az': u'nova', 'id': u'd49ee4dc-1918-47b3-b717-effbc7b49740', 'security_groups': [Munch({u'name': u'cinder_test-sg_8174d87f-b2b4-4877-b307-428fcf046113'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2782be0e55e448f7879524f37eaf6f35', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cd306faa39e64135b408deb8efd969b6', 'name': 'cinder_test-project_8174d87f-b2b4-4877-b307-428fcf046113', '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-08-26T00:48:58.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-26T00:48:59Z', 'hostId': u'02e1f7781b30a11154677fe7b08fa9cfec5b15a5217401caf7c9e171', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113', 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'02e1f7781b30a11154677fe7b08fa9cfec5b15a5217401caf7c9e171', '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-08-26T00:48:58.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cd306faa39e64135b408deb8efd969b6', 'name': u'cinder_test-vm2_8174d87f-b2b4-4877-b307-428fcf046113', 'adminPass': u'B4VGKVxwA66K', 'tenant_id': u'cd306faa39e64135b408deb8efd969b6', 'created_at': u'2018-08-26T00:48:51Z', 'created': u'2018-08-26T00:48:51Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-26 00:49:01,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:49:01,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:01,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-5b377bc1-7981-4cb5-bddf-1a53541b7c41 Date: Sun, 26 Aug 2018 00:49:01 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":["a80b74be-4bf0-47b3-bffc-e4b5dfdbb150"],"updated_at":"2018-08-26T00:48:36Z","tenant_id":"cd306faa39e64135b408deb8efd969b6","created_at":"2018-08-26T00:48:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cd306faa39e64135b408deb8efd969b6","id":"17110c6f-44e9-43bb-b638-a408409bc521","name":"cinder_test-net_8174d87f-b2b4-4877-b307-428fcf046113"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:49:01,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5b377bc1-7981-4cb5-bddf-1a53541b7c41 2018-08-26 00:49:01,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354711055756s 2018-08-26 00:49:01,568 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5b377bc1-7981-4cb5-bddf-1a53541b7c41 2018-08-26 00:49:01,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-26 00:49:01,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=d49ee4dc-1918-47b3-b717-effbc7b49740" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:01,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ba62b2b5-b79f-49e4-8862-780448646a4c Date: Sun, 26 Aug 2018 00:49:01 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"17110c6f-44e9-43bb-b638-a408409bc521","tenant_id":"cd306faa39e64135b408deb8efd969b6","created_at":"2018-08-26T00:48:54Z","admin_state_up":true,"updated_at":"2018-08-26T00:48:58Z","binding:vnic_type":"normal","device_id":"d49ee4dc-1918-47b3-b717-effbc7b49740","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:41:0d:d2","id":"9b8ae432-c2f7-41ef-9e01-f3c5f784c3f0","port_security_enabled":true,"project_id":"cd306faa39e64135b408deb8efd969b6","fixed_ips":[{"subnet_id":"a80b74be-4bf0-47b3-bffc-e4b5dfdbb150","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["9be80729-d505-479c-9b84-20a4535004ac"],"name":""}]} 2018-08-26 00:49:01,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=d49ee4dc-1918-47b3-b717-effbc7b49740 used request id req-ba62b2b5-b79f-49e4-8862-780448646a4c 2018-08-26 00:49:01,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0480928421021s 2018-08-26 00:49:01,618 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=d49ee4dc-1918-47b3-b717-effbc7b49740 used request id req-ba62b2b5-b79f-49e4-8862-780448646a4c 2018-08-26 00:49:01,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-26 00:49:01,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -d '{"floatingip": {"floating_network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "fixed_ip_address": "192.168.120.12", "port_id": "9b8ae432-c2f7-41ef-9e01-f3c5f784c3f0"}}' 2018-08-26 00:49:03,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-50c8324d-8f25-4671-a634-4333add434b1 Date: Sun, 26 Aug 2018 00:49:03 GMT RESP BODY: {"floatingip": {"router_id": "d0ca6b43-25c6-4383-94cf-49e068488a70", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-26T00:49:02Z", "floating_network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "9b8ae432-c2f7-41ef-9e01-f3c5f784c3f0", "id": "eca7c9c3-4f45-4bb4-aa3e-3feedfab324f", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "created_at": "2018-08-26T00:49:02Z", "project_id": "cd306faa39e64135b408deb8efd969b6"}} 2018-08-26 00:49:03,426 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-50c8324d-8f25-4671-a634-4333add434b1 2018-08-26 00:49:03,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.80725002289s 2018-08-26 00:49:03,426 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-50c8324d-8f25-4671-a634-4333add434b1 2018-08-26 00:49:03,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:49:03,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:03,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-0fa25678-633a-47e1-b401-5f227fe6e288 Date: Sun, 26 Aug 2018 00:49:03 GMT RESP BODY: {"floatingips": [{"router_id": "d0ca6b43-25c6-4383-94cf-49e068488a70", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-26T00:49:02Z", "floating_network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "9b8ae432-c2f7-41ef-9e01-f3c5f784c3f0", "id": "eca7c9c3-4f45-4bb4-aa3e-3feedfab324f", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "created_at": "2018-08-26T00:49:02Z", "project_id": "cd306faa39e64135b408deb8efd969b6"}]} 2018-08-26 00:49:03,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-0fa25678-633a-47e1-b401-5f227fe6e288 2018-08-26 00:49:03,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0594828128815s 2018-08-26 00:49:03,494 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-0fa25678-633a-47e1-b401-5f227fe6e288 2018-08-26 00:49:03,498 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd0ca6b43-25c6-4383-94cf-49e068488a70', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'cd306faa39e64135b408deb8efd969b6', 'created_at': u'2018-08-26T00:49:02Z', 'attached': True, 'updated_at': u'2018-08-26T00:49:02Z', 'id': u'eca7c9c3-4f45-4bb4-aa3e-3feedfab324f', 'floating_network_id': u'cb81472f-1ab5-4527-8e4d-86261e1fde20', 'fixed_ip_address': u'192.168.120.12', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cd306faa39e64135b408deb8efd969b6', 'name': 'cinder_test-project_8174d87f-b2b4-4877-b307-428fcf046113', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd0ca6b43-25c6-4383-94cf-49e068488a70', 'project_id': u'cd306faa39e64135b408deb8efd969b6', 'port_id': u'9b8ae432-c2f7-41ef-9e01-f3c5f784c3f0', 'port': u'9b8ae432-c2f7-41ef-9e01-f3c5f784c3f0', 'network': u'cb81472f-1ab5-4527-8e4d-86261e1fde20'}) 2018-08-26 00:49:03,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-26 00:49:03,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-26 00:49:03,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:49: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-b847f51c-83b0-4ba9-976e-f301d5c7bf1f x-compute-request-id: req-b847f51c-83b0-4ba9-976e-f301d5c7bf1f Content-Encoding: gzip Content-Length: 9575 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 491596386 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.192982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195360] pid_max: default: 32768 minimum: 301\n[ 0.196643] ACPI: Core revision 20150930\n[ 0.198374] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.200259] Security Framework initialized\n[ 0.201437] Yama: becoming mindful.\n[ 0.202488] AppArmor: AppArmor initialized\n[ 0.203724] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205598] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211084] Initializing cgroup subsys io\n[ 0.212268] Initializing cgroup subsys memory\n[ 0.213501] Initializing cgroup subsys devices\n[ 0.214737] Initializing cgroup subsys freezer\n[ 0.215989] Initializing cgroup subsys net_cls\n[ 0.217235] Initializing cgroup subsys perf_event\n[ 0.218531] Initializing cgroup subsys net_prio\n[ 0.219804] Initializing cgroup subsys hugetlb\n[ 0.221036] Initializing cgroup subsys pids\n[ 0.222263] CPU: Physical Processor ID: 0\n[ 0.224112] mce: CPU supports 10 MCE banks\n[ 0.225304] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226745] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241658] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248437] ftrace: allocating 31920 entries in 125 pages\n[ 0.273672] smpboot: Max logical packages: 1\n[ 0.274908] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276863] x2apic enabled\n[ 0.278036] Switched APIC routing to physical x2apic.\n[ 0.280574] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282151] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287470] KVM setup paravirtual spinlock\n[ 0.289107] x86: Booted up 1 node, 1 CPUs\n[ 0.290254] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292202] devtmpfs: initialized\n[ 0.294204] evm: security.selinux\n[ 0.295196] evm: security.SMACK64\n[ 0.296179] evm: security.SMACK64EXEC\n[ 0.297233] evm: security.SMACK64TRANSMUTE\n[ 0.298377] evm: security.SMACK64MMAP\n[ 0.299419] evm: security.ima\n[ 0.300330] evm: security.capability\n[ 0.301439] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304031] pinctrl core: initialized pinctrl subsystem\n[ 0.305549] RTC time: 0:48:58, date: 08/26/18\n[ 0.306865] NET: Registered protocol family 16\n[ 0.308217] cpuidle: using governor ladder\n[ 0.309375] cpuidle: using governor menu\n[ 0.310492] PCCT header not found.\n[ 0.311541] ACPI: bus type PCI registered\n[ 0.312675] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314408] PCI: Using configuration type 1 for base access\n[ 0.316595] ACPI: Added _OSI(Module Device)\n[ 0.317782] ACPI: Added _OSI(Processor Device)\n[ 0.318997] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322457] ACPI: Interpreter enabled\n[ 0.323532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.328748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.333968] ACPI: (supports S0 S5)\n[ 0.334969] ACPI: Using IOAPIC for interrupt routing\n[ 0.336294] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340154] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.341760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.343486] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.345166] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.348211] acpiphp: Slot [3] registered\n[ 0.349340] acpiphp: Slot [4] registered\n[ 0.350477] acpiphp: Slot [5] registered\n[ 0.351622] acpiphp: Slot [6] registered\n[ 0.352757] acpiphp: Slot [7] registered\n[ 0.353883] acpiphp: Slot [8] registered\n[ 0.355005] acpiphp: Slot [9] registered\n[ 0.356123] acpiphp: Slot [10] registered\n[ 0.357268] acpiphp: Slot [11] registered\n[ 0.358411] acpiphp: Slot [12] registered\n[ 0.359551] acpiphp: Slot [13] registered\n[ 0.360695] acpiphp: Slot [14] registered\n[ 0.361845] acpiphp: Slot [15] registered\n[ 0.377522] acpiphp: Slot [16] registered\n[ 0.378671] acpiphp: Slot [17] registered\n[ 0.379810] acpiphp: Slot [18] registered\n[ 0.380951] acpiphp: Slot [19] registered\n[ 0.382096] acpiphp: Slot [20] registered\n[ 0.383243] acpiphp: Slot [21] registered\n[ 0.384381] acpiphp: Slot [22] registered\n[ 0.385526] acpiphp: Slot [23] registered\n[ 0.386676] acpiphp: Slot [24] registered\n[ 0.387825] acpiphp: Slot [25] registered\n[ 0.388961] acpiphp: Slot [26] registered\n[ 0.390096] acpiphp: Slot [27] registered\n[ 0.391244] acpiphp: Slot [28] registered\n[ 0.392386] acpiphp: Slot [29] registered\n[ 0.393520] acpiphp: Slot [30] registered\n[ 0.394662] acpiphp: Slot [31] registered\n[ 0.395803] PCI host bridge to bus 0000:00\n[ 0.396946] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.398643] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.400330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.402378] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.404427] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.406529] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.410653] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412436] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.415850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.442671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.444742] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.446746] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.448744] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.450813] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.452587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454426] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.455922] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458142] vgaarb: loaded\n[ 0.459002] vgaarb: bridge control possible 0000:00:02.0\n[ 0.460698] SCSI subsystem initialized\n[ 0.461988] ACPI: bus type USB registered\n[ 0.463163] usbcore: registered new interface driver usbfs\n[ 0.464914] usbcore: registered new interface driver hub\n[ 0.466595] usbcore: registered new device driver usb\n[ 0.468421] PCI: Using ACPI for IRQ routing\n[ 0.470075] NetLabel: Initializing\n[ 0.471140] NetLabel: domain hash size = 128\n[ 0.472403] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.473844] NetLabel: unlabeled traffic allowed by default\n[ 0.475550] clocksource: Switched to clocksource kvm-clock\n[ 0.485668] AppArmor: AppArmor Filesystem Enabled\n[ 0.487075] pnp: PnP ACPI init\n[ 0.488420] pnp: PnP ACPI: found 5 devices\n[ 0.495451] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497999] NET: Registered protocol family 2\n[ 0.499490] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.501365] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503122] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.504878] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.506459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508170] NET: Registered protocol family 1\n[ 0.509453] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511051] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.512626] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542176] Trying to unpack rootfs image as initramfs...\n[ 0.604942] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.610145] Scanning for low memory corruption every 60 seconds\n[ 0.612404] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.614073] audit: initializing netlink subsys (disabled)\n[ 0.615645] audit: type=2000 audit(1535244539.776:1): initialized\n[ 0.617586] Initialise system trusted keyring\n[ 0.619007] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620680] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.623485] zbud: loaded\n[ 0.624530] VFS: Disk quotas dquot_6.6.0\n[ 0.625714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627952] fuse init (API version 7.23)\n[ 0.629235] Key type big_key registered\n[ 0.630386] Allocating IMA MOK and blacklist keyrings.\n[ 0.632170] Key type asymmetric registered\n[ 0.633357] Asymmetric key parser 'x509' registered\n[ 0.634738] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.636901] io scheduler noop registered\n[ 0.638037] io scheduler deadline registered (default)\n[ 0.639472] io scheduler cfq registered\n[ 0.640720] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642211] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644057] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646155] ACPI: Power Button [PWRF]\n[ 0.647432] GHES: HEST is not enabled!\n[ 0.661675] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691312] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694382] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718168] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721361] Linux agpgart interface v0.103\n[ 0.724904] brd: module loaded\n[ 0.727174] loop: module loaded\n[ 0.732375] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734504] GPT:90111 != 2097151\n[ 0.735456] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736998] GPT:90111 != 2097151\n[ 0.737963] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739338] vda: vda1 vda15\n[ 0.741088] scsi host0: ata_piix\n[ 0.742224] scsi host1: ata_piix\n[ 0.743266] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745011] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747047] libphy: Fixed MDIO Bus: probed\n[ 0.748442] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752641] PPP generic driver version 2.4.2\n[ 0.753952] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755640] ehci-pci: EHCI PCI platform driver\n[ 0.756878] ehci-platform: EHCI generic platform driver\n[ 0.758273] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759870] ohci-pci: OHCI PCI platform driver\n[ 0.761129] ohci-platform: OHCI generic platform driver\n[ 0.762557] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777023] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.778439] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.780569] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782024] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.783667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.785430] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.787523] usb usb1: Product: UHCI Host Controller\n[ 0.788870] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792031] hub 1-0:1.0: USB hub found\n[ 0.793194] hub 1-0:1.0: 2 ports detected\n[ 0.794556] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797521] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.798905] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800427] mousedev: PS/2 mouse device common for all mice\n[ 0.802245] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.804927] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806541] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.809880] i2c /dev entries driver\n[ 0.810948] device-mapper: uevent: version 1.0.3\n[ 0.812297] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814687] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816604] NET: Registered protocol family 10\n[ 0.818194] NET: Registered protocol family 17\n[ 0.819450] Key type dns_resolver registered\n[ 0.820802] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822356] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824924] registered taskstats version 1\n[ 0.826106] Loading compiled-in X.509 certificates\n[ 0.827978] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830644] zswap: loaded using pool lzo/zbud\n[ 0.832777] Key type trusted registered\n[ 0.835022] Key type encrypted registered\n[ 0.836190] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837651] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839117] evm: HMAC attrs: 0x1\n[ 0.840464] Magic number: 14:749:810\n[ 0.841670] rtc_cmos 00:00: setting system clock to 2018-08-26 00:48:59 UTC (1535244539)\n[ 0.843995] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845592] EDD information not available.\n[ 0.905079] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.921788] Write protecting the kernel read-only data: 14336k\n[ 0.924812] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.927362] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\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.974579] 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.82\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.12...\nLease of 192.168.120.12 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.97. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCJNLZQdcsV5H4bOATF88jWgBCRPGlVXKFGoyCCUFbuEKJuZPsC/zYNVYrddaByBiK0pPkFGTMUEv9uniL3ZlFDhKOu+XpTA0rUEijFZ1852FZ3quRQVsx27goF3WO4kHMY6s169P5eTgeXfYq3deTZbFyo8UMdhaW0e+zBEE6tkqYWPYl1LqbbvAIiE4AI2z35xiiqTJEBW2AzYd4BUAo387FGRTZOxAapgNJNlMDcHcymgkmJmKwKqPHQwOcRyrrYJzJs+9vM5JDcZLpQJrpKW8y8o15szOSYlOWwFLcczYpWnFE8N2WzSfrTKb9CGj+7Twr54ZELu0uhSa1BsrCZ root@cinder-test-vm2-8174d87f-b2b4-4877-b307-428fcf046113\nssh-dss AAAAB3NzaC1kc3MAAACBAMhmTB0yCgcA14pAKMLcsq1jKVwnhratYJUwqJaeCRklJCuNkRi3pZofbSv53iTdLzj8u3yaxtcrY1R6j8lUDlPqiMFuYJ6bPXn2FQ4P3MaQnHN2weFy5J+n8JIAy/yAk+l4UcAqpV49L08IR9183afUJUqqXOJRpIAN3t0SC9BTAAAAFQChArddS185mSJv0sNFiopCpggbtQAAAIB2dlO1tBBNxIrtlbVbguTbN6MZOWzQSiEPqGyDW5Y6GD6ydqY4ZJc9e4GxlXXumCkTBDBaU7leyVH897wfmYK53QwvPmFoHiU1RG+E5Oc8aCfxTOisnzobH3w44EE9MfmlrDeFZ0uYPQdyKMAv2oYmhcsAvb3ECxxCLKkFkObLaQAAAIEAiNjfryaRph6L/XWDUtaUl0NjWr5wqQvp9bmQ6nEm2CnzfhglbW6DqrPOvFv8adQDgpEW+QXXha2k83BkZFTUXmrjDVpDhzse838NPnl3O+9HHDonxahZ5KcMMGKlkagdxqahhe1uV1ilo//QFW2rniwgtOjBWap8buZrI28cpo4= root@cinder-test-vm2-8174d87f-b2b4-4877-b307-428fcf046113\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.12,24,fe80::f816:3eff:fe41:dd2/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.12 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-8174d87f-b2b4-4877-b307-428fcf046113\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.33 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-8174d87f-b2b4-4877-b307-428fcf046113 login: "} 2018-08-26 00:49:03,603 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740/action used request id req-b847f51c-83b0-4ba9-976e-f301d5c7bf1f 2018-08-26 00:49:03,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.104856014252s 2018-08-26 00:49:03,604 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740/action used request id req-b847f51c-83b0-4ba9-976e-f301d5c7bf1f 2018-08-26 00:49:03,604 - 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 491596386 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.192982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.195360] pid_max: default: 32768 minimum: 301 [ 0.196643] ACPI: Core revision 20150930 [ 0.198374] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.200259] Security Framework initialized [ 0.201437] Yama: becoming mindful. [ 0.202488] AppArmor: AppArmor initialized [ 0.203724] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.205598] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.207409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211084] Initializing cgroup subsys io [ 0.212268] Initializing cgroup subsys memory [ 0.213501] Initializing cgroup subsys devices [ 0.214737] Initializing cgroup subsys freezer [ 0.215989] Initializing cgroup subsys net_cls [ 0.217235] Initializing cgroup subsys perf_event [ 0.218531] Initializing cgroup subsys net_prio [ 0.219804] Initializing cgroup subsys hugetlb [ 0.221036] Initializing cgroup subsys pids [ 0.222263] CPU: Physical Processor ID: 0 [ 0.224112] mce: CPU supports 10 MCE banks [ 0.225304] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.226745] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.241658] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248437] ftrace: allocating 31920 entries in 125 pages [ 0.273672] smpboot: Max logical packages: 1 [ 0.274908] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.276863] x2apic enabled [ 0.278036] Switched APIC routing to physical x2apic. [ 0.280574] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282151] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.284946] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287470] KVM setup paravirtual spinlock [ 0.289107] x86: Booted up 1 node, 1 CPUs [ 0.290254] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292202] devtmpfs: initialized [ 0.294204] evm: security.selinux [ 0.295196] evm: security.SMACK64 [ 0.296179] evm: security.SMACK64EXEC [ 0.297233] evm: security.SMACK64TRANSMUTE [ 0.298377] evm: security.SMACK64MMAP [ 0.299419] evm: security.ima [ 0.300330] evm: security.capability [ 0.301439] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.304031] pinctrl core: initialized pinctrl subsystem [ 0.305549] RTC time: 0:48:58, date: 08/26/18 [ 0.306865] NET: Registered protocol family 16 [ 0.308217] cpuidle: using governor ladder [ 0.309375] cpuidle: using governor menu [ 0.310492] PCCT header not found. [ 0.311541] ACPI: bus type PCI registered [ 0.312675] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.314408] PCI: Using configuration type 1 for base access [ 0.316595] ACPI: Added _OSI(Module Device) [ 0.317782] ACPI: Added _OSI(Processor Device) [ 0.318997] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.320258] ACPI: Added _OSI(Processor Aggregator Device) [ 0.322457] ACPI: Interpreter enabled [ 0.323532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.326156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.328748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.331356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.333968] ACPI: (supports S0 S5) [ 0.334969] ACPI: Using IOAPIC for interrupt routing [ 0.336294] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.340154] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.341760] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.343486] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.345166] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.348211] acpiphp: Slot [3] registered [ 0.349340] acpiphp: Slot [4] registered [ 0.350477] acpiphp: Slot [5] registered [ 0.351622] acpiphp: Slot [6] registered [ 0.352757] acpiphp: Slot [7] registered [ 0.353883] acpiphp: Slot [8] registered [ 0.355005] acpiphp: Slot [9] registered [ 0.356123] acpiphp: Slot [10] registered [ 0.357268] acpiphp: Slot [11] registered [ 0.358411] acpiphp: Slot [12] registered [ 0.359551] acpiphp: Slot [13] registered [ 0.360695] acpiphp: Slot [14] registered [ 0.361845] acpiphp: Slot [15] registered [ 0.377522] acpiphp: Slot [16] registered [ 0.378671] acpiphp: Slot [17] registered [ 0.379810] acpiphp: Slot [18] registered [ 0.380951] acpiphp: Slot [19] registered [ 0.382096] acpiphp: Slot [20] registered [ 0.383243] acpiphp: Slot [21] registered [ 0.384381] acpiphp: Slot [22] registered [ 0.385526] acpiphp: Slot [23] registered [ 0.386676] acpiphp: Slot [24] registered [ 0.387825] acpiphp: Slot [25] registered [ 0.388961] acpiphp: Slot [26] registered [ 0.390096] acpiphp: Slot [27] registered [ 0.391244] acpiphp: Slot [28] registered [ 0.392386] acpiphp: Slot [29] registered [ 0.393520] acpiphp: Slot [30] registered [ 0.394662] acpiphp: Slot [31] registered [ 0.395803] PCI host bridge to bus 0000:00 [ 0.396946] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.398643] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.400330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.402378] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.404427] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.406529] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.410653] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.412436] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.414082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.415850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.420113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.422141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.442671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.444742] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.446746] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.448744] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.450813] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.452587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.454426] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.455922] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.458142] vgaarb: loaded [ 0.459002] vgaarb: bridge control possible 0000:00:02.0 [ 0.460698] SCSI subsystem initialized [ 0.461988] ACPI: bus type USB registered [ 0.463163] usbcore: registered new interface driver usbfs [ 0.464914] usbcore: registered new interface driver hub [ 0.466595] usbcore: registered new device driver usb [ 0.468421] PCI: Using ACPI for IRQ routing [ 0.470075] NetLabel: Initializing [ 0.471140] NetLabel: domain hash size = 128 [ 0.472403] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.473844] NetLabel: unlabeled traffic allowed by default [ 0.475550] clocksource: Switched to clocksource kvm-clock [ 0.485668] AppArmor: AppArmor Filesystem Enabled [ 0.487075] pnp: PnP ACPI init [ 0.488420] pnp: PnP ACPI: found 5 devices [ 0.495451] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.497999] NET: Registered protocol family 2 [ 0.499490] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.501365] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.503122] TCP: Hash tables configured (established 4096 bind 4096) [ 0.504878] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.506459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.508170] NET: Registered protocol family 1 [ 0.509453] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.511051] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.512626] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.527512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.542176] Trying to unpack rootfs image as initramfs... [ 0.604942] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.610145] Scanning for low memory corruption every 60 seconds [ 0.612404] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.614073] audit: initializing netlink subsys (disabled) [ 0.615645] audit: type=2000 audit(1535244539.776:1): initialized [ 0.617586] Initialise system trusted keyring [ 0.619007] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.620680] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.623485] zbud: loaded [ 0.624530] VFS: Disk quotas dquot_6.6.0 [ 0.625714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.627952] fuse init (API version 7.23) [ 0.629235] Key type big_key registered [ 0.630386] Allocating IMA MOK and blacklist keyrings. [ 0.632170] Key type asymmetric registered [ 0.633357] Asymmetric key parser 'x509' registered [ 0.634738] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.636901] io scheduler noop registered [ 0.638037] io scheduler deadline registered (default) [ 0.639472] io scheduler cfq registered [ 0.640720] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.642211] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.644057] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.646155] ACPI: Power Button [PWRF] [ 0.647432] GHES: HEST is not enabled! [ 0.661675] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.691312] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.694382] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.718168] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.721361] Linux agpgart interface v0.103 [ 0.724904] brd: module loaded [ 0.727174] loop: module loaded [ 0.732375] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.734504] GPT:90111 != 2097151 [ 0.735456] GPT:Alternate GPT header not at the end of the disk. [ 0.736998] GPT:90111 != 2097151 [ 0.737963] GPT: Use GNU Parted to correct GPT errors. [ 0.739338] vda: vda1 vda15 [ 0.741088] scsi host0: ata_piix [ 0.742224] scsi host1: ata_piix [ 0.743266] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.745011] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.747047] libphy: Fixed MDIO Bus: probed [ 0.748442] tun: Universal TUN/TAP device driver, 1.6 [ 0.749793] tun: (C) 1999-2004 Max Krasnyansky [ 0.752641] PPP generic driver version 2.4.2 [ 0.753952] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.755640] ehci-pci: EHCI PCI platform driver [ 0.756878] ehci-platform: EHCI generic platform driver [ 0.758273] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.759870] ohci-pci: OHCI PCI platform driver [ 0.761129] ohci-platform: OHCI generic platform driver [ 0.762557] uhci_hcd: USB Universal Host Controller Interface driver [ 0.777023] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.778439] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.780569] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.782024] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.783667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.785430] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.787523] usb usb1: Product: UHCI Host Controller [ 0.788870] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.790543] usb usb1: SerialNumber: 0000:00:01.2 [ 0.792031] hub 1-0:1.0: USB hub found [ 0.793194] hub 1-0:1.0: 2 ports detected [ 0.794556] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.797521] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.798905] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.800427] mousedev: PS/2 mouse device common for all mice [ 0.802245] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.804927] rtc_cmos 00:00: RTC can wake from S4 [ 0.806541] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.808213] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.809880] i2c /dev entries driver [ 0.810948] device-mapper: uevent: version 1.0.3 [ 0.812297] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.814687] ledtrig-cpu: registered to indicate activity on CPUs [ 0.816604] NET: Registered protocol family 10 [ 0.818194] NET: Registered protocol family 17 [ 0.819450] Key type dns_resolver registered [ 0.820802] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.822356] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.824924] registered taskstats version 1 [ 0.826106] Loading compiled-in X.509 certificates [ 0.827978] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.830644] zswap: loaded using pool lzo/zbud [ 0.832777] Key type trusted registered [ 0.835022] Key type encrypted registered [ 0.836190] AppArmor: AppArmor sha1 policy hashing enabled [ 0.837651] ima: No TPM chip found, activating TPM-bypass! [ 0.839117] evm: HMAC attrs: 0x1 [ 0.840464] Magic number: 14:749:810 [ 0.841670] rtc_cmos 00:00: setting system clock to 2018-08-26 00:48:59 UTC (1535244539) [ 0.843995] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.845592] EDD information not available. [ 0.905079] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.921788] Write protecting the kernel read-only data: 14336k [ 0.924812] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.927362] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 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.974579] 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.82 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.12... Lease of 192.168.120.12 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.97. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCJNLZQdcsV5H4bOATF88jWgBCRPGlVXKFGoyCCUFbuEKJuZPsC/zYNVYrddaByBiK0pPkFGTMUEv9uniL3ZlFDhKOu+XpTA0rUEijFZ1852FZ3quRQVsx27goF3WO4kHMY6s169P5eTgeXfYq3deTZbFyo8UMdhaW0e+zBEE6tkqYWPYl1LqbbvAIiE4AI2z35xiiqTJEBW2AzYd4BUAo387FGRTZOxAapgNJNlMDcHcymgkmJmKwKqPHQwOcRyrrYJzJs+9vM5JDcZLpQJrpKW8y8o15szOSYlOWwFLcczYpWnFE8N2WzSfrTKb9CGj+7Twr54ZELu0uhSa1BsrCZ root@cinder-test-vm2-8174d87f-b2b4-4877-b307-428fcf046113 ssh-dss AAAAB3NzaC1kc3MAAACBAMhmTB0yCgcA14pAKMLcsq1jKVwnhratYJUwqJaeCRklJCuNkRi3pZofbSv53iTdLzj8u3yaxtcrY1R6j8lUDlPqiMFuYJ6bPXn2FQ4P3MaQnHN2weFy5J+n8JIAy/yAk+l4UcAqpV49L08IR9183afUJUqqXOJRpIAN3t0SC9BTAAAAFQChArddS185mSJv0sNFiopCpggbtQAAAIB2dlO1tBBNxIrtlbVbguTbN6MZOWzQSiEPqGyDW5Y6GD6ydqY4ZJc9e4GxlXXumCkTBDBaU7leyVH897wfmYK53QwvPmFoHiU1RG+E5Oc8aCfxTOisnzobH3w44EE9MfmlrDeFZ0uYPQdyKMAv2oYmhcsAvb3ECxxCLKkFkObLaQAAAIEAiNjfryaRph6L/XWDUtaUl0NjWr5wqQvp9bmQ6nEm2CnzfhglbW6DqrPOvFv8adQDgpEW+QXXha2k83BkZFTUXmrjDVpDhzse838NPnl3O+9HHDonxahZ5KcMMGKlkagdxqahhe1uV1ilo//QFW2rniwgtOjBWap8buZrI28cpo4= root@cinder-test-vm2-8174d87f-b2b4-4877-b307-428fcf046113 -----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.12,24,fe80::f816:3eff:fe41:dd2/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.12 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-8174d87f-b2b4-4877-b307-428fcf046113 launch-index: 0 === cirros: current=0.4.0 uptime=3.33 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-8174d87f-b2b4-4877-b307-428fcf046113 login: 2018-08-26 00:49:04,607 - paramiko.transport - DEBUG - starting thread (client mode): 0x8007d150L 2018-08-26 00:49:04,608 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-26 00:49:04,608 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-26 00:49:04,608 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-26 00:49:04,610 - 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-08-26 00:49:04,610 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-26 00:49:04,610 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-26 00:49:04,610 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-26 00:49:04,610 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-26 00:49:04,611 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-26 00:49:04,628 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-26 00:49:04,628 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-26 00:49:04,640 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 3a2a26efa304ba9ffdd3bf86feec336b 2018-08-26 00:49:04,641 - paramiko.transport - DEBUG - Trying discovered key 3e645eef57faac183d019adc01a4c1ea in /tmp/tmpUDedjb 2018-08-26 00:49:04,667 - paramiko.transport - DEBUG - userauth is OK 2018-08-26 00:49:04,672 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-26 00:49:04,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-26 00:49:04,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -d '{"volume": {"display_name": "cinder_test-volume_8174d87f-b2b4-4877-b307-428fcf046113", "size": "2"}}' 2018-08-26 00:49:05,938 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:49:04 GMT Server: Apache x-compute-request-id: req-52e5fe8c-32f5-4570-9c52-af0b557273ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-52e5fe8c-32f5-4570-9c52-af0b557273ae Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "2782be0e55e448f7879524f37eaf6f35", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/cc41f767-dbd2-435f-8944-9a3c3abcc33c", "rel": "self"}, {"href": "http://172.30.9.22:8776/cd306faa39e64135b408deb8efd969b6/volumes/cc41f767-dbd2-435f-8944-9a3c3abcc33c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-26T00:49:05.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_8174d87f-b2b4-4877-b307-428fcf046113", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cc41f767-dbd2-435f-8944-9a3c3abcc33c", "size": 2}} 2018-08-26 00:49:05,938 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes used request id req-52e5fe8c-32f5-4570-9c52-af0b557273ae 2018-08-26 00:49:05,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.26180195808s 2018-08-26 00:49:05,938 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes used request id req-52e5fe8c-32f5-4570-9c52-af0b557273ae 2018-08-26 00:49:05,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-26 00:49:05,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:06,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:49:05 GMT Server: Apache x-compute-request-id: req-86fc8328-187b-4b23-9004-d4b08351d917 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-86fc8328-187b-4b23-9004-d4b08351d917 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "2782be0e55e448f7879524f37eaf6f35", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/cc41f767-dbd2-435f-8944-9a3c3abcc33c", "rel": "self"}, {"href": "http://172.30.9.22:8776/cd306faa39e64135b408deb8efd969b6/volumes/cc41f767-dbd2-435f-8944-9a3c3abcc33c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-26T00:49:05.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cd306faa39e64135b408deb8efd969b6", "updated_at": "2018-08-26T00:49:06.000000", "volume_type": null, "name": "cinder_test-volume_8174d87f-b2b4-4877-b307-428fcf046113", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cc41f767-dbd2-435f-8944-9a3c3abcc33c", "size": 2}]} 2018-08-26 00:49:06,978 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/detail used request id req-86fc8328-187b-4b23-9004-d4b08351d917 2018-08-26 00:49:06,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03864192963s 2018-08-26 00:49:06,978 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/detail used request id req-86fc8328-187b-4b23-9004-d4b08351d917 2018-08-26 00:49:06,980 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:49:08,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-26 00:49:08,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:10,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:49:09 GMT Server: Apache x-compute-request-id: req-681d6b26-78e7-4cef-a6c5-6dc66553c358 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-681d6b26-78e7-4cef-a6c5-6dc66553c358 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "2782be0e55e448f7879524f37eaf6f35", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/cc41f767-dbd2-435f-8944-9a3c3abcc33c", "rel": "self"}, {"href": "http://172.30.9.22:8776/cd306faa39e64135b408deb8efd969b6/volumes/cc41f767-dbd2-435f-8944-9a3c3abcc33c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-26T00:49:05.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cd306faa39e64135b408deb8efd969b6", "updated_at": "2018-08-26T00:49:07.000000", "volume_type": null, "name": "cinder_test-volume_8174d87f-b2b4-4877-b307-428fcf046113", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cc41f767-dbd2-435f-8944-9a3c3abcc33c", "size": 2}]} 2018-08-26 00:49:10,017 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/detail used request id req-681d6b26-78e7-4cef-a6c5-6dc66553c358 2018-08-26 00:49:10,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03423690796s 2018-08-26 00:49:10,017 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/detail used request id req-681d6b26-78e7-4cef-a6c5-6dc66553c358 2018-08-26 00:49:10,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:49:10,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:10,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-9c056d9e-dd9d-40a1-9eaa-a6563fe9ead1 Date: Sun, 26 Aug 2018 00:49:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a80b74be-4bf0-47b3-bffc-e4b5dfdbb150"],"updated_at":"2018-08-26T00:48:36Z","tenant_id":"cd306faa39e64135b408deb8efd969b6","created_at":"2018-08-26T00:48:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cd306faa39e64135b408deb8efd969b6","id":"17110c6f-44e9-43bb-b638-a408409bc521","name":"cinder_test-net_8174d87f-b2b4-4877-b307-428fcf046113"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:49:10,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9c056d9e-dd9d-40a1-9eaa-a6563fe9ead1 2018-08-26 00:49:10,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0953989028931s 2018-08-26 00:49:10,115 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9c056d9e-dd9d-40a1-9eaa-a6563fe9ead1 2018-08-26 00:49:10,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:49:10,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:10,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-39a0644e-86d8-4d7b-b43b-952d770e10ec Date: Sun, 26 Aug 2018 00:49:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:48:42Z", "file": "/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/file", "owner": "cd306faa39e64135b408deb8efd969b6", "id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "size": 12716032, "self": "/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:48:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:49:10,163 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-39a0644e-86d8-4d7b-b43b-952d770e10ec 2018-08-26 00:49:10,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0429790019989s 2018-08-26 00:49:10,163 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-39a0644e-86d8-4d7b-b43b-952d770e10ec 2018-08-26 00:49:10,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:49:10,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:10,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:49: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-f28206c5-ed65-4c52-9e87-57b7f97e5101 x-compute-request-id: req-f28206c5-ed65-4c52-9e87-57b7f97e5101 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_8174d87f-b2b4-4877-b307-428fcf046113", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "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": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912"}]} 2018-08-26 00:49:10,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-f28206c5-ed65-4c52-9e87-57b7f97e5101 2018-08-26 00:49:10,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.18564581871s 2018-08-26 00:49:10,351 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-f28206c5-ed65-4c52-9e87-57b7f97e5101 2018-08-26 00:49:10,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-26 00:49:10,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -d '{"server": {"name": "cinder_test-vm_8174d87f-b2b4-4877-b307-428fcf046113", "imageRef": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "key_name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113", "flavorRef": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "max_count": 1, "min_count": 1, "networks": [{"uuid": "17110c6f-44e9-43bb-b638-a408409bc521"}], "security_groups": [{"name": "9be80729-d505-479c-9b84-20a4535004ac"}]}}' 2018-08-26 00:49:14,488 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:49: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-45d9bdba-e578-40c0-a444-149c23d8b26d x-compute-request-id: req-45d9bdba-e578-40c0-a444-149c23d8b26d Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/8afe8d0a-de16-4f8e-93eb-ccae671ea7d7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9be80729-d505-479c-9b84-20a4535004ac"}], "OS-DCF:diskConfig": "MANUAL", "id": "8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "rel": "bookmark"}], "adminPass": "ePxj5wAKptxX"}} 2018-08-26 00:49:14,488 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-45d9bdba-e578-40c0-a444-149c23d8b26d 2018-08-26 00:49:14,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.13593411446s 2018-08-26 00:49:14,489 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-45d9bdba-e578-40c0-a444-149c23d8b26d 2018-08-26 00:49:14,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:49:14,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:15,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:49:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02c8f666-2873-410d-8f92-bb6bf542d1fc x-compute-request-id: req-02c8f666-2873-410d-8f92-bb6bf542d1fc Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "rel": "bookmark"}], "image": {"id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "links": [{"href": "http://172.30.9.22:8774/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "links": [{"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "bookmark"}]}, "id": "8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "user_id": "2782be0e55e448f7879524f37eaf6f35", "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-08-26T00:49:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113", "name": "cinder_test-vm_8174d87f-b2b4-4877-b307-428fcf046113", "created": "2018-08-26T00:49:14Z", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8174d87f-b2b4-4877-b307-428fcf046113": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0d:d2", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0d:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "bookmark"}], "image": {"id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "links": [{"href": "http://172.30.9.22:8774/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:48:58.000000", "flavor": {"id": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "links": [{"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "bookmark"}]}, "id": "d49ee4dc-1918-47b3-b717-effbc7b49740", "security_groups": [{"name": "cinder_test-sg_8174d87f-b2b4-4877-b307-428fcf046113"}], "user_id": "2782be0e55e448f7879524f37eaf6f35", "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-08-26T00:48:59Z", "hostId": "02e1f7781b30a11154677fe7b08fa9cfec5b15a5217401caf7c9e171", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113", "name": "cinder_test-vm2_8174d87f-b2b4-4877-b307-428fcf046113", "created": "2018-08-26T00:48:51Z", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:49:15,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-02c8f666-2873-410d-8f92-bb6bf542d1fc 2018-08-26 00:49:15,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13578391075s 2018-08-26 00:49:15,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-02c8f666-2873-410d-8f92-bb6bf542d1fc 2018-08-26 00:49:15,631 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:49:17,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:49:17,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:18,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:49: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-84621e8d-ba91-4819-8a38-1ba1e3820b07 x-compute-request-id: req-84621e8d-ba91-4819-8a38-1ba1e3820b07 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "rel": "bookmark"}], "image": {"id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "links": [{"href": "http://172.30.9.22:8774/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "links": [{"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "bookmark"}]}, "id": "8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "user_id": "2782be0e55e448f7879524f37eaf6f35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-26T00:49:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113", "name": "cinder_test-vm_8174d87f-b2b4-4877-b307-428fcf046113", "created": "2018-08-26T00:49:14Z", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8174d87f-b2b4-4877-b307-428fcf046113": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0d:d2", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0d:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "bookmark"}], "image": {"id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "links": [{"href": "http://172.30.9.22:8774/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:48:58.000000", "flavor": {"id": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "links": [{"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "bookmark"}]}, "id": "d49ee4dc-1918-47b3-b717-effbc7b49740", "security_groups": [{"name": "cinder_test-sg_8174d87f-b2b4-4877-b307-428fcf046113"}], "user_id": "2782be0e55e448f7879524f37eaf6f35", "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-08-26T00:48:59Z", "hostId": "02e1f7781b30a11154677fe7b08fa9cfec5b15a5217401caf7c9e171", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113", "name": "cinder_test-vm2_8174d87f-b2b4-4877-b307-428fcf046113", "created": "2018-08-26T00:48:51Z", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:49:18,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-84621e8d-ba91-4819-8a38-1ba1e3820b07 2018-08-26 00:49:18,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.915672063828s 2018-08-26 00:49:18,550 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-84621e8d-ba91-4819-8a38-1ba1e3820b07 2018-08-26 00:49:18,555 - functest.core.singlevm - ERROR - Cannot run cinder_test Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 427, in run key_name=self.keypair.id, security_groups=[self.sec.id]) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 199, in boot_vm timeout=self.create_server_timeout, wait=True, **kwargs) File "", line 2, in create_server File "/usr/lib/python2.7/site-packages/shade/_utils.py", line 410, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6876, in create_server nat_destination=nat_destination, File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6919, in wait_for_server nat_destination=nat_destination) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6936, in get_active_server "Error in creating the server", extra_data=dict(server=server)) OpenStackCloudException: ('Error in creating the server', "Extra: {'server': Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'42e5ff02-4f12-4577-84d0-53536f4e5d68'}), u'OS-EXT-AZ:availability_zone': u'', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'5e52a2ec-aaa4-4907-ab4b-14d30f3c7912'}), 'az': u'', 'id': u'8afe8d0a-de16-4f8e-93eb-ccae671ea7d7', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2782be0e55e448f7879524f37eaf6f35', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cd306faa39e64135b408deb8efd969b6', 'name': 'cinder_test-project_8174d87f-b2b4-4877-b307-428fcf046113', 'domain_name': 'Default'}), 'zone': u'', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-08-26T00:49:15Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113', 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u''}), 'project_id': u'cd306faa39e64135b408deb8efd969b6', 'name': u'cinder_test-vm_8174d87f-b2b4-4877-b307-428fcf046113', 'adminPass': None, 'tenant_id': u'cd306faa39e64135b408deb8efd969b6', 'created_at': u'2018-08-26T00:49:14Z', 'created': u'2018-08-26T00:49:14Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})}") 2018-08-26 00:49:18,700 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 00:49:18,700 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 00:44 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-08-26 00:49:18,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-26 00:49:18,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:18,918 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:49:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bd54bd76-9654-486f-b2cc-dd9de45fbc1e x-compute-request-id: req-bd54bd76-9654-486f-b2cc-dd9de45fbc1e Content-Type: application/json 2018-08-26 00:49:18,919 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740 used request id req-bd54bd76-9654-486f-b2cc-dd9de45fbc1e 2018-08-26 00:49:18,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.213572025299s 2018-08-26 00:49:18,919 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740 used request id req-bd54bd76-9654-486f-b2cc-dd9de45fbc1e 2018-08-26 00:49:18,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:49:18,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:19,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:49: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-9a36a6bd-516b-426c-ad1a-52f0b85e33e6 x-compute-request-id: req-9a36a6bd-516b-426c-ad1a-52f0b85e33e6 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "rel": "bookmark"}], "image": {"id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "links": [{"href": "http://172.30.9.22:8774/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "links": [{"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "bookmark"}]}, "id": "8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "user_id": "2782be0e55e448f7879524f37eaf6f35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-26T00:49:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113", "name": "cinder_test-vm_8174d87f-b2b4-4877-b307-428fcf046113", "created": "2018-08-26T00:49:14Z", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_8174d87f-b2b4-4877-b307-428fcf046113": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0d:d2", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0d:d2", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d49ee4dc-1918-47b3-b717-effbc7b49740", "rel": "bookmark"}], "image": {"id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "links": [{"href": "http://172.30.9.22:8774/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-26T00:48:58.000000", "flavor": {"id": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "links": [{"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "bookmark"}]}, "id": "d49ee4dc-1918-47b3-b717-effbc7b49740", "security_groups": [{"name": "cinder_test-sg_8174d87f-b2b4-4877-b307-428fcf046113"}], "user_id": "2782be0e55e448f7879524f37eaf6f35", "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-08-26T00:49:18Z", "hostId": "02e1f7781b30a11154677fe7b08fa9cfec5b15a5217401caf7c9e171", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113", "name": "cinder_test-vm2_8174d87f-b2b4-4877-b307-428fcf046113", "created": "2018-08-26T00:48:51Z", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:49:19,758 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9a36a6bd-516b-426c-ad1a-52f0b85e33e6 2018-08-26 00:49:19,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.838731050491s 2018-08-26 00:49:19,759 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9a36a6bd-516b-426c-ad1a-52f0b85e33e6 2018-08-26 00:49:19,761 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-26 00:49:21,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 00:49:21,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:21,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:49: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-86d6b897-d284-4b45-9f26-5edb9ac976e6 x-compute-request-id: req-86d6b897-d284-4b45-9f26-5edb9ac976e6 Content-Encoding: gzip Content-Length: 591 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "rel": "bookmark"}], "image": {"id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "links": [{"href": "http://172.30.9.22:8774/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "links": [{"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "bookmark"}]}, "id": "8afe8d0a-de16-4f8e-93eb-ccae671ea7d7", "user_id": "2782be0e55e448f7879524f37eaf6f35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-26T00:49:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113", "name": "cinder_test-vm_8174d87f-b2b4-4877-b307-428fcf046113", "created": "2018-08-26T00:49:14Z", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-26 00:49:21,874 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-86d6b897-d284-4b45-9f26-5edb9ac976e6 2018-08-26 00:49:21,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.110235929489s 2018-08-26 00:49:21,874 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-86d6b897-d284-4b45-9f26-5edb9ac976e6 2018-08-26 00:49:21,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-26 00:49:21,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/eca7c9c3-4f45-4bb4-aa3e-3feedfab324f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:22,805 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d69cf97-0ec0-4085-8fc5-e483063d840e Content-Length: 0 Date: Sun, 26 Aug 2018 00:49:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:49:22,805 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/eca7c9c3-4f45-4bb4-aa3e-3feedfab324f.json used request id req-6d69cf97-0ec0-4085-8fc5-e483063d840e 2018-08-26 00:49:22,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.926836013794s 2018-08-26 00:49:22,806 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/eca7c9c3-4f45-4bb4-aa3e-3feedfab324f.json used request id req-6d69cf97-0ec0-4085-8fc5-e483063d840e 2018-08-26 00:49:22,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 00:49:22,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:22,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-76bd4e04-e3b3-4372-912e-099488a8c580 Date: Sun, 26 Aug 2018 00:49:22 GMT RESP BODY: {"floatingips": []} 2018-08-26 00:49:22,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-76bd4e04-e3b3-4372-912e-099488a8c580 2018-08-26 00:49:22,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0443861484528s 2018-08-26 00:49:22,855 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-76bd4e04-e3b3-4372-912e-099488a8c580 2018-08-26 00:49:22,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-26 00:49:22,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:23,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:49:22 GMT Server: Apache x-compute-request-id: req-65a986af-ed70-482d-8e64-f7e25f29a935 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-65a986af-ed70-482d-8e64-f7e25f29a935 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "2782be0e55e448f7879524f37eaf6f35", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/cc41f767-dbd2-435f-8944-9a3c3abcc33c", "rel": "self"}, {"href": "http://172.30.9.22:8776/cd306faa39e64135b408deb8efd969b6/volumes/cc41f767-dbd2-435f-8944-9a3c3abcc33c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-26T00:49:05.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cd306faa39e64135b408deb8efd969b6", "updated_at": "2018-08-26T00:49:07.000000", "volume_type": null, "name": "cinder_test-volume_8174d87f-b2b4-4877-b307-428fcf046113", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cc41f767-dbd2-435f-8944-9a3c3abcc33c", "size": 2}]} 2018-08-26 00:49:23,860 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/detail used request id req-65a986af-ed70-482d-8e64-f7e25f29a935 2018-08-26 00:49:23,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.00401115417s 2018-08-26 00:49:23,861 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/detail used request id req-65a986af-ed70-482d-8e64-f7e25f29a935 2018-08-26 00:49:23,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-26 00:49:23,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/cc41f767-dbd2-435f-8944-9a3c3abcc33c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:24,944 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:49:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2ea88f31-3dbe-42a3-913f-b481a0dfc7d8 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:49:24,944 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/cc41f767-dbd2-435f-8944-9a3c3abcc33c used request id req-2ea88f31-3dbe-42a3-913f-b481a0dfc7d8 2018-08-26 00:49:24,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 1.08110308647s 2018-08-26 00:49:24,944 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/cc41f767-dbd2-435f-8944-9a3c3abcc33c used request id req-2ea88f31-3dbe-42a3-913f-b481a0dfc7d8 2018-08-26 00:49:24,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-26 00:49:24,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:26,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:49:24 GMT Server: Apache x-compute-request-id: req-bda5397b-6e4c-4c1d-9eaa-8e9ba2a9ab21 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bda5397b-6e4c-4c1d-9eaa-8e9ba2a9ab21 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-26 00:49:26,091 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/detail used request id req-bda5397b-6e4c-4c1d-9eaa-8e9ba2a9ab21 2018-08-26 00:49:26,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.14658594131s 2018-08-26 00:49:26,092 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/cd306faa39e64135b408deb8efd969b6/volumes/detail used request id req-bda5397b-6e4c-4c1d-9eaa-8e9ba2a9ab21 2018-08-26 00:49:26,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-26 00:49:26,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:26,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-4e340a2d-5675-45ef-b40d-2fc9f7f0ff7d Date: Sun, 26 Aug 2018 00:49:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cd306faa39e64135b408deb8efd969b6", "created_at": "2018-08-26T00:48:34Z", "updated_at": "2018-08-26T00:48:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:34Z", "revision_number": 0, "id": "192f111a-44b4-414d-87ea-de11d277c0dd", "remote_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:34Z", "security_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:34Z", "revision_number": 0, "id": "771d4da9-8ea6-4fc8-9ec0-b73b6e982c86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:34Z", "security_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:34Z", "revision_number": 0, "id": "9fbb2d0a-7d64-4ff2-bf88-3a1791abad6b", "remote_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:34Z", "security_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:34Z", "revision_number": 0, "id": "edc7187c-5015-4b60-acd3-9cfa2ebea120", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:34Z", "security_group_id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd306faa39e64135b408deb8efd969b6"}], "revision_number": 1, "project_id": "cd306faa39e64135b408deb8efd969b6", "id": "66bdc43d-da33-465e-9130-6cdd59dacf20", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "cd306faa39e64135b408deb8efd969b6", "created_at": "2018-08-26T00:48:44Z", "updated_at": "2018-08-26T00:48:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:45Z", "revision_number": 0, "id": "0d3fe0d2-184b-4ae0-be7e-8bf548161079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:45Z", "security_group_id": "9be80729-d505-479c-9b84-20a4535004ac", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:44Z", "revision_number": 0, "id": "aa632902-b54b-48d2-a6c0-d4bece841e14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:44Z", "security_group_id": "9be80729-d505-479c-9b84-20a4535004ac", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-26T00:48:45Z", "revision_number": 0, "id": "c126bd38-3e71-4ff8-b52f-aaba494af3e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:45Z", "security_group_id": "9be80729-d505-479c-9b84-20a4535004ac", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "cd306faa39e64135b408deb8efd969b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-26T00:48:44Z", "revision_number": 0, "id": "ccffdc6d-a318-475c-8d9f-a2b3d2bf7b9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-26T00:48:44Z", "security_group_id": "9be80729-d505-479c-9b84-20a4535004ac", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd306faa39e64135b408deb8efd969b6"}], "revision_number": 3, "project_id": "cd306faa39e64135b408deb8efd969b6", "id": "9be80729-d505-479c-9b84-20a4535004ac", "name": "cinder_test-sg_8174d87f-b2b4-4877-b307-428fcf046113"}]} 2018-08-26 00:49:26,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-4e340a2d-5675-45ef-b40d-2fc9f7f0ff7d 2018-08-26 00:49:26,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0459570884705s 2018-08-26 00:49:26,141 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-4e340a2d-5675-45ef-b40d-2fc9f7f0ff7d 2018-08-26 00:49:26,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-26 00:49:26,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/9be80729-d505-479c-9b84-20a4535004ac.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:26,346 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0cfa2b8b-b052-446d-94ff-251caf096cf9 Content-Length: 0 Date: Sun, 26 Aug 2018 00:49:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:49:26,346 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/9be80729-d505-479c-9b84-20a4535004ac.json used request id req-0cfa2b8b-b052-446d-94ff-251caf096cf9 2018-08-26 00:49:26,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.200837850571s 2018-08-26 00:49:26,346 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/9be80729-d505-479c-9b84-20a4535004ac.json used request id req-0cfa2b8b-b052-446d-94ff-251caf096cf9 2018-08-26 00:49:26,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-26 00:49:26,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:26,422 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:49:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74f9ff21-2b0b-4b8d-9185-2583d6f37bea x-compute-request-id: req-74f9ff21-2b0b-4b8d-9185-2583d6f37bea Content-Length: 0 Content-Type: application/json 2018-08-26 00:49:26,423 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113 used request id req-74f9ff21-2b0b-4b8d-9185-2583d6f37bea 2018-08-26 00:49:26,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0760579109192s 2018-08-26 00:49:26,423 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_8174d87f-b2b4-4877-b307-428fcf046113 used request id req-74f9ff21-2b0b-4b8d-9185-2583d6f37bea 2018-08-26 00:49:26,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 00:49:26,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/d0ca6b43-25c6-4383-94cf-49e068488a70/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" -d '{"subnet_id": "a80b74be-4bf0-47b3-bffc-e4b5dfdbb150"}' 2018-08-26 00:49:28,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-873346f3-b75b-4bc5-be18-a23138943ef6 Date: Sun, 26 Aug 2018 00:49:28 GMT RESP BODY: {"network_id": "17110c6f-44e9-43bb-b638-a408409bc521", "tenant_id": "cd306faa39e64135b408deb8efd969b6", "subnet_id": "a80b74be-4bf0-47b3-bffc-e4b5dfdbb150", "subnet_ids": ["a80b74be-4bf0-47b3-bffc-e4b5dfdbb150"], "port_id": "fb8a8478-5e0a-4834-b81f-8aab8c7f9126", "id": "d0ca6b43-25c6-4383-94cf-49e068488a70"} 2018-08-26 00:49:28,200 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d0ca6b43-25c6-4383-94cf-49e068488a70/remove_router_interface.json used request id req-873346f3-b75b-4bc5-be18-a23138943ef6 2018-08-26 00:49:28,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.77660703659s 2018-08-26 00:49:28,200 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d0ca6b43-25c6-4383-94cf-49e068488a70/remove_router_interface.json used request id req-873346f3-b75b-4bc5-be18-a23138943ef6 returning object d0ca6b43-25c6-4383-94cf-49e068488a70 2018-08-26 00:49:28,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 00:49:28,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:28,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-1c9c9f28-98c5-4f4b-824c-2317ef616232 Date: Sun, 26 Aug 2018 00:49:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "cb81472f-1ab5-4527-8e4d-86261e1fde20", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8c6df188-21d6-4197-bf89-8f166bee1386", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "cd306faa39e64135b408deb8efd969b6", "created_at": "2018-08-26T00:48:37Z", "admin_state_up": true, "updated_at": "2018-08-26T00:49:27Z", "revision_number": 4, "routes": [], "project_id": "cd306faa39e64135b408deb8efd969b6", "id": "d0ca6b43-25c6-4383-94cf-49e068488a70", "name": "cinder_test-router_8174d87f-b2b4-4877-b307-428fcf046113"}]} 2018-08-26 00:49:28,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-1c9c9f28-98c5-4f4b-824c-2317ef616232 2018-08-26 00:49:28,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.12445807457s 2018-08-26 00:49:28,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-1c9c9f28-98c5-4f4b-824c-2317ef616232 2018-08-26 00:49:28,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 00:49:28,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/d0ca6b43-25c6-4383-94cf-49e068488a70.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:29,726 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-37f3d95e-8825-437f-a174-b17c8cacc35c Content-Length: 0 Date: Sun, 26 Aug 2018 00:49:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:49:29,727 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/d0ca6b43-25c6-4383-94cf-49e068488a70.json used request id req-37f3d95e-8825-437f-a174-b17c8cacc35c 2018-08-26 00:49:29,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.39919090271s 2018-08-26 00:49:29,727 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/d0ca6b43-25c6-4383-94cf-49e068488a70.json used request id req-37f3d95e-8825-437f-a174-b17c8cacc35c 2018-08-26 00:49:29,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 00:49:29,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:29,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5458f798-88b4-4712-b233-3acd508b832b Date: Sun, 26 Aug 2018 00:49:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17110c6f-44e9-43bb-b638-a408409bc521","tenant_id":"cd306faa39e64135b408deb8efd969b6","created_at":"2018-08-26T00:48:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T00:48:36Z","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":"cd306faa39e64135b408deb8efd969b6","id":"a80b74be-4bf0-47b3-bffc-e4b5dfdbb150","subnetpool_id":null,"name":"cinder_test-subnet_8174d87f-b2b4-4877-b307-428fcf046113"}]} 2018-08-26 00:49:29,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-5458f798-88b4-4712-b233-3acd508b832b 2018-08-26 00:49:29,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.240036964417s 2018-08-26 00:49:29,968 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-5458f798-88b4-4712-b233-3acd508b832b 2018-08-26 00:49:29,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 00:49:29,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/a80b74be-4bf0-47b3-bffc-e4b5dfdbb150.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:32,331 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-078e39e8-ff46-473f-a90a-71ae67666428 Date: Sun, 26 Aug 2018 00:49:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:49:32,331 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a80b74be-4bf0-47b3-bffc-e4b5dfdbb150.json used request id req-078e39e8-ff46-473f-a90a-71ae67666428 2018-08-26 00:49:32,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.36205101013s 2018-08-26 00:49:32,332 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a80b74be-4bf0-47b3-bffc-e4b5dfdbb150.json used request id req-078e39e8-ff46-473f-a90a-71ae67666428 2018-08-26 00:49:32,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 00:49:32,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:32,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-cf78245a-dd7c-401e-8167-64baac5967d0 Date: Sun, 26 Aug 2018 00:49:32 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-08-26T00:49:32Z","tenant_id":"cd306faa39e64135b408deb8efd969b6","created_at":"2018-08-26T00:48:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cd306faa39e64135b408deb8efd969b6","id":"17110c6f-44e9-43bb-b638-a408409bc521","name":"cinder_test-net_8174d87f-b2b4-4877-b307-428fcf046113"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8c6df188-21d6-4197-bf89-8f166bee1386"],"updated_at":"2018-08-26T00:38:57Z","tenant_id":"463d1f922e1948f6bd05a420de81ed82","created_at":"2018-08-26T00:38:51Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"463d1f922e1948f6bd05a420de81ed82","id":"cb81472f-1ab5-4527-8e4d-86261e1fde20","name":"external"}]} 2018-08-26 00:49:32,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-cf78245a-dd7c-401e-8167-64baac5967d0 2018-08-26 00:49:32,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0920348167419s 2018-08-26 00:49:32,425 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-cf78245a-dd7c-401e-8167-64baac5967d0 2018-08-26 00:49:32,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 00:49:32,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/17110c6f-44e9-43bb-b638-a408409bc521.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:34,148 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6bc6c6b1-72c4-4598-a3d8-9e4782b9c1b5 Date: Sun, 26 Aug 2018 00:49:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 00:49:34,148 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/17110c6f-44e9-43bb-b638-a408409bc521.json used request id req-6bc6c6b1-72c4-4598-a3d8-9e4782b9c1b5 2018-08-26 00:49:34,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.72172904015s 2018-08-26 00:49:34,148 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/17110c6f-44e9-43bb-b638-a408409bc521.json used request id req-6bc6c6b1-72c4-4598-a3d8-9e4782b9c1b5 2018-08-26 00:49:34,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 00:49:34,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:34,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-98f66e1d-3595-44f3-bf3a-4ec1f835089d Date: Sun, 26 Aug 2018 00:49:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-26T00:48:42Z", "file": "/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/file", "owner": "cd306faa39e64135b408deb8efd969b6", "id": "42e5ff02-4f12-4577-84d0-53536f4e5d68", "size": 12716032, "self": "/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://f7b955c3-1b89-4de6-b2e8-b46601361cc9/images/42e5ff02-4f12-4577-84d0-53536f4e5d68/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8174d87f-b2b4-4877-b307-428fcf046113", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-26T00:48:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 00:49:34,462 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-98f66e1d-3595-44f3-bf3a-4ec1f835089d 2018-08-26 00:49:34,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.309886932373s 2018-08-26 00:49:34,463 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-98f66e1d-3595-44f3-bf3a-4ec1f835089d 2018-08-26 00:49:34,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-26 00:49:34,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dbeacc8b96702f7d03705a209b94b0c6b3eea25c" 2018-08-26 00:49:34,800 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-51752cdb-5a64-4799-b293-897b1469ca8f Date: Sun, 26 Aug 2018 00:49:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 00:49:34,800 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68 used request id req-51752cdb-5a64-4799-b293-897b1469ca8f 2018-08-26 00:49:34,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.335180997849s 2018-08-26 00:49:34,800 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/42e5ff02-4f12-4577-84d0-53536f4e5d68 used request id req-51752cdb-5a64-4799-b293-897b1469ca8f 2018-08-26 00:49:34,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-26 00:49:34,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:49:34,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:49:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed1ce342-994b-4305-be33-19654b60f6f4 x-compute-request-id: req-ed1ce342-994b-4305-be33-19654b60f6f4 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_8174d87f-b2b4-4877-b307-428fcf046113", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912", "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": "5e52a2ec-aaa4-4907-ab4b-14d30f3c7912"}]} 2018-08-26 00:49:34,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-ed1ce342-994b-4305-be33-19654b60f6f4 2018-08-26 00:49:34,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0224640369415s 2018-08-26 00:49:34,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-ed1ce342-994b-4305-be33-19654b60f6f4 2018-08-26 00:49:34,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-26 00:49:34,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:49:34,870 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 26 Aug 2018 00:49: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-140ec383-73b5-42ff-95cb-5940a7803dc5 x-compute-request-id: req-140ec383-73b5-42ff-95cb-5940a7803dc5 Content-Length: 0 Content-Type: application/json 2018-08-26 00:49:34,870 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912 used request id req-140ec383-73b5-42ff-95cb-5940a7803dc5 2018-08-26 00:49:34,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.045401096344s 2018-08-26 00:49:34,871 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/5e52a2ec-aaa4-4907-ab4b-14d30f3c7912 used request id req-140ec383-73b5-42ff-95cb-5940a7803dc5 2018-08-26 00:49:34,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:49:34,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:49:35,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:49:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5fee484-5b31-4b74-833f-9355459b61c1 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/0049bfec5dd746eaa3bd4ab1bc064350"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0049bfec5dd746eaa3bd4ab1bc064350", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/02a6c38f931e4804a70ef74c26b7c11d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02a6c38f931e4804a70ef74c26b7c11d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/069bd57c4d4b4158906adf39308a9bfe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "069bd57c4d4b4158906adf39308a9bfe", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder_test-user_8174d87f-b2b4-4877-b307-428fcf046113", "links": {"self": "http://172.30.9.22:5000/v3/users/2782be0e55e448f7879524f37eaf6f35"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2782be0e55e448f7879524f37eaf6f35", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3234d598132142f3acc53ccdc4abd3bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3234d598132142f3acc53ccdc4abd3bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/39533691ab574a84aeab5b9d828d1983"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39533691ab574a84aeab5b9d828d1983", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/474875818d4541cba75d9065b08b7657"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474875818d4541cba75d9065b08b7657", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/474dd411059547088d861f7dc6006e0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "474dd411059547088d861f7dc6006e0c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/518520b9e3e448d2874dae1fdafcce7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "518520b9e3e448d2874dae1fdafcce7d", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/56b56736152a413bbf743b3a14c6e5d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56b56736152a413bbf743b3a14c6e5d3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/8b6e7715d7a04c3682b13b2667de7b04"}, "domain_id": "424ccdce7f9c44f1977a73b5e3b41ad0", "enabled": true, "options": {}, "id": "8b6e7715d7a04c3682b13b2667de7b04", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/9a7ac8ccfc6f4efd98a69892ae9e09a7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a7ac8ccfc6f4efd98a69892ae9e09a7", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/b6c7eb6acbf34ae5aa31f751a52f6ab9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6c7eb6acbf34ae5aa31f751a52f6ab9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/ec0330040c8a4809b49be675e7f85a32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec0330040c8a4809b49be675e7f85a32", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/f05078eb36684bf7916dc1c910444303"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f05078eb36684bf7916dc1c910444303", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-26 00:49:35,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c5fee484-5b31-4b74-833f-9355459b61c1 2018-08-26 00:49:35,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.211601018906s 2018-08-26 00:49:35,084 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c5fee484-5b31-4b74-833f-9355459b61c1 2018-08-26 00:49:35,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 00:49:35,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/2782be0e55e448f7879524f37eaf6f35 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:49:35,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dee5e36-6ded-433b-b4e1-26ba741fb7c1 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_8174d87f-b2b4-4877-b307-428fcf046113", "links": {"self": "http://172.30.9.22:5000/v3/users/2782be0e55e448f7879524f37eaf6f35"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2782be0e55e448f7879524f37eaf6f35", "description": null}} 2018-08-26 00:49:35,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/2782be0e55e448f7879524f37eaf6f35 used request id req-6dee5e36-6ded-433b-b4e1-26ba741fb7c1 2018-08-26 00:49:35,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218017816544s 2018-08-26 00:49:35,308 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/2782be0e55e448f7879524f37eaf6f35 used request id req-6dee5e36-6ded-433b-b4e1-26ba741fb7c1 2018-08-26 00:49:35,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-26 00:49:35,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/2782be0e55e448f7879524f37eaf6f35 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:49:35,608 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:49:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d40dd9ff-e3e9-48af-b726-b6441f5e3de7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:49:35,608 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2782be0e55e448f7879524f37eaf6f35 used request id req-d40dd9ff-e3e9-48af-b726-b6441f5e3de7 2018-08-26 00:49:35,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.299336194992s 2018-08-26 00:49:35,608 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2782be0e55e448f7879524f37eaf6f35 used request id req-d40dd9ff-e3e9-48af-b726-b6441f5e3de7 2018-08-26 00:49:35,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 00:49:35,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:49:35,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 00:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c415c11a-19e4-4f0f-bd32-be3f550f728d Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/463d1f922e1948f6bd05a420de81ed82"}, "tags": [], "enabled": true, "id": "463d1f922e1948f6bd05a420de81ed82", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.22:5000/v3/projects/cd306faa39e64135b408deb8efd969b6"}, "tags": [], "enabled": true, "id": "cd306faa39e64135b408deb8efd969b6", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_8174d87f-b2b4-4877-b307-428fcf046113"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f25cbe785dac41128d46915c0c96dbeb"}, "tags": [], "enabled": true, "id": "f25cbe785dac41128d46915c0c96dbeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-26 00:49:35,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-c415c11a-19e4-4f0f-bd32-be3f550f728d 2018-08-26 00:49:35,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195126056671s 2018-08-26 00:49:35,810 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-c415c11a-19e4-4f0f-bd32-be3f550f728d 2018-08-26 00:49:35,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-26 00:49:35,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/cd306faa39e64135b408deb8efd969b6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af084bebfe828534df10702f1abb33035faf199f" 2018-08-26 00:49:36,082 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 00:49:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0d35089-6bb4-4ad6-94e2-82af9a717b7a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 00:49:36,082 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/cd306faa39e64135b408deb8efd969b6 used request id req-b0d35089-6bb4-4ad6-94e2-82af9a717b7a 2018-08-26 00:49:36,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.266779899597s 2018-08-26 00:49:36,082 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/cd306faa39e64135b408deb8efd969b6 used request id req-b0d35089-6bb4-4ad6-94e2-82af9a717b7a 2018-08-26 00:49:36,082 - xtesting.ci.run_tests - ERROR - The test case 'cinder_test' failed. 2018-08-26 00:49:36,083 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | tenantnetwork1 | functest | healthcheck | 00:10 | PASS | | tenantnetwork2 | functest | healthcheck | 00:09 | PASS | | vmready1 | functest | healthcheck | 00:14 | PASS | | vmready2 | functest | healthcheck | 00:12 | PASS | | singlevm1 | functest | healthcheck | 00:41 | PASS | | singlevm2 | functest | healthcheck | 00:36 | PASS | | vping_ssh | functest | healthcheck | 01:05 | PASS | | vping_userdata | functest | healthcheck | 00:41 | PASS | | cinder_test | functest | healthcheck | 00:44 | FAIL | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-26 00:49:36,097 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-26 00:49:36,160 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-26 00:49:36,247 - paramiko.transport - DEBUG - EOF in transport thread